Home
last modified time | relevance | path

Searched refs:whole (Results 1 – 25 of 601) sorted by relevance

12345678910>>...25

/freebsd-14-stable/crypto/openssh/openbsd-compat/
HDfmt_scaled.c81 long long scale_fact = 1, whole = 0, fpart = 0; in scan_scaled() local
143 if (whole > LLONG_MAX / 10) { in scan_scaled()
147 whole *= 10; in scan_scaled()
148 if (i > LLONG_MAX - whole) { in scan_scaled()
152 whole += i; in scan_scaled()
157 whole *= sign; in scan_scaled()
161 *result = whole; in scan_scaled()
180 if (whole > LLONG_MAX / scale_fact || in scan_scaled()
181 whole < LLONG_MIN / scale_fact) { in scan_scaled()
187 whole *= scale_fact; in scan_scaled()
[all …]
/freebsd-14-stable/sys/dev/speaker/
HDspkr.c128 static int whole; /* whole-note time at current tempo, in ticks */ variable
177 whole = (100 * SECS_PER_MIN * WHOLE_NOTE) / DFLT_TEMPO; in playinit()
203 rest(whole * snum / (value * sdenom)); in playtone()
205 sound = (whole * snum) / (value * sdenom) in playtone()
206 - (whole * (FILLTIME - fill)) / (value * FILLTIME); in playtone()
207 silence = whole * (FILLTIME-fill) * snum / (FILLTIME * value * sdenom); in playtone()
367 whole = (100 * SECS_PER_MIN * WHOLE_NOTE) / tempo; in playstring()
/freebsd-14-stable/sys/contrib/device-tree/Bindings/mfd/
HDbfticu.txt3 The bfticu is a multifunction device that manages the whole chassis.
4 Its main functionality is to collect IRQs from the whole chassis and signals
/freebsd-14-stable/contrib/ldns/compat/
HDsnprintf.c497 unsigned long long whole = (unsigned long long)value; in print_float() local
498 double remain = value - (double)whole; in print_float()
502 len += print_dec_ll(buf+len, max-len, whole); in print_float()
527 unsigned long long whole = (unsigned long long)value; in print_float_g() local
528 double remain = value - (double)whole; in print_float_g()
533 while(whole > 0) { in print_float_g()
535 whole /= 10; in print_float_g()
537 whole = (unsigned long long)value; in print_float_g()
546 len += print_dec_ll(buf+len, max-len, whole); in print_float_g()
/freebsd-14-stable/contrib/unbound/compat/
HDsnprintf.c498 unsigned long long whole = (unsigned long long)value; in print_float() local
499 double remain = value - (double)whole; in print_float()
503 len += print_dec_ll(buf+len, max-len, whole); in print_float()
528 unsigned long long whole = (unsigned long long)value; in print_float_g() local
529 double remain = value - (double)whole; in print_float_g()
534 while(whole > 0) { in print_float_g()
536 whole /= 10; in print_float_g()
538 whole = (unsigned long long)value; in print_float_g()
547 len += print_dec_ll(buf+len, max-len, whole); in print_float_g()
/freebsd-14-stable/contrib/llvm-project/lld/docs/ELF/
HDwarn_backrefs.rst78 surrounding it with ``--whole-archive`` and ``--no-whole-archive``.
87 program. For linker portability, consider ``--whole-archive`` and
88 ``--no-whole-archive``.
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
HDP9InstrResources.td524 // Three Cycle PM operation. Only one PM unit per superslice so we use the whole
634 // 12 Cycle DFU operation. Only one DFU unit per CPU so we use a whole
658 // 23 Cycle DFU operation. Only one DFU unit per CPU so we use a whole
666 // 24 Cycle DFU operation. Only one DFU unit per CPU so we use a whole
683 // 37 Cycle DFU operation. Only one DFU unit per CPU so we use a whole
691 // 58 Cycle DFU operation. Only one DFU unit per CPU so we use a whole
700 // 76 Cycle DFU operation. Only one DFU unit per CPU so we use a whole
762 // 4 Cycle Restricted load uses a single slice but the dispatch for the whole
911 // Requires the whole superslice and therefore requires one dispatch
920 // 5 Cycle DIV operation. Only one DIV unit per superslice so we use the whole
[all …]
/freebsd-14-stable/lib/libpam/static_libpam/
HDMakefile67 -r -Wl,--whole-archive ${.ALLSRC}
/freebsd-14-stable/sys/contrib/device-tree/Bindings/rtc/
HDcpcap-rtc.txt4 This module is part of the CPCAP. For more details about the whole
/freebsd-14-stable/contrib/netbsd-tests/lib/libcurses/tests/
HDchgat11 # The following should apply the attribute and colour to the whole line
/freebsd-14-stable/sys/contrib/device-tree/Bindings/input/
HDcpcap-pwrbutton.txt3 This module is part of the CPCAP. For more details about the whole
HDtwl4030-pwrbutton.txt3 This module is part of the TWL4030. For more details about the whole
HDtps65218-pwrbutton.txt3 This module is part of the TPS65217/TPS65218. For more details about the whole
/freebsd-14-stable/contrib/netbsd-tests/ipf/input/
HDni314 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
HDni412 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
HDf2118 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
HDni1114 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
HDf2218 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
HDni812 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
HDni914 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
HDni1214 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
HDni1017 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
/freebsd-14-stable/sys/contrib/device-tree/src/arm64/allwinner/
HDsun50i-a64-pine64-plus.dts32 * whole process.
/freebsd-14-stable/crypto/openssl/doc/man3/
HDSSL_pending.pod17 Data is received in whole blocks known as records from the peer. A whole record
/freebsd-14-stable/crypto/heimdal/
HDcompile45 If you are trying to build a whole package this is not the

12345678910>>...25