Searched defs:FN (Results 1 - 25 of 49) sorted by relevance

12

/external/brotli/c/enc/
H A Dbit_cost.c21 #define FN(X) X ## Literal macro
23 #undef FN macro
25 #define FN(X) X ## Command macro
27 #undef FN macro
29 #define FN(X) X ## Distance macro
31 #undef FN macro
H A Dhistogram.h25 #define FN(X) X ## Literal macro
31 #undef FN macro
33 #define FN(X) X ## Command macro
38 #undef FN macro
40 #define FN(X) X ## Distance macro
45 #undef FN macro
H A Dcluster.c40 #define FN(X) X ## Literal macro
42 #undef FN macro
44 #define FN(X) X ## Command macro
46 #undef FN macro
48 #define FN(X) X ## Distance macro
50 #undef FN macro
H A Dcluster.h30 #define FN(X) X ## Literal macro
32 #undef FN macro
34 #define FN(X) X ## Command macro
36 #undef FN macro
38 #define FN(X) X ## Distance macro
40 #undef FN macro
H A Dhistogram_inc.h12 typedef struct FN(Histogram) { function
16 } FN(Histogram);
18 static BROTLI_INLINE void FN(HistogramClear)(FN(Histogram)* self) {
24 static BROTLI_INLINE void FN(ClearHistograms)(
25 FN(Histogram)* array, size_t length) {
27 for (i = 0; i < length; ++i) FN(HistogramClear)(array + i);
30 static BROTLI_INLINE void FN(HistogramAdd)(FN(Histogram)* self, size_t val) {
35 static BROTLI_INLINE void FN(HistogramAddVecto
[all...]
H A Dbackward_references.c50 #define FN(X) EXPAND_CAT(X, HASHER()) macro
101 #undef FN macro
H A Dmetablock_inc.h8 /* template parameters: FN */
10 #define HistogramType FN(Histogram)
14 typedef struct FN(BlockSplitter) { function
43 } FN(BlockSplitter);
45 static void FN(InitBlockSplitter)(
46 MemoryManager* m, FN(BlockSplitter)* self, size_t alphabet_size,
76 FN(HistogramClear)(&self->histograms_[0]);
84 static void FN(BlockSplitterFinishBlock)(
85 FN(BlockSplitter)* self, BROTLI_BOOL is_final) {
102 FN(HistogramClea
[all...]
H A Dblock_splitter.c90 #define FN(X) X ## Literal macro
95 #undef FN macro
97 #define FN(X) X ## Command macro
101 #undef FN macro
103 #define FN(X) X ## Distance macro
107 #undef FN macro
/external/clang/test/Lexer/
H A Dms-compatibility.c4 #define FN(x) L#x macro
6 void *v1 = FN(aaa);
/external/clang/test/Preprocessor/
H A Dinclude-directive2.c14 #define FN limits.h> macro
15 #include <FN
/external/mksh/src/
H A 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
32 #define F0 FN
36 FN(beg_hist, "beginning-of-history", 0)
37 FN(cls, "clear-screen", 0)
38 FN(comment, "comment", 0)
39 FN(comp_comm, "complete-command", 0)
40 FN(comp_file, "complete-file", 0)
41 FN(comp_lis
109 #undef FN macro
[all...]
H A Dvar_spec.h23 #define FN(name) /* nothing */ macro
25 #define FN(name) V_##name, macro
29 #define FN(name) #name, macro
33 #define F0 FN
36 /* NOTE: F0 are skipped for the ITEMS array, only FN generate names */
42 FN(BASHPID)
44 FN(BEGINLIBPATH)
46 FN(COLUMNS)
48 FN(ENDLIBPATH)
50 FN(EPOCHREALTIM
76 #undef FN macro
[all...]
H A 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
45 #define F0 FN
56 FN("++", 2, P_PRIMARY, O_PLUSPLUS = 0) /* before + */
57 FN("--", 2, P_PRIMARY, O_MINUSMINUS) /* before - */
59 FN("==", 2, P_EQUALITY, O_EQ) /* before = */
60 FN("!
114 #undef FN macro
[all...]
/external/compiler-rt/test/profile/Inputs/
H A Dinstrprof-file_ex.c15 const char *FN; local
24 FN = argv[1];
25 truncate(FN, 0);
31 FILE *F = lprofOpenFileEx(FN);
33 fprintf(stderr, "Can not open file %s from child\n", FN);
51 F = lprofOpenFileEx(FN);
53 fprintf(stderr, "Can not open file %s from parent\n", FN);
/external/libcxx/test/support/
H A Dplatform_support.h79 char FN[MAX_PATH + 1]; local
81 do { } while (0 == GetTempFileName(Path, "libcxx", 0, FN));
82 return FN;
/external/swiftshader/third_party/LLVM/tools/llvm-link/
H A Dllvm-link.cpp56 const std::string &FN,
59 if (!Filename.set(FN)) {
60 errs() << "Invalid file name: '" << FN << "'\n";
55 LoadFile(const char *argv0, const std::string &FN, LLVMContext& Context) argument
/external/arm-neon-tests/
H A Dref_dspfns.c49 #define FN(X) X, __STR(X) macro
227 test_16_fn_32(FN(saturate), init_Overflow, init_Carry);
772 test_32_fn_32_32(FN(L_add_c), init_Overflow, init_Carry);
846 test_32_fn_32_16_16(FN(L_macNs), init_Overflow, init_Carry);
850 test_32_fn_32_16_16(FN(L_msuNs), init_Overflow, init_Carry);
/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Dimportgl.h104 #undef FN macro
/external/libffi/src/x86/
H A Dwin64.S12 #define FN 72 define
123 call QWORD PTR FN[rbp]
384 callq *FN(%rbp)
/external/libvpx/libvpx/vpx_dsp/x86/
H A Dhighbd_variance_sse2.c265 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ macro
386 FN(64, 64, 16, 6, 6, opt, (int64_t)); \
387 FN(64, 32, 16, 6, 5, opt, (int64_t)); \
388 FN(32, 64, 16, 5, 6, opt, (int64_t)); \
389 FN(32, 32, 16, 5, 5, opt, (int64_t)); \
390 FN(32, 16, 16, 5, 4, opt, (int64_t)); \
391 FN(16, 32, 16, 4, 5, opt, (int64_t)); \
392 FN(16, 16, 16, 4, 4, opt, (int64_t)); \
393 FN(16, 8, 16, 4, 3, opt, (int64_t)); \
394 FN(
401 #undef FN macro
418 #define FN macro
560 #undef FN macro
[all...]
H A Dvariance_sse2.c327 #define FN(w, h, wf, wlog2, hlog2, opt, cast_prod, cast) \ macro
360 FN(64, 64, 16, 6, 6, opt1, (int64_t), (int64_t)); \
361 FN(64, 32, 16, 6, 5, opt1, (int64_t), (int64_t)); \
362 FN(32, 64, 16, 5, 6, opt1, (int64_t), (int64_t)); \
363 FN(32, 32, 16, 5, 5, opt1, (int64_t), (int64_t)); \
364 FN(32, 16, 16, 5, 4, opt1, (int64_t), (int64_t)); \
365 FN(16, 32, 16, 4, 5, opt1, (int64_t), (int64_t)); \
366 FN(16, 16, 16, 4, 4, opt1, (uint32_t), (int64_t)); \
367 FN(16, 8, 16, 4, 3, opt1, (int32_t), (int32_t)); \
368 FN(
378 #undef FN macro
397 #define FN macro
449 #undef FN macro
[all...]
/external/python/cpython2/Modules/_ctypes/libffi/src/x86/
H A Dwin64.S12 #define FN 72 define
123 call QWORD PTR FN[rbp]
357 callq *FN(%rbp)
/external/python/cpython3/Modules/_ctypes/libffi/src/x86/
H A Dwin64.S12 #define FN 72 define
123 call QWORD PTR FN[rbp]
357 callq *FN(%rbp)
/external/swiftshader/third_party/LLVM/lib/Linker/
H A DLinker.cpp94 // LoadObject - Read in and parse the bitcode file named by FN and return the
98 Linker::LoadObject(const sys::Path &FN) { argument
103 if (error_code ec = MemoryBuffer::getFileOrSTDIN(FN.c_str(), Buffer))
104 ParseErrorMessage = "Error reading file '" + FN.str() + "'" + ": "
111 Error = "Bitcode file '" + FN.str() + "' could not be loaded";
/external/llvm/tools/llvm-link/
H A Dllvm-link.cpp112 const std::string &FN,
116 if (Verbose) errs() << "Loading '" << FN << "'\n";
118 getLazyIRFileModule(FN, Err, Context, !MaterializeMetadata);
111 loadFile(const char *argv0, const std::string &FN, LLVMContext &Context, bool MaterializeMetadata = true) argument

Completed in 1557 milliseconds

12