Home
last modified time | relevance | path

Searched defs:FN (Results 1 – 25 of 116) sorted by relevance

12345

/external/brotli/c/enc/
Dhash_rolling_inc.h23 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } in FN() function
24 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 4; } in FN() function
28 static uint32_t FN(HashByte)(uint8_t byte) { in FN() function
32 static uint32_t FN(HashRollingFunctionInitial)(uint32_t state, uint8_t add, in FN() function
37 static uint32_t FN(HashRollingFunction)(uint32_t state, uint8_t add, in FN() function
54 static void FN(Initialize)( in FN() function
78 static void FN(Prepare)(HashRolling* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in FN() function
91 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() function
100 static BROTLI_INLINE void FN(Store)(HashRolling* BROTLI_RESTRICT self, in FN() function
108 static BROTLI_INLINE void FN(StoreRange)(HashRolling* BROTLI_RESTRICT self, in FN() function
[all …]
Dhash_forgetful_chain_inc.h27 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } in FN() function
28 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 4; } in FN() function
31 static BROTLI_INLINE size_t FN(HashBytes)(const uint8_t* BROTLI_RESTRICT data) { in FN() function
38 typedef struct FN(Slot) { typedef
43 typedef struct FN(Bank) { typedef
67 static uint32_t* FN(Addr)(void* extra) { in FN() function
71 static uint16_t* FN(Head)(void* extra) { in FN() function
75 static uint8_t* FN(TinyHash)(void* extra) { in FN() function
79 static FN(Bank)* FN(Banks)(void* extra) { in FN() function
83 static void FN(Initialize)( in FN() function
[all …]
Dhistogram_inc.h12 typedef struct FN(Histogram) { typedef
18 static BROTLI_INLINE void FN(HistogramClear)(FN(Histogram)* self) { in FN() function
24 static BROTLI_INLINE void FN(ClearHistograms)( in FN() function
30 static BROTLI_INLINE void FN(HistogramAdd)(FN(Histogram)* self, size_t val) { in FN() function
35 static BROTLI_INLINE void FN(HistogramAddVector)(FN(Histogram)* self, in FN() function
42 static BROTLI_INLINE void FN(HistogramAddHistogram)(FN(Histogram)* self, in FN() function
51 static BROTLI_INLINE size_t FN(HistogramDataSize)(void) { return DATA_SIZE; } in FN() function
Dhash_composite_inc.h18 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { in FN() function
24 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { in FN() function
43 static void FN(Initialize)(HasherCommon* common, in FN() function
57 static void FN(Prepare)( in FN() function
72 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() function
79 static BROTLI_INLINE void FN(Store)(HashComposite* BROTLI_RESTRICT self, in FN() function
85 static BROTLI_INLINE void FN(StoreRange)( in FN() function
93 static BROTLI_INLINE void FN(StitchToPreviousBlock)( in FN() function
103 static BROTLI_INLINE void FN(PrepareDistanceCache)( in FN() function
109 static BROTLI_INLINE void FN(FindLongestMatch)( in FN() function
Dhash_longest_match_inc.h19 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } in FN() function
20 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 4; } in FN() function
23 static uint32_t FN(HashBytes)( in FN() function
57 static BROTLI_INLINE uint16_t* FN(Num)(void* extra) { in FN() function
61 static void FN(Initialize)( in FN() function
78 static void FN(Prepare)( in FN() function
95 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() function
108 static BROTLI_INLINE void FN(Store)( in FN() function
118 static BROTLI_INLINE void FN(StoreRange)(HashLongestMatch* BROTLI_RESTRICT self, in FN() function
127 static BROTLI_INLINE void FN(StitchToPreviousBlock)( in FN() function
[all …]
Dhash_longest_match_quickly_inc.h19 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 8; } in FN() function
20 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 8; } in FN() function
25 static uint32_t FN(HashBytes)(const uint8_t* data) { in FN() function
46 static void FN(Initialize)( in FN() function
55 static void FN(Prepare)( in FN() function
83 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() function
95 static BROTLI_INLINE void FN(Store)( in FN() function
108 static BROTLI_INLINE void FN(StoreRange)( in FN() function
118 static BROTLI_INLINE void FN(StitchToPreviousBlock)( in FN() function
132 static BROTLI_INLINE void FN(PrepareDistanceCache)( in FN() function
[all …]
Dhash_to_binary_tree_inc.h22 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } in FN() function
23 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { in FN() function
27 static uint32_t FN(HashBytes)(const uint8_t* BROTLI_RESTRICT data) { in FN() function
57 static void FN(Initialize)( in FN() function
67 static void FN(Prepare) in FN() function
81 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() function
91 static BROTLI_INLINE size_t FN(LeftChildIndex)( in FN() function
97 static BROTLI_INLINE size_t FN(RightChildIndex)( in FN() function
113 static BROTLI_INLINE BackwardMatch* FN(StoreAndFindMatches)( in FN() function
201 static BROTLI_INLINE size_t FN(FindAllMatches)( in FN() function
[all …]
Dhash_longest_match64_inc.h19 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 8; } in FN() function
20 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 8; } in FN() function
23 static BROTLI_INLINE uint32_t FN(HashBytes)(const uint8_t* BROTLI_RESTRICT data, in FN() function
60 static void FN(Initialize)( in FN() function
78 static void FN(Prepare)( in FN() function
96 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() function
109 static BROTLI_INLINE void FN(Store)( in FN() function
122 static BROTLI_INLINE void FN(StoreRange)(HashLongestMatch* BROTLI_RESTRICT self, in FN() function
131 static BROTLI_INLINE void FN(StitchToPreviousBlock)( in FN() function
145 static BROTLI_INLINE void FN(PrepareDistanceCache)( in FN() function
[all …]
Dbit_cost.c21 #define FN(X) X ## Literal macro
25 #define FN(X) X ## Command macro
29 #define FN(X) X ## Distance macro
Dmetablock_inc.h14 typedef struct FN(BlockSplitter) { typedef
45 static void FN(InitBlockSplitter)( in FN() function
84 static void FN(BlockSplitterFinishBlock)( in FN() function
175 static void FN(BlockSplitterAddSymbol)(FN(BlockSplitter)* self, size_t symbol) { in FN() function
Dhistogram.h28 #define FN(X) X ## Literal macro
36 #define FN(X) X ## Command macro
43 #define FN(X) X ## Distance macro
/external/cronet/third_party/brotli/enc/
Dhash_rolling_inc.h23 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } in FN() function
24 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 4; } in FN() function
28 static uint32_t FN(HashByte)(uint8_t byte) { in FN() function
32 static uint32_t FN(HashRollingFunctionInitial)(uint32_t state, uint8_t add, in FN() function
37 static uint32_t FN(HashRollingFunction)(uint32_t state, uint8_t add, in FN() function
54 static void FN(Initialize)( in FN() function
78 static void FN(Prepare)(HashRolling* BROTLI_RESTRICT self, BROTLI_BOOL one_shot, in FN() function
91 static BROTLI_INLINE void FN(HashMemAllocInBytes)( in FN() function
100 static BROTLI_INLINE void FN(Store)(HashRolling* BROTLI_RESTRICT self, in FN() function
108 static BROTLI_INLINE void FN(StoreRange)(HashRolling* BROTLI_RESTRICT self, in FN() function
[all …]
Dhash_forgetful_chain_inc.h27 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } in FN() function
28 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 4; } in FN() function
31 static BROTLI_INLINE size_t FN(HashBytes)(const uint8_t* BROTLI_RESTRICT data) { in FN() function
38 typedef struct FN(Slot) { typedef
43 typedef struct FN(Bank) { typedef
67 static uint32_t* FN(Addr)(void* extra) { in FN() function
71 static uint16_t* FN(Head)(void* extra) { in FN() function
75 static uint8_t* FN(TinyHash)(void* extra) { in FN() function
79 static FN(Bank)* FN(Banks)(void* extra) { in FN() function
83 static void FN(Initialize)( in FN() function
[all …]
Dhistogram_inc.h12 typedef struct FN(Histogram) { typedef
18 static BROTLI_INLINE void FN(HistogramClear)(FN(Histogram)* self) { in FN() function
24 static BROTLI_INLINE void FN(ClearHistograms)( in FN() function
30 static BROTLI_INLINE void FN(HistogramAdd)(FN(Histogram)* self, size_t val) { in FN() function
35 static BROTLI_INLINE void FN(HistogramAddVector)(FN(Histogram)* self, in FN() function
42 static BROTLI_INLINE void FN(HistogramAddHistogram)(FN(Histogram)* self, in FN() function
51 static BROTLI_INLINE size_t FN(HistogramDataSize)(void) { return DATA_SIZE; } in FN() function
Dhash_composite_inc.h18 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { in FN() function
24 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { in FN() function
43 static void FN(Initialize)(HasherCommon* common, in FN() function
57 static void FN(Prepare)( in FN() function
78 static BROTLI_INLINE void FN(HashMemAllocInBytes)( in FN() function
94 static BROTLI_INLINE void FN(Store)(HashComposite* BROTLI_RESTRICT self, in FN() function
100 static BROTLI_INLINE void FN(StoreRange)( in FN() function
108 static BROTLI_INLINE void FN(StitchToPreviousBlock)( in FN() function
118 static BROTLI_INLINE void FN(PrepareDistanceCache)( in FN() function
124 static BROTLI_INLINE void FN(FindLongestMatch)( in FN() function
Dhash_longest_match_quickly_inc.h19 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 8; } in FN() function
20 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 8; } in FN() function
25 static uint32_t FN(HashBytes)(const uint8_t* data) { in FN() function
46 static void FN(Initialize)( in FN() function
55 static void FN(Prepare)( in FN() function
83 static BROTLI_INLINE void FN(HashMemAllocInBytes)( in FN() function
95 static BROTLI_INLINE void FN(Store)( in FN() function
108 static BROTLI_INLINE void FN(StoreRange)( in FN() function
118 static BROTLI_INLINE void FN(StitchToPreviousBlock)( in FN() function
132 static BROTLI_INLINE void FN(PrepareDistanceCache)( in FN() function
[all …]
Dhash_to_binary_tree_inc.h22 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } in FN() function
23 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { in FN() function
27 static uint32_t FN(HashBytes)(const uint8_t* BROTLI_RESTRICT data) { in FN() function
57 static void FN(Initialize)( in FN() function
67 static void FN(Prepare) in FN() function
81 static BROTLI_INLINE void FN(HashMemAllocInBytes)( in FN() function
92 static BROTLI_INLINE size_t FN(LeftChildIndex)( in FN() function
98 static BROTLI_INLINE size_t FN(RightChildIndex)( in FN() function
114 static BROTLI_INLINE BackwardMatch* FN(StoreAndFindMatches)( in FN() function
202 static BROTLI_INLINE size_t FN(FindAllMatches)( in FN() function
[all …]
Dhash_longest_match_inc.h19 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 4; } in FN() function
20 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 4; } in FN() function
23 static uint32_t FN(HashBytes)( in FN() function
57 static void FN(Initialize)( in FN() function
74 static void FN(Prepare)( in FN() function
91 static BROTLI_INLINE void FN(HashMemAllocInBytes)( in FN() function
104 static BROTLI_INLINE void FN(Store)( in FN() function
114 static BROTLI_INLINE void FN(StoreRange)(HashLongestMatch* BROTLI_RESTRICT self, in FN() function
123 static BROTLI_INLINE void FN(StitchToPreviousBlock)( in FN() function
137 static BROTLI_INLINE void FN(PrepareDistanceCache)( in FN() function
[all …]
Dhash_longest_match64_inc.h19 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 8; } in FN() function
20 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 8; } in FN() function
23 static BROTLI_INLINE uint32_t FN(HashBytes)(const uint8_t* BROTLI_RESTRICT data, in FN() function
60 static void FN(Initialize)( in FN() function
78 static void FN(Prepare)( in FN() function
96 static BROTLI_INLINE void FN(HashMemAllocInBytes)( in FN() function
109 static BROTLI_INLINE void FN(Store)( in FN() function
122 static BROTLI_INLINE void FN(StoreRange)(HashLongestMatch* BROTLI_RESTRICT self, in FN() function
131 static BROTLI_INLINE void FN(StitchToPreviousBlock)( in FN() function
145 static BROTLI_INLINE void FN(PrepareDistanceCache)( in FN() function
[all …]
Dmetablock_inc.h14 typedef struct FN(BlockSplitter) { typedef
48 static void FN(InitBlockSplitter)( in FN() function
87 static void FN(BlockSplitterFinishBlock)( in FN() function
177 static void FN(BlockSplitterAddSymbol)(FN(BlockSplitter)* self, size_t symbol) { in FN() function
Dbit_cost.c21 #define FN(X) X ## Literal macro
25 #define FN(X) X ## Command macro
29 #define FN(X) X ## Distance macro
Dhistogram.h28 #define FN(X) X ## Literal macro
36 #define FN(X) X ## Command macro
43 #define FN(X) X ## Distance macro
/external/tensorflow/tensorflow/core/kernels/
Dcast_op_impl.h33 #define CURRY_TYPES3_NO_HALF(FN, arg0, arg1) \ argument
48 #define CURRY_TYPES3_NO_BF16(FN, arg0, arg1) \ argument
52 #define CURRY_TYPES3(FN, arg0, arg1) \ argument
70 #define CURRY_SUBSET_TYPES3(FN, arg0, arg1) \ argument
/external/mksh/src/
Dvar_spec.h23 #define FN(name) /* nothing */ macro
25 #define FN(name) V_##name, macro
29 #define FN(name) #name, macro
/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/
Dbenchmark_mlir_function.h58 #define BM_Jitrt(NAME, MLIR_INPUT, FN, INPUT_SPEC) \ argument
64 #define BM_JitrtV(NAME, MLIR_INPUT, FN, INPUT_SPEC) \ argument
70 #define BM_Tfrt(NAME, MLIR_INPUT, FN, INPUT_SPEC) \ argument
76 #define BM_Eigen(NAME, FN, INPUT_SPEC) \ argument

12345