Home
last modified time | relevance | path

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

/external/brotli/csharp/org/brotli/dec/
DDecode.cs444 private static void DecodeCommandBlockSwitch(Org.Brotli.Dec.State state) in DecodeCommandBlockSwitch() method in Org.Brotli.Dec.Decode
710 DecodeCommandBlockSwitch(state); in Decompress()
/external/brotli/c/dec/
Ddecode.c1226 static void BROTLI_NOINLINE DecodeCommandBlockSwitch(BrotliDecoderState* s) { in DecodeCommandBlockSwitch() function
1772 BROTLI_SAFE(DecodeCommandBlockSwitch(s)); in ProcessCommandsInternal()