Home
last modified time | relevance | path

Searched refs:ProcessSingleCodeLength (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/brotli/c/dec/
H A Ddecode.c518 static BROTLI_INLINE void ProcessSingleCodeLength(uint32_t code_len, in ProcessSingleCodeLength() function
626 ProcessSingleCodeLength(code_len, &symbol, &repeat, &space, in ReadSymbolCodeLengths()
669 ProcessSingleCodeLength(code_len, &h->symbol, &h->repeat, &h->space, in SafeReadSymbolCodeLengths()
/aosp_15_r20/external/cronet/third_party/brotli/dec/
H A Ddecode.c519 static BROTLI_INLINE void ProcessSingleCodeLength(uint32_t code_len, in ProcessSingleCodeLength() function
627 ProcessSingleCodeLength(code_len, &symbol, &repeat, &space, in ReadSymbolCodeLengths()
670 ProcessSingleCodeLength(code_len, &h->symbol, &h->repeat, &h->space, in SafeReadSymbolCodeLengths()