Searched refs:BrotliEncodeMlen (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | brotli_bit_stream.c | 73 static void BrotliEncodeMlen(size_t length, uint64_t* bits, in BrotliEncodeMlen() function 138 BrotliEncodeMlen(length, &lenbits, &nlenbits, &nibblesbits); in StoreCompressedMetaBlockHeader() 161 BrotliEncodeMlen(length, &lenbits, &nlenbits, &nibblesbits); in BrotliStoreUncompressedMetaBlockHeader()
|
/third_party/node/deps/brotli/c/enc/ |
D | brotli_bit_stream.c | 73 static void BrotliEncodeMlen(size_t length, uint64_t* bits, in BrotliEncodeMlen() function 138 BrotliEncodeMlen(length, &lenbits, &nlenbits, &nibblesbits); in StoreCompressedMetaBlockHeader() 161 BrotliEncodeMlen(length, &lenbits, &nlenbits, &nibblesbits); in BrotliStoreUncompressedMetaBlockHeader()
|