Home
last modified time | relevance | path

Searched refs:substate_decode_uint8 (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/brotli/c/dec/
Dstate.h312 BrotliRunningDecodeUint8State substate_decode_uint8; member
Dstate.c37 s->substate_decode_uint8 = BROTLI_STATE_DECODE_UINT8_NONE; in BrotliDecoderStateInit()
Ddecode.c184 switch (s->substate_decode_uint8) { in DecodeVarLenUint8()
197 s->substate_decode_uint8 = BROTLI_STATE_DECODE_UINT8_SHORT; in DecodeVarLenUint8()
202 s->substate_decode_uint8 = BROTLI_STATE_DECODE_UINT8_NONE; in DecodeVarLenUint8()
211 s->substate_decode_uint8 = BROTLI_STATE_DECODE_UINT8_LONG; in DecodeVarLenUint8()
215 s->substate_decode_uint8 = BROTLI_STATE_DECODE_UINT8_NONE; in DecodeVarLenUint8()
/third_party/node/deps/brotli/c/dec/
Dstate.h312 BrotliRunningDecodeUint8State substate_decode_uint8; member
Dstate.c37 s->substate_decode_uint8 = BROTLI_STATE_DECODE_UINT8_NONE; in BrotliDecoderStateInit()
Ddecode.c184 switch (s->substate_decode_uint8) { in DecodeVarLenUint8()
197 s->substate_decode_uint8 = BROTLI_STATE_DECODE_UINT8_SHORT; in DecodeVarLenUint8()
202 s->substate_decode_uint8 = BROTLI_STATE_DECODE_UINT8_NONE; in DecodeVarLenUint8()
211 s->substate_decode_uint8 = BROTLI_STATE_DECODE_UINT8_LONG; in DecodeVarLenUint8()
215 s->substate_decode_uint8 = BROTLI_STATE_DECODE_UINT8_NONE; in DecodeVarLenUint8()