Searched refs:NUM (Results 1 - 25 of 71) sorted by relevance

123

/freebsd-10-stable/usr.bin/csup/
H A Drcsparse.h32 #define NUM 1 macro
H A Drcsparse.c126 asserttoken(sp, NUM);
135 asserttoken(sp, NUM);
160 asserttoken(sp, NUM);
175 asserttoken(sp, NUM);
211 while (token == ID || token == NUM || token == STRING ||
232 if (token != NUM)
239 assert(token == NUM);
243 asserttoken(sp, NUM);
263 while (token == NUM)
269 if (token == NUM) {
[all...]
H A Drcstokenizer.l63 return (NUM);
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/stdio/
H A Dt_scanf.c34 #define NUM -0x1234 macro
35 #define STRNUM ___STRING(NUM)
49 ATF_REQUIRE(i == NUM);
52 ATF_REQUIRE(i == NUM);
/freebsd-10-stable/contrib/binutils/gas/
H A Ditbl-parse.y289 %token DREG CREG GREG IMMED ADDR INSN NUM ID NL PNUM
291 %type <num> number NUM ftype regtype pnum PNUM
361 NUM '|' flagexpr
369 | NUM
388 ':' NUM '-' NUM
436 NUM
444 NUM
H A Ditbl-lex.l71 return NUM;
76 return NUM;
/freebsd-10-stable/contrib/gcc/config/sparc/
H A Dsp-elf.h65 PREFIX is the class of label and NUM is the number within the class.
69 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
70 sprintf ((LABEL), "*.L%s%ld", (PREFIX), (long)(NUM))
H A Dfreebsd.h141 PREFIX is the class of label and NUM is the number within the class.
145 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
146 sprintf (LABEL, "*.L%s%lu", PREFIX, (unsigned long)(NUM))
H A Dsp64-elf.h96 PREFIX is the class of label and NUM is the number within the class.
100 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
101 sprintf ((LABEL), "*.L%s%ld", (PREFIX), (long)(NUM))
H A Dsysv4.h87 #define ASM_OUTPUT_CASE_LABEL(FILE, PREFIX, NUM, JUMPTABLE) \
89 (*targetm.asm_out.internal_label) ((FILE), PREFIX, NUM); \
H A Dlinux.h173 PREFIX is the class of label and NUM is the number within the class.
177 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
178 sprintf (LABEL, "*.L%s%ld", PREFIX, (long)(NUM))
/freebsd-10-stable/sys/compat/netbsd/
H A Ddvcfg.h64 #define DVCFG_HW(SELP, NUM) dvcfg_hw((SELP), (NUM))
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/stdlib/
H A Dt_div.c34 #define NUM 1999236 macro
50 d = div(NUM, DENOM);
67 ld = ldiv(NUM, DENOM);
84 lld = lldiv(NUM, DENOM);
/freebsd-10-stable/contrib/pjdfstest/
H A Dpjdfstest.c627 #define NUM(n) (args[(n)].num) macro
637 rval = open(STR(0), (int)flags, (mode_t)NUM(2));
655 rval = openat(NUM(0), STR(1), (int)flags,
656 (mode_t)NUM(3));
662 rval = openat(NUM(0), STR(1), (int)flags);
668 rval = open(STR(0), O_CREAT | O_EXCL, (mode_t)NUM(1));
676 rval = unlinkat(NUM(0), STR(1),
680 rval = mkdir(STR(0), (mode_t)NUM(1));
683 rval = mkdirat(NUM(0), STR(1), (mode_t)NUM(
983 #undef NUM macro
[all...]
/freebsd-10-stable/tools/regression/pjdfstest/
H A Dpjdfstest.c623 #define NUM(n) (args[(n)].num) macro
633 rval = open(STR(0), (int)flags, (mode_t)NUM(2));
651 rval = openat(NUM(0), STR(1), (int)flags,
652 (mode_t)NUM(3));
658 rval = openat(NUM(0), STR(1), (int)flags);
664 rval = open(STR(0), O_CREAT | O_EXCL, (mode_t)NUM(1));
672 rval = unlinkat(NUM(0), STR(1),
676 rval = mkdir(STR(0), (mode_t)NUM(1));
679 rval = mkdirat(NUM(0), STR(1), (mode_t)NUM(
975 #undef NUM macro
[all...]
/freebsd-10-stable/usr.bin/lastcomm/tests/
H A Dlegacy_test.sh13 NUM=$1
19 echo "ok $NUM"
21 echo "not ok $NUM"
/freebsd-10-stable/contrib/libpcap/
H A Dscanner.l332 {N} { yylval.i = stoi((char *)yytext); return NUM; }
352 icmptype { yylval.i = 0; return NUM; }
353 icmpcode { yylval.i = 1; return NUM; }
354 icmp-echoreply { yylval.i = 0; return NUM; }
355 icmp-unreach { yylval.i = 3; return NUM; }
356 icmp-sourcequench { yylval.i = 4; return NUM; }
357 icmp-redirect { yylval.i = 5; return NUM; }
358 icmp-echo { yylval.i = 8; return NUM; }
359 icmp-routeradvert { yylval.i = 9; return NUM; }
360 icmp-routersolicit { yylval.i = 10; return NUM; }
[all...]
H A Dgrammar.y279 %token NUM INBOUND OUTBOUND
305 %type <i> NUM action reason type subtype type_subtype dir
340 | HID '/' NUM { $$.b = gen_mcode($1, NULL, $3,
357 | HID6 '/' NUM {
500 | LESS NUM { $$ = gen_less($2); }
501 | GREATER NUM { $$ = gen_greater($2); }
502 | CBYTE NUM byteop NUM { $$ = gen_byteop($3, $2, $4); }
517 | PF_RNR NUM { $$ = gen_pf_rnr($2); }
518 | PF_SRNR NUM {
[all...]
/freebsd-10-stable/lib/libfetch/
H A DMakefile37 | while read NUM CAT STRING; do \
38 echo " { $${NUM}, FETCH_$${CAT}, \"$${STRING}\" },"; \
48 | while read NUM CAT STRING; do \
49 echo " { $${NUM}, FETCH_$${CAT}, \"$${STRING}\" },"; \
/freebsd-10-stable/contrib/gcc/config/
H A Dsvr3.h106 PREFIX is the class of label and NUM is the number within the class.
113 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
114 sprintf (LABEL, "*%s%s%ld", LOCAL_LABEL_PREFIX, PREFIX, (long)(NUM))
/freebsd-10-stable/crypto/openssl/crypto/bn/
H A Dexp.c8 #define NUM (8*8*8) macro
17 int j, i, size = SIZE, num = NUM, mod = MOD;
/freebsd-10-stable/contrib/one-true-awk/
H A Dtran.c72 literal0 = setsymtab("0", "0", 0.0, NUM|STR|CON|DONTFREE, symtab);
74 nullloc = setsymtab("$zero&null", "", 0.0, NUM|STR|CON|DONTFREE, symtab);
85 nfloc = setsymtab("NF", "", 0.0, NUM, symtab);
87 nrloc = setsymtab("NR", "", 0.0, NUM, symtab);
89 fnrloc = setsymtab("FNR", "", 0.0, NUM, symtab);
92 rstartloc = setsymtab("RSTART", "", 0.0, NUM, symtab);
94 rlengthloc = setsymtab("RLENGTH", "", 0.0, NUM, symtab);
106 ARGC = &setsymtab("ARGC", "", (Awkfloat) ac, NUM, symtab)->fval;
113 setsymtab(temp, *av, atof(*av), STR|NUM, ARGVtab);
135 setsymtab(*envp, p, atof(p), STR|NUM, ENVta
[all...]
/freebsd-10-stable/contrib/gcc/config/arm/
H A Daof.h183 #define ASM_GENERATE_INTERNAL_LABEL(STRING,PREFIX,NUM) \
184 sprintf ((STRING), "*|%s..%ld|", (PREFIX), (long)(NUM))
276 #define ASM_OUTPUT_CASE_LABEL(STREAM, PREFIX, NUM, TABLE) \
277 fprintf ((STREAM), "\tALIGN\n|%s..%d|\n", (PREFIX), (NUM))
H A Daout.h212 #define ASM_GENERATE_INTERNAL_LABEL(STRING, PREFIX, NUM) \
213 sprintf (STRING, "*%s%s%u", LOCAL_LABEL_PREFIX, PREFIX, (unsigned int)(NUM))
/freebsd-10-stable/contrib/gcc/config/rs6000/
H A Dxcoff.h207 #define ASM_OUTPUT_CASE_LABEL(FILE,PREFIX,NUM,TABLEINSN) \
208 { ASM_OUTPUT_ALIGN (FILE, 2); (*targetm.asm_out.internal_label) (FILE, PREFIX, NUM); }
212 PREFIX is the class of label and NUM is the number within the class.
215 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
216 sprintf (LABEL, "*%s..%u", (PREFIX), (unsigned) (NUM))

Completed in 121 milliseconds

123