Searched refs:whole (Results 1 - 25 of 29) sorted by relevance

12

/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dfmt_scaled.c81 long long scale_fact = 1, whole = 0, fpart = 0; local
139 if (whole >= LLONG_MAX / 10) {
143 whole *= 10;
144 whole += i;
149 whole *= sign;
155 *result = whole;
159 /* Validate scale factor, and scale whole and fraction by it. */
173 if (whole >= LLONG_MAX / scale_fact) {
178 /* scale whole part */
179 whole *
[all...]
/freebsd-11-stable/lib/libpam/static_libpam/
H A DMakefile68 -r -Wl,--whole-archive ${.ALLSRC}
/freebsd-11-stable/contrib/gcc/
H A Dtoplev.h27 #define skip_leading_substring(whole, part) \
28 (strncmp (whole, part, strlen (part)) ? NULL : whole + strlen (part))
/freebsd-11-stable/sys/dev/speaker/
H A Dspkr.c142 static int whole; /* whole-note time at current tempo, in ticks */ variable
143 static int value; /* whole divisor for note time, quarter note = 1 */
152 #define WHOLE_NOTE 4 /* quarter notes per whole note */
191 whole = (100 * SECS_PER_MIN * WHOLE_NOTE) / DFLT_TEMPO;
217 rest(whole * snum / (value * sdenom));
219 sound = (whole * snum) / (value * sdenom)
220 - (whole * (FILLTIME - fill)) / (value * FILLTIME);
221 silence = whole * (FILLTIME-fill) * snum / (FILLTIME * value * sdenom);
381 whole
[all...]
/freebsd-11-stable/crypto/heimdal/
H A Dcompile45 If you are trying to build a whole package this is not the
/freebsd-11-stable/lib/libc/mips/string/
H A Dbcmp.S74 and a3, a2, ~3 # compute number of whole words left
100 and a3, a2, ~3 # compute number of whole words left
/freebsd-11-stable/contrib/ldns/compat/
H A Dsnprintf.c497 unsigned long long whole = (unsigned long long)value; local
498 double remain = value - (double)whole;
502 len += print_dec_ll(buf+len, max-len, whole);
527 unsigned long long whole = (unsigned long long)value; local
528 double remain = value - (double)whole;
533 while(whole > 0) {
535 whole /= 10;
537 whole = (unsigned long long)value;
546 len += print_dec_ll(buf+len, max-len, whole);
/freebsd-11-stable/contrib/unbound/compat/
H A Dsnprintf.c498 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);
/freebsd-11-stable/contrib/sqlite3/
H A Dcompile247 If you are trying to build a whole package this is not the
/freebsd-11-stable/contrib/openpam/
H A Dcompile247 If you are trying to build a whole package this is not the
/freebsd-11-stable/contrib/ntp/sntp/libevent/build-aux/
H A Dcompile247 If you are trying to build a whole package this is not the
/freebsd-11-stable/contrib/file/
H A Dcompile247 If you are trying to build a whole package this is not the
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dip_ftp_pxy.c1989 u_short whole; local
2016 whole = 0;
2021 *t = htons((u_short)whole);
2027 *t = htons((u_short)whole);
2030 *t = htons((u_short)(whole >> 16));
2033 whole = 0;
2054 whole <<= 8;
2055 whole |= c;
2057 whole >>= 8;
2058 whole |
[all...]
/freebsd-11-stable/sys/kern/
H A Dkern_umtx.c316 u_int fract, i, j, tot, whole; local
339 whole = uc->max_length * 100;
341 fract = (whole % tot) * 100;
342 if (UPROF_PERC_BIGGER(whole, fract, sw0, sf0)) {
345 sw0 = whole;
346 } else if (UPROF_PERC_BIGGER(whole, fract, sw1,
350 sw1 = whole;
351 } else if (UPROF_PERC_BIGGER(whole, fract, sw2,
355 sw2 = whole;
356 } else if (UPROF_PERC_BIGGER(whole, frac
[all...]
/freebsd-11-stable/contrib/bmake/mk/
H A Dlib.mk174 LD_solib= -Wl,--whole-archive lib${LIB}_pic.a -Wl,--no-whole-archive
453 --whole-archive ${SOLIB} --no-whole-archive ${SHLIB_LDADD} \
/freebsd-11-stable/sys/dev/acpica/
H A Dacpi_cpu.c1385 uintmax_t fract, sum, whole; local
1394 whole = (uintmax_t)sc->cpu_cx_stats[i] * 100;
1395 fract = (whole % sum) * 100;
1396 sbuf_printf(&sb, "%u.%02u%% ", (u_int)(whole / sum),
/freebsd-11-stable/sys/mips/mips/
H A Dsupport.S530 and v1, a2, 3 # compute number of whole words left
608 and a3, a2, ~3 # compute number of whole words left
634 and a3, a2, ~3 # compute number of whole words left
/freebsd-11-stable/contrib/dtc/Documentation/
H A Ddtc-paper.tex137 move the blob around as a whole, without needing to parse or adjust
142 node (or whole subtree). It should be possible to do this without
143 having to effectively regenerate the whole flattened tree. In
232 the end of the whole tree\footnote{This is redundant, but included for
/freebsd-11-stable/sys/conf/
H A Dkern.mk29 # enough to error out the whole kernel build. Display them anyway, so there is
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_consume.c597 uint_t len = 40, i, whole, partial; local
601 whole = (uint_t)f;
608 for (i = 0; i < whole; i++) {
/freebsd-11-stable/crypto/openssh/contrib/redhat/
H A Dopenssh.spec460 - remove dependency on db1-devel, which has just been swallowed up whole
/freebsd-11-stable/stand/lua/
H A Dconfig.lua381 -- We might have read in the whole file, this won't be needed any more.
/freebsd-11-stable/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl204 // in sha512 case I load whole X[16] at once and take care of alignment...
/freebsd-11-stable/contrib/gcc/doc/include/
H A Dtexinfo.tex683 % produce a whole line of output instead of starting the paragraph.
2886 % @tab Legal holiday which is valid in major parts of the whole country.
3715 % Typeset the initial. Making this add up to a whole number of
3736 % ``-'' was active throughout whole index, but this isn't really right.
3738 % The right solution is to prevent \entry from swallowing the whole text.
3852 % whole lot of material, we might end up calling this \output
4725 % chapters. Have to read the whole toc once to know how many chapters
5922 % {. If so it reads up to the closing }, if not, it reads the whole
/freebsd-11-stable/contrib/groff/doc/
H A Dtexinfo.tex660 % produce a whole line of output instead of starting the paragraph.
2785 % @tab Legal holiday which is valid in major parts of the whole country.
3613 % Typeset the initial. Making this add up to a whole number of
3634 % ``-'' was active throughout whole index, but this isn't really right.
3636 % The right solution is to prevent \entry from swallowing the whole text.
3750 % whole lot of material, we might end up calling this \output
4602 % chapters. Have to read the whole toc once to know how many chapters
5798 % {. If so it reads up to the closing }, if not, it reads the whole

Completed in 332 milliseconds

12