Searched defs:zero (Results 1 - 25 of 33) sorted by relevance

12

/osnet-11/usr/src/lib/libc/sparc/fp/
H A D_Q_set_except.c33 static const double zero = 0.0, tiny = 1.0e-307, tiny2 = 1.001e-307, variable
48 t = zero - zero; /* clear cexc */
51 t = zero / zero;
62 t = tiny / zero;
H A D_Q_div.c57 #define zero C[0] macro
194 /* handle zero cases */
198 /* zero / zero, signal invalid */
211 /* zero / nonzero, return zero */
217 /* nonzero / zero, signal zero divide */
414 if (c < zero)
416 else if (c > zero)
[all...]
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)
H A D_Q_sqrt.c53 #define zero C[0] macro
276 if (c < zero)
278 else if (c > zero)
333 if (c != zero) {
/osnet-11/usr/src/lib/libnisdb/
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 Dgcd.c51 MINT zero; local
65 zero.len = q.len = r.len = t.len = 0;
75 while (mp_mcmp(&v3, &zero) != 0) {
90 if (mp_mcmp(c, &zero) < 0) {
93 _mp_xfree(&zero);
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/sendmail/db/txn/
H A Dtxn_auto.c291 u_int32_t zero; local
323 zero = 0;
324 memcpy(bp, &zero, sizeof(u_int32_t));
/osnet-11/usr/src/lib/libc/port/gen/
H A Dselect.c70 /* "zero" is read-only, it could go in the text segment */
71 static fd_set zero = { 0 }; local
99 in0 = &zero;
101 out0 = &zero;
103 ex0 = &zero;
151 if (in0 != &zero) {
156 if (out0 != &zero) {
161 if (ex0 != &zero) {
209 * zero array if the input bit masks were null.
224 * In case we made "zero" rea
[all...]
H A Dselect_large_fdset.c95 fd_set zero; local
120 (void) memset(&zero, 0, sizeof (fd_set));
122 in0 = &zero;
124 out0 = &zero;
126 ex0 = &zero;
196 if (in0 != &zero) {
201 if (out0 != &zero) {
206 if (ex0 != &zero) {
258 * zero array if the input bit masks were null.
273 * In case we made "zero" rea
[all...]
/osnet-11/usr/src/lib/libparted/common/libparted/labels/
H A Dpt-tools.c34 static char zero[16 * 1024]; variable
39 zero otherwise. */
61 the memory and return zero without modifying *BUF. Otherwise, set
78 storage. If the read fails, free the memory and return zero without
87 Return nonzero to indicate success, zero otherwise. */
91 PED_ASSERT (dev->sector_size <= sizeof zero, return 0);
92 PedSector n_z_sectors = sizeof zero / dev->sector_size;
97 if (!ped_device_write (dev, zero, start + n_z_sectors * i, n_z_sectors))
103 ? 1 : ped_device_write (dev, zero, start + n_z_sectors * i, rem));
/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/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/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/port/fp/
H A Dqdivrem.c93 * Take care of special cases: divide by zero, and u < v.
96 /* divide by zero. */
97 static volatile const unsigned int zero = 0; local
99 tmp.ul[H] = tmp.ul[L] = 1 / zero;
/osnet-11/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_ia_open.c610 static char *zero = "0"; local
625 return (zero);
/osnet-11/usr/src/lib/libkmf/ber_der/common/
H A Dencode.c58 /* find the first non-all-zero byte in the tag */
61 /* not all zero */
133 /* find the first non-all-zero byte */
136 /* not all zero */
168 * high bit is clear - look for first non-all-zero byte
178 /* not all zero */
255 char zero = 0x00; local
272 if ((data[0] & 0x80) && kmfber_write(ber, &zero, 1, 0) != 1)
/osnet-11/usr/src/lib/libipmi/common/
H A Dipmi_user.c187 uint32_t zero = 0; local
199 memcmp(resp, &zero, 4) == 0) {
/osnet-11/usr/src/grub/grub2/grub-core/loader/i386/pc/
H A Dplan9.c67 grub_uint32_t zero; member in struct:grub_plan9_header
391 || hdr.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/lib/gss_mechs/mech_krb5/mech/
H A Daccept_sec_context.c264 /* zero it out... */
819 krb5_data zero; local
827 zero.length = 0;
828 zero.data = "";
833 &zero,
/osnet-11/usr/src/lib/krb5/kdb/
H A Dkdb_log.c917 static const char zero[512] = { 0, }; local
931 wrote_size = write(fd, zero, write_size);
/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/libxcurses/src/tic/
H A Dticparse.c244 char *tnames, zero = '\0'; local
272 && fwrite(&zero, sizeof (char), 1, fp) != 1)

Completed in 77 milliseconds

12