Searched defs:insert_length (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/brotli/c/enc/ |
H A D | backward_references_inc.h | 22 size_t insert_length = *last_insert_len; in EXPORT_FN() local
|
H A D | backward_references_hq.c | 584 size_t insert_length = next->dcode_insert_length & 0x7FFFFFF; in BrotliZopfliCreateCommands() local
|
/aosp_15_r20/external/brotli/c/dec/ |
H A D | decode.c | 1667 int safe, BrotliDecoderState* s, BrotliBitReader* br, int* insert_length) { in ReadCommandInternal() 1705 BrotliDecoderState* s, BrotliBitReader* br, int* insert_length) { in ReadCommand() 1710 BrotliDecoderState* s, BrotliBitReader* br, int* insert_length) { in SafeReadCommand()
|
/aosp_15_r20/external/cronet/third_party/brotli/enc/ |
H A D | backward_references_inc.h | 22 size_t insert_length = *last_insert_len; in EXPORT_FN() local
|
H A D | backward_references_hq.c | 616 size_t insert_length = next->dcode_insert_length & 0x7FFFFFF; in BrotliZopfliCreateCommands() local
|
/aosp_15_r20/external/cronet/third_party/brotli/dec/ |
H A D | decode.c | 1777 int safe, BrotliDecoderState* s, BrotliBitReader* br, int* insert_length) { in ReadCommandInternal() 1815 BrotliDecoderState* s, BrotliBitReader* br, int* insert_length) { in ReadCommand() 1820 BrotliDecoderState* s, BrotliBitReader* br, int* insert_length) { in SafeReadCommand()
|
/aosp_15_r20/external/mesa3d/src/imgui/ |
H A D | imstb_textedit.h | 305 STB_TEXTEDIT_POSITIONTYPE insert_length; member
|
/aosp_15_r20/external/crosvm/acpi_tables/src/ |
H A D | aml.rs | 326 fn insert_length(aml: &mut Vec<u8>, position: usize, len: usize, include_self: bool) { in insert_length() function
|