/external/brotli/c/tools/ |
D | brotli.c | 144 if (s[i] < '0' || s[i] > '9') return BROTLI_FALSE; in ParseInt() 147 if (i == 0) return BROTLI_FALSE; in ParseInt() 148 if (i > 1 && s[0] == '0') return BROTLI_FALSE; in ParseInt() 149 if (s[i] != 0) return BROTLI_FALSE; in ParseInt() 150 if (value < low || value > high) return BROTLI_FALSE; in ParseInt() 185 BROTLI_BOOL command_set = BROTLI_FALSE; in ParseParams() 186 BROTLI_BOOL quality_set = BROTLI_FALSE; in ParseParams() 187 BROTLI_BOOL output_set = BROTLI_FALSE; in ParseParams() 188 BROTLI_BOOL keep_set = BROTLI_FALSE; in ParseParams() 189 BROTLI_BOOL lgwin_set = BROTLI_FALSE; in ParseParams() [all …]
|
/external/brotli/c/enc/ |
D | encode.c | 149 if (state->is_initialized_) return BROTLI_FALSE; in BrotliEncoderSetParameter() 169 if ((value != 0) && (value != 1)) return BROTLI_FALSE; in BrotliEncoderSetParameter() 190 if (value > (1u << 30)) return BROTLI_FALSE; in BrotliEncoderSetParameter() 194 default: return BROTLI_FALSE; in BrotliEncoderSetParameter() 426 return BROTLI_FALSE; in ShouldUseComplexStaticContextMap() 473 return BROTLI_FALSE; in ShouldUseComplexStaticContextMap() 517 if (bytes <= 2) return BROTLI_FALSE; in ShouldCompress() 533 return BROTLI_FALSE; in ShouldCompress() 689 if (BROTLI_IS_OOM(&s->memory_manager_)) return BROTLI_FALSE; in EnsureInitialized() 741 params->large_window = BROTLI_FALSE; in BrotliEncoderInitParams() [all …]
|
D | hash.h | 146 return BROTLI_FALSE; in TestStaticDictionaryItem() 152 return BROTLI_FALSE; in TestStaticDictionaryItem() 162 return BROTLI_FALSE; in TestStaticDictionaryItem() 166 return BROTLI_FALSE; in TestStaticDictionaryItem() 403 hasher->common.is_prepared_ = BROTLI_FALSE; in HasherReset()
|
D | entropy_encode.c | 33 if (level > max_depth) return BROTLI_FALSE; in BrotliSetDepth() 412 BROTLI_BOOL use_rle_for_non_zero = BROTLI_FALSE; in BrotliWriteHuffmanTree() 413 BROTLI_BOOL use_rle_for_zero = BROTLI_FALSE; in BrotliWriteHuffmanTree()
|
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 | metablock.c | 88 BROTLI_BOOL equal_params = BROTLI_FALSE; in ComputeDistanceCost() 109 return BROTLI_FALSE; in ComputeDistanceCost() 161 check_orig = BROTLI_FALSE; in BrotliBuildMetaBlock() 511 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 | hash_composite_inc.h | 61 self->fresh = BROTLI_FALSE; in FN()
|
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 | 137 FN(Prepare)(self, BROTLI_FALSE, available, in FN()
|
D | hash_longest_match64_inc.h | 263 max_distance, out, BROTLI_FALSE); in FN()
|
D | hash_longest_match_inc.h | 258 max_distance, out, BROTLI_FALSE); in FN()
|
D | hash_forgetful_chain_inc.h | 285 max_distance, out, BROTLI_FALSE); in FN()
|
D | cluster_inc.h | 18 BROTLI_BOOL is_good_pair = BROTLI_FALSE;
|
D | backward_references_hq.c | 174 SetCost(histogram_cmd, BROTLI_NUM_COMMAND_SYMBOLS, BROTLI_FALSE, in ZopfliCostModelSetFromCommands() 176 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/include/brotli/ |
D | types.h | 53 #define BROTLI_FALSE 0 macro 55 #define TO_BROTLI_BOOL(X) (!!(X) ? BROTLI_TRUE : BROTLI_FALSE)
|
/external/brotli/c/dec/ |
D | bit_reader.c | 44 return BROTLI_FALSE; in BrotliWarmupBitReader() 68 return BROTLI_FALSE; in BrotliSafeReadBits32Slow()
|
D | decode.c | 63 if (state->state != BROTLI_STATE_UNINITED) return BROTLI_FALSE; in BrotliDecoderSetParameter() 73 default: return BROTLI_FALSE; in BrotliDecoderSetParameter() 138 s->large_window = BROTLI_FALSE; in DecodeWindowBits() 385 return BROTLI_FALSE; /* No valid bits at all. */ in SafeDecodeSymbol() 395 return BROTLI_FALSE; /* Not enough bits for the first level. */ in SafeDecodeSymbol() 399 return BROTLI_FALSE; /* Not enough bits to move to the second level. */ in SafeDecodeSymbol() 407 return BROTLI_FALSE; /* Not enough bits for the second level. */ in SafeDecodeSymbol() 647 BROTLI_BOOL get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths() 655 get_byte = BROTLI_FALSE; in SafeReadSymbolCodeLengths() 890 return BROTLI_FALSE; in SafeReadBlockLength() [all …]
|
D | bit_reader.h | 167 return BROTLI_FALSE; in BrotliPullByte() 210 return BROTLI_FALSE; in BrotliSafeGetBits() 296 return BROTLI_FALSE; in BrotliSafeReadBits() 310 return BROTLI_FALSE; in BrotliSafeReadBits32()
|
/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()
|
/external/libwebsockets/lib/roles/http/compression/brotli/ |
D | brotli.c | 76 BROTLI_FALSE) { in lcs_process_brotli()
|