Home
last modified time | relevance | path

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

12345678910>>...25

/freebsd/crypto/openssh/openbsd-compat/
H A Dfmt_scaled.c143 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()
187 whole *= scale_fact; in scan_scaled()
203 whole -= fpart; in scan_scaled()
205 whole += fpart; in scan_scaled()
[all …]
/freebsd/sys/contrib/device-tree/Bindings/media/
H A Dst,stm32-dma2d.yaml15 - Filling a part or the whole of a destination image with a specific color.
16 - Copying a part or the whole of a source image into a part or the whole of
18 - Copying a part or the whole of a source image into a part or the whole of
21 format and copy the result into a part or the whole of a destination image
/freebsd/sys/dev/speaker/
H A Dspkr.c127 static int whole; /* whole-note time at current tempo, in ticks */ variable
176 whole = (100 * SECS_PER_MIN * WHOLE_NOTE) / DFLT_TEMPO; in playinit()
202 rest(whole * snum / (value * sdenom)); in playtone()
204 sound = (whole * snum) / (value * sdenom) in playtone()
205 - (whole * (FILLTIME - fill)) / (value * FILLTIME); in playtone()
206 silence = whole * (FILLTIME-fill) * snum / (FILLTIME * value * sdenom); in playtone()
366 whole = (100 * SECS_PER_MIN * WHOLE_NOTE) / tempo; in playstring()
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Dbfticu.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/contrib/unbound/compat/
H A Dsnprintf.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/contrib/ldns/compat/
H A Dsnprintf.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/contrib/llvm-project/lld/docs/ELF/
H A Dwarn_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/lib/libpam/static_libpam/
H A DMakefile67 -r -Wl,--whole-archive ${.ALLSRC}
/freebsd/sys/contrib/device-tree/Bindings/rtc/
H A Dcpcap-rtc.txt4 This module is part of the CPCAP. For more details about the whole
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DP9InstrResources.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/contrib/netbsd-tests/lib/libcurses/tests/
H A Dchgat11 # The following should apply the attribute and colour to the whole line
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dcpcap-pwrbutton.txt3 This module is part of the CPCAP. For more details about the whole
H A Dtwl4030-pwrbutton.txt3 This module is part of the TWL4030. For more details about the whole
/freebsd/contrib/netbsd-tests/ipf/input/
H A Dni314 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
H A Dni412 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
H A Dni1214 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
H A Dni812 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
H A Dni914 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
H A Dni1114 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
H A Df2118 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
H A Df2218 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
H A Dni1017 # ICMP dest unreachable with whole packet in payload (40 bytes = 320 bits)
/freebsd/sys/contrib/device-tree/src/arm64/allwinner/
H A Dsun50i-a64-pine64-plus.dts32 * whole process.
/freebsd/crypto/openssl/doc/man3/
H A DSSL_pending.pod17 Data is received in whole blocks known as records from the peer. A whole record
/freebsd/crypto/heimdal/
H A Dcompile45 If you are trying to build a whole package this is not the

12345678910>>...25