Searched refs:ZSTD_initStaticCCtx (Results 1 – 25 of 101) sorted by relevance
12345
/aosp_15_r20/external/zstd/contrib/linux-kernel/ |
H A D | zstd_compress_module.c | 92 return ZSTD_initStaticCCtx(workspace, workspace_size); in zstd_init_cctx()
|
/aosp_15_r20/external/zstd/tests/ |
H A D | fuzzer.c | 1891 ZSTD_CCtx* staticCCtx = ZSTD_initStaticCCtx(staticCCtxBuffer, smallCCtxSize); in basicUnitTests() 2016 staticCCtx = ZSTD_initStaticCCtx(staticCCtxBuffer, cctxSizeDefault); in basicUnitTests() 2035 staticCCtx = ZSTD_initStaticCCtx(staticCCtxBuffer, cctxSizeDefault); in basicUnitTests() 2060 staticCCtx = ZSTD_initStaticCCtx(staticCCtxBuffer, cctxSizeDefault); in basicUnitTests() 2081 staticCCtx = ZSTD_initStaticCCtx(staticCCtxBuffer, cctxSizeDefault); in basicUnitTests() 4233 ZSTD_CCtx* const cctx = ZSTD_initStaticCCtx(staticCCtxBuffer, staticCCtxSize); in longUnitTests()
|
H A D | zstreamtest.c | 2377 staticCCtx = ZSTD_initStaticCCtx(cctxBuf, cctxSize); in basicUnitTests()
|
/aosp_15_r20/external/zstd/lib/ |
H A D | zstd.h | 1767 ZSTDLIB_STATIC_API ZSTD_CCtx* ZSTD_initStaticCCtx(void* workspace, size_t workspaceSize);
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libbpf.so.toc | 757 752: FUNC GLOBAL DEFAULT 15 ZSTD_initStaticCCtx
|
/aosp_15_r20/external/zstd/lib/compress/ |
H A D | zstd_compress.c | 125 ZSTD_CCtx* ZSTD_initStaticCCtx(void* workspace, size_t workspaceSize) in ZSTD_initStaticCCtx() function 5808 return ZSTD_initStaticCCtx(workspace, workspaceSize); in ZSTD_initStaticCStream()
|
/aosp_15_r20/out/soong/.intermediates/system/core/fs_mgr/libsnapshot/libsnapshot/android_arm64_armv8-2a_cortex-a55_shared/ |
D | libsnapshot.so.toc | 1298 1293: FUNC GLOBAL DEFAULT 15 ZSTD_initStaticCCtx
|
/aosp_15_r20/packages/modules/Virtualization/guest/kernel/android15-6.6/arm64/ |
D | System.map | 16400 ffffffc0804aaf24 T ZSTD_initStaticCCtx
|
/aosp_15_r20/packages/modules/Virtualization/guest/kernel/android15-6.6/arm64/16k/ |
D | System.map | 16387 ffffc000804aa678 T ZSTD_initStaticCCtx
|
/aosp_15_r20/packages/modules/Virtualization/guest/kernel/android15-6.6/x86_64/ |
D | System.map | 38558 ffffffff815871d0 T ZSTD_initStaticCCtx
|
/aosp_15_r20/device/google/bluejay-kernels/6.1/25Q1-12919773/ |
D | System.map | 25439 ffffffc008700d24 T ZSTD_initStaticCCtx
|
/aosp_15_r20/device/google/akita-kernels/6.1/25Q1-12919773/ |
D | System.map | 25439 ffffffc008700d24 T ZSTD_initStaticCCtx
|
/aosp_15_r20/device/google/caimito-kernels/6.1/25Q1-12919773/ |
D | System.map | 25439 ffffffc008700d24 T ZSTD_initStaticCCtx
|
/aosp_15_r20/device/google/lynx-kernels/6.1/25Q1-12919773/ |
D | System.map | 25439 ffffffc008700d24 T ZSTD_initStaticCCtx
|
/aosp_15_r20/device/google/caimito-kernels/6.1/25Q1-12919773/16kb/ |
D | System.map | 25421 ffffc0000870078c T ZSTD_initStaticCCtx
|
/aosp_15_r20/kernel/prebuilts/mainline/arm64/16k/ |
D | System.map | 24721 ffffc000086eecec T ZSTD_initStaticCCtx
|
/aosp_15_r20/kernel/prebuilts/6.1/arm64/ |
D | System.map | 25425 ffffffc0086feb80 T ZSTD_initStaticCCtx
|
/aosp_15_r20/kernel/prebuilts/6.6/arm64/16k/ |
D | System.map | 25394 ffffc00080728df8 T ZSTD_initStaticCCtx
|
/aosp_15_r20/device/google/felix-kernels/6.1/25Q1-12919773/ |
D | System.map | 25439 ffffffc008700d24 T ZSTD_initStaticCCtx
|
/aosp_15_r20/device/google/raviole-kernels/6.1/25Q1-12919773/ |
D | System.map | 25439 ffffffc008700d24 T ZSTD_initStaticCCtx
|
/aosp_15_r20/device/google/comet-kernels/6.1/25Q1-12919773/ |
D | System.map | 25439 ffffffc008700d24 T ZSTD_initStaticCCtx
|
/aosp_15_r20/device/google/akita-kernels/6.1/25Q1-12919773/16kb/ |
D | System.map | 25421 ffffc0000870078c T ZSTD_initStaticCCtx
|
/aosp_15_r20/device/google/tangorpro-kernels/6.1/25Q1-12919773/ |
D | System.map | 25439 ffffffc008700d24 T ZSTD_initStaticCCtx
|
/aosp_15_r20/kernel/prebuilts/6.6/arm64/ |
D | System.map | 25566 ffffffc080735ce4 T ZSTD_initStaticCCtx
|
/aosp_15_r20/device/google/shusky-kernels/6.1/25Q1-12919773/ |
D | System.map | 25439 ffffffc008700d24 T ZSTD_initStaticCCtx
|
12345