/external/brotli/c/tools/ |
D | brotli.c | 133 if (s[i] < '0' || s[i] > '9') return BROTLI_FALSE; in ParseInt() 136 if (i == 0) return BROTLI_FALSE; in ParseInt() 137 if (i > 1 && s[0] == '0') return BROTLI_FALSE; in ParseInt() 138 if (s[i] != 0) return BROTLI_FALSE; in ParseInt() 139 if (value < low || value > high) return BROTLI_FALSE; in ParseInt() 174 BROTLI_BOOL command_set = BROTLI_FALSE; in ParseParams() 175 BROTLI_BOOL quality_set = BROTLI_FALSE; in ParseParams() 176 BROTLI_BOOL output_set = BROTLI_FALSE; in ParseParams() 177 BROTLI_BOOL keep_set = BROTLI_FALSE; in ParseParams() 178 BROTLI_BOOL lgwin_set = BROTLI_FALSE; in ParseParams() [all …]
|
/external/brotli/c/enc/ |
D | encode.c | 137 if (state->is_initialized_) return BROTLI_FALSE; in BrotliEncoderSetParameter() 157 if ((value != 0) && (value != 1)) return BROTLI_FALSE; in BrotliEncoderSetParameter() 177 default: return BROTLI_FALSE; in BrotliEncoderSetParameter() 409 return BROTLI_FALSE; in ShouldUseComplexStaticContextMap() 456 return BROTLI_FALSE; in ShouldUseComplexStaticContextMap() 500 if (bytes <= 2) return BROTLI_FALSE; in ShouldCompress() 516 return BROTLI_FALSE; in ShouldCompress() 676 if (BROTLI_IS_OOM(&s->memory_manager_)) return BROTLI_FALSE; in EnsureInitialized() 711 params->large_window = BROTLI_FALSE; in BrotliEncoderInitParams() 716 params->disable_literal_context_modeling = BROTLI_FALSE; in BrotliEncoderInitParams() [all …]
|
D | hash.h | 165 return BROTLI_FALSE; in TestStaticDictionaryItem() 171 return BROTLI_FALSE; in TestStaticDictionaryItem() 181 return BROTLI_FALSE; in TestStaticDictionaryItem() 185 return BROTLI_FALSE; in TestStaticDictionaryItem() 408 GetHasherCommon(handle)->is_prepared_ = BROTLI_FALSE; in HasherReset()
|
D | hash_composite_inc.h | 62 common_a->is_prepared_ = BROTLI_FALSE; in FN() 71 common_b->is_prepared_ = BROTLI_FALSE; in FN()
|
D | static_dict.c | 45 return BROTLI_FALSE; in IsMatch() 67 if ((dict[i] ^ 32) != data[i]) return BROTLI_FALSE; in IsMatch() 69 if (dict[i] != data[i]) return BROTLI_FALSE; in IsMatch() 80 BROTLI_BOOL has_found_match = BROTLI_FALSE; in BrotliFindAllStaticDictionaryMatches()
|
D | entropy_encode.c | 31 if (level > max_depth) return BROTLI_FALSE; in BrotliSetDepth() 410 BROTLI_BOOL use_rle_for_non_zero = BROTLI_FALSE; in BrotliWriteHuffmanTree() 411 BROTLI_BOOL use_rle_for_zero = BROTLI_FALSE; in BrotliWriteHuffmanTree()
|
D | metablock.c | 92 BROTLI_BOOL equal_params = BROTLI_FALSE; in ComputeDistanceCost() 113 return BROTLI_FALSE; in ComputeDistanceCost() 165 check_orig = BROTLI_FALSE; in BrotliBuildMetaBlock() 515 ContextBlockSplitterFinishBlock(self, m, /* is_final = */ BROTLI_FALSE); in ContextBlockSplitterAddSymbol()
|
D | quality.h | 63 params->large_window = BROTLI_FALSE; in SanitizeParams()
|
D | memory.c | 43 m->is_oom = BROTLI_FALSE; in BrotliInitMemoryManager()
|
D | command.h | 143 GetLengthCode(insertlen, 4, BROTLI_FALSE, &self->cmd_prefix_); in InitInsertCommand()
|
D | metablock_inc.h | 179 FN(BlockSplitterFinishBlock)(self, /* is_final = */ BROTLI_FALSE); in FN()
|
D | hash_rolling_inc.h | 142 FN(Prepare)(handle, BROTLI_FALSE, available, in FN()
|
D | hash_longest_match64_inc.h | 263 max_distance, out, BROTLI_FALSE); in FN()
|
D | hash_forgetful_chain_inc.h | 246 max_distance, out, BROTLI_FALSE); in FN()
|
D | hash_longest_match_inc.h | 255 max_distance, out, BROTLI_FALSE); in FN()
|
D | cluster_inc.h | 18 BROTLI_BOOL is_good_pair = BROTLI_FALSE;
|
D | backward_references_hq.c | 176 SetCost(histogram_cmd, BROTLI_NUM_COMMAND_SYMBOLS, BROTLI_FALSE, in ZopfliCostModelSetFromCommands() 178 SetCost(histogram_dist, self->distance_histogram_size, BROTLI_FALSE, in ZopfliCostModelSetFromCommands()
|
D | compress_fragment_two_pass.c | 64 return BROTLI_FALSE; in IsMatch()
|
D | compress_fragment.c | 398 return BROTLI_FALSE; in ShouldUseUncompressedMode()
|
/external/brotli/c/dec/ |
D | decode.c | 62 if (state->state != BROTLI_STATE_UNINITED) return BROTLI_FALSE; in BrotliDecoderSetParameter() 72 default: return BROTLI_FALSE; in BrotliDecoderSetParameter() 137 s->large_window = BROTLI_FALSE; in DecodeWindowBits() 382 return BROTLI_FALSE; /* No valid bits at all. */ in SafeDecodeSymbol() 392 return BROTLI_FALSE; /* Not enough bits for the first level. */ in SafeDecodeSymbol() 396 return BROTLI_FALSE; /* Not enough bits to move to the second level. */ in SafeDecodeSymbol() 404 return BROTLI_FALSE; /* Not enough bits for the second level. */ in SafeDecodeSymbol() 640 BROTLI_BOOL get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths() 648 get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths() 882 return BROTLI_FALSE; in SafeReadBlockLength() [all …]
|
D | bit_reader.h | 166 return BROTLI_FALSE; in BrotliPullByte() 209 return BROTLI_FALSE; in BrotliSafeGetBits() 271 return BROTLI_FALSE; in BrotliSafeReadBits()
|
D | bit_reader.c | 33 return BROTLI_FALSE; in BrotliWarmupBitReader()
|
/external/brotli/c/include/brotli/ |
D | types.h | 53 #define BROTLI_FALSE 0 macro 55 #define TO_BROTLI_BOOL(X) (!!(X) ? BROTLI_TRUE : BROTLI_FALSE)
|
/external/brotli/python/ |
D | _brotli.cc | 239 ok = BROTLI_FALSE; in brotli_Compressor_process() 277 ok = BROTLI_FALSE; in brotli_Compressor_flush() 317 ok = BROTLI_FALSE; in brotli_Compressor_finish() 508 ok = BROTLI_FALSE; in brotli_Decompressor_process() 545 ok = BROTLI_FALSE; in brotli_Decompressor_is_finished()
|