Home
last modified time | relevance | path

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

1234

/external/brotli/c/enc/
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_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 BROTLI_INLINE HashRolling* FN(Self)(HasherHandle handle) { in FN() function
58 static void FN(Initialize)( in FN() function
82 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() function
96 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() function
105 static BROTLI_INLINE void FN(Store)(HasherHandle BROTLI_RESTRICT handle, in FN() function
[all …]
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
36 static BROTLI_INLINE HashComposite* FN(Self)(HasherHandle handle) { in FN() function
40 static void FN(Initialize)( in FN() function
52 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() function
80 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() function
88 static BROTLI_INLINE void FN(Store)(HasherHandle BROTLI_RESTRICT handle, in FN() function
95 static BROTLI_INLINE void FN(StoreRange)(HasherHandle handle, in FN() function
103 static BROTLI_INLINE void FN(StitchToPreviousBlock)(HasherHandle handle, in FN() function
113 static BROTLI_INLINE void FN(PrepareDistanceCache)( in FN() function
[all …]
Dhash_longest_match_quickly_inc.h18 static BROTLI_INLINE size_t FN(HashTypeLength)(void) { return 8; } in FN() function
19 static BROTLI_INLINE size_t FN(StoreLookahead)(void) { return 8; } in FN() function
24 static uint32_t FN(HashBytes)(const uint8_t* data) { in FN() function
41 static BROTLI_INLINE HashLongestMatchQuickly* FN(Self)(HasherHandle handle) { in FN() function
45 static void FN(Initialize)( in FN() function
51 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() function
71 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() function
83 static BROTLI_INLINE void FN(Store)(HasherHandle handle, in FN() function
91 static BROTLI_INLINE void FN(StoreRange)(HasherHandle handle, in FN() function
100 static BROTLI_INLINE void FN(StitchToPreviousBlock)( 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* data, in FN() function
54 static BROTLI_INLINE HashLongestMatch* FN(Self)(HasherHandle handle) { in FN() function
58 static BROTLI_INLINE uint16_t* FN(Num)(HashLongestMatch* self) { in FN() function
62 static BROTLI_INLINE uint32_t* FN(Buckets)(HashLongestMatch* self) { in FN() function
66 static void FN(Initialize)( in FN() function
78 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() function
96 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() function
108 static BROTLI_INLINE void FN(Store)(HasherHandle handle, const uint8_t* data, 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* data) { in FN() function
38 typedef struct FN(Slot) { typedef
43 typedef struct FN(Bank) { typedef
57 static BROTLI_INLINE HashForgetfulChain* FN(Self)(HasherHandle handle) { in FN() function
61 static void FN(Initialize)( in FN() function
67 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() function
91 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() function
102 static BROTLI_INLINE void FN(Store)(HasherHandle BROTLI_RESTRICT handle, 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)(const uint8_t* data, const int shift) { in FN() function
50 static BROTLI_INLINE HashLongestMatch* FN(Self)(HasherHandle handle) { in FN() function
54 static BROTLI_INLINE uint16_t* FN(Num)(HashLongestMatch* self) { in FN() function
58 static BROTLI_INLINE uint32_t* FN(Buckets)(HashLongestMatch* self) { in FN() function
62 static void FN(Initialize)( in FN() function
73 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() function
90 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() function
102 static BROTLI_INLINE void FN(Store)(HasherHandle handle, const uint8_t* data, 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* data) { in FN() function
57 static BROTLI_INLINE HashToBinaryTree* FN(Self)(HasherHandle handle) { in FN() function
61 static BROTLI_INLINE uint32_t* FN(Forest)(HashToBinaryTree* self) { in FN() function
65 static void FN(Initialize)( in FN() function
72 static void FN(Prepare)(HasherHandle handle, BROTLI_BOOL one_shot, in FN() function
85 static BROTLI_INLINE size_t FN(HashMemAllocInBytes)( in FN() function
95 static BROTLI_INLINE size_t FN(LeftChildIndex)(HashToBinaryTree* self, in FN() function
100 static BROTLI_INLINE size_t FN(RightChildIndex)(HashToBinaryTree* self, 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
Dcluster.c40 #define FN(X) X ## Literal macro
44 #define FN(X) X ## Command macro
48 #define FN(X) X ## Distance macro
Dcluster.h30 #define FN(X) X ## Literal macro
34 #define FN(X) X ## Command macro
38 #define FN(X) X ## Distance macro
Dblock_splitter_inc.h12 static void FN(InitialEntropyCodes)(const DataType* data, size_t length, in FN() function
32 static void FN(RandomSample)(uint32_t* seed, in FN() function
46 static void FN(RefineEntropyCodes)(const DataType* data, size_t length, in FN() function
66 static size_t FN(FindBlocks)(const DataType* data, const size_t length, in FN() function
155 static size_t FN(RemapBlockIds)(uint8_t* block_ids, const size_t length, in FN() function
177 static void FN(BuildBlockHistograms)(const DataType* data, const size_t length, in FN() function
188 static void FN(ClusterBlocks)(MemoryManager* m, in FN() function
359 static void FN(SplitByteVector)(MemoryManager* m, in FN() function
Dblock_encoder_inc.h14 static void FN(BuildAndStoreEntropyCodes)(MemoryManager* m, BlockEncoder* self, in FN() function
Dblock_splitter.c89 #define FN(X) X ## Literal macro
96 #define FN(X) X ## Command macro
102 #define FN(X) X ## Distance macro
/external/mksh/src/
Dvar_spec.h23 #define FN(name) /* nothing */ macro
25 #define FN(name) V_##name, macro
29 #define FN(name) #name, macro
Demacsfn.h23 #define FN(cname,sname,flags) static int x_##cname(int); macro
25 #define FN(cname,sname,flags) XFUNC_##cname, macro
28 #define FN(cname,sname,flags) { x_##cname, sname, flags }, macro
Dexprtok.h25 #define FN(name, len, prec, enum) /* nothing */ macro
29 #define FN(name, len, prec, enum) enum, macro
34 #define FN(name, len, prec, enum) name, macro
37 #define FN(name, len, prec, enum) len, macro
40 #define FN(name, len, prec, enum) prec, macro
/external/tensorflow/tensorflow/core/kernels/
Dcast_op_impl.h36 #define CURRY_TYPES3_NO_HALF(FN, arg0, arg1) \ argument
51 #define CURRY_TYPES3_NO_BF16(FN, arg0, arg1) \ argument
55 #define CURRY_TYPES3(FN, arg0, arg1) \ argument
/external/clang/test/Preprocessor/
Dinclude-directive2.c14 #define FN limits.h> macro
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-xray/
Dxray-stacks.cpp449 FuncIdConversionHelper &FN) { in printStack()
480 void printPerThread(raw_ostream &OS, FuncIdConversionHelper &FN) { in printPerThread()
490 void printAllPerThread(raw_ostream &OS, FuncIdConversionHelper &FN, in printAllPerThread()
503 void printIgnoringThreads(raw_ostream &OS, FuncIdConversionHelper &FN) { in printIgnoringThreads()
545 void printAllAggregatingThreads(raw_ostream &OS, FuncIdConversionHelper &FN, in printAllAggregatingThreads()
555 void printAggregatingThreads(raw_ostream &OS, FuncIdConversionHelper &FN) { in printAggregatingThreads()
563 void printAll(raw_ostream &OS, FuncIdConversionHelper &FN, in printAll()
600 void print(raw_ostream &OS, FuncIdConversionHelper &FN, in print()
/external/clang/test/Lexer/
Dms-compatibility.c4 #define FN(x) L#x macro
/external/compiler-rt/test/profile/Inputs/
Dinstrprof-file_ex.c15 const char *FN; in main() local
/external/swiftshader/third_party/LLVM/tools/llvm-link/
Dllvm-link.cpp56 const std::string &FN, in LoadFile()

1234