HomeSort by relevance Sort by last modified time
    Searched refs:BrotliDecoderErrorCode (Results 1 - 2 of 2) sorted by null

  /external/brotli/include/brotli/
decode.h 46 * Template that evaluates items of ::BrotliDecoderErrorCode.
50 * switch (brotliDecoderErrorCode) {
115 } BrotliDecoderErrorCode;
124 * ::BrotliDecoderErrorCode enumeration.
319 BrotliDecoderErrorCode BrotliDecoderGetErrorCode(
325 BROTLI_DEC_API const char* BrotliDecoderErrorString(BrotliDecoderErrorCode c);
  /external/brotli/dec/
decode.c 87 BrotliDecoderState* s, BrotliDecoderErrorCode e) {
131 static BROTLI_NOINLINE BrotliDecoderErrorCode DecodeVarLenUint8(
175 static BrotliDecoderErrorCode BROTLI_NOINLINE DecodeMetaBlockLength(
419 static BrotliDecoderErrorCode ReadSimpleHuffmanSymbols(
536 static BrotliDecoderErrorCode ReadSymbolCodeLengths(
584 static BrotliDecoderErrorCode SafeReadSymbolCodeLengths(
629 static BrotliDecoderErrorCode ReadCodeLengthCodeLengths(BrotliDecoderState* s) {
685 static BrotliDecoderErrorCode ReadHuffmanCode(uint32_t alphabet_size,
724 BrotliDecoderErrorCode result =
754 BrotliDecoderErrorCode result = ReadCodeLengthCodeLengths(s)
    [all...]

Completed in 108 milliseconds