| /freebsd-9-stable/crypto/openssl/engines/ |
| D | vax.opt | 4 CLUSTER=FIRST 5 COLLECT=FIRST,$$ENGINE
|
| /freebsd-9-stable/contrib/gcc/config/rs6000/ |
| D | aix.h | 194 #define BLOCK_REG_PADDING(MODE, TYPE, FIRST) \ argument 195 (!(FIRST) ? upward : FUNCTION_ARG_PADDING (MODE, TYPE))
|
| D | darwin.h | 422 #define BLOCK_REG_PADDING(MODE, TYPE, FIRST) \ argument 423 (!(FIRST) ? upward : FUNCTION_ARG_PADDING (MODE, TYPE))
|
| D | linux64.h | 265 #define BLOCK_REG_PADDING(MODE, TYPE, FIRST) \ argument 266 (!(FIRST) ? upward : FUNCTION_ARG_PADDING (MODE, TYPE))
|
| /freebsd-9-stable/usr.bin/compress/ |
| D | zopen.c | 197 #define FIRST 257 /* First free entry. */ macro 270 free_ent = ((block_compress) ? FIRST : 256); in zwrite() 499 free_ent = block_compress ? FIRST : 256; in zread() 516 free_ent = FIRST; in zread() 652 free_ent = FIRST; in cl_block()
|
| /freebsd-9-stable/contrib/llvm/tools/clang/lib/Basic/ |
| D | IdentifierTable.cpp | 204 #define HASH(LEN, FIRST, THIRD) \ in getPPKeywordID() argument 205 (LEN << 5) + (((FIRST-'a') + (THIRD-'a')) & 31) in getPPKeywordID() 206 #define CASE(LEN, FIRST, THIRD, NAME) \ in getPPKeywordID() argument 207 case HASH(LEN, FIRST, THIRD): \ in getPPKeywordID()
|
| /freebsd-9-stable/usr.bin/hexdump/ |
| D | display.c | 49 enum _vflag vflag = FIRST; 293 if (vflag == ALL || vflag == FIRST || in get() 296 if (vflag == DUP || vflag == FIRST) in get()
|
| D | hexdump.h | 81 enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */ enumerator
|
| /freebsd-9-stable/contrib/libarchive/libarchive/ |
| D | archive_write_set_compression_compress.c | 87 #define FIRST 257 /* First free entry. */ macro 185 state->first_free = FIRST; in archive_compressor_compress_init() 408 state->first_free = FIRST; in archive_compressor_compress_write()
|
| /freebsd-9-stable/usr.bin/gzip/ |
| D | zuncompress.c | 64 #define FIRST 257 /* First free entry. */ macro 260 zs->zs_free_ent = zs->zs_block_compress ? FIRST : 256; in zread() 272 zs->zs_free_ent = FIRST; in zread()
|
| /freebsd-9-stable/contrib/gcclibs/libcpp/ |
| D | macro.c | 513 rhs = FIRST (context).token++; in paste_all_tokens() 515 rhs = *FIRST (context).ptoken++; in paste_all_tokens() 984 FIRST (context).ptoken = first; in push_ptoken_context() 998 FIRST (context).token = first; in _cpp_push_token_context() 1106 else if (FIRST (context).token != LAST (context).token) in cpp_get_token() 1109 result = FIRST (context).token++; in cpp_get_token() 1111 result = *FIRST (context).ptoken++; in cpp_get_token() 1226 FIRST (pfile->context).token--; in _cpp_backup_tokens() 1228 FIRST (pfile->context).ptoken--; in _cpp_backup_tokens()
|
| D | internal.h | 135 #define FIRST(c) ((c)->u.iso.first) macro
|
| /freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/ |
| D | Comment.h | 176 #define COMMENT_RANGE(BASE, FIRST, LAST) \ argument 177 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind, 178 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \ argument 179 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind
|
| D | Stmt.h | 109 #define STMT_RANGE(BASE, FIRST, LAST) \ argument 110 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class, 111 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \ argument 112 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class
|
| /freebsd-9-stable/contrib/binutils/gas/config/ |
| D | tc-mep.h | 119 typedef enum exp_par_insn_{FIRST, SECOND} EXP_PAR_INSN; enumerator
|
| /freebsd-9-stable/contrib/file/magic/Magdir/ |
| D | sendmail | 10 # READ.ME.FIRST.AWP Sendmail frozen configuration
|
| /freebsd-9-stable/contrib/binutils/opcodes/ |
| D | ia64-opc.h | 34 #define FIRST IA64_OPCODE_FIRST macro
|
| 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},
|
| /freebsd-9-stable/contrib/tcsh/config/ |
| D | bsd4.4 | 4 * All source files should #include this FIRST.
|
| /freebsd-9-stable/usr.sbin/bsdconfig/include/ |
| D | network_device.hlp | 56 probably talk to your system administrator FIRST before trying this
|
| /freebsd-9-stable/usr.sbin/sysinstall/help/ |
| D | network_device.hlp | 56 probably talk to your system administrator FIRST before trying this
|
| D | drives.hlp | 8 that you still need to install a boot manager on the FIRST drive!
|
| /freebsd-9-stable/contrib/gcc/config/arm/ |
| D | arm.h | 1467 #define BLOCK_REG_PADDING(MODE, TYPE, FIRST) \ argument 1468 (arm_pad_reg_upward (MODE, TYPE, FIRST) ? upward : downward)
|
| /freebsd-9-stable/contrib/binutils/gprof/po/ |
| D | gprof.pot | 4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
| /freebsd-9-stable/contrib/less/ |
| D | less.hlp | 48 ^F or @ Start search at FIRST file (for /) or last file (for ?).
|