Home
last modified time | relevance | path

Searched defs:insert_length (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/brotli/c/enc/
H A Dbackward_references_inc.h22 size_t insert_length = *last_insert_len; in EXPORT_FN() local
H A Dbackward_references_hq.c584 size_t insert_length = next->dcode_insert_length & 0x7FFFFFF; in BrotliZopfliCreateCommands() local
/aosp_15_r20/external/brotli/c/dec/
H A Ddecode.c1667 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 Dbackward_references_inc.h22 size_t insert_length = *last_insert_len; in EXPORT_FN() local
H A Dbackward_references_hq.c616 size_t insert_length = next->dcode_insert_length & 0x7FFFFFF; in BrotliZopfliCreateCommands() local
/aosp_15_r20/external/cronet/third_party/brotli/dec/
H A Ddecode.c1777 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 Dimstb_textedit.h305 STB_TEXTEDIT_POSITIONTYPE insert_length; member
/aosp_15_r20/external/crosvm/acpi_tables/src/
H A Daml.rs326 fn insert_length(aml: &mut Vec<u8>, position: usize, len: usize, include_self: bool) { in insert_length() function