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

/freebsd-13-stable/usr.bin/hexdump/
H A Dhexdump.h83 enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */ enumerator in enum:_vflag
H A Ddisplay.c56 enum _vflag vflag = FIRST;
301 if (vflag == ALL || vflag == FIRST ||
304 if (vflag == DUP || vflag == FIRST)
/freebsd-13-stable/contrib/bmake/unit-tests/
H A Dvarmod-assign.mk15 # the variable FIRST ends up with the value 1.
16 @echo $@: ${1 2 3:L:@i@${FIRST::?=$i}@} first=${FIRST}.
36 @echo $@: global: ${FIRST:Q}, ${LAST:Q}, ${APPENDED:Q}, ${RAN:Q}.
H A Dcond-short.mk77 .if 0 && ${1 2 3:L:@i@${FIRST::?=$i}@}
85 .if defined(FIRST) || defined(LAST) || defined(APPENDED) || defined(RAN)
86 . warning first=${FIRST} last=${LAST} appended=${APPENDED} ran=${RAN}
/freebsd-13-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-13-stable/tools/tools/makeroot/
H A Dmakeroot.sh208 echo /etc/rc.d/FIRST > ${tmpdir}/rcorder.start
210 grep -v LAST | grep -v FIRST >> \
/freebsd-13-stable/usr.bin/compress/
H A Dzopen.c199 #define FIRST 257 /* First free entry. */ macro
272 free_ent = ((block_compress) ? FIRST : 256);
501 free_ent = block_compress ? FIRST : 256;
518 free_ent = FIRST;
654 free_ent = FIRST;
/freebsd-13-stable/usr.bin/gzip/
H A Dzuncompress.c66 #define FIRST 257 /* First free entry. */ macro
261 zs->zs_free_ent = zs->zs_block_compress ? FIRST : 256;
273 zs->zs_free_ent = FIRST;
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp279 #define HASH(LEN, FIRST, THIRD) \
280 (LEN << 5) + (((FIRST-'a') + (THIRD-'a')) & 31)
281 #define CASE(LEN, FIRST, THIRD, NAME) \
282 case HASH(LEN, FIRST, THIRD): \
/freebsd-13-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.h1303 enum {FIRST, SECOND, NUM_MODIFIERS}; enumerator in enum:clang::OMPScheduleClause::__anon1340
1327 Modifiers[FIRST] = M;
1339 ModifiersLoc[FIRST] = Loc;
1351 if (Modifiers[FIRST] == OMPC_SCHEDULE_MODIFIER_unknown)
1352 Modifiers[FIRST] = M;
1405 Modifiers[FIRST] = M1;
1407 ModifiersLoc[FIRST] = M1Loc;
1415 Modifiers[FIRST] = OMPC_SCHEDULE_MODIFIER_unknown;
1424 return Modifiers[FIRST];
1440 return ModifiersLoc[FIRST];
[all...]
H A DStmt.h73 #define STMT_RANGE(BASE, FIRST, LAST) \
74 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class,
75 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \
76 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class
/freebsd-13-stable/sys/dev/axgbe/
H A Dxgbe-txrx.c627 if (!XGMAC_GET_BITS(packet->attributes, RX_PACKET_ATTRIBUTES, FIRST)) {
H A Dxgbe-dev.c1393 FIRST, 1);
1400 FIRST, 0);

Completed in 140 milliseconds