Searched refs:HashMemAllocInBytes (Results 1 – 14 of 14) sorted by relevance
/third_party/skia/third_party/externals/brotli/c/enc/ |
D | hash_composite_inc.h | 63 FN_A(HashMemAllocInBytes)(self->params, one_shot, input_size); in FN() 72 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() argument 75 return FN_A(HashMemAllocInBytes)(params, one_shot, input_size) + in FN() 76 FN_B(HashMemAllocInBytes)(params, one_shot, input_size); in FN()
|
D | hash_rolling_inc.h | 91 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() argument
|
D | hash_longest_match_quickly_inc.h | 83 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() argument
|
D | hash_longest_match64_inc.h | 96 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() argument
|
D | hash_longest_match_inc.h | 95 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() argument
|
D | hash_forgetful_chain_inc.h | 119 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() argument
|
D | hash_to_binary_tree_inc.h | 81 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() argument
|
/third_party/node/deps/brotli/c/enc/ |
D | hash_composite_inc.h | 63 FN_A(HashMemAllocInBytes)(self->params, one_shot, input_size); in FN() 72 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() argument 75 return FN_A(HashMemAllocInBytes)(params, one_shot, input_size) + in FN() 76 FN_B(HashMemAllocInBytes)(params, one_shot, input_size); in FN()
|
D | hash_rolling_inc.h | 91 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() argument
|
D | hash_longest_match_quickly_inc.h | 83 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() argument
|
D | hash_longest_match_inc.h | 95 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() argument
|
D | hash_longest_match64_inc.h | 96 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() argument
|
D | hash_forgetful_chain_inc.h | 119 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() argument
|
D | hash_to_binary_tree_inc.h | 81 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() argument
|