Home
last modified time | relevance | path

Searched refs:USE_DICTIONARY (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/brotli/c/enc/
Dhash.h251 #define USE_DICTIONARY 1 macro
254 #undef USE_DICTIONARY
259 #define USE_DICTIONARY 0 macro
261 #undef USE_DICTIONARY
269 #define USE_DICTIONARY 1 macro
271 #undef USE_DICTIONARY
319 #define USE_DICTIONARY 0 macro
321 #undef USE_DICTIONARY
Dhash_longest_match_quickly_inc.h251 if (USE_DICTIONARY && min_score == out->score) { in FN()
/third_party/skia/third_party/externals/brotli/c/enc/
Dhash.h251 #define USE_DICTIONARY 1 macro
254 #undef USE_DICTIONARY
259 #define USE_DICTIONARY 0 macro
261 #undef USE_DICTIONARY
269 #define USE_DICTIONARY 1 macro
271 #undef USE_DICTIONARY
319 #define USE_DICTIONARY 0 macro
321 #undef USE_DICTIONARY
Dhash_longest_match_quickly_inc.h251 if (USE_DICTIONARY && min_score == out->score) { in FN()
/third_party/skia/third_party/externals/brotli/java/org/brotli/dec/
DDecode.java35 private static final int USE_DICTIONARY = 9; field in Decode
1234 s.runningState = USE_DICTIONARY; in decompress()
1288 case USE_DICTIONARY: in decompress()