Searched refs:zero (Results 26 - 50 of 144) sorted by relevance

123456

/osnet-11/usr/src/lib/libnisdb/
H A Ddb_vers_c.x62 %/* No argument constructor. All entries initialized to zero. */
97 % void zero();
H A Ddb_vers.cc180 vers::zero() { function in class:vers
181 WRITELOCKV(this, "r vers::zero");
183 WRITEUNLOCKV(this, "ru vers::zero");
/osnet-11/usr/src/cmd/sendmail/db/log/
H A Dlog_auto.c37 u_int32_t zero; local
68 zero = 0;
69 memcpy(bp, &zero, sizeof(u_int32_t));
78 zero = 0;
79 memcpy(bp, &zero, sizeof(u_int32_t));
/osnet-11/usr/src/lib/libmp/common/
H A Dutil.c214 MINT *zero = mp_itom(0); local
238 } while (mp_mcmp(m, zero) != 0);
240 mp_mfree(zero);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Search/
H A DDict.pm41 If a comparison subroutine (comp) is defined, it must return less than zero,
42 zero, or greater than zero, if the first comparand is less than,
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dstdint.in.h99 #define _STDINT_MIN(signed, bits, zero) \
100 ((signed) ? (- ((zero) + 1) << ((bits) ? (bits) - 1 : 0)) : (zero))
102 #define _STDINT_MAX(signed, bits, zero) \
104 ? ~ _STDINT_MIN (signed, bits, zero) \
108 ((((zero) + 1) << ((bits) ? (bits) - 1 - (signed) : 0)) - 1) * 2 + 1)
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/ExtUtils/t/
H A Drecurs.t50 cmp_ok( $?, '==', 0, 'Makefile.PL exited with zero' ) ||
73 cmp_ok( $?, '==', 0, 'Makefile.PL NORECURS=1 exited with zero' ) ||
98 cmp_ok( $?, '==', 0, 'Makefile.PL exited with zero' ) ||
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Test/Harness/t/
H A Dstrap-analyze.t29 # We can only predict that the wait status should be zero or not.
497 # We can only check if it's zero or non-zero.
/osnet-11/usr/src/lib/libc/i386/sys/
H A Dsyscall.s90 xorl %eax, %eax / no error, set %eax to zero
/osnet-11/usr/src/lib/libc/sparc/fp/
H A D_Q_sqrt.c53 #define zero C[0] macro
276 if (c < zero)
278 else if (c > zero)
333 if (c != zero) {
H A D_Q_mul.c49 #define zero C[0] macro
152 /* zero * inf, signal invalid */
172 /* zero * inf, signal invalid */
189 /* handle zero cases */
336 if ((zz[5] - c) + d != zero)
410 if (c != zero) {
446 if (c != zero)
/osnet-11/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2_mkfs.c138 unsigned char *zero; local
155 zero = ped_malloc((1024 << EXT2_SUPER_LOG_BLOCK_SIZE(*sb)) * itsize);
156 if (!zero) goto error_free_zero;
158 memset(zero, 0, (1024 << EXT2_SUPER_LOG_BLOCK_SIZE(*sb)) * itsize);
225 if (!handle->ops->write(handle->cookie, zero,
250 free(zero);
256 free(zero);
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_auto.c40 u_int32_t zero; local
82 zero = 0;
83 memcpy(bp, &zero, sizeof(u_int32_t));
92 zero = 0;
93 memcpy(bp, &zero, sizeof(u_int32_t));
247 u_int32_t zero; local
282 zero = 0;
283 memcpy(bp, &zero, sizeof(u_int32_t));
424 u_int32_t zero; local
467 zero
1109 u_int32_t zero; local
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/Math/
H A DTrig.pm251 by zero or taking logarithm of zero. These situations cause fatal
254 cot(0): Division by zero.
260 atanh(-1): Logarithm of zero.
264 C<asech>, C<acsch>, the argument cannot be C<0> (zero). For the
421 If you think geographically the I<theta> are longitudes: zero at the
423 I<phi> are latitudes: zero at the North Pole, northward positive,
425 geographically: the I<phi> zero is at the North Pole, not at the
440 The result is in radians, zero indicating straight north, pi or -pi
456 # Notice the 90 - latitude: phi zero i
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Errno/
H A DErrno_pm.PL255 my @zero = grep { !$err{$_} } keys %err;
261 for (@zero) {
404 non-zero value only if C<$!> is set to that value. For example:
/osnet-11/usr/src/lib/libc/sparcv9/gen/
H A Dstrncpy.s116 bz,a,pt %ncc, .storedword ! no zero byte if magic expression == 0
159 ! here there is a least one more byte to zero out: otherwise we would
264 ba .done ! here n must be zero, we are done
294 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
312 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
330 bnz,pn %ncc, .zerobyte ! x has zero byte, handle end cases
H A Dmemchr.s53 ! initializing registers to detect zero bytes
123 andcc %g1, %o4, %g0 ! first byte zero (= found c) ?
128 andcc %g1, %o5, %g0 ! second byte zero (= found c) ?
132 andcc %g1, %o4, %g0 ! third byte zero (= found c) ?
152 andcc %g1, %o4, %g0 ! first byte zero (= found c) ?
157 andcc %g1, %o5, %g0 ! second byte zero (= found c) ?
162 andcc %g1, %o4, %g0 ! third byte zero (= found c) ?
167 andcc %g1, 0xff, %g0 ! fourth byte zero (= found c) ?
/osnet-11/usr/src/grub/grub2/grub-core/disk/
H A Dgeli.c400 grub_uint8_t zero[dev->cipher->cipher->blocksize]; local
419 grub_memset (zero, 0, sizeof (zero));
501 zero);
/osnet-11/usr/src/lib/common/amd64/
H A Dcrt1.s62 .zero 24
81 * the deepest stack frame by setting the frame pointer to zero.
82 * No other frame's %ebp should have a zero value.
/osnet-11/usr/src/lib/common/i386/
H A Dcrt1.s60 .zero 24
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/pod/
H A Dtestcmp.pl41 return 0 if it considers the two lines equivalent, and non-zero
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbtree_auto.c200 u_int32_t zero; local
238 zero = 0;
239 memcpy(bp, &zero, sizeof(u_int32_t));
377 u_int32_t zero; local
435 zero = 0;
436 memcpy(bp, &zero, sizeof(u_int32_t));
581 u_int32_t zero; local
615 zero = 0;
616 memcpy(bp, &zero, sizeof(u_int32_t));
627 zero
1244 u_int32_t zero; local
[all...]
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash_auto.c40 u_int32_t zero; local
84 zero = 0;
85 memcpy(bp, &zero, sizeof(u_int32_t));
94 zero = 0;
95 memcpy(bp, &zero, sizeof(u_int32_t));
575 u_int32_t zero; local
610 zero = 0;
611 memcpy(bp, &zero, sizeof(u_int32_t));
750 u_int32_t zero; local
795 zero
1306 u_int32_t zero; local
[all...]
/osnet-11/usr/src/lib/libc/sparc/gen/
H A Dmemchr.s53 ! initializing registers to detect zero bytes
124 andcc %g1, %o4, %g0 ! first byte zero (= found c) ?
128 andcc %g1, %o5, %g0 ! second byte zero (= found c) ?
132 andcc %g1, %o4, %g0 ! third byte zero (= found c) ?
152 andcc %g1, %o4, %g0 ! first byte zero (= found c) ?
157 andcc %g1, %o5, %g0 ! second byte zero (= found c) ?
162 andcc %g1, %o4, %g0 ! third byte zero (= found c) ?
167 andcc %g1, 0xff, %g0 ! fourth byte zero (= found c) ?
H A Dstrncpy.s109 bz,a .storeword ! no zero byte if magic expression == 0
141 ! here there is a least one more byte to zero out: otherwise we would
226 ba .done ! here n must be zero, we are done
259 bnz .zerobyte ! x has zero byte, handle end cases

Completed in 97 milliseconds

123456