HomeSort by relevance Sort by last modified time
    Searched refs:FN (Results 1 - 25 of 48) sorted by null

1 2

  /external/mksh/src/
emacsfn.h 3 #define FN(cname,sname,flags) static int x_##cname(int);
5 #define FN(cname,sname,flags) XFUNC_##cname,
8 #define FN(cname,sname,flags) { x_##cname, sname, flags },
12 #define F0 FN
16 FN(beg_hist, "beginning-of-history", 0)
17 FN(cls, "clear-screen", 0)
18 FN(comment, "comment", 0)
19 FN(comp_comm, "complete-command", 0)
20 FN(comp_file, "complete-file", 0)
21 FN(comp_list, "complete-list", 0
    [all...]
var_spec.h 3 #define FN(name) /* nothing */
5 #define FN(name) V_##name,
9 #define FN(name) #name,
13 #define F0 FN
16 /* NOTE: F0 are skipped for the ITEMS array, only FN generate names */
22 FN(BASHPID)
23 FN(COLUMNS)
24 FN(EPOCHREALTIME)
26 FN(HISTFILE)
28 FN(HISTSIZE
    [all...]
  /external/clang/test/Preprocessor/
include-directive2.c 14 #define FN limits.h>
15 #include <FN
  /external/compiler-rt/test/msan/Linux/
sunrpc.cc 27 bool_t res = FN(&xdrs, &x);
35 res = FN(&xdrs, &y);
  /external/libvpx/libvpx/vp9/encoder/x86/
vp9_variance_sse2.c 358 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \
398 FN(64, 64, 16, 6, 6, opt1, (int64_t)); \
399 FN(64, 32, 16, 6, 5, opt1, (int64_t)); \
400 FN(32, 64, 16, 5, 6, opt1, (int64_t)); \
401 FN(32, 32, 16, 5, 5, opt1, (int64_t)); \
402 FN(32, 16, 16, 5, 4, opt1, (int64_t)); \
403 FN(16, 32, 16, 4, 5, opt1, (int64_t)); \
404 FN(16, 16, 16, 4, 4, opt1, (unsigned int)); \
405 FN(16, 8, 16, 4, 3, opt1, (unsigned int)); \
406 FN(8, 16, 8, 3, 4, opt1, (unsigned int));
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp9/encoder/x86/
vp9_variance_sse2.c 358 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \
398 FN(64, 64, 16, 6, 6, opt1, (int64_t)); \
399 FN(64, 32, 16, 6, 5, opt1, (int64_t)); \
400 FN(32, 64, 16, 5, 6, opt1, (int64_t)); \
401 FN(32, 32, 16, 5, 5, opt1, (int64_t)); \
402 FN(32, 16, 16, 5, 4, opt1, (int64_t)); \
403 FN(16, 32, 16, 4, 5, opt1, (int64_t)); \
404 FN(16, 16, 16, 4, 4, opt1, (unsigned int)); \
405 FN(16, 8, 16, 4, 3, opt1, (unsigned int)); \
406 FN(8, 16, 8, 3, 4, opt1, (unsigned int));
    [all...]
  /external/emma/
test.sh 79 FN:5,SubBunny::addOne (int): int
81 FN:12,SubBunny::identity (int): boolean
83 FN:3,SubBunny::SubBunny (): void
91 FN:23,Bunny::dontAddOne (int): int
93 FN:27,Bunny::identity (int): boolean
95 FN:16,Bunny::addOne (int): int
97 FN:5,Bunny::Bunny (): void
99 FN:31,Bunny::main (String []): void
  /external/ltrace/testsuite/ltrace.minor/
attach-process-dlopen.exp 34 #define FN "libll.so"
35 char buf[strlen(argv[1]) + 1 + sizeof FN];
36 sprintf(buf, "%s/%s", argv[1], FN);
  /libcore/luni/src/main/native/
Register.cpp 35 #define REGISTER(FN) extern void FN(JNIEnv*); FN(env)
  /external/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
vp9_variance_sse2.c 334 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \
374 FN(64, 64, 16, 6, 6, opt1, (int64_t)); \
375 FN(64, 32, 16, 6, 5, opt1, (int64_t)); \
376 FN(32, 64, 16, 5, 6, opt1, (int64_t)); \
377 FN(32, 32, 16, 5, 5, opt1, (int64_t)); \
378 FN(32, 16, 16, 5, 4, opt1, (int64_t)); \
379 FN(16, 32, 16, 4, 5, opt1, (int64_t)); \
380 FN(16, 16, 16, 4, 4, opt1, (unsigned int)); \
381 FN(16, 8, 16, 4, 3, opt1, (unsigned int)); \
382 FN(8, 16, 8, 3, 4, opt1, (unsigned int));
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
basic-block.h 326 /* Defines for accessing the fields of the CFG structure for function FN. */
327 #define ENTRY_BLOCK_PTR_FOR_FUNCTION(FN) ((FN)->cfg->x_entry_block_ptr)
328 #define EXIT_BLOCK_PTR_FOR_FUNCTION(FN) ((FN)->cfg->x_exit_block_ptr)
329 #define basic_block_info_for_function(FN) ((FN)->cfg->x_basic_block_info)
330 #define n_basic_blocks_for_function(FN) ((FN)->cfg->x_n_basic_blocks)
331 #define n_edges_for_function(FN) ((FN)->cfg->x_n_edges
    [all...]
except.h 332 #define FOR_ALL_EH_REGION_FN(R, FN) \
333 for ((R) = (FN)->eh->region_tree; (R) != NULL; (R) = ehr_next (R, NULL))
tree.h 304 #define BUILTIN_EXP10_P(FN) \
305 ((FN) == BUILT_IN_EXP10 || (FN) == BUILT_IN_EXP10F || (FN) == BUILT_IN_EXP10L \
306 || (FN) == BUILT_IN_POW10 || (FN) == BUILT_IN_POW10F || (FN) == BUILT_IN_POW10L)
308 #define BUILTIN_EXPONENT_P(FN) (BUILTIN_EXP10_P (FN) \
309 || (FN) == BUILT_IN_EXP || (FN) == BUILT_IN_EXPF || (FN) == BUILT_IN_EXPL
    [all...]
  /external/ltrace/sysdeps/linux-gnu/
hooks.c 183 #define FN ".ltrace.conf"
188 homepath = malloc(strlen(g_home_dir) + 1 + sizeof FN);
190 || sprintf(homepath, "%s/%s", g_home_dir, FN) < 0) {
202 syspath = malloc(strlen(sysconfdir) + sizeof FN);
204 || sprintf(syspath, "%s/%s", sysconfdir, FN + 1) < 0)
  /external/llvm/tools/llvm-link/
llvm-link.cpp 61 static inline Module *LoadFile(const char *argv0, const std::string &FN,
64 if (Verbose) errs() << "Loading '" << FN << "'\n";
67 Result = ParseIRFile(FN, Err, Context);
  /frameworks/compile/libbcc/tools/bcc_strip_attr/
bcc_strip_attr.cpp 93 const std::string &FN,
96 Module* Result = ParseIRFile(FN, Err, Context);
  /external/e2fsprogs/contrib/
populate-extfs.sh 87 for i in `find $SRCDIR -type f -links +1 -printf 'INODE=%i###FN=%p\n'`; do
89 echo ${FN#$SRCDIR} >>$INODE_DIR/$INODE
  /external/opencv/cvaux/include/
cvvidsurv.hpp 274 char* FN = NULL;
280 FN = N;
285 FN = strcat(tmp,N);
288 if(!IsParam(FN))
292 AddParam(FN,(char**)NULL);
296 AddParam(FN);
302 SetParamStr(FN,val);
307 SetParam(FN,val);
309 CommentParam(FN, pM->GetParamComment(N));
    [all...]
  /external/clang/include/clang/Basic/
SourceLocation.h 362 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL)
363 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) {
  /external/llvm/lib/Support/
SourceMgr.cpp 239 SMDiagnostic::SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN,
244 : SM(&sm), Loc(L), Filename(FN), LineNo(Line), ColumnNo(Col), Kind(Kind),
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
importgl.h 109 #undef FN
  /external/llvm/include/llvm/Support/
SourceMgr.h 247 SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN,
  /external/clang/lib/Lex/
PPMacroExpansion.cpp     [all...]
  /art/runtime/
runtime.cc     [all...]
  /external/chromium_org/v8/src/arm64/
macro-assembler-arm64-inl.h 294 #define DEFINE_FUNCTION(FN, REGTYPE, REG, OP) \
295 void MacroAssembler::FN(const REGTYPE REG, const MemOperand& addr) { \
303 #define DEFINE_FUNCTION(FN, REGTYPE, REG, REG2, OP) \
304 void MacroAssembler::FN(const REGTYPE REG, const REGTYPE REG2, \
542 void MacroAssembler::Fabs(const FPRegister& fd, const FPRegister& fn) {
544 fabs(fd, fn);
549 const FPRegister& fn,
552 fadd(fd, fn, fm);
556 void MacroAssembler::Fccmp(const FPRegister& fn,
562 fccmp(fn, fm, nzcv, cond)
    [all...]

Completed in 669 milliseconds

1 2