Home
last modified time | relevance | path

Searched refs:BROTLI_IS_OOM (Results 1 – 14 of 14) sorted by relevance

/external/brotli/c/enc/
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(m) || BROTLI_IS_NULL(mb->distance_histograms)) return; in BrotliBuildMetaBlock()
[all …]
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()
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(m)) return; in CopyInputToRingBuffer()
[all …]
Dmemory.h54 #define BROTLI_IS_OOM(M) (!!0) macro
56 #define BROTLI_IS_OOM(M) (!!(M)->is_oom) macro
87 if (!BROTLI_IS_OOM(M) && !BROTLI_IS_NULL(new_array) && C != 0) \
Dblock_splitter_inc.h222 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(histogram_symbols) || in FN()
266 if (BROTLI_IS_OOM(m)) return; in FN()
286 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(pairs)) return; in FN()
290 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(clusters)) return; in FN()
302 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(new_index)) return; in FN()
339 if (BROTLI_IS_OOM(m)) return; in FN()
386 if (BROTLI_IS_OOM(m)) return; in FN()
394 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(histograms)) return; in FN()
413 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(block_ids) || in FN()
435 if (BROTLI_IS_OOM(m)) return; in FN()
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()
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;
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(m)) return; in BrotliStoreMetaBlockFast()
[all …]
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()
Dblock_encoder_inc.h21 if (BROTLI_IS_OOM(m)) return; in FN()
Dmetablock_inc.h68 if (BROTLI_IS_OOM(m)) return; in FN()
74 if (BROTLI_IS_OOM(m) || BROTLI_IS_NULL(*histograms)) return; in FN()
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()
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()
Dcompress_fragment_two_pass.c487 if (BROTLI_IS_OOM(m)) return; in StoreCommands()
583 if (BROTLI_IS_OOM(m)) return; in BrotliCompressFragmentTwoPassImpl()