Home
last modified time | relevance | path

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

123

/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_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_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_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_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_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.h25 #define FN(X) X ## Literal macro
33 #define FN(X) X ## Command macro
40 #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.c90 #define FN(X) X ## Literal macro
97 #define FN(X) X ## Command macro
103 #define FN(X) X ## Distance macro
Dbit_cost_inc.h12 double FN(BrotliPopulationCost)(const HistogramType* histogram) { in FN() function
Dmetablock.c147 #define FN(X) X ## Literal macro
151 #define FN(X) X ## Command macro
155 #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/clang/test/Preprocessor/
Dinclude-directive2.c14 #define FN limits.h> macro
/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()
/external/libcxx/test/support/
Dplatform_support.h79 char FN[MAX_PATH + 1]; in get_temp_file_name() local
/external/tensorflow/tensorflow/core/kernels/
Dcast_op.cc41 #define CURRY_TYPES2(FN, arg0) \ argument

123