| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/ |
| H A D | enum5.C | 4 enum Thing { FIRST, SECOND } ; enumerator 8 Thing x = FIRST ; in main()
|
| /openbsd-src/usr.sbin/amd/amd/ |
| H A D | sched.c | 168 for (p = FIRST(pjob, &proc_wait_list); in wakeup() 211 for (p = FIRST(pjob, &proc_wait_list); in sigchld() 246 while (FIRST(pjob, &proc_list_head) != HEAD(pjob, &proc_list_head)) { in do_task_notify() 247 pjob *p = FIRST(pjob, &proc_list_head); in do_task_notify()
|
| H A D | mntfs.c | 256 mf = FIRST(mntfs, &mfhead); in flush_mntfs()
|
| /openbsd-src/regress/usr.bin/mandoc/mdoc/Sh/ |
| H A D | first.out_ascii | 1 SH-FIRST(1) General Commands Manual SH-FIRST(1)
|
| H A D | first.out_markdown | 1 SH-FIRST(1) - General Commands Manual
|
| /openbsd-src/gnu/gcc/gcc/config/score/ |
| H A D | score-conv.h | 39 #define REG_CONTAIN(REGNO, FIRST, NUM) \ argument 40 ((unsigned int)((int) (REGNO) - (FIRST)) < (NUM))
|
| /openbsd-src/gnu/gcc/gcc/config/rs6000/ |
| H A D | aix.h | 194 #define BLOCK_REG_PADDING(MODE, TYPE, FIRST) \ argument 195 (!(FIRST) ? upward : FUNCTION_ARG_PADDING (MODE, TYPE))
|
| H A D | darwin.h | 422 #define BLOCK_REG_PADDING(MODE, TYPE, FIRST) \ argument 423 (!(FIRST) ? upward : FUNCTION_ARG_PADDING (MODE, TYPE))
|
| H A D | linux64.h | 265 #define BLOCK_REG_PADDING(MODE, TYPE, FIRST) \ argument 266 (!(FIRST) ? upward : FUNCTION_ARG_PADDING (MODE, TYPE))
|
| /openbsd-src/usr.bin/hexdump/ |
| H A D | display.c | 47 enum _vflag vflag = FIRST; 272 if (vflag == ALL || vflag == FIRST || in get() 274 if (vflag == DUP || vflag == FIRST) in get()
|
| H A D | hexdump.h | 72 enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */ enumerator
|
| /openbsd-src/usr.bin/compress/ |
| H A D | zopen.c | 176 #define FIRST 257 /* First free entry. */ macro 248 zs->zs_free_ent = ((zs->zs_block_compress) ? FIRST : 256); in zwrite() 516 zs->zs_free_ent = zs->zs_block_compress ? FIRST : 256; in zread() 534 zs->zs_free_ent = FIRST - 1; in zread() 691 zs->zs_free_ent = FIRST; in cl_block()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | cppmacro.c | 490 rhs = FIRST (context).token++; 492 rhs = *FIRST (context).ptoken++; 989 FIRST (context).ptoken = first; 1006 FIRST (context).token = first; 1122 else if (FIRST (context).token != LAST (context).token) 1125 result = FIRST (context).token++; 1127 result = *FIRST (context).ptoken++; 1240 FIRST (pfile->context).token--; 1242 FIRST (pfile->context).ptoken--;
|
| H A D | cpphash.h | 171 #define FIRST(c) ((c)->u.iso.first) macro
|
| /openbsd-src/gnu/gcc/libcpp/ |
| H A D | macro.c | 496 rhs = FIRST (context).token++; in paste_all_tokens() 498 rhs = *FIRST (context).ptoken++; in paste_all_tokens() 967 FIRST (context).ptoken = first; in push_ptoken_context() 981 FIRST (context).token = first; in _cpp_push_token_context() 1089 else if (FIRST (context).token != LAST (context).token) in cpp_get_token() 1092 result = FIRST (context).token++; in cpp_get_token() 1094 result = *FIRST (context).ptoken++; in cpp_get_token() 1209 FIRST (pfile->context).token--; in _cpp_backup_tokens() 1211 FIRST (pfile->context).ptoken--; in _cpp_backup_tokens()
|
| H A D | internal.h | 135 #define FIRST(c) ((c)->u.iso.first) macro
|
| /openbsd-src/sbin/savecore/ |
| H A D | zopen.c | 176 #define FIRST 257 /* First free entry. */ macro 247 zs->zs_free_ent = ((zs->zs_block_compress) ? FIRST : 256); in zwrite() 481 zs->zs_free_ent = FIRST; in cl_block()
|
| /openbsd-src/gnu/llvm/clang/lib/Basic/ |
| H A D | IdentifierTable.cpp | 401 #define HASH(LEN, FIRST, THIRD) \ in getPPKeywordID() argument 402 (LEN << 5) + (((FIRST-'a') + (THIRD-'a')) & 31) in getPPKeywordID() 403 #define CASE(LEN, FIRST, THIRD, NAME) \ in getPPKeywordID() argument 404 case HASH(LEN, FIRST, THIRD): \ in getPPKeywordID()
|
| /openbsd-src/gnu/llvm/clang/include/clang/AST/ |
| H A D | Comment.h | 189 #define COMMENT_RANGE(BASE, FIRST, LAST) \ argument 190 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind, 191 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \ argument 192 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind
|
| /openbsd-src/usr.sbin/amd/include/ |
| H A D | am.h | 175 #define FIRST(ty, q) ((ty *) ((q)->q_forw)) macro 181 for ((v) = FIRST(ty,(q)); (v) != HEAD(ty,(q)); (v) = NEXT(ty,(v)))
|
| /openbsd-src/gnu/usr.bin/binutils/opcodes/ |
| H A D | ia64-opc.h | 33 #define FIRST IA64_OPCODE_FIRST macro
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/opcodes/ |
| H A D | ia64-opc.h | 34 #define FIRST IA64_OPCODE_FIRST macro
|
| H A D | ia64-opc-m.c | 92 {"flushrs", M0, OpX3X4X2 (0, 0, 0xc, 0), {}, FIRST | NO_PRED, 0, NULL}, 93 {"loadrs", M0, OpX3X4X2 (0, 0, 0xa, 0), {}, FIRST | NO_PRED, 0, NULL}, 112 {"alloc", M, OpX3 (1, 6), {R1, AR_PFS, SOF, SOL, SOR}, FIRST|NO_PRED|MOD_RRBS, 0, NULL}, 113 {"alloc", M, OpX3 (1, 6), {R1, SOF, SOL, SOR}, PSEUDO|FIRST|NO_PRED|MOD_RRBS, 0, NULL},
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
| H A D | ParallelSnippetGenerator.cpp | 121 FIRST = PickRandomRegs, enumerator
|
| /openbsd-src/sys/net/ |
| H A D | bsd-comp.c | 169 #define FIRST 257 /* first free entry */ macro 199 db->max_ent = FIRST-1; in bsd_clear()
|