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

  /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/tests/usr.bin/xlint/lint1/
msg_206.c 9 ONE, TWO, THREE
16 case ONE:
23 case ONE:
34 case 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/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/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}]}"'
  /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 */
  /src/sys/arch/macppc/dev/
am79c950reg.h 75 #define MORE 0x10 /* More than one retry needed */
76 #define ONE 0x08 /* Exactly one retry needed */

Completed in 15 milliseconds