Searched defs:lim (Results 1 - 18 of 18) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dbt_search.c72 indx_t base, idx, lim; local
83 for (base = 0, lim = NEXTINDEX(h); lim; lim >>= 1) {
84 t->bt_cur.index = idx = base + (lim >> 1);
94 --lim;
H A Dbt_debug.c207 indx_t cur, top, lim; local
234 lim = (pgsize - BTDATAOFF) / sizeof(indx_t);
236 lim = top > lim ? lim : top;
239 for (cur = 0; cur < lim; cur++) {
/osnet-11/usr/src/cmd/sendmail/db/btree/
H A Dbt_search.c84 db_indx_t base, i, indx, lim; local
154 lim = NUM_ENT(h) / (db_indx_t)jump; lim != 0; lim >>= 1) {
155 indx = base + ((lim >> 1) * jump);
164 --lim;
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dxdr_float.c112 struct sgl_limits *lim; local
134 for (i = 0, lim = sgl_limits;
137 i++, lim++) {
138 if ((vs.mantissa2 == lim->s.mantissa2) &&
139 (vs.exp == lim->s.exp) &&
140 (vs.mantissa1 == lim->s.mantissa1)) {
141 is = lim->ieee;
203 for (i = 0, lim = sgl_limits;
206 i++, lim++) {
207 if ((is.exp == lim
329 struct dbl_limits *lim; local
[all...]
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_dup.c755 db_indx_t base, indx, lim, save_indx; local
854 for (lim = NUM_ENT(h) - base; lim != 0; lim >>= 1) {
855 indx = base + (lim >> 1);
867 lim--;
/osnet-11/usr/src/lib/pam_modules/unix_cred/
H A Dunix_cred.c132 char *lim; member in struct:deflim
147 if (pdef->lim == NULL) {
150 pdef->lim = strdup(val);
152 return (pdef->lim != NULL && pdef->def != NULL);
223 priv_set_t *lim, *def, *tset, *rset; local
612 rset = tset = def = lim = NULL;
614 deflim.def = deflim.lim = NULL;
634 if (getset(deflim.lim, &lim) != 0) {
680 if (lim !
[all...]
/osnet-11/usr/src/lib/libdladm/common/
H A Dpropfuncs.c69 char *ptr, *lim = tmpbuf + MAXLINELEN; local
82 ptr += snprintf(ptr, BUFLEN(lim, ptr), "%s\t", name);
90 ptr += snprintf(ptr, BUFLEN(lim, ptr), "%s=", lip->li_name);
92 ptr += snprintf(ptr, BUFLEN(lim, ptr), "%s%c",
97 if (ptr > lim) {
H A Dsecobj.c328 char *ptr = tmpbuf, *lim = tmpbuf + MAXLINELEN; local
333 ptr += snprintf(ptr, BUFLEN(lim, ptr), "%s\t", sip->si_name);
334 ptr += snprintf(ptr, BUFLEN(lim, ptr), "%s\t",
337 ptr += snprintf(ptr, BUFLEN(lim, ptr), "0x");
339 ptr += snprintf(ptr, BUFLEN(lim, ptr), "%02x",
342 if (ptr > lim) {
/osnet-11/usr/src/lib/libinetutil/common/
H A Dofmt.c387 char *ptr = value, *lim = ptr + bufsize; local
398 ptr += snprintf(ptr, lim - ptr, "%s,", sp->s_fields[i]);
407 if (strlen(value) + nextlen > width || ptr >= lim) {
/osnet-11/usr/src/lib/libdtrace/common/
H A Ddt_options.c87 struct rlimit lim; local
97 lim.rlim_cur = RLIM_INFINITY;
98 lim.rlim_max = RLIM_INFINITY;
100 (void) setrlimit(RLIMIT_CORE, &lim);
H A Ddt_printf.c1312 caddr_t lim = (caddr_t)buf + len, limit; local
1456 limit = lim;
1463 dt_dprintf("bad size: addr=%p size=0x%x lim=%p\n",
1464 (void *)addr, rec->dtrd_size, (void *)lim);
/osnet-11/usr/src/grub/grub2/grub-core/lib/
H A DLzmaDec.c426 const Byte *lim = dest + curLen; local
430 while (++dest != lim);
/osnet-11/usr/src/lib/libshell/common/include/
H A Ddefs.h124 struct limits lim; member in struct:shared
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexec.c126 #define reghop3_c(pos,off,lim) ((char*)reghop3((U8*)pos, off, (U8*)lim))
127 #define reghopmaybe3_c(pos,off,lim) ((char*)reghopmaybe3((U8*)pos, off, (U8*)lim))
128 #define HOP3(pos,off,lim) (PL_reg_match_utf8 ? reghop3((U8*)pos, off, (U8*)lim) : (U8*)(pos + off))
129 #define HOPMAYBE3(pos,off,lim) (PL_reg_match_utf8 ? reghopmaybe3((U8*)pos, off, (U8*)lim) : (U8*)(pos + off))
130 #define HOP3c(pos,off,lim) ((char*)HOP3(pos,off,lim))
4485 S_reghop3(pTHX_ U8 *s, I32 off, U8* lim) argument
4515 S_reghopmaybe3(pTHX_ U8* s, I32 off, U8* lim) argument
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dregexec.c2055 struct re_backref_cache_entry *lim = mctx->bkref_ents + limit;
2059 if (str_idx < lim->subexp_from)
2062 if (lim->subexp_to < str_idx)
2066 boundaries = (str_idx == lim->subexp_from);
2067 boundaries |= (str_idx == lim->subexp_to) << 1;
2052 struct re_backref_cache_entry *lim = mctx->bkref_ents + limit; local
/osnet-11/usr/src/cmd/sendmail/src/
H A Dconf.c3747 struct rlimit lim; local
3749 lim.rlim_cur = lim.rlim_max = RLIM_INFINITY;
3750 (void) setrlimit(RLIMIT_CPU, &lim);
3751 (void) setrlimit(RLIMIT_FSIZE, &lim);
3753 lim.rlim_cur = lim.rlim_max = FD_SETSIZE;
3754 (void) setrlimit(RLIMIT_NOFILE, &lim);
/osnet-11/usr/src/common/mpi/
H A Dmpi.c3851 mp_size lim; local
3855 lim = MP_USED(b) + offset;
3856 if((lim > USED(a)) && (res = s_mp_pad(a, lim)) != MP_OKAY)
3866 lim = USED(b);
3867 for(ib = 0, ia = offset; ib < lim; ib++, ia++) {
3885 for (lim = MP_USED(a); k && (ia < lim); ++ia) {
3891 for (lim = MP_USED(a); carry && (ia < lim);
[all...]
/osnet-11/usr/src/lib/udapl/udapl_tavor/include/
H A Ddapl.h289 DAT_COUNT lim; /* mask, number of entries - 1 */ member in struct:dapl_ring_buffer

Completed in 254 milliseconds