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

/freebsd-11-stable/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-11-stable/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-11-stable/usr.bin/hexdump/
H A Dhexdump.h81 enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */ enumerator in enum:_vflag
H A Ddisplay.c51 enum _vflag vflag = FIRST;
296 if (vflag == ALL || vflag == FIRST ||
299 if (vflag == DUP || vflag == FIRST)
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c87 #define FIRST 257 /* First free entry. */ macro
194 state->first_free = FIRST;
406 state->first_free = FIRST;
/freebsd-11-stable/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-11-stable/tools/tools/makeroot/
H A Dmakeroot.sh208 echo /etc/rc.d/FIRST > ${tmpdir}/rcorder.start
210 grep -v LAST | grep -v FIRST >> \
/freebsd-11-stable/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-11-stable/usr.bin/gzip/
H A Dzuncompress.c64 #define FIRST 257 /* First free entry. */ macro
259 zs->zs_free_ent = zs->zs_block_compress ? FIRST : 256;
271 zs->zs_free_ent = FIRST;
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp270 #define HASH(LEN, FIRST, THIRD) \
271 (LEN << 5) + (((FIRST-'a') + (THIRD-'a')) & 31)
272 #define CASE(LEN, FIRST, THIRD, NAME) \
273 case HASH(LEN, FIRST, THIRD): \
/freebsd-11-stable/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-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h189 #define COMMENT_RANGE(BASE, FIRST, LAST) \
190 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind,
191 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \
192 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind
H A DOpenMPClause.h1291 enum {FIRST, SECOND, NUM_MODIFIERS}; enumerator in enum:clang::OMPScheduleClause::__anon67
1315 Modifiers[FIRST] = M;
1327 ModifiersLoc[FIRST] = Loc;
1339 if (Modifiers[FIRST] == OMPC_SCHEDULE_MODIFIER_unknown)
1340 Modifiers[FIRST] = M;
1393 Modifiers[FIRST] = M1;
1395 ModifiersLoc[FIRST] = M1Loc;
1403 Modifiers[FIRST] = OMPC_SCHEDULE_MODIFIER_unknown;
1412 return Modifiers[FIRST];
1428 return ModifiersLoc[FIRST];
[all...]
H A DStmt.h71 #define STMT_RANGE(BASE, FIRST, LAST) \
72 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class,
73 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \
74 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class
/freebsd-11-stable/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-11-stable/contrib/gcc/config/mips/
H A Dmips.h2001 #define BLOCK_REG_PADDING(MODE, TYPE, FIRST) \

Completed in 448 milliseconds