HomeSort by: relevance | last modified time | path
    Searched refs:FIRST (Results 1 - 11 of 11) sorted by relevancy

  /src/bin/sh/
mkoptions.sh 48 FIRST=true
176 if $FIRST
187 FIRST=false
  /src/usr.bin/hexdump/
hexdump.h 71 enum _vflag { ALL, DUP, FIRST, WAIT }; /* -v values */
display.c 60 enum _vflag vflag = FIRST;
282 if (vflag == ALL || vflag == FIRST ||
284 if (vflag == DUP || vflag == FIRST)
  /src/usr.bin/compress/
zopen.c 111 code_int zs_free_ent; /* First unused entry. */
198 #define FIRST 257 /* First free entry. */
226 * secondary probe. Here, the modular division first probe is gives way
271 free_ent = ((block_compress) ? FIRST : 256);
378 /* Get to the first byte. */
382 * Since ocode is always >= 8 bits, only need to mask the first
493 /* As above, initialize the first 256 entries in the table. */
499 free_ent = block_compress ? FIRST : 256;
509 free_ent = FIRST;
    [all...]
  /src/usr.bin/make/unit-tests/
varmod-assign.mk 14 # operator '?=' only has an effect for the first time, therefore the variable
15 # 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>"
138 # enclosed in parentheses. In such a case, parsing stops at the first ')',
139 # not at the first '}'.
varmod-assign.exp 19 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
cond-short.mk 93 .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}
  /src/usr.bin/gzip/
zuncompress.c 63 #define FIRST 257 /* First free entry. */
97 code_int zs_free_ent; /* First unused entry. */
183 zs->zs_free_ent = 0; /* First unused entry. */
253 /* As above, initialize the first 256 entries in the table. */
259 zs->zs_free_ent = zs->zs_block_compress ? FIRST : 256;
271 zs->zs_free_ent = FIRST;
374 /* Get to the first byte. */
378 /* Get first part (low order bits). */
  /src/sys/net/
bsd-comp.c 75 * The compression ratio is checked at the first end of a packet
173 #define FIRST 257 /* first free entry */
203 db->max_ent = FIRST-1;
505 * the protocol becomes the first byte to compress.
684 * the protocol becomes the first byte to "compress".
1004 * If not first code in a packet, and
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 5480 #--there is a danger of unwanted overflow in first LOOP iteration. In this
5911 #--there is a danger of unwanted overflow in first LOOP iteration. In this
6067 # Define F = sgn * 2**k * 1.xxxx1, i.e. the first 5 #
6283 #--THAT IS IT MATCHES THE EXPONENT AND FIRST 5 BITS OF X, THE
6290 and.l &0xF8000000,XFRAC(%a6) # FIRST 5 BITS
7994 # Step 2. X = 2**k * Y where 1 <= Y < 2. Define F to be the first #
8249 #--WE DEFINE F = 1.XXXXXX1, I.E. FIRST 7 BITS OF Y AND ATTACH A 1.
8268 and.l &0xFE000000,FFRAC(%a6) # FIRST 7 BITS OF Y
8428 bfffo %d4{&0:&32},%d6 # find first 1
fpsp.s 591 # This handler should be the first code executed upon taking the #
635 # Two other conditions exist. First, if overflow was disabled #
831 # This handler should be the first code executed upon taking the #
875 # Two other conditions exist. First, if underflow was disabled #
1106 # This handler should be the first code executed upon taking the #
2376 # This handler should be the first code executed upon taking the #
2593 # now, we're left with ftst and fcmp. so, first let's tag them so that they don't
3077 # This handler should be the first code executed upon taking the #
3171 # first by the unsupported data format exception handler. that handler
3266 # This handler should be the first code executed upon taking the
    [all...]

Completed in 48 milliseconds