Home
last modified time | relevance | path

Searched refs:FIRST (Results 1 – 25 of 56) sorted by relevance

123

/freebsd-9-stable/crypto/openssl/engines/
Dvax.opt4 CLUSTER=FIRST
5 COLLECT=FIRST,$$ENGINE
/freebsd-9-stable/contrib/gcc/config/rs6000/
Daix.h194 #define BLOCK_REG_PADDING(MODE, TYPE, FIRST) \ argument
195 (!(FIRST) ? upward : FUNCTION_ARG_PADDING (MODE, TYPE))
Ddarwin.h422 #define BLOCK_REG_PADDING(MODE, TYPE, FIRST) \ argument
423 (!(FIRST) ? upward : FUNCTION_ARG_PADDING (MODE, TYPE))
Dlinux64.h265 #define BLOCK_REG_PADDING(MODE, TYPE, FIRST) \ argument
266 (!(FIRST) ? upward : FUNCTION_ARG_PADDING (MODE, TYPE))
/freebsd-9-stable/usr.bin/compress/
Dzopen.c197 #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/
DIdentifierTable.cpp204 #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/
Ddisplay.c49 enum _vflag vflag = FIRST;
293 if (vflag == ALL || vflag == FIRST || in get()
296 if (vflag == DUP || vflag == FIRST) in get()
Dhexdump.h81 enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */ enumerator
/freebsd-9-stable/contrib/libarchive/libarchive/
Darchive_write_set_compression_compress.c87 #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/
Dzuncompress.c64 #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/
Dmacro.c513 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()
Dinternal.h135 #define FIRST(c) ((c)->u.iso.first) macro
/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DComment.h176 #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
DStmt.h109 #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/
Dtc-mep.h119 typedef enum exp_par_insn_{FIRST, SECOND} EXP_PAR_INSN; enumerator
/freebsd-9-stable/contrib/file/magic/Magdir/
Dsendmail10 # READ.ME.FIRST.AWP Sendmail frozen configuration
/freebsd-9-stable/contrib/binutils/opcodes/
Dia64-opc.h34 #define FIRST IA64_OPCODE_FIRST macro
Dia64-opc-m.c92 {"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/
Dbsd4.44 * All source files should #include this FIRST.
/freebsd-9-stable/usr.sbin/bsdconfig/include/
Dnetwork_device.hlp56 probably talk to your system administrator FIRST before trying this
/freebsd-9-stable/usr.sbin/sysinstall/help/
Dnetwork_device.hlp56 probably talk to your system administrator FIRST before trying this
Ddrives.hlp8 that you still need to install a boot manager on the FIRST drive!
/freebsd-9-stable/contrib/gcc/config/arm/
Darm.h1467 #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/
Dgprof.pot4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
/freebsd-9-stable/contrib/less/
Dless.hlp48 ^F or @ Start search at FIRST file (for /) or last file (for ?).

123