Home
last modified time | relevance | path

Searched refs:FN (Results 1 – 25 of 55) sorted by relevance

123

/external/mksh/src/
Demacsfn.h3 #define FN(cname,sname,flags) static int x_##cname(int); macro
5 #define FN(cname,sname,flags) XFUNC_##cname, macro
8 #define FN(cname,sname,flags) { x_##cname, sname, flags }, macro
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 …]
Dsh_flags.gen4 #define FN(sname,cname,flags,ochar) static const struct { /* character flag (if any) */ cha…
6 #define FN(sname,cname,flags,ochar) cname,
9 #define FN(sname,cname,flags,ochar) ((const char *)(&shoptione_ ## cname)) + 2,
12 #define F0 FN
16 FN("bgnice", FBGNICE, OF_ANY, 0)
18 FN("braceexpand", FBRACEEXPAND, OF_ANY, 0)
20 FN("emacs", FEMACS, OF_ANY, 0)
22 FN("errexit", FERREXIT, OF_ANY, 'e')
24 FN("gmacs", FGMACS, OF_ANY, 0)
26 FN("ignoreeof", FIGNOREEOF, OF_ANY, 0)
[all …]
Dvar_spec.h3 #define FN(name) /* nothing */ macro
5 #define FN(name) V_##name, macro
9 #define FN(name) #name, macro
13 #define F0 FN
22 FN(BASHPID)
23 FN(COLUMNS)
24 FN(EPOCHREALTIME)
26 FN(HISTFILE)
28 FN(HISTSIZE)
29 FN(IFS)
[all …]
Drlimits.opt13 #define FN(lname,lid,lfac,lopt) static const struct { int resource; unsigned int fact…
15 #define FN(lname,lid,lfac,lopt) (const struct limits *)(&rlimits_ ## lid),
27 FN("time(cpu-seconds)", RLIMIT_CPU, 1
30 FN("file(blocks)", RLIMIT_FSIZE, 512
33 FN("coredump(blocks)", RLIMIT_CORE, 512
36 FN("data(KiB)", RLIMIT_DATA, 1024
39 FN("stack(KiB)", RLIMIT_STACK, 1024
42 FN("lockedmem(KiB)", RLIMIT_MEMLOCK, 1024
45 FN("nofiles(descriptors)", RLIMIT_NOFILE, 1
48 FN("processes", RLIMIT_NPROC, 1
[all …]
Dsh_flags.opt3 #define FN(sname,cname,flags,ochar) static const struct { /* character flag (if any) */ cha…
5 #define FN(sname,cname,flags,ochar) cname,
8 #define FN(sname,cname,flags,ochar) ((const char *)(&shoptione_ ## cname)) + 2,
29 FN("bgnice", FBGNICE, OF_ANY
33 FN("braceexpand", FBRACEEXPAND, OF_ANY
37 FN("emacs", FEMACS, OF_ANY
41 FN("errexit", FERREXIT, OF_ANY
45 FN("gmacs", FGMACS, OF_ANY
49 FN("ignoreeof", FIGNOREEOF, OF_ANY
53 FN("inherit-xtrace", FXTRACEREC, OF_ANY
[all …]
Drlimits.gen14 #define FN(lname,lid,lfac,lopt) static const struct { int resource; unsigned int fact…
16 #define FN(lname,lid,lfac,lopt) (const struct limits *)(&rlimits_ ## lid),
19 #define F0 FN
22 FN("time(cpu-seconds)", RLIMIT_CPU, 1, 't')
25 FN("file(blocks)", RLIMIT_FSIZE, 512, 'f')
28 FN("coredump(blocks)", RLIMIT_CORE, 512, 'c')
31 FN("data(KiB)", RLIMIT_DATA, 1024, 'd')
34 FN("stack(KiB)", RLIMIT_STACK, 1024, 's')
37 FN("lockedmem(KiB)", RLIMIT_MEMLOCK, 1024, 'l')
40 FN("nofiles(descriptors)", RLIMIT_NOFILE, 1, 'n')
[all …]
/external/libvpx/libvpx/vp9/encoder/x86/
Dvp9_variance_sse2.c358 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ macro
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/chromium_org/third_party/libvpx/source/libvpx/vp9/encoder/x86/
Dvp9_variance_sse2.c334 #define FN(w, h, wf, wlog2, hlog2, opt, cast) \ macro
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 …]
/external/emma/
Dtest.sh79 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/llvm/test/CodeGen/PowerPC/
Dreg-names.ll2 …iple=powerpc64-unknown-linux-gnu -ppc-asm-full-reg-names < %s | FileCheck -check-prefix=CHECK-FN %s
6 ; CHECK-FN-LABEL: @test1
12 ; CHECK-FN: mr r3, r4
15 ; CHECK-FN: blr
/external/ltrace/sysdeps/linux-gnu/
Dhooks.c183 #define FN ".ltrace.conf" in os_get_ltrace_conf_filenames() macro
188 homepath = malloc(strlen(g_home_dir) + 1 + sizeof FN); in os_get_ltrace_conf_filenames()
190 || sprintf(homepath, "%s/%s", g_home_dir, FN) < 0) { in os_get_ltrace_conf_filenames()
202 syspath = malloc(strlen(sysconfdir) + sizeof FN); in os_get_ltrace_conf_filenames()
204 || sprintf(syspath, "%s/%s", sysconfdir, FN + 1) < 0) in os_get_ltrace_conf_filenames()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/en-GB/
Den-GB_klex.pkb1020 …��������������������������������������������������������������overJ!FN&Ioverall A!FN&I-Coverbid
1021 0"FN&7!*8overbid )!FN&7*8 overbids 0"FN&7!*8P overbids
1022 )!FN&7*8P
1024 #!FN&I7-8 overcharge
1025 …arge )!FN&L(9 overcharges 0"FN&L!(9*P overcharges )!FN&L(9*Poverdid 1!FN&8*8overdo1!FN&8M overd…
1027 overflows 0"FN&=C!FP
1029 )!FN&=CFP overhang
1031 overhangs 0"FN&?!H,P
1033 )!FN&?H,P overhaul
1035 overhauls 0"FN&?!-CP
[all …]
/external/clang/test/Preprocessor/
Dinclude-directive2.c14 #define FN limits.h> macro
15 #include <FN
/external/compiler-rt/test/msan/Linux/
Dsunrpc.cc27 bool_t res = FN(&xdrs, &x); in main()
35 res = FN(&xdrs, &y); in main()
/external/llvm/tools/llvm-link/
Dllvm-link.cpp61 static inline Module *LoadFile(const char *argv0, const std::string &FN, in LoadFile() argument
64 if (Verbose) errs() << "Loading '" << FN << "'\n"; in LoadFile()
67 Result = ParseIRFile(FN, Err, Context); in LoadFile()
/external/ltrace/testsuite/ltrace.minor/
Dattach-process-dlopen.exp35 char buf[strlen(argv[1]) + 1 + sizeof FN];
36 sprintf(buf, "%s/%s", argv[1], FN);
/external/clang/test/SemaObjC/
Dsevere-syntax-error.m11 static NSArray* prefixArray[] = @"BEGIN:", @"END:", @"VERSION:", @"N:", @"FN:", @"TEL;", @"TEL:", n…
15 static NSString* prefixArray1[] = @"BEGIN:", @"END:", @"VERSION:", @"N:", @"FN:", @"TEL;", @"TEL:",…
/external/opencv/cvaux/include/
Dcvvidsurv.hpp274 char* FN = NULL; in TransferParamsFromChild() local
280 FN = N; in TransferParamsFromChild()
285 FN = strcat(tmp,N); in TransferParamsFromChild()
288 if(!IsParam(FN)) in TransferParamsFromChild()
292 AddParam(FN,(char**)NULL); in TransferParamsFromChild()
296 AddParam(FN); in TransferParamsFromChild()
302 SetParamStr(FN,val); in TransferParamsFromChild()
307 SetParam(FN,val); in TransferParamsFromChild()
309 CommentParam(FN, pM->GetParamComment(N)); in TransferParamsFromChild()
/external/llvm/test/Transforms/SampleProfile/
Dsyntax.ll3 …e -sample-profile-file=%S/Inputs/bad_fn_header.prof 2>&1 | FileCheck -check-prefix=BAD-FN-HEADER %s
16 ; BAD-FN-HEADER: error: {{.*}}bad_fn_header.prof:1: Expected 'mangled_name:NUM:NUM', found 3empty:1…
/external/e2fsprogs/contrib/
Dpopulate-extfs.sh89 echo ${FN#$SRCDIR} >>$INODE_DIR/$INODE
/external/clang/test/CodeGenObjC/
Dns_consume_null_check.m24 // CHECK: [[FN:%.*]] = load i8** getelementptr inbounds
25 // CHECK-NEXT: [[EIGHT:%.*]] = bitcast i8* [[FN]]
/external/clang/include/clang/Basic/
DSourceLocation.h362 PresumedLoc(const char *FN, unsigned Ln, unsigned Co, SourceLocation IL) in PresumedLoc() argument
363 : Filename(FN), Line(Ln), Col(Co), IncludeLoc(IL) { in PresumedLoc()
/external/llvm/lib/Support/
DSourceMgr.cpp239 SMDiagnostic::SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN, in SMDiagnostic() argument
244 : SM(&sm), Loc(L), Filename(FN), LineNo(Line), ColumnNo(Col), Kind(Kind), in SMDiagnostic()
/external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1612 FN: Integer;
3153 FN := Length(AInput);
3154 if (FN > 0) then
3156 GetMem(FData,FN * SizeOf(Char));
3157 Move(AInput[1],FData^,FN * SizeOf(Char));
3163 if (FP < FN) then
3182 FN := ANumberOfActualCharsInArray;
3233 if ((FP + I - 1) >= FN) then
3332 Result := FN;
3382 FN := Length(S);
[all …]
/external/llvm/include/llvm/Support/
DSourceMgr.h247 SMDiagnostic(const SourceMgr &sm, SMLoc L, StringRef FN,

123