Home
last modified time | relevance | path

Searched refs:WriteRingBuffer (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/brotli/c/dec/
H A Ddecode.c1267 static BrotliDecoderErrorCode BROTLI_NOINLINE WriteRingBuffer( in WriteRingBuffer() function
1390 result = WriteRingBuffer( in CopyUncompressedBlockToOutput()
2103 BrotliDecoderErrorCode intermediate_result = WriteRingBuffer(s, in BrotliDecoderDecompressStream()
2105 /* WriteRingBuffer checks s->meta_block_remaining_len validity. */ in BrotliDecoderDecompressStream()
2474 result = WriteRingBuffer( in BrotliDecoderDecompressStream()
2530 result = WriteRingBuffer( in BrotliDecoderDecompressStream()
2561 status = WriteRingBuffer(s, &available_out, &result, 0, BROTLI_TRUE); in BrotliDecoderTakeOutput()
2562 /* Either WriteRingBuffer returns those "success" codes... */ in BrotliDecoderTakeOutput()
/third_party/skia/third_party/externals/brotli/c/dec/
H A Ddecode.c1267 static BrotliDecoderErrorCode BROTLI_NOINLINE WriteRingBuffer( in WriteRingBuffer() function
1390 result = WriteRingBuffer( in CopyUncompressedBlockToOutput()
2103 BrotliDecoderErrorCode intermediate_result = WriteRingBuffer(s, in BrotliDecoderDecompressStream()
2105 /* WriteRingBuffer checks s->meta_block_remaining_len validity. */ in BrotliDecoderDecompressStream()
2474 result = WriteRingBuffer( in BrotliDecoderDecompressStream()
2530 result = WriteRingBuffer( in BrotliDecoderDecompressStream()
2561 status = WriteRingBuffer(s, &available_out, &result, 0, BROTLI_TRUE); in BrotliDecoderTakeOutput()
2562 /* Either WriteRingBuffer returns those "success" codes... */ in BrotliDecoderTakeOutput()
/third_party/skia/third_party/externals/brotli/csharp/org/brotli/dec/
H A DDecode.cs637 private static bool WriteRingBuffer(Org.Brotli.Dec.State state) in WriteRingBuffer() method in Org.Brotli.Dec.Decode
961 if (!WriteRingBuffer(state)) in Decompress()

Completed in 8 milliseconds