Searched refs:compute (Results 1 - 19 of 19) sorted by relevance
| /osnet-11/usr/src/lib/libc/sparcv9/gen/ |
| H A D | strlcpy.s | 77 bz,pn %ncc, .forcenullunalign ! n == 0, force null byte, compute len 114 ! compute the return value as the difference of final dst pointer 164 ! to scan src until we hit the end, and compute strlen from the 178 bz .forcenull ! if n == 0, force null byte, compute len 185 bz .forcenull ! if n == 0, force null byte, compute len 192 bz .forcenull ! if n == 0, force null byte, compute strlen 199 bz .forcenull ! if n == 0, force null byte, compute strlen 206 bz .forcenull ! if n == 0, force null byte, compute strlen 213 bz .forcenull ! if n == 0, force null byte, compute strlen 220 bz .forcenull ! if n == 0, force null byte, compute strle [all...] |
| /osnet-11/usr/src/lib/libipmi/common/ |
| H A D | ipmi_impl.h | 162 ulong_t (*compute)(const void *),
|
| H A D | ipmi_hash.c | 91 ulong_t (*compute)(const void *key), 103 ihp->ih_compute = compute;
|
| /osnet-11/usr/src/lib/libshadowfs/common/ |
| H A D | shadow_hash.c | 87 ulong_t (*compute)(const void *key), 98 shp->sh_compute = compute;
|
| H A D | shadow_impl.h | 216 ulong_t (*compute)(const void *),
|
| /osnet-11/usr/src/lib/libc/i386_hwcap1/gen/ |
| H A D | memcpy.s | 126 andl $63, %ecx / compute remaining bytes
|
| H A D | memset.s | 72 neg %esi / compute count of bytes
|
| /osnet-11/usr/src/lib/libc/i386/gen/ |
| H A D | memcpy.s | 86 movl %edx,%ecx / compute bytes left to move
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ |
| H A D | Memoize.pm | 395 the function compute the value all over again. 407 This function is very slow. Why? To compute fib(14), it first wants 408 to compute fib(13) and fib(12), and add the results. But to compute 409 fib(13), it first has to compute fib(12) and fib(11), and then it 411 is the same. And both of the times that it wants to compute fib(12), 412 it has to compute fib(11) from scratch, and then it has to do it 413 again each time it wants to compute fib(13). This function does so 415 run---fib(14) makes 1,200 extra recursive calls to itself, to compute 419 `fib' function above, it will compute fi [all...] |
| H A D | Digest.pm | 90 how efficient they are to compute.
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/ |
| H A D | Local.pm | 162 Time::Local - efficiently compute time from local and GMT time
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/ |
| H A D | Expire.pm | 265 function to compute the appropriate value, and will store it into the
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/ |
| H A D | Trig.pm | 409 You can compute spherical distances, called B<great circle distances>,
|
| H A D | Complex.pm | 1714 The I<root> function is available to compute all the I<n>
|
| /osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/ |
| H A D | memcpy.s | 730 ! First, compute for the medium case.
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
| H A D | config_h.SH | 2242 * within that list and the SIG_NAME list match, so it's easy to compute
|
| /osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/ |
| H A D | MakeMaker.pm | 2033 single line to compute the version number. The first line in the file
|
| /osnet-11/usr/src/grub/grub-0.97/docs/ |
| H A D | texinfo.tex | 3778 % the columns. We compute the gutter based on the line length, so it 5079 \multiply\dimen0 by\tabw % compute previous multiple of \tabw 6893 % and/or leading, also. Or perhaps we should compute them somehow.
|
| /osnet-11/usr/src/grub/grub2/docs/ |
| H A D | texinfo.tex | 4575 % the columns. We compute the gutter based on the line length, so it 6064 \multiply\dimen0 by\tabw % compute previous multiple of \tabw 8762 % and/or leading, also. Or perhaps we should compute them somehow.
|
Completed in 161 milliseconds