Home
last modified time | relevance | path

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

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