Searched refs:frame (Results 1 – 5 of 5) sorted by relevance
/lib/zstd/decompress/ |
D | zstd_decompress_block.c | 1107 const int frame) in ZSTD_decompressSequences_body() argument 1120 (void)frame; in ZSTD_decompressSequences_body() 1187 if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequence, prefixStart, vBase); in ZSTD_decompressSequences_body() 1228 const int frame) in ZSTD_decompressSequences_default() argument 1230 …STD_decompressSequences_body(dctx, dst, maxDstSize, seqStart, seqSize, nbSeq, isLongOffset, frame); in ZSTD_decompressSequences_default() 1241 const int frame) in ZSTD_decompressSequencesLong_body() argument 1253 (void)frame; in ZSTD_decompressSequencesLong_body() 1291 …if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequences[(seqNb-ADVANCED_SEQS) & STORED_SEQS_… in ZSTD_decompressSequencesLong_body() 1306 …if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequences[seqNb&STORED_SEQS_MASK], prefixStart… in ZSTD_decompressSequencesLong_body() 1333 const int frame) in ZSTD_decompressSequencesLong_default() argument [all …]
|
D | zstd_decompress_block.h | 44 const void* src, size_t srcSize, const int frame);
|
/lib/fonts/ |
D | Kconfig | 16 your frame buffer console usually use. 29 This is the "high resolution" font for the VGA frame buffer (the one 35 Given the resolution provided by the frame buffer device, answer N 42 This is the "high resolution" font for the VGA frame buffer (the one
|
/lib/zstd/compress/ |
D | zstd_compress.c | 2614 const void* src, size_t srcSize, U32 frame) in ZSTD_compressBlock_internal() argument 2654 if (frame && in ZSTD_compressBlock_internal() 2964 U32 frame, U32 lastFrameChunk) in ZSTD_compressContinue_internal() argument 2974 if (frame && (cctx->stage==ZSTDcs_init)) { in ZSTD_compressContinue_internal() 2993 if (!frame) { in ZSTD_compressContinue_internal() 3001 { size_t const cSize = frame ? in ZSTD_compressContinue_internal() 3004 …FORWARD_IF_ERROR(cSize, "%s", frame ? "ZSTD_compress_frameChunk failed" : "ZSTD_compressBlock_inte… in ZSTD_compressContinue_internal()
|
/lib/ |
D | Kconfig.debug | 492 # is preferred to always offer frame pointers as a config 499 bool "Compile the kernel with frame pointers" 516 Validate frame pointer rules at compile-time. This helps ensure that
|