HomeSort by: relevance | last modified time | path
    Searched refs:whole (Results 1 - 25 of 162) sorted by relevancy

1 2 3 4 5 6 7

  /src/usr.bin/rump_server/
Makefile 14 -Wl,--whole-archive \
16 -Wl,--no-whole-archive
  /src/tests/dev/scsipi/
Makefile 16 LDADD+= -Wl,--whole-archive -lrumpdev_scsitest -Wl,--no-whole-archive
  /src/external/mit/isl/dist/
schedule_test.sh.in 17 for o in --schedule-whole-component --no-schedule-whole-component; do
  /src/tests/dev/usb/t_hid/
Makefile 19 LDADD+= -Wl,--whole-archive -lrumpdev_hid -Wl,--no-whole-archive
  /src/crypto/external/bsd/openssh/dist/
fmt_scaled.c 84 long long scale_fact = 1, whole = 0, fpart = 0; local
137 whole *= 10;
138 whole += i;
143 whole *= sign;
149 *result = whole;
153 /* Validate scale factor, and scale whole and fraction by it. */
167 /* scale whole part */
168 whole *= scale_fact;
182 whole += fpart;
183 *result = whole;
    [all...]
  /src/distrib/utils/libhack/
Makefile 24 ${LD} -r -o $@ --whole-archive libhack.a
  /src/sys/arch/epoc32/stand/e32boot/exe/
Makefile 45 -o $@ --whole-archive $(IN) --no-whole-archive $(LIBS)
51 --whole-archive $(IN) --no-whole-archive $(LIBS)
  /src/tests/rump/modautoload/
Makefile 21 -Wl,--whole-archive -Wl,-Bstatic \
23 -Wl,-Bdynamic -Wl,--no-whole-archive
  /src/sys/arch/epoc32/stand/e32boot/ldd/
Makefile 66 -o $@ --whole-archive $(IN) --no-whole-archive $(LIBS)
72 --whole-archive $(IN) --no-whole-archive $(LIBS)
  /src/tests/fs/nfs/nfsservice/
Makefile 15 LDADD+= -L${VFSTESTDIR} -Wl,--whole-archive -lvfstest -Wl,--no-whole-archive
  /src/external/gpl2/gettext/dist/build-aux/
compile 45 If you are trying to build a whole package this is not the
  /src/external/gpl2/gmake/dist/config/
compile 45 If you are trying to build a whole package this is not the
  /src/external/gpl2/xcvs/dist/build-aux/
compile 45 If you are trying to build a whole package this is not the
  /src/usr.bin/make/unit-tests/
varparse-undef-partial.mk 14 # therefore the initial '$' of that whole expression is skipped by the parser
46 # Should the whole expression be skipped for now, or should the inner
54 # expression is expanded early, or whether the whole ${COPTS.${COMPILER}} is
deptgt.mk 48 # In a dependency declaration, the whole line is expanded before interpreting
52 # After expanding the line as a whole, each target is parsed but not
varmod-order-shuffle.mk 21 # lets the whole test fail once in 1.209.600 runs, on average.
varmod-sysv.mk 95 # of a SysV substitution modifier, and it was replaced with the whole match,
119 # to ':e=x', which doesn't match the string "value$". Therefore the whole
178 # For each word with the prefix "o" and the suffix "e", the whole word is
196 # the whole word is too short. Therefore it doesn't match.
220 # lasts longer than expected. The whole expression initially has the value
  /src/lib/libc/arch/mips/string/
bcmp.S 68 and a3, a2, ~3 # compute number of whole words left
94 and a3, a2, ~3 # compute number of whole words left
  /src/sys/dev/
spkr.c 110 #define WHOLE_NOTE 4 /* quarter notes per whole note */
183 int whole; local
189 whole = sc->sc_whole;
191 whole *= NUM_MULT;
196 total = whole / val;
  /src/external/bsd/nsd/dist/compat/
snprintf.c 498 unsigned long long whole = (unsigned long long)value; local
499 double remain = value - (double)whole;
503 len += print_dec_ll(buf+len, max-len, whole);
528 unsigned long long whole = (unsigned long long)value; local
529 double remain = value - (double)whole;
534 while(whole > 0) {
536 whole /= 10;
538 whole = (unsigned long long)value;
547 len += print_dec_ll(buf+len, max-len, whole);
  /src/external/bsd/unbound/dist/compat/
snprintf.c 498 unsigned long long whole = (unsigned long long)value; local
499 double remain = value - (double)whole;
503 len += print_dec_ll(buf+len, max-len, whole);
528 unsigned long long whole = (unsigned long long)value; local
529 double remain = value - (double)whole;
534 while(whole > 0) {
536 whole /= 10;
538 whole = (unsigned long long)value;
547 len += print_dec_ll(buf+len, max-len, whole);
  /src/sys/arch/m68k/060sp/
netbsd060sp.S 176 clrl %d0 |# clear whole longword
208 clrl %d0 |# clear whole longword
  /src/usr.sbin/ofctl/
ofctl.c 796 u_int32_t divisor, whole, frac; local
803 whole = freq / divisor;
816 printf(" %u.%03u%s\n", whole, frac, units);
818 printf(" %u%s\n", whole, units);
828 u_int32_t divisor, whole, frac; local
835 whole = freq / divisor;
848 printf(" %3u.%03u%s\n", whole, frac, units);
850 printf(" %3u%s\n", whole, units);
  /src/external/mit/xorg/server/xorg-server/hw/xfree86/Xorg/
Makefile 33 LDADD+= -Wl,--whole-archive
69 LDADD+= -Wl,--no-whole-archive
  /src/external/mit/xorg/server/xorg-server.old/hw/xfree86/Xorg/
Makefile 30 LDADD+= -Wl,--whole-archive
65 LDADD+= -Wl,--no-whole-archive

Completed in 48 milliseconds

1 2 3 4 5 6 7