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

12

/external/valgrind/none/tests/
H A Dcloseall.c8 struct rlimit lim; local
11 getrlimit(RLIMIT_NOFILE, &lim);
13 for ( fd = 3; fd < lim.rlim_cur; fd++ )
/external/strace/
H A Dresource.c37 sprint_rlim64(uint64_t lim) argument
41 if (lim == UINT64_MAX)
44 if (lim > 1024 && lim % 1024 == 0)
45 sprintf(buf, "%" PRIu64 "*1024", lim / 1024);
47 sprintf(buf, "%" PRIu64, lim);
68 sprint_rlim32(uint32_t lim) argument
72 if (lim == UINT32_MAX)
75 if (lim > 1024 && lim
[all...]
/external/vboot_reference/host/lib/
H A Dfmap.c31 ssize_t lim = size - sizeof(FmapHeader); local
33 if (lim >= 0 && is_fmap(ptr))
37 for (align = FMAP_SEARCH_STRIDE; align <= lim; align *= 2);
39 for (offset = align; offset <= lim; offset += align * 2)
/external/libvpx/libvpx/vp8/common/
H A Dloopfilter.h47 DECLARE_ALIGNED(SIMD_WIDTH, unsigned char, lim[MAX_LOOP_FILTER + 1][SIMD_WIDTH]);
58 const unsigned char * lim; member in struct:loop_filter_info
/external/icu/android_icu4j/src/main/java/android/icu/text/
H A DReplaceableContextIterator.java78 * @param lim The iteration limit.
80 public void setLimit(int lim) { argument
81 if(0<=lim && lim<=rep.length()) {
82 limit=lim;
/external/icu/icu4c/source/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
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DReplaceableContextIterator.java77 * @param lim The iteration limit.
79 public void setLimit(int lim) { argument
80 if(0<=lim && lim<=rep.length()) {
81 limit=lim;
/external/libvpx/libvpx/vp8/common/arm/
H A Dloopfilter_arm.c52 vp8_mbloop_filter_horizontal_edge_armv6(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2);
55 vp8_mbloop_filter_horizontal_edge_armv6(u_ptr, uv_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 1);
58 vp8_mbloop_filter_horizontal_edge_armv6(v_ptr, uv_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 1);
65 vp8_mbloop_filter_vertical_edge_armv6(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2);
68 vp8_mbloop_filter_vertical_edge_armv6(u_ptr, uv_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 1);
71 vp8_mbloop_filter_vertical_edge_armv6(v_ptr, uv_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 1);
78 vp8_loop_filter_horizontal_edge_armv6(y_ptr + 4 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2);
79 vp8_loop_filter_horizontal_edge_armv6(y_ptr + 8 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2);
80 vp8_loop_filter_horizontal_edge_armv6(y_ptr + 12 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2);
83 vp8_loop_filter_horizontal_edge_armv6(u_ptr + 4 * uv_stride, uv_stride, lfi->blim, lfi->lim, lf
128 unsigned char lim = *lfi->lim; local
141 unsigned char lim = *lfi->lim; local
155 unsigned char lim = *lfi->lim; local
171 unsigned char lim = *lfi->lim; local
[all...]
/external/mdnsresponder/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++ = '.'; }
/external/bison/src/
H A Dlocation.c64 char const *lim = token + size; local
68 for (p = token; p < lim; p++)
/external/guava/guava-tests/test/com/google/common/base/
H A DUtf8Test.java293 * @param lim the limit of bytes to process encoded as a long as big-endian,
298 long lim) {
300 if (lim == -1) {
301 lim = 1L << (numBytes * 8);
304 for (long byteChar = start; byteChar < lim; byteChar++) {
297 testBytes(int numBytes, long expectedCount, long start, long lim) argument
/external/iproute2/tc/
H A Dq_tbf.c205 double lim = rate64*(double)latency/TIME_UNITS_PER_SEC + buffer; local
208 if (lim2 < lim)
209 lim = lim2;
211 opt.limit = lim;
/external/protobuf/java/src/test/java/com/google/protobuf/
H A DIsValidUtf8TestUtil.java116 final long lim; field in class:IsValidUtf8TestUtil.Shard
120 public Shard(long index, long start, long lim, long expected) { argument
121 assertTrue(start < lim);
124 this.lim = lim;
202 * @param lim the limit of bytes to process encoded as a long as big-endian,
205 static void testBytes(int numBytes, long expectedCount, long start, long lim) argument
210 if (lim == -1) {
211 lim = 1L << (numBytes * 8);
215 for (long byteChar = start; byteChar < lim; byteCha
313 testBytesUsingByteBuffers( int numBytes, long expectedCount, long start, long lim) argument
[all...]
/external/avahi/avahi-autoipd/
H A Diface-bsd.c134 char *lim; local
171 lim = buf + len;
172 for (next = buf; next < lim; next += ifm->ifm_msglen) {
/external/avahi/avahi-core/
H A Diface-pfroute.c456 char *buf, *lim, *next, count = 0; local
488 lim = buf + needed;
489 for (next = buf; next < lim; next += rtm->rtm_msglen) {
/external/libedit/src/
H A Dchared.h82 Char *lim; member in struct:c_redo_t
H A Dcommon.c282 Char *lim = el->el_line.lastchar; local
284 if (el->el_line.cursor >= lim ||
285 (el->el_line.cursor == lim - 1 &&
291 if (el->el_line.cursor > lim)
292 el->el_line.cursor = lim;
H A Dvi.c1092 const Char *lim; local
1119 lim = el->el_line.limit;
1120 if (cp < lim)
1122 while (wsp < wep && cp < lim)
1148 if (r->pos + 1 > r->lim)
1150 r->pos = r->lim - 1;
/external/libevent/
H A Dbufferevent_filter.c150 be_null_filter(struct evbuffer *src, struct evbuffer *dst, ev_ssize_t lim, argument
154 if (evbuffer_remove_buffer(src, dst, lim) == 0)
/external/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h117 SchedDFSResult(bool IsBU, unsigned lim) argument
118 : IsBottomUp(IsBU), SubtreeLimit(lim) {}
/external/tcpdump/
H A Dprint-domain.c89 const u_char *bitp, *lim; local
97 lim = cp + 1 + slen;
101 for (bitp = cp + 1, b = bitlen; bitp < lim && b > 7; b -= 8, bitp++) {
115 return lim;
/external/webrtc/webrtc/modules/audio_coding/test/
H A Dutility.cc203 uint32_t lim; local
205 lim = _buffLen;
207 lim = _idx;
210 for (uint32_t n = 0; n < lim; n++) {
221 uint32_t lim; local
223 lim = _buffLen;
225 lim = _idx;
228 for (uint32_t n = 0; n < lim; n++) {
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_posix_libcdep.cc78 static void setlim(int res, rlim_t lim) { argument
81 rlim.rlim_cur = lim;
82 rlim.rlim_max = lim;
/external/libnl/lib/route/sch/
H A Dtbf.c103 double r, rbit, lim; local
112 lim = nl_cancel_down_bytes(tbf->qt_limit, &limu);
115 r, ru, rbit, rubit, lim, limu);

Completed in 898 milliseconds

12