Searched refs:lim (Results 1 - 25 of 174) sorted by relevance

1234567

/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dbsearch.c57 * divide the work in half by moving either left or right. If lim
58 * is odd, moving left simply involves halving lim: e.g., when lim
59 * is 5 we look at item 2, so we change lim to 2 so that we will
60 * look at items 0 & 1. If lim is even, the same applies. If lim
61 * is odd, moving right again involes halving lim, this time moving
62 * the base up one item past p: e.g., when lim is 5 we change base
63 * to item 3 and make lim 2 so that we will look at items 3 and 4.
64 * If lim i
75 register int lim, cmp; local
[all...]
/macosx-10.10/Libc-1044.1.2/stdlib/FreeBSD/
H A Dbsearch.c43 * divide the work in half by moving either left or right. If lim
44 * is odd, moving left simply involves halving lim: e.g., when lim
45 * is 5 we look at item 2, so we change lim to 2 so that we will
46 * look at items 0 & 1. If lim is even, the same applies. If lim
47 * is odd, moving right again involes halving lim, this time moving
48 * the base up one item past p: e.g., when lim is 5 we change base
49 * to item 3 and make lim 2 so that we will look at items 3 and 4.
50 * If lim i
64 size_t lim; local
91 size_t lim; local
[all...]
/macosx-10.10/groff-38/groff/src/libs/libgroff/
H A Dprime.cpp11 unsigned lim = unsigned(sqrt((double)n)); local
14 if (d > lim)
19 if (d > lim)
/macosx-10.10/Libc-1044.1.2/locale/FreeBSD/
H A Drunetype.c45 size_t lim; local
56 for (lim = rr->__nranges; lim != 0; lim >>= 1) {
57 re = base + (lim >> 1);
65 lim--;
H A Dtolower.c47 size_t lim; local
65 for (lim = rr->__nranges; lim != 0; lim >>= 1) {
66 re = base + (lim >> 1);
71 lim--;
H A Dtoupper.c47 size_t lim; local
65 for (lim = rr->__nranges; lim != 0; lim >>= 1) {
66 re = base + (lim >> 1);
71 lim--;
H A Dnextwctype.c39 size_t lim; local
63 for (lim = rr->__nranges; lim != 0; lim >>= 1) {
64 re = base + (lim >> 1);
69 lim--;
/macosx-10.10/zsh-61/zsh/Src/Builtins/
H A Drlimits.c92 showlimitvalue(int lim, rlim_t val) argument
94 /* display limit for resource number lim */
95 if (lim < ZSH_NLIMITS)
96 printf("%-16s", recs[lim]);
100 printf("%-16d", lim);
104 else if (lim >= ZSH_NLIMITS)
120 else if (limtype[lim] == ZLIMTYPE_TIME) {
125 } else if (limtype[lim] == ZLIMTYPE_MICROSECONDS) {
140 } else if (limtype[lim] == ZLIMTYPE_NUMBER ||
141 limtype[lim]
187 showlimits(char *nam, int hard, int lim) argument
227 printulimit(char *nam, int lim, int hard, int head) argument
440 do_limit(char *nam, int lim, rlim_t val, int hard, int soft, int set) argument
531 int hard, limnum, lim; local
629 do_unlimit(char *nam, int lim, int hard, int soft, int set, int euid) argument
679 int hard, limnum, lim; local
[all...]
/macosx-10.10/Libinfo-459/rpc.subproj/
H A Dxdr_float.c129 struct sgl_limits *lim; local
139 for (i = 0, lim = sgl_limits;
141 i++, lim++) {
142 if ((vs.mantissa2 == lim->s.mantissa2) &&
143 (vs.exp == lim->s.exp) &&
144 (vs.mantissa1 == lim->s.mantissa1)) {
145 is = lim->ieee;
163 for (i = 0, lim = sgl_limits;
165 i++, lim++) {
166 if ((is.exp == lim
[all...]
/macosx-10.10/tcl-105/tcl_ext/xotcl/xotcl/library/xml/TclExpat-1.1/
H A Dcodepage.c36 int j, lim; local
39 lim = info.LeadByte[i + 1];
40 for (j = info.LeadByte[i]; j < lim; j++)
/macosx-10.10/network_cmds-457/rtsol.tproj/
H A Drtsock.c95 char *lim, *next; local
105 lim = msg + n;
106 for (next = msg; next < lim; next += len) {
108 if (lim - next < lenlim)
129 ret = (*rtsock_dispatch[idx].func)(s, rtm, lim);
139 rtsock_input_ifannounce(s, rtm, lim)
142 char *lim;
148 if ((char *)(ifan + 1) > lim)
/macosx-10.10/Libinfo-459/gen.subproj/
H A Dip6opt.c52 static int ip6optlen(u_int8_t *opt, u_int8_t *lim);
241 u_int8_t *lim; local
261 lim = (u_int8_t *)ip6e + hdrlen;
265 if ((optlen = ip6optlen(*tptrp, lim)) == 0)
270 if (*tptrp >= lim) { /* there is no option */
278 if (ip6optlen(*tptrp, lim) == 0)
297 u_int8_t *optp, *lim; local
317 lim = (u_int8_t *)ip6e + hdrlen;
321 if ((optlen = ip6optlen(*tptrp, lim)) == 0)
326 for (optp = *tptrp; optp < lim; opt
346 ip6optlen(u_int8_t *opt, u_int8_t *lim) argument
502 u_int8_t *optp, *lim; local
550 u_int8_t *optp, *lim; local
[all...]
/macosx-10.10/Libc-1044.1.2/db/btree/FreeBSD/
H A Dbt_search.c67 indx_t base, idx, lim; local
78 for (base = 0, lim = NEXTINDEX(h); lim; lim >>= 1) {
79 t->bt_cur.index = idx = base + (lim >> 1);
89 --lim;
/macosx-10.10/expat-12/expat/xmlwf/
H A Dcodepage.c24 int j, lim; local
27 lim = info.LeadByte[i + 1];
28 for (j = info.LeadByte[i]; j <= lim; j++)
/macosx-10.10/tcl-105/tcl_ext/tclxml/tclxml/expat/xmlwf/
H A Dcodepage.c49 int j, lim; local
52 lim = info.LeadByte[i + 1];
53 for (j = info.LeadByte[i]; j < lim; j++)
/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Dutf16collationiterator.h35 const UChar *s, const UChar *p, const UChar *lim)
37 start(s), pos(p), limit(lim) {}
49 void setText(const UChar *s, const UChar *lim) { argument
52 limit = lim;
86 const UChar *s, const UChar *p, const UChar *lim)
87 : UTF16CollationIterator(data, numeric, s, p, lim),
88 rawStart(s), segmentStart(p), segmentLimit(NULL), rawLimit(lim),
34 UTF16CollationIterator(const CollationData *d, UBool numeric, const UChar *s, const UChar *p, const UChar *lim) argument
85 FCDUTF16CollationIterator(const CollationData *data, UBool numeric, const UChar *s, const UChar *p, const UChar *lim) argument
/macosx-10.10/network_cmds-457/rtadvd.tproj/
H A Dif.c88 char *buf, *next, *lim; local
103 lim = buf + len;
104 for (next = buf; next < lim; next += ifm->ifm_msglen) {
123 if (next == lim) {
256 get_next_msg(char *buf, char *lim, int ifindex, size_t *lenp, int filter) argument
264 rtm < (struct rt_msghdr *)lim;
269 "(buf=%p lim=%p rtm=%p)", __func__,
270 buf, lim, rtm);
394 u_char *p, *lim; local
401 lim
406 prefixlen(u_char *p, u_char *lim) argument
513 char *lim; local
[all...]
/macosx-10.10/OpenLDAP-499.27/OpenLDAP/servers/slapd/
H A Dlimits.c894 limits_unparse( struct slap_limits *lim, struct berval *bv, ber_len_t buflen ) argument
906 type = lim->lm_flags & SLAP_LIMITS_TYPE_MASK;
910 lim->lm_group_oc->soc_cname.bv_val,
911 lim->lm_group_ad->ad_cname.bv_val,
912 lim->lm_pat.bv_val ));
914 style = lim->lm_flags & SLAP_LIMITS_MASK;
929 lmpats[style].bv_val, lim->lm_pat.bv_val ));
937 rc = limits_unparse_one( &lim->lm_limits,
949 struct slap_limits_set *lim,
963 if ( lim
948 limits_unparse_one( struct slap_limits_set *lim, int which, struct berval *bv, ber_len_t buflen ) argument
[all...]
/macosx-10.10/JavaScriptCore-7600.1.17/tests/mozilla/ecma_2/String/
H A Dsplit-002.js146 lim = Math.pow(2, 31 ) -1;
148 lim = ToUint32( limit );
164 if (lim == 0) return A; // 7
196 if (A.length == lim) return A; // 18
206 if (A.length == lim) return A; // 24
/macosx-10.10/mDNSResponder-561.1.1/mDNSShared/
H A Ddnssd_ipc.c120 char *lim = buffer + buflen; // Calculate limit local
121 while (*ptr < end && buffer < lim)
126 if (buffer == lim) buffer--;
H A Ddnssd_clientlib.c112 char *const lim = fullName + 1005; local
128 if (fn+4 >= lim) goto fail;
136 if (fn+2 >= lim) goto fail;
140 if (fn+1 >= lim) goto fail;
146 while (*r) if (fn+1 >= lim) goto fail;else *fn++ = *r++;
147 if (!DomainEndsInDot(regtype)) { if (fn+1 >= lim) goto fail;else *fn++ = '.';}
149 while (*d) if (fn+1 >= lim) goto fail;else *fn++ = *d++;
150 if (!DomainEndsInDot(domain)) { if (fn+1 >= lim) goto fail;else *fn++ = '.';}
/macosx-10.10/sudo-73/src/
H A Daix.c69 aix_getlimit(user, lim, valp)
71 char *lim;
76 if (getuserattr(user, lim, &val, SEC_INT) != 0)
/macosx-10.10/emacs-93/emacs/lisp/progmodes/
H A Dcc-engine.el226 (defun c-beginning-of-macro (&optional lim)
236 (if lim (narrow-to-region lim (point-max)))
532 (defun c-beginning-of-statement-1 (&optional lim ignore-labels
705 (if lim (narrow-to-region lim (point-max)))
944 (not (c-looking-at-inexpr-block lim nil t)))
3252 (defun c-slow-in-literal (&optional lim detect-cpp)
3271 (lim (or lim (prog
[all...]
/macosx-10.10/emacs-93/emacs/lisp/url/
H A Durl-mailto.el45 (lim nil)
50 (setq lim (match-beginning 0)))
52 (if (re-search-forward (concat "^" (regexp-quote field) ":") lim t)
58 (goto-char lim)
/macosx-10.10/gnudiff-19/diffutils/lib/
H A Dexclude.c225 char const *lim; local
258 for (pattern = p = buf, lim = buf + buf_count; p <= lim; p++)
259 if (p < lim ? *p == line_end : buf < p && p[-1])

Completed in 406 milliseconds

1234567