Home
last modified time | relevance | path

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

/third_party/python/Python/
Dpyarena.c71 size_t total_block_size; member
151 arena->total_block_size = DEFAULT_BLOCK_SIZE; in _PyArena_New()
195 arena->total_block_size += arena->a_cur->ab_size; in _PyArena_Malloc()
/third_party/skia/third_party/externals/brotli/c/enc/
Dcompress_fragment.c449 size_t total_block_size = block_size; in BrotliCompressFragmentFastImpl() local
669 total_block_size + block_size <= (1 << 20) && in BrotliCompressFragmentFastImpl()
671 BROTLI_DCHECK(total_block_size > (1 << 16)); in BrotliCompressFragmentFastImpl()
675 total_block_size += block_size; in BrotliCompressFragmentFastImpl()
676 UpdateBits(20, (uint32_t)(total_block_size - 1), mlen_storage_ix, storage); in BrotliCompressFragmentFastImpl()
706 total_block_size = block_size; in BrotliCompressFragmentFastImpl()
/third_party/node/deps/brotli/c/enc/
Dcompress_fragment.c449 size_t total_block_size = block_size; in BrotliCompressFragmentFastImpl() local
669 total_block_size + block_size <= (1 << 20) && in BrotliCompressFragmentFastImpl()
671 BROTLI_DCHECK(total_block_size > (1 << 16)); in BrotliCompressFragmentFastImpl()
675 total_block_size += block_size; in BrotliCompressFragmentFastImpl()
676 UpdateBits(20, (uint32_t)(total_block_size - 1), mlen_storage_ix, storage); in BrotliCompressFragmentFastImpl()
706 total_block_size = block_size; in BrotliCompressFragmentFastImpl()