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

123

/freebsd-11-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-11-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-11-stable/contrib/libpcap/
H A Dscanner.l396 {N} { yylval->i = stoi((char *)yytext); return NUM; }
419 icmptype { yylval->i = 0; return NUM; }
420 icmpcode { yylval->i = 1; return NUM; }
421 icmp-echoreply { yylval->i = 0; return NUM; }
422 icmp-unreach { yylval->i = 3; return NUM; }
423 icmp-sourcequench { yylval->i = 4; return NUM; }
424 icmp-redirect { yylval->i = 5; return NUM; }
425 icmp-echo { yylval->i = 8; return NUM; }
426 icmp-routeradvert { yylval->i = 9; return NUM; }
427 icmp-routersolicit { yylval->i = 10; return NUM; }
[all...]
/freebsd-11-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))
H A Dnetbsd-elf.h64 PREFIX is the class of label and NUM is the number within the class.
68 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
69 sprintf ((LABEL), "*.L%s%ld", (PREFIX), (long)(NUM))
H A Dsol2.h76 PREFIX is the class of label and NUM is the number within the class.
80 #define ASM_GENERATE_INTERNAL_LABEL(LABEL,PREFIX,NUM) \
81 sprintf ((LABEL), "*.L%s%lu", (PREFIX), (unsigned long)(NUM))
/freebsd-11-stable/sys/compat/netbsd/
H A Ddvcfg.h64 #define DVCFG_HW(SELP, NUM) dvcfg_hw((SELP), (NUM))
/freebsd-11-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-11-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-11-stable/usr.bin/lastcomm/tests/
H A Dlegacy_test.sh13 NUM=$1
19 echo "ok $NUM"
21 echo "not ok $NUM"
/freebsd-11-stable/crypto/openssl/crypto/bn/asm/
H A Dsparct4-mont.pl106 # int bn_mul_mont_t4_$NUM(u64 *rp,const u64 *ap,const u64 *bp,
110 my $NUM=shift;
114 .globl bn_mul_mont_t4_$NUM
116 bn_mul_mont_t4_$NUM:
163 # load ap[$NUM] ########################################################
167 for($i=0; $i<14 && $i<$NUM; $i++) {
176 for(; $i<$NUM; $i++) {
184 # load np[$NUM] ########################################################
188 for($i=0; $i<14 && $i<$NUM; $i++) {
200 for(; $i<28 && $i<$NUM;
[all...]
/freebsd-11-stable/lib/libfetch/
H A DMakefile36 | while read NUM CAT STRING; do \
37 echo " { $${NUM}, FETCH_$${CAT}, \"$${STRING}\" },"; \
47 | while read NUM CAT STRING; do \
48 echo " { $${NUM}, FETCH_$${CAT}, \"$${STRING}\" },"; \
/freebsd-11-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-11-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-11-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-11-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-11-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))
/freebsd-11-stable/contrib/openbsm/bin/auditdistd/
H A Dtoken.l75 [0-9]+ { DP; yylval.num = atoi(yytext); return NUM; }
/freebsd-11-stable/contrib/gcc/
H A Dgcov-io.h301 #define GCOV_TAG_BLOCKS_LENGTH(NUM) (NUM)
304 #define GCOV_TAG_ARCS_LENGTH(NUM) (1 + (NUM) * 2)
308 #define GCOV_TAG_COUNTER_LENGTH(NUM) ((NUM) * 2)

Completed in 338 milliseconds

123