Searched refs:BROTLI_SWAP (Results 1 - 12 of 12) sorted by relevance
/third_party/node/deps/brotli/c/enc/ |
H A D | bit_cost_inc.h | 59 BROTLI_SWAP(uint32_t, histo, j, i); in BrotliPopulationCost()
|
H A D | metablock_inc.h | 143 BROTLI_SWAP(size_t, self->last_histogram_ix_, 0, 1);
|
H A D | metablock.c | 466 BROTLI_SWAP(size_t, self->last_histogram_ix_, 0, 1); in ContextBlockSplitterFinishBlock()
|
H A D | brotli_bit_stream.c | 258 BROTLI_SWAP(size_t, symbols, j, i); in StoreSimpleHuffmanTree() 517 BROTLI_SWAP(size_t, symbols, j, i); in BrotliBuildAndStoreHuffmanTreeFast()
|
H A D | backward_references_hq.c | 290 BROTLI_SWAP(PosData, q, offset & 7, (offset + 1) & 7); in StartPosQueuePush()
|
/third_party/skia/third_party/externals/brotli/c/enc/ |
H A D | bit_cost_inc.h | 59 BROTLI_SWAP(uint32_t, histo, j, i); in BrotliPopulationCost()
|
H A D | metablock_inc.h | 143 BROTLI_SWAP(size_t, self->last_histogram_ix_, 0, 1);
|
H A D | metablock.c | 466 BROTLI_SWAP(size_t, self->last_histogram_ix_, 0, 1); in ContextBlockSplitterFinishBlock()
|
H A D | brotli_bit_stream.c | 258 BROTLI_SWAP(size_t, symbols, j, i); in StoreSimpleHuffmanTree() 517 BROTLI_SWAP(size_t, symbols, j, i); in BrotliBuildAndStoreHuffmanTreeFast()
|
H A D | backward_references_hq.c | 290 BROTLI_SWAP(PosData, q, offset & 7, (offset + 1) & 7); in StartPosQueuePush()
|
/third_party/node/deps/brotli/c/common/ |
H A D | platform.h | 522 #define BROTLI_SWAP(T, A, I, J) { \ macro
|
/third_party/skia/third_party/externals/brotli/c/common/ |
H A D | platform.h | 522 #define BROTLI_SWAP(T, A, I, J) { \ macro
|
Completed in 15 milliseconds