Searched defs:half (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/libproc/common/
H A Dpr_lseek.c36 uint32_t half[2]; /* two 32-bit halves */ member in union:__anon2368
76 adp->arg_value = off.half[0]; /* first 32 bits */
82 adp->arg_value = off.half[1]; /* second 32 bits */
106 off.half[0] = (uint32_t)rval.sys_rval1;
107 off.half[1] = (uint32_t)rval.sys_rval2;
151 adp->arg_value = off.half[0]; /* first 32 bits */
157 adp->arg_value = off.half[1]; /* second 32 bits */
181 off.half[0] = (uint32_t)rval.sys_rval1;
182 off.half[1] = (uint32_t)rval.sys_rval2;
/osnet-11/usr/src/lib/libc/port/fp/
H A D__flt_decim.c214 #define half C[2].d macro
253 *pe = (nrx * twom53 * *x < half - rmx)? 1 : 2;
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_split.c417 * instead of copying half the data to the right page and compacting
604 * l: page to put lower half of data
605 * r: page to put upper half of data
625 indx_t full, half, nxt, off, skip, top, used; local
638 half = full / 2;
691 if (used >= half) {
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_split.c291 * two new pages instead of copying half the data to the right page
775 db_indx_t half, nbytes, off, splitp, top; local
812 * Note, we try and split half the data present on the page. This is
814 * it half empty. We don't try and skip the split -- we don't know
816 * to half the page for a big item, so there's no easy test to decide
822 half = (dbp->pgsize - HOFFSET(pp)) / 2;
823 for (nbytes = 0, off = 0; off < top && nbytes < half; ++off)
/osnet-11/usr/src/lib/libc/sparc/fp/
H A D_Q_mul.c50 #define half C[1] macro
351 zz[0] *= half;
352 zz[1] *= half;
353 zz[2] *= half;
H A D_Q_sqrt.c54 #define half C[1] macro
234 rr = half / c;

Completed in 40 milliseconds