Home
last modified time | relevance | path

Searched refs:BROTLI_IS_OOM (Results 1 - 25 of 28) sorted by relevance

12

/third_party/node/deps/brotli/c/enc/
H A Dmetablock.c193 if (BROTLI_IS_OOM(m)) return; in BrotliBuildMetaBlock()
199 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(literal_context_modes)) return; in BrotliBuildMetaBlock()
209 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(literal_histograms)) return; in BrotliBuildMetaBlock()
216 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(distance_histograms)) return; in BrotliBuildMetaBlock()
223 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(mb->command_histograms)) return; in BrotliBuildMetaBlock()
237 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(mb->literal_context_map)) return; in BrotliBuildMetaBlock()
243 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(mb->literal_histograms)) return; in BrotliBuildMetaBlock()
248 if (BROTLI_IS_OOM(m)) return; in BrotliBuildMetaBlock()
268 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(mb->distance_context_map)) return; in BrotliBuildMetaBlock()
274 if (BROTLI_IS_OOM( in BrotliBuildMetaBlock()
[all...]
H A Dblock_splitter.c135 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(literals)) return; in BrotliSplitBlock()
145 if (BROTLI_IS_OOM(m)) return; in BrotliSplitBlock()
153 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(insert_and_copy_codes)) return; in BrotliSplitBlock()
163 if (BROTLI_IS_OOM(m)) return; in BrotliSplitBlock()
173 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(distance_prefixes)) return; in BrotliSplitBlock()
186 if (BROTLI_IS_OOM(m)) return; in BrotliSplitBlock()
H A Dencode.c215 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(s->storage_)) return NULL; in GetBrotliStorage()
254 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(s->large_table_)) return 0; in GetHashTable()
602 if (BROTLI_IS_OOM(m)) return; in WriteMetaBlockInternal()
608 if (BROTLI_IS_OOM(m)) return; in WriteMetaBlockInternal()
624 if (BROTLI_IS_OOM(m)) return; in WriteMetaBlockInternal()
631 if (BROTLI_IS_OOM(m)) return; in WriteMetaBlockInternal()
647 if (BROTLI_IS_OOM(m)) return; in WriteMetaBlockInternal()
689 if (BROTLI_IS_OOM(&s->memory_manager_)) return BROTLI_FALSE; in EnsureInitialized()
817 if (BROTLI_IS_OOM(m)) { in BrotliEncoderCleanupState()
856 if (BROTLI_IS_OOM( in CopyInputToRingBuffer()
[all...]
H A Dmemory.h54 #define BROTLI_IS_OOM(M) (!!0) macro
56 #define BROTLI_IS_OOM(M) (!!(M)->is_oom) macro
60 BROTLI_IS_NULL is a fake check, BROTLI_IS_OOM does the heavy lifting.
62 NB: use ONLY together with BROTLI_IS_OOM
87 if (!BROTLI_IS_OOM(M) && !BROTLI_IS_NULL(new_array) && C != 0) \
H A Dblock_splitter_inc.h222 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(histogram_symbols) ||
266 if (BROTLI_IS_OOM(m)) return;
286 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(pairs)) return;
290 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(clusters)) return;
302 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(new_index)) return;
339 if (BROTLI_IS_OOM(m)) return;
386 if (BROTLI_IS_OOM(m)) return;
394 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(histograms)) return;
413 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(block_ids) ||
435 if (BROTLI_IS_OOM(
[all...]
H A Dringbuffer.h78 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(new_data)) return; in RingBufferInitBuffer()
116 if (BROTLI_IS_OOM(m)) return; in RingBufferWrite()
123 if (BROTLI_IS_OOM(m)) return; in RingBufferWrite()
H A Dcluster_inc.h218 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(new_index)) return 0;
232 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(tmp)) return 0;
262 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(cluster_size) ||
301 if (BROTLI_IS_OOM(m)) return;
317 if (BROTLI_IS_OOM(m)) return;
H A Dbrotli_bit_stream.c438 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(tree)) return; in BrotliBuildAndStoreHuffmanTreeFast()
702 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(rle_symbols)) return; in EncodeContextMap()
958 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(tree)) return; in BrotliStoreMetaBlock()
989 if (BROTLI_IS_OOM(m)) return; in BrotliStoreMetaBlock()
999 if (BROTLI_IS_OOM(m)) return; in BrotliStoreMetaBlock()
1005 if (BROTLI_IS_OOM(m)) return; in BrotliStoreMetaBlock()
1009 if (BROTLI_IS_OOM(m)) return; in BrotliStoreMetaBlock()
1013 if (BROTLI_IS_OOM(m)) return; in BrotliStoreMetaBlock()
1163 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(tree)) return; in BrotliStoreMetaBlockTrivial()
1221 if (BROTLI_IS_OOM( in BrotliStoreMetaBlockFast()
[all...]
H A Dbackward_references_hq.c95 if (BROTLI_IS_OOM(m)) return; in InitZopfliCostModel()
676 if (BROTLI_IS_OOM(m)) return 0; in BrotliZopfliComputeShortestPath()
728 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(nodes)) return; in BrotliCreateZopfliBackwardReferences()
733 if (BROTLI_IS_OOM(m)) return; in BrotliCreateZopfliBackwardReferences()
762 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(num_matches) || in BrotliCreateHqZopfliBackwardReferences()
778 if (BROTLI_IS_OOM(m)) return; in BrotliCreateHqZopfliBackwardReferences()
812 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(nodes)) return; in BrotliCreateHqZopfliBackwardReferences()
814 if (BROTLI_IS_OOM(m)) return; in BrotliCreateHqZopfliBackwardReferences()
H A Dmetablock_inc.h68 if (BROTLI_IS_OOM(m)) return; in InitBlockSplitter()
74 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(*histograms)) return; in InitBlockSplitter()
H A Dblock_encoder_inc.h21 if (BROTLI_IS_OOM(m)) return; in BuildAndStoreEntropyCodes()
H A Dhash.h429 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(hasher->common.extra)) return; in HasherSetup()
470 if (BROTLI_IS_OOM(m)) return; in InitOrStitchToPreviousBlock()
H A Dcompress_fragment.c114 if (BROTLI_IS_OOM(m)) return 0; in BuildAndStoreLiteralPrefixCode()
470 if (BROTLI_IS_OOM(m)) return; in BrotliCompressFragmentFastImpl()
715 if (BROTLI_IS_OOM(m)) return; in BrotliCompressFragmentFastImpl()
/third_party/skia/third_party/externals/brotli/c/enc/
H A Dmetablock.c193 if (BROTLI_IS_OOM(m)) return; in BrotliBuildMetaBlock()
199 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(literal_context_modes)) return; in BrotliBuildMetaBlock()
209 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(literal_histograms)) return; in BrotliBuildMetaBlock()
216 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(distance_histograms)) return; in BrotliBuildMetaBlock()
223 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(mb->command_histograms)) return; in BrotliBuildMetaBlock()
237 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(mb->literal_context_map)) return; in BrotliBuildMetaBlock()
243 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(mb->literal_histograms)) return; in BrotliBuildMetaBlock()
248 if (BROTLI_IS_OOM(m)) return; in BrotliBuildMetaBlock()
268 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(mb->distance_context_map)) return; in BrotliBuildMetaBlock()
274 if (BROTLI_IS_OOM( in BrotliBuildMetaBlock()
[all...]
H A Dblock_splitter.c135 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(literals)) return; in BrotliSplitBlock()
145 if (BROTLI_IS_OOM(m)) return; in BrotliSplitBlock()
153 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(insert_and_copy_codes)) return; in BrotliSplitBlock()
163 if (BROTLI_IS_OOM(m)) return; in BrotliSplitBlock()
173 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(distance_prefixes)) return; in BrotliSplitBlock()
186 if (BROTLI_IS_OOM(m)) return; in BrotliSplitBlock()
H A Dencode.c215 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(s->storage_)) return NULL; in GetBrotliStorage()
254 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(s->large_table_)) return 0; in GetHashTable()
602 if (BROTLI_IS_OOM(m)) return; in WriteMetaBlockInternal()
608 if (BROTLI_IS_OOM(m)) return; in WriteMetaBlockInternal()
624 if (BROTLI_IS_OOM(m)) return; in WriteMetaBlockInternal()
631 if (BROTLI_IS_OOM(m)) return; in WriteMetaBlockInternal()
647 if (BROTLI_IS_OOM(m)) return; in WriteMetaBlockInternal()
689 if (BROTLI_IS_OOM(&s->memory_manager_)) return BROTLI_FALSE; in EnsureInitialized()
817 if (BROTLI_IS_OOM(m)) { in BrotliEncoderCleanupState()
856 if (BROTLI_IS_OOM( in CopyInputToRingBuffer()
[all...]
H A Dmemory.h54 #define BROTLI_IS_OOM(M) (!!0) macro
56 #define BROTLI_IS_OOM(M) (!!(M)->is_oom) macro
60 BROTLI_IS_NULL is a fake check, BROTLI_IS_OOM does the heavy lifting.
62 NB: use ONLY together with BROTLI_IS_OOM
87 if (!BROTLI_IS_OOM(M) && !BROTLI_IS_NULL(new_array) && C != 0) \
H A Dblock_splitter_inc.h222 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(histogram_symbols) ||
266 if (BROTLI_IS_OOM(m)) return;
286 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(pairs)) return;
290 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(clusters)) return;
302 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(new_index)) return;
339 if (BROTLI_IS_OOM(m)) return;
386 if (BROTLI_IS_OOM(m)) return;
394 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(histograms)) return;
413 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(block_ids) ||
435 if (BROTLI_IS_OOM(
[all...]
H A Dringbuffer.h78 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(new_data)) return; in RingBufferInitBuffer()
116 if (BROTLI_IS_OOM(m)) return; in RingBufferWrite()
123 if (BROTLI_IS_OOM(m)) return; in RingBufferWrite()
H A Dcluster_inc.h218 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(new_index)) return 0;
232 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(tmp)) return 0;
262 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(cluster_size) ||
301 if (BROTLI_IS_OOM(m)) return;
317 if (BROTLI_IS_OOM(m)) return;
H A Dbrotli_bit_stream.c438 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(tree)) return; in BrotliBuildAndStoreHuffmanTreeFast()
702 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(rle_symbols)) return; in EncodeContextMap()
958 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(tree)) return; in BrotliStoreMetaBlock()
989 if (BROTLI_IS_OOM(m)) return; in BrotliStoreMetaBlock()
999 if (BROTLI_IS_OOM(m)) return; in BrotliStoreMetaBlock()
1005 if (BROTLI_IS_OOM(m)) return; in BrotliStoreMetaBlock()
1009 if (BROTLI_IS_OOM(m)) return; in BrotliStoreMetaBlock()
1013 if (BROTLI_IS_OOM(m)) return; in BrotliStoreMetaBlock()
1163 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(tree)) return; in BrotliStoreMetaBlockTrivial()
1221 if (BROTLI_IS_OOM( in BrotliStoreMetaBlockFast()
[all...]
H A Dbackward_references_hq.c95 if (BROTLI_IS_OOM(m)) return; in InitZopfliCostModel()
676 if (BROTLI_IS_OOM(m)) return 0; in BrotliZopfliComputeShortestPath()
728 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(nodes)) return; in BrotliCreateZopfliBackwardReferences()
733 if (BROTLI_IS_OOM(m)) return; in BrotliCreateZopfliBackwardReferences()
762 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(num_matches) || in BrotliCreateHqZopfliBackwardReferences()
778 if (BROTLI_IS_OOM(m)) return; in BrotliCreateHqZopfliBackwardReferences()
812 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(nodes)) return; in BrotliCreateHqZopfliBackwardReferences()
814 if (BROTLI_IS_OOM(m)) return; in BrotliCreateHqZopfliBackwardReferences()
H A Dmetablock_inc.h68 if (BROTLI_IS_OOM(m)) return; in InitBlockSplitter()
74 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(*histograms)) return; in InitBlockSplitter()
H A Dblock_encoder_inc.h21 if (BROTLI_IS_OOM(m)) return; in BuildAndStoreEntropyCodes()
H A Dhash.h429 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(hasher->common.extra)) return; in HasherSetup()
470 if (BROTLI_IS_OOM(m)) return; in InitOrStitchToPreviousBlock()

Completed in 23 milliseconds

12