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

  /src/tests/usr.bin/xlint/lint1/
msg_206.c 9 ONE, TWO, THREE
16 case ONE:
23 case ONE:
34 case ONE:
  /src/lib/libc/quad/
fixunsdfdi.c 53 #define ONE (ONE_FOURTH * 4.0)
77 * limit is one ulp less than 18446744073709551615 tested for above.
82 tmp = x / ONE;
83 t.ul[L] = (unsigned int) (x - tmp * ONE);
fixunssfdi.c 53 #define ONE (ONE_FOURTH * 4.0)
85 toppart = (x - ONE_HALF) / ONE;
  /src/games/countmail/
countmail 93 *1) y=${y}ONE ;;
105 *1??) z=ONE ;;
130 ONE) p= ;;
  /src/usr.bin/make/unit-tests/
varmod-select-words.mk 14 LIST= one two three four five six
24 ONE= 1
171 @echo 'LIST:[$${ZERO}x$${ONE}]="${LIST:[${ZERO}x${ONE}]}"'
172 @echo 'LIST:[$${ONE}]="${LIST:[${ONE}]}"'
varmod-to-separator.mk 6 WORDS= one two three four five six
9 .if ${WORDS:ts } != "one two three four five six"
14 .if ${WORDS:ts,} != "one,two,three,four,five,six"
19 .if ${WORDS:ts/:tu} != "ONE/TWO/THREE/FOUR/FIVE/SIX"
25 .if ${WORDS:ts::tu} != "ONE:TWO:THREE:FOUR:FIVE:SIX"
51 .if ${WORDS:tu:ts/} != "ONE/TWO/THREE/FOUR/FIVE/SIX"
58 .if ${WORDS:ts:} != "one:two:three:four:five:six"
79 .if ${WORDS:ts/:S/two/2/} != "one/2/three/four/five/six"
86 .if ${WORDS:ts/:S/^two/2/} != "one/two/three/four/five/six"
130 .if ${WORDS:[1..3]:ts\n} != "one${.newline}two${.newline}three
    [all...]
varmod-select-words.exp 2 while evaluating variable "LIST" with value "one two three four five six"
5 LIST:[0]="one two three four five six"
6 LIST:[0x0]="one two three four five six"
7 LIST:[000]="one two three four five six"
8 LIST:[*]="one two three four five six"
9 LIST:[@]="one two three four five six"
10 LIST:[0]:C/ /,/="one,two three four five six"
11 LIST:[0]:C/ /,/g="one,two,three,four,five,six"
12 LIST:[0]:C/ /,/1g="one,two,three,four,five,six"
13 LIST:[*]:C/ /,/="one,two three four five six
    [all...]
  /src/sys/arch/mac68k/dev/
if_mcreg.h 75 #define MORE 0x10 /* More than one retry needed */
76 #define ONE 0x08 /* Exactly one retry needed */
if_mc.c 98 * XXX: Who wanted that? mycroft? I wrote one, but this
105 ether_cmp(void *one, void *two)
107 uint16_t *a = (u_short *) one;
502 else if (xmtfs & ONE)
  /src/sys/arch/macppc/dev/
am79c950reg.h 75 #define MORE 0x10 /* More than one retry needed */
76 #define ONE 0x08 /* Exactly one retry needed */
am79c950.c 95 * XXX: Who wanted that? mycroft? I wrote one, but this
102 ether_cmp(void *one, void *two)
104 register uint16_t *a = (u_short *) one;
501 else if (xmtfs & ONE)
  /src/usr.bin/deroff/
deroff.c 80 * a file. Has two flags argument, -w, to cause output one word per line
120 #define ONE 1
967 * np points one beyond the last char in the arg
1331 regline(meputmac, ONE);
1422 regline(msputmac, ONE);
1427 regline(meputmac, ONE);
  /src/tests/bin/sh/
t_here.sh 237 (0) ;; # cannot test this one
264 # Add striptabs tests (in similar way) here one day...
340 atf_set "descr" "Tests for multiple here documents on one cmd line"
389 atf_set "descr" "Tests for nested here documents for one cmd"
398 # This next one fails ... and correctly, so we will omit it (bad test)
610 cat <<ONE && cat \
613 ONE
620 # This next one is causing discussion currently (late Feb 2016)
669 atf_add_test_case multiple # multiple << operators on one cmd
  /src/share/misc/
style 24 * text. Use the appropriate macros from <sys/cdefs.h>. Usually only one
27 * Only one instance of each of these macros can occur in each file.
110 * uint8_t on one port, a pointer to a struct on another port, and an
140 * which is used only in one .c file, may be declared in the .c file.
238 ONE,
258 * when declaring bitfields (to clarify that it's part of the one bitfield).
484 * the change needs to be done in one place.
  /src/sys/arch/m68k/060sp/dist/
fplsp.s 42 # effect, branches to one of the branch table entries located here.
5481 #--case, reduce argument by one remainder step to make subsequent reduction
5912 #--case, reduce argument by one remainder step to make subsequent reduction
6276 #--ONE. NOTE ALSO THAT THE TRADITIONAL SCHEME THAT APPROXIMATE
6716 # Notes: This will always generate one exception -- inexact. #
6836 # 6.4. Although one can argue that the inexact flag #
8035 one:
8330 # if the input is exactly equal to one, then exit through ld_pzero.
8333 fcmp.b %fp0,&0x1 # is it equal to one?
8338 fsub.s one(%pc),%fp1 # FP1 IS X-
    [all...]
fpsp.s 42 # effect, branches to one of the branch table entries located
1358 bne.b fu_in_exc # there is at least one set
1627 bne.b fu_out_exc # there is at least one set
1936 bne.b fu_in_exc_p # at least one was set
2660 bne.b iea_op_exc # at least one was set
4192 bne.b funimp_exc # at least one was set
4226 # "unskewed" the one the hardware initially gave us.
5587 #--case, reduce argument by one remainder step to make subsequent reduction
6018 #--case, reduce argument by one remainder step to make subsequent reduction
6382 #--ONE. NOTE ALSO THAT THE TRADITIONAL SCHEME THAT APPROXIMAT
    [all...]

Completed in 27 milliseconds