Searched refs:FIRST (Results 1 - 20 of 20) sorted by relevance

/freebsd-9.3-release/contrib/gcc/config/rs6000/
H A Daix.h192 registers and memory. FIRST is nonzero if this is the only
194 #define BLOCK_REG_PADDING(MODE, TYPE, FIRST) \
195 (!(FIRST) ? upward : FUNCTION_ARG_PADDING (MODE, TYPE))
H A Ddarwin.h420 registers and memory. FIRST is nonzero if this is the only
422 #define BLOCK_REG_PADDING(MODE, TYPE, FIRST) \
423 (!(FIRST) ? upward : FUNCTION_ARG_PADDING (MODE, TYPE))
H A Dlinux64.h263 registers and memory. FIRST is nonzero if this is the only
265 #define BLOCK_REG_PADDING(MODE, TYPE, FIRST) \
266 (!(FIRST) ? upward : FUNCTION_ARG_PADDING (MODE, TYPE))
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Dtc-mep.h119 typedef enum exp_par_insn_{FIRST, SECOND} EXP_PAR_INSN; enumerator in enum:exp_par_insn_
H A Dtc-mips.c765 The frag's "subtype" is RELAX_ENCODE (FIRST, SECOND), where FIRST and
799 #define RELAX_ENCODE(FIRST, SECOND) (((FIRST) << 8) | (SECOND))
1407 position FIRST. Neither FIRST nor N need to be clipped. */
1441 #define CONFLICT(FIRST, SECOND) \
1442 vr4120_conflicts[FIX_VR4120_##FIRST] |= 1 << FIX_VR4120_##SECOND
/freebsd-9.3-release/usr.bin/hexdump/
H A Dhexdump.h81 enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */ enumerator in enum:_vflag
H A Ddisplay.c49 enum _vflag vflag = FIRST;
293 if (vflag == ALL || vflag == FIRST ||
296 if (vflag == DUP || vflag == FIRST)
/freebsd-9.3-release/contrib/binutils/opcodes/
H A Dia64-opc.h34 #define FIRST IA64_OPCODE_FIRST macro
H A 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.3-release/contrib/llvm/tools/clang/lib/Basic/
H A DIdentifierTable.cpp204 #define HASH(LEN, FIRST, THIRD) \
205 (LEN << 5) + (((FIRST-'a') + (THIRD-'a')) & 31)
206 #define CASE(LEN, FIRST, THIRD, NAME) \
207 case HASH(LEN, FIRST, THIRD): \
/freebsd-9.3-release/usr.bin/compress/
H A Dzopen.c197 #define FIRST 257 /* First free entry. */ macro
270 free_ent = ((block_compress) ? FIRST : 256);
499 free_ent = block_compress ? FIRST : 256;
516 free_ent = FIRST;
652 free_ent = FIRST;
/freebsd-9.3-release/contrib/libarchive/libarchive/
H A Darchive_write_set_compression_compress.c87 #define FIRST 257 /* First free entry. */ macro
185 state->first_free = FIRST;
408 state->first_free = FIRST;
/freebsd-9.3-release/usr.bin/gzip/
H A Dzuncompress.c64 #define FIRST 257 /* First free entry. */ macro
260 zs->zs_free_ent = zs->zs_block_compress ? FIRST : 256;
272 zs->zs_free_ent = FIRST;
/freebsd-9.3-release/contrib/gcclibs/libcpp/
H A Dmacro.c513 rhs = FIRST (context).token++;
515 rhs = *FIRST (context).ptoken++;
692 If FIRST is NULL replace_args () swallows the comma. */
984 FIRST (context).ptoken = first;
998 FIRST (context).token = first;
1106 else if (FIRST (context).token != LAST (context).token)
1109 result = FIRST (context).token++;
1111 result = *FIRST (context).ptoken++;
1226 FIRST (pfile->context).token--;
1228 FIRST (pfil
[all...]
H A Dinternal.h135 #define FIRST(c) ((c)->u.iso.first) macro
/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h176 #define COMMENT_RANGE(BASE, FIRST, LAST) \
177 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind,
178 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \
179 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind
H A DStmt.h109 #define STMT_RANGE(BASE, FIRST, LAST) \
110 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class,
111 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \
112 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.h1473 #define BLOCK_REG_PADDING(MODE, TYPE, FIRST) \
1474 (arm_pad_reg_upward (MODE, TYPE, FIRST) ? upward : downward)
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1098 #define LAST_STMT_RANGE(BASE, FIRST, LAST)
/freebsd-9.3-release/contrib/gcc/config/mips/
H A Dmips.h1998 #define BLOCK_REG_PADDING(MODE, TYPE, FIRST) \

Completed in 342 milliseconds