Searched refs:compute (Results 1 - 19 of 19) sorted by relevance

/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrlcpy.s77 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 Dipmi_impl.h162 ulong_t (*compute)(const void *),
H A Dipmi_hash.c91 ulong_t (*compute)(const void *key),
103 ihp->ih_compute = compute;
/osnet-11/usr/src/lib/libshadowfs/common/
H A Dshadow_hash.c87 ulong_t (*compute)(const void *key),
98 shp->sh_compute = compute;
H A Dshadow_impl.h216 ulong_t (*compute)(const void *),
/osnet-11/usr/src/lib/libc/i386_hwcap1/gen/
H A Dmemcpy.s126 andl $63, %ecx / compute remaining bytes
H A Dmemset.s72 neg %esi / compute count of bytes
/osnet-11/usr/src/lib/libc/i386/gen/
H A Dmemcpy.s86 movl %edx,%ecx / compute bytes left to move
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DMemoize.pm395 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 DDigest.pm90 how efficient they are to compute.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Time/
H A DLocal.pm162 Time::Local - efficiently compute time from local and GMT time
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Memoize/
H A DExpire.pm265 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 DTrig.pm409 You can compute spherical distances, called B<great circle distances>,
H A DComplex.pm1714 The I<root> function is available to compute all the I<n>
/osnet-11/usr/src/lib/libc/capabilities/sun4u-opl/common/
H A Dmemcpy.s730 ! First, compute for the medium case.
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dconfig_h.SH2242 * 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 DMakeMaker.pm2033 single line to compute the version number. The first line in the file
/osnet-11/usr/src/grub/grub-0.97/docs/
H A Dtexinfo.tex3778 % 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 Dtexinfo.tex4575 % 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