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

12

/freebsd-10.0-release/crypto/openssh/openbsd-compat/
H A Dfmt_scaled.c81 long long scale_fact = 1, whole = 0, fpart = 0; local
134 whole *= 10;
135 whole += i;
140 whole *= sign;
146 *result = whole;
150 /* Validate scale factor, and scale whole and fraction by it. */
164 /* scale whole part */
165 whole *= scale_fact;
179 whole += fpart;
180 *result = whole;
[all...]
/freebsd-10.0-release/sys/boot/ia64/ski/
H A DMakefile36 LDADD= -Wl,--whole-archive ${LIBIA64} -Wl,--no-whole-archive \
/freebsd-10.0-release/contrib/gcc/
H A Dtoplev.h27 #define skip_leading_substring(whole, part) \
28 (strncmp (whole, part, strlen (part)) ? NULL : whole + strlen (part))
/freebsd-10.0-release/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);
383 whole
[all...]
/freebsd-10.0-release/contrib/file/
H A Dcompile45 If you are trying to build a whole package this is not the
/freebsd-10.0-release/contrib/ntp/
H A Dcompile45 If you are trying to build a whole package this is not the
/freebsd-10.0-release/contrib/ntp/sntp/
H A Dcompile45 If you are trying to build a whole package this is not the
/freebsd-10.0-release/contrib/ofed/libibcm/config/
H A Dcompile45 If you are trying to build a whole package this is not the
/freebsd-10.0-release/contrib/ofed/librdmacm/config/
H A Dcompile45 If you are trying to build a whole package this is not the
/freebsd-10.0-release/crypto/heimdal/
H A Dcompile45 If you are trying to build a whole package this is not the
/freebsd-10.0-release/sys/boot/ia64/efi/
H A DMakefile56 LDADD= -Wl,--whole-archive ${LIBIA64} -Wl,--no-whole-archive \
/freebsd-10.0-release/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-10.0-release/contrib/atf/admin/
H A Dcompile210 If you are trying to build a whole package this is not the
/freebsd-10.0-release/lib/libpam/libpam/
H A DMakefile191 ${LD} -o ${.TARGET} -r --whole-archive ${.ALLSRC}
/freebsd-10.0-release/contrib/openpam/
H A Dcompile247 If you are trying to build a whole package this is not the
/freebsd-10.0-release/sys/dev/acpica/
H A Dacpi_cpu.c1215 uintmax_t fract, sum, whole; local
1224 whole = (uintmax_t)sc->cpu_cx_stats[i] * 100;
1225 fract = (whole % sum) * 100;
1226 sbuf_printf(&sb, "%u.%02u%% ", (u_int)(whole / sum),
/freebsd-10.0-release/sys/contrib/ipfilter/netinet/
H A Dip_ftp_pxy.c2001 u_short whole; local
2028 whole = 0;
2033 *t = htons((u_short)whole);
2039 *t = htons((u_short)whole);
2042 *t = htons((u_short)(whole >> 16));
2045 whole = 0;
2066 whole <<= 8;
2067 whole |= c;
2069 whole >>= 8;
2070 whole |
[all...]
/freebsd-10.0-release/sys/kern/
H A Dkern_umtx.c268 u_int fract, i, j, tot, whole; local
291 whole = uc->max_length * 100;
293 fract = (whole % tot) * 100;
294 if (UPROF_PERC_BIGGER(whole, fract, sw0, sf0)) {
297 sw0 = whole;
298 } else if (UPROF_PERC_BIGGER(whole, fract, sw1,
302 sw1 = whole;
303 } else if (UPROF_PERC_BIGGER(whole, fract, sw2,
307 sw2 = whole;
308 } else if (UPROF_PERC_BIGGER(whole, frac
[all...]
/freebsd-10.0-release/contrib/bmake/mk/
H A Dlib.mk180 LD_solib= --whole-archive lib${LIB}_pic.a
462 --whole-archive ${SOLIB} --no-whole-archive ${SHLIB_LDADD} \
/freebsd-10.0-release/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-10.0-release/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-10.0-release/sys/conf/
H A Dkern.mk29 # enough to error out the whole kernel build. Display them anyway, so there is
/freebsd-10.0-release/crypto/openssh/contrib/redhat/
H A Dopenssh.spec464 - remove dependency on db1-devel, which has just been swallowed up whole
/freebsd-10.0-release/crypto/openssl/crypto/sha/asm/
H A Dsha512-ia64.pl225 // in 64-bit mode I load whole X[16] at once and take care of alignment...
/freebsd-10.0-release/contrib/amd/doc/
H A Dtexinfo.tex659 % produce a whole line of output instead of starting the paragraph.
2712 % @tab Legal holiday which is valid in major parts of the whole country.
3541 % Typeset the initial. Making this add up to a whole number of
3562 % ``-'' was active throughout whole index, but this isn't really right.
3564 % The right solution is to prevent \entry from swallowing the whole text.
3678 % whole lot of material, we might end up calling this \output
4530 % chapters. Have to read the whole toc once to know how many chapters
5726 % {. If so it reads up to the closing }, if not, it reads the whole

Completed in 247 milliseconds

12