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

/freebsd-current/contrib/unifdef/tests/
H A Ddangle.c1 #ifdef FIRST
/freebsd-current/usr.bin/hexdump/
H A Dhexdump.h80 enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */ enumerator in enum:_vflag
H A Ddisplay.c48 enum _vflag vflag = FIRST;
295 if (vflag == ALL || vflag == FIRST ||
298 if (vflag == DUP || vflag == FIRST)
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_add_filter_compress.c85 #define FIRST 257 /* First free entry. */ macro
192 state->first_free = FIRST;
404 state->first_free = FIRST;
/freebsd-current/tools/tools/makeroot/
H A Dmakeroot.sh207 echo /etc/rc.d/FIRST > ${tmpdir}/rcorder.start
209 grep -v LAST | grep -v FIRST >> \
/freebsd-current/contrib/bmake/unit-tests/
H A Dvarmod-assign.mk15 # FIRST ends up with the value 1.
16 .if "${1 2 3:L:@i@${FIRST::?=$i}@} first=${FIRST}" != " first=1"
45 .if "${FIRST}, ${LAST}, ${APPENDED}, ${RAN}" != "1, 3, 1 2 3, <3>"
H A Dvarmod-assign.exp19 Global: .MAKEOVERRIDES = FIRST LAST LAST LAST APPENDED RAN RAN RAN IT1 THEN1 IE2 ELSE2 CMD_CMD_VAR CMD_CMD_VAR
36 Global: .MAKEOVERRIDES = FIRST LAST LAST LAST APPENDED RAN RAN RAN IT1 THEN1 IE2 ELSE2 CMD_CMD_VAR CMD_CMD_VAR CMD_NEW_VAR
H A Dcond-short.mk93 .if 0 && ${1 2 3:L:@i@${FIRST::?=$i}@}
101 .if defined(FIRST) || defined(LAST) || defined(APPENDED) || defined(RAN)
102 . warning first=${FIRST} last=${LAST} appended=${APPENDED} ran=${RAN}
/freebsd-current/usr.bin/compress/
H A Dzopen.c194 #define FIRST 257 /* First free entry. */ macro
267 free_ent = ((block_compress) ? FIRST : 256);
496 free_ent = block_compress ? FIRST : 256;
513 free_ent = FIRST;
649 free_ent = FIRST;
/freebsd-current/usr.bin/gzip/
H A Dzuncompress.c65 #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-current/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp428 #define HASH(LEN, FIRST, THIRD) \
429 (LEN << 5) + (((FIRST-'a') + (THIRD-'a')) & 31)
430 #define CASE(LEN, FIRST, THIRD, NAME) \
431 case HASH(LEN, FIRST, THIRD): \
/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h55 #define COMMENT_RANGE(BASE, FIRST, LAST) \
56 First##BASE##Constant = FIRST, Last##BASE##Constant = LAST,
57 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \
58 First##BASE##Constant = FIRST, Last##BASE##Constant = LAST
H A DOpenMPClause.h1647 enum {FIRST, SECOND, NUM_MODIFIERS}; enumerator in enum:clang::OMPScheduleClause::__anon52
1671 Modifiers[FIRST] = M;
1683 ModifiersLoc[FIRST] = Loc;
1695 if (Modifiers[FIRST] == OMPC_SCHEDULE_MODIFIER_unknown)
1696 Modifiers[FIRST] = M;
1749 Modifiers[FIRST] = M1;
1751 ModifiersLoc[FIRST] = M1Loc;
1759 Modifiers[FIRST] = OMPC_SCHEDULE_MODIFIER_unknown;
1768 return Modifiers[FIRST];
1784 return ModifiersLoc[FIRST];
[all...]
H A DStmt.h89 #define STMT_RANGE(BASE, FIRST, LAST) \
90 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class,
91 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \
92 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class
/freebsd-current/sys/dev/axgbe/
H A Dxgbe-txrx.c625 if (!XGMAC_GET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, FIRST)) {
H A Dxgbe-dev.c1391 FIRST, 1);
1398 FIRST, 0);

Completed in 175 milliseconds