Searched refs:ProcessSingleCodeLength (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/brotli/c/dec/ |
H A D | decode.c | 518 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 D | decode.c | 519 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()
|