/aosp_15_r20/external/zstd/lib/decompress/ |
H A D | zstd_decompress.c | 221 size_t ZSTD_sizeof_DCtx (const ZSTD_DCtx* dctx) in ZSTD_sizeof_DCtx() 240 static void ZSTD_DCtx_resetParameters(ZSTD_DCtx* dctx) in ZSTD_DCtx_resetParameters() 252 static void ZSTD_initDCtx_internal(ZSTD_DCtx* dctx) in ZSTD_initDCtx_internal() 283 ZSTD_DCtx* const dctx = (ZSTD_DCtx*) workspace; in ZSTD_initStaticDCtx() local 297 { ZSTD_DCtx* const dctx = (ZSTD_DCtx*)ZSTD_customMalloc(sizeof(*dctx), customMem); in ZSTD_createDCtx_internal() local 316 static void ZSTD_clearDict(ZSTD_DCtx* dctx) in ZSTD_clearDict() 324 size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx() 360 static void ZSTD_DCtx_selectFrameDDict(ZSTD_DCtx* dctx) { in ZSTD_DCtx_selectFrameDDict() 700 static size_t ZSTD_decodeFrameHeader(ZSTD_DCtx* dctx, const void* src, size_t headerSize) in ZSTD_decodeFrameHeader() 885 size_t ZSTD_insertBlock(ZSTD_DCtx* dctx, const void* blockStart, size_t blockSize) in ZSTD_insertBlock() [all …]
|
H A D | zstd_decompress_block.c | 54 static size_t ZSTD_blockSizeMax(ZSTD_DCtx const* dctx) in ZSTD_blockSizeMax() 80 static void ZSTD_allocateLiteralsBuffer(ZSTD_DCtx* dctx, void* const dst, const size_t dstCapacity,… in ZSTD_allocateLiteralsBuffer() 134 static size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock() 346 size_t ZSTD_decodeLiteralsBlock_wrapper(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock_wrapper() 695 size_t ZSTD_decodeSeqHeaders(ZSTD_DCtx* dctx, int* nbSeqPtr, in ZSTD_decodeSeqHeaders() 1350 static int ZSTD_dictionaryIsActive(ZSTD_DCtx const* dctx, BYTE const* prefixStart, BYTE const* oLit… in ZSTD_dictionaryIsActive() 1367 ZSTD_DCtx const* dctx, in ZSTD_assertValidSequence() 1403 ZSTD_decompressSequences_bodySplitLitBuffer( ZSTD_DCtx* dctx, in ZSTD_decompressSequences_bodySplitLitBuffer() 1615 ZSTD_decompressSequences_body(ZSTD_DCtx* dctx, in ZSTD_decompressSequences_body() 1693 ZSTD_decompressSequences_default(ZSTD_DCtx* dctx, in ZSTD_decompressSequences_default() [all …]
|
/aosp_15_r20/external/mesa3d/src/gallium/auxiliary/driver_ddebug/ |
H A D | dd_draw.c | 623 dd_dump_driver_state(struct dd_context *dctx, FILE *f, unsigned flags) in dd_dump_driver_state() 1017 dd_report_hang(struct dd_context *dctx) in dd_report_hang() 1094 struct dd_context *dctx = (struct dd_context *)input; in dd_thread_main() local 1163 dd_create_record(struct dd_context *dctx) in dd_create_record() 1188 dd_add_record(struct dd_context *dctx, struct dd_draw_record *record) in dd_add_record() 1208 dd_before_draw(struct dd_context *dctx, struct dd_draw_record *record) in dd_before_draw() 1237 struct dd_context *dctx = record->dctx; in dd_after_draw_async() local 1254 dd_after_draw(struct dd_context *dctx, struct dd_draw_record *record) in dd_after_draw() 1284 struct dd_context *dctx = dd_context(_pipe); in dd_context_flush() local 1315 struct dd_context *dctx = dd_context(_pipe); in dd_context_draw_vbo() local [all …]
|
H A D | dd_context.c | 112 struct dd_context *dctx = dd_context(_pipe); in dd_context_begin_query() local 121 struct dd_context *dctx = dd_context(_pipe); in dd_context_end_query() local 150 struct dd_context *dctx = dd_context(_pipe); in dd_context_render_condition() local 221 struct dd_context *dctx = dd_context(_pipe); in DD_CSO_WHOLE() local 366 struct dd_context *dctx = dd_context(_pipe); local 379 struct dd_context *dctx = dd_context(_pipe); in dd_context_set_scissor_states() local 392 struct dd_context *dctx = dd_context(_pipe); in dd_context_set_viewport_states() local 404 struct dd_context *dctx = dd_context(_pipe); in dd_context_set_tess_state() local 417 struct dd_context *dctx = dd_context(_pipe); in dd_context_set_patch_vertices() local 428 struct dd_context *dctx = dd_context(_pipe); in dd_context_set_window_rectangles() local [all …]
|
/aosp_15_r20/external/zstd/lib/legacy/ |
H A D | zstd_legacy.h | 323 …ZBUFFv04_DCtx* dctx = (prevVersion != newVersion) ? ZBUFFv04_createDCtx() : (ZBUFFv04_DCtx*)*legac… in ZSTD_initLegacyStream() local 334 …ZBUFFv05_DCtx* dctx = (prevVersion != newVersion) ? ZBUFFv05_createDCtx() : (ZBUFFv05_DCtx*)*legac… in ZSTD_initLegacyStream() local 344 …ZBUFFv06_DCtx* dctx = (prevVersion != newVersion) ? ZBUFFv06_createDCtx() : (ZBUFFv06_DCtx*)*legac… in ZSTD_initLegacyStream() local 354 …ZBUFFv07_DCtx* dctx = (prevVersion != newVersion) ? ZBUFFv07_createDCtx() : (ZBUFFv07_DCtx*)*legac… in ZSTD_initLegacyStream() local 391 ZBUFFv04_DCtx* dctx = (ZBUFFv04_DCtx*) legacyContext; in ZSTD_decompressLegacyStream() local 405 ZBUFFv05_DCtx* dctx = (ZBUFFv05_DCtx*) legacyContext; in ZSTD_decompressLegacyStream() local 419 ZBUFFv06_DCtx* dctx = (ZBUFFv06_DCtx*) legacyContext; in ZSTD_decompressLegacyStream() local 433 ZBUFFv07_DCtx* dctx = (ZBUFFv07_DCtx*) legacyContext; in ZSTD_decompressLegacyStream() local
|
H A D | zstd_v07.c | 1969 size_t HUFv07_decompress4X2_DCtx (HUFv07_DTable* dctx, void* dst, size_t dstSize, const void* cSrc,… in HUFv07_decompress4X2_DCtx() 2380 size_t HUFv07_decompress4X4_DCtx (HUFv07_DTable* dctx, void* dst, size_t dstSize, const void* cSrc,… in HUFv07_decompress4X4_DCtx() 2482 size_t HUFv07_decompress4X_DCtx (HUFv07_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, … in HUFv07_decompress4X_DCtx() 2496 size_t HUFv07_decompress4X_hufOnly (HUFv07_DTable* dctx, void* dst, size_t dstSize, const void* cSr… in HUFv07_decompress4X_hufOnly() 2508 size_t HUFv07_decompress1X_DCtx (HUFv07_DTable* dctx, void* dst, size_t dstSize, const void* cSrc, … in HUFv07_decompress1X_DCtx() 2903 size_t ZSTDv07_sizeofDCtx (const ZSTDv07_DCtx* dctx) { return sizeof(*dctx); } in ZSTDv07_sizeofDCtx() 2907 size_t ZSTDv07_decompressBegin(ZSTDv07_DCtx* dctx) in ZSTDv07_decompressBegin() 2924 ZSTDv07_DCtx* dctx; in ZSTDv07_createDCtx_advanced() local 2944 size_t ZSTDv07_freeDCtx(ZSTDv07_DCtx* dctx) in ZSTDv07_freeDCtx() 3183 static size_t ZSTDv07_decodeFrameHeader(ZSTDv07_DCtx* dctx, const void* src, size_t srcSize) in ZSTDv07_decodeFrameHeader() [all …]
|
H A D | zstd_v04.c | 2458 static size_t ZSTD_resetDCtx(ZSTD_DCtx* dctx) in ZSTD_resetDCtx() 2471 ZSTD_DCtx* dctx = (ZSTD_DCtx*)malloc(sizeof(ZSTD_DCtx)); in ZSTD_createDCtx() local 2477 static size_t ZSTD_freeDCtx(ZSTD_DCtx* dctx) in ZSTD_freeDCtx() 2579 static size_t ZSTD_decodeLiteralsBlock(ZSTD_DCtx* dctx, in ZSTD_decodeLiteralsBlock() 2901 ZSTD_DCtx* dctx, in ZSTD_decompressSequences() 2974 static void ZSTD_checkContinuity(ZSTD_DCtx* dctx, const void* dst) in ZSTD_checkContinuity() 2986 static size_t ZSTD_decompressBlock_internal(ZSTD_DCtx* dctx, in ZSTD_decompressBlock_internal() 3141 static size_t ZSTD_nextSrcSizeToDecompress(ZSTD_DCtx* dctx) in ZSTD_nextSrcSizeToDecompress() 3550 size_t ZSTDv04_decompressDCtx(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* src, size_… in ZSTDv04_decompressDCtx() 3559 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in ZSTDv04_decompress() local [all …]
|
H A D | zstd_v06.c | 2773 size_t ZSTDv06_decompressBegin(ZSTDv06_DCtx* dctx) in ZSTDv06_decompressBegin() 2788 ZSTDv06_DCtx* dctx = (ZSTDv06_DCtx*)malloc(sizeof(ZSTDv06_DCtx)); in ZSTDv06_createDCtx() local 2794 size_t ZSTDv06_freeDCtx(ZSTDv06_DCtx* dctx) in ZSTDv06_freeDCtx() 2998 static size_t ZSTDv06_decodeLiteralsBlock(ZSTDv06_DCtx* dctx, in ZSTDv06_decodeLiteralsBlock() 3388 ZSTDv06_DCtx* dctx, in ZSTDv06_decompressSequences() 3464 static void ZSTDv06_checkContinuity(ZSTDv06_DCtx* dctx, const void* dst) in ZSTDv06_checkContinuity() 3475 static size_t ZSTDv06_decompressBlock_internal(ZSTDv06_DCtx* dctx, in ZSTDv06_decompressBlock_internal() 3493 size_t ZSTDv06_decompressBlock(ZSTDv06_DCtx* dctx, in ZSTDv06_decompressBlock() 3504 static size_t ZSTDv06_decompressFrame(ZSTDv06_DCtx* dctx, in ZSTDv06_decompressFrame() 3567 size_t ZSTDv06_decompress_usingPreparedDCtx(ZSTDv06_DCtx* dctx, const ZSTDv06_DCtx* refDCtx, in ZSTDv06_decompress_usingPreparedDCtx() [all …]
|
H A D | zstd_v05.c | 2616 size_t ZSTDv05_decompressBegin(ZSTDv05_DCtx* dctx) in ZSTDv05_decompressBegin() 2631 ZSTDv05_DCtx* dctx = (ZSTDv05_DCtx*)malloc(sizeof(ZSTDv05_DCtx)); in ZSTDv05_createDCtx() local 2637 size_t ZSTDv05_freeDCtx(ZSTDv05_DCtx* dctx) in ZSTDv05_freeDCtx() 2810 static size_t ZSTDv05_decodeLiteralsBlock(ZSTDv05_DCtx* dctx, in ZSTDv05_decodeLiteralsBlock() 3257 ZSTDv05_DCtx* dctx, in ZSTDv05_decompressSequences() 3329 static void ZSTDv05_checkContinuity(ZSTDv05_DCtx* dctx, const void* dst) in ZSTDv05_checkContinuity() 3340 static size_t ZSTDv05_decompressBlock_internal(ZSTDv05_DCtx* dctx, in ZSTDv05_decompressBlock_internal() 3359 size_t ZSTDv05_decompressBlock(ZSTDv05_DCtx* dctx, in ZSTDv05_decompressBlock() 3370 static size_t ZSTDv05_decompress_continueDCtx(ZSTDv05_DCtx* dctx, in ZSTDv05_decompress_continueDCtx() 3435 size_t ZSTDv05_decompress_usingPreparedDCtx(ZSTDv05_DCtx* dctx, const ZSTDv05_DCtx* refDCtx, in ZSTDv05_decompress_usingPreparedDCtx() [all …]
|
/aosp_15_r20/external/zstd/tests/ |
H A D | fuzzer.c | 689 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests() local 725 ZSTD_DCtx* const dctx = ZSTD_createDCtx_advanced(ZSTD_defaultCMem); in basicUnitTests() local 774 { ZSTD_DCtx* const dctx = ZSTD_createDCtx(); assert(dctx != NULL); in basicUnitTests() local 786 { ZSTD_DCtx* const dctx = ZSTD_createDCtx(); assert(dctx != NULL); in basicUnitTests() local 837 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in basicUnitTests() local 890 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests() local 959 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests() local 1001 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in basicUnitTests() local 1029 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in basicUnitTests() local 1071 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests() local [all …]
|
H A D | zstreamtest.c | 170 static size_t SEQ_roundTrip(ZSTD_CCtx* cctx, ZSTD_DCtx* dctx, in SEQ_roundTrip() 207 static size_t SEQ_generateRoundTrip(ZSTD_CCtx* cctx, ZSTD_DCtx* dctx, in SEQ_generateRoundTrip() 703 { ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests() local 727 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests() local 789 { ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests() local 1153 { ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in basicUnitTests() local 1199 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests() local 1241 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests() local 1270 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests() local 1300 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in basicUnitTests() local [all …]
|
H A D | bigdict.c | 22 compress(ZSTD_CCtx* cctx, ZSTD_DCtx* dctx, in compress() 66 ZSTD_DCtx* dctx = ZSTD_createDCtx(); in main() local
|
/aosp_15_r20/external/rust/crates/quiche/deps/boringssl/src/crypto/evp/ |
D | p_ec.c | 83 EC_PKEY_CTX *dctx; in pkey_ec_init() local 96 EC_PKEY_CTX *dctx, *sctx; in pkey_ec_copy() local 109 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_cleanup() local 179 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_ctrl() local 220 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_keygen() local 241 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_paramgen() local
|
/aosp_15_r20/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/crypto/evp/ |
D | p_ec.c | 83 EC_PKEY_CTX *dctx; in pkey_ec_init() local 96 EC_PKEY_CTX *dctx, *sctx; in pkey_ec_copy() local 109 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_cleanup() local 179 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_ctrl() local 220 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_keygen() local 241 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_paramgen() local
|
/aosp_15_r20/external/boringssl/src/crypto/evp/ |
H A D | p_ec.c | 83 EC_PKEY_CTX *dctx = OPENSSL_zalloc(sizeof(EC_PKEY_CTX)); in pkey_ec_init() local 98 EC_PKEY_CTX *dctx = dst->data; in pkey_ec_copy() local 105 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_cleanup() local 168 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_ctrl() local 208 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_keygen() local 229 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_paramgen() local
|
H A D | p_dh.c | 26 DH_PKEY_CTX *dctx = OPENSSL_zalloc(sizeof(DH_PKEY_CTX)); in pkey_dh_init() local 41 DH_PKEY_CTX *dctx = dst->data; in pkey_dh_copy() local 66 DH_PKEY_CTX *dctx = ctx->data; in pkey_dh_derive() local 107 DH_PKEY_CTX *dctx = ctx->data; in pkey_dh_ctrl() local
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/crypto/evp/ |
H A D | p_ec.c | 83 EC_PKEY_CTX *dctx = OPENSSL_zalloc(sizeof(EC_PKEY_CTX)); in pkey_ec_init() local 98 EC_PKEY_CTX *dctx = dst->data; in pkey_ec_copy() local 105 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_cleanup() local 168 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_ctrl() local 208 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_keygen() local 229 EC_PKEY_CTX *dctx = ctx->data; in pkey_ec_paramgen() local
|
H A D | p_dh.c | 26 DH_PKEY_CTX *dctx = OPENSSL_zalloc(sizeof(DH_PKEY_CTX)); in pkey_dh_init() local 41 DH_PKEY_CTX *dctx = dst->data; in pkey_dh_copy() local 66 DH_PKEY_CTX *dctx = ctx->data; in pkey_dh_derive() local 107 DH_PKEY_CTX *dctx = ctx->data; in pkey_dh_ctrl() local
|
/aosp_15_r20/external/virglrenderer/src/ |
H A D | vrend_decode.c | 1516 struct vrend_decode_ctx *dctx = retire_data; in vrend_decode_ctx_fence_retire() local 1524 struct vrend_decode_ctx *dctx; in vrend_renderer_context_create() local 1548 struct vrend_decode_ctx *dctx = (struct vrend_decode_ctx *)ctx; in vrend_decode_ctx_destroy() local 1558 struct vrend_decode_ctx *dctx = (struct vrend_decode_ctx *)ctx; in vrend_decode_ctx_attach_resource() local 1566 struct vrend_decode_ctx *dctx = (struct vrend_decode_ctx *)ctx; in vrend_decode_ctx_detach_resource() local 1576 struct vrend_decode_ctx *dctx = (struct vrend_decode_ctx *)ctx; in vrend_decode_ctx_transfer_3d() local 1590 struct vrend_decode_ctx *dctx = (struct vrend_decode_ctx *)ctx; in vrend_decode_ctx_get_blob() local 1972 struct vrend_decode_ctx *dctx = (struct vrend_decode_ctx *)ctx; in vrend_decode_ctx_submit_fence() local 1980 static void vrend_decode_ctx_init_base(struct vrend_decode_ctx *dctx, in vrend_decode_ctx_init_base()
|
/aosp_15_r20/external/lz4/lib/ |
H A D | lz4frame.c | 1286 LZ4F_dctx* const dctx = (LZ4F_dctx*)LZ4F_calloc(sizeof(LZ4F_dctx), customMem); in LZ4F_createDecompressionContext_advanced() local 1313 LZ4F_errorCode_t LZ4F_freeDecompressionContext(LZ4F_dctx* dctx) in LZ4F_freeDecompressionContext() 1327 void LZ4F_resetDecompressionContext(LZ4F_dctx* dctx) in LZ4F_resetDecompressionContext() 1346 static size_t LZ4F_decodeHeader(LZ4F_dctx* dctx, const void* src, size_t srcSize) in LZ4F_decodeHeader() 1485 LZ4F_errorCode_t LZ4F_getFrameInfo(LZ4F_dctx* dctx, in LZ4F_getFrameInfo() 1527 static void LZ4F_updateDict(LZ4F_dctx* dctx, in LZ4F_updateDict() 1613 size_t LZ4F_decompress(LZ4F_dctx* dctx, in LZ4F_decompress() 2123 size_t LZ4F_decompress_usingDict(LZ4F_dctx* dctx, in LZ4F_decompress_usingDict()
|
/aosp_15_r20/external/lz4/tests/ |
H A D | frametest.c | 227 LZ4F_dctx* dctx; in bug1227() local 569 LZ4F_decompressionContext_t dctx; in unitTests() local 691 { LZ4F_dctx* dctx; in unitTests() local 751 { LZ4F_dctx* dctx; in unitTests() local 808 { LZ4F_dctx* dctx; in unitTests() local 843 { LZ4F_dctx* dctx; in unitTests() local
|
/aosp_15_r20/external/zstd/programs/ |
H A D | benchzstd.c | 285 BMK_initDCtx(ZSTD_DCtx* dctx, const void* dictBuffer, size_t dictBufferSize) in BMK_initDCtx() 314 ZSTD_DCtx* dctx; member 347 ZSTD_DCtx* const dctx = (ZSTD_DCtx*)addArgs; in local_defaultDecompress() local 424 ZSTD_DCtx* dctx, in BMK_benchMemAdvancedNoAlloc() 815 ZSTD_DCtx* const dctx = ZSTD_createDCtx(); in BMK_benchMemAdvanced() local
|
/aosp_15_r20/external/lz4/examples/ |
H A D | frameCompress.c | 202 LZ4F_dctx* dctx, in decompress_file_internal() 273 LZ4F_dctx* dctx, in decompress_file_allocDst() 323 LZ4F_dctx* dctx; in decompress_file() local
|
/aosp_15_r20/external/lz4/ossfuzz/ |
H A D | decompress_frame_fuzzer.c | 18 static void decompress(LZ4F_dctx* dctx, void* dst, size_t dstCapacity, in decompress() 47 LZ4F_dctx* dctx; in LLVMFuzzerTestOneInput() local
|
/aosp_15_r20/external/libva/va/ |
H A D | va.c | 171 VADisplayContextP dctx; in vaSetErrorCallback() local 192 VADisplayContextP dctx; in vaSetInfoCallback() local 221 VADisplayContextP dctx = (VADisplayContextP)dpy; in va_errorMessage() local 249 VADisplayContextP dctx = (VADisplayContextP)dpy; in va_infoMessage() local 278 VADisplayContextP dctx = ctx->pDisplayContext; in va_driverErrorCallback() local 287 VADisplayContextP dctx = ctx->pDisplayContext; in va_driverInfoCallback() local 295 VADisplayContextP dctx = calloc(1, sizeof(*dctx)); in va_newDisplayContext() local 307 VADriverContextP va_newDriverContext(VADisplayContextP dctx) in va_newDriverContext()
|