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

12

/external/valgrind/main/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/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/examples/
H A Dbasemmap.c20 uchar *cur, *lim = &buf[statbuf.st_size]; local
21 for(cur = buf; buf != lim; ++cur){
/external/linux-tools-perf/perf-3.12.0/tools/perf/util/
H A Dbitmap.c12 int k, w = 0, lim = bits/BITS_PER_LONG; local
14 for (k = 0; k < lim; k++)
/external/chromium_org/third_party/libvpx/source/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/chromium_org/third_party/yasm/source/patched-yasm/tools/re2c/
H A Dscanner.h9 unsigned char *bot, *tok, *ptr, *cur, *pos, *lim, *top, *eof; member in struct:Scanner
/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/chromium_org/third_party/libvpx/source/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/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cc81 volatile rlimit lim; local
82 lim.rlim_cur = 0;
83 lim.rlim_max = 0;
84 setrlimit(RLIMIT_CORE, (rlimit*)&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/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/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dfile.h43 unsigned char *lim; /**< Limit of good data */ member in struct:yasm_scanner
/external/iproute2/tc/
H A Dq_tbf.c181 double lim = opt.rate.rate*(double)latency/TIME_UNITS_PER_SEC + buffer; local
184 if (lim2 < lim)
185 lim = lim2;
187 opt.limit = lim;
/external/stlport/test/unit/
H A Dlimits_test.cpp71 typedef numeric_limits<_Tp> lim; typedef
73 CHECK_COND(lim::is_specialized);
74 CHECK_COND(lim::is_exact);
75 CHECK_COND(lim::is_integer);
76 CHECK_COND(!lim::is_iec559);
77 CHECK_COND(lim::min() < lim::max());
78 CHECK_COND((unknown_sign && ((lim::is_signed && (lim::min() != 0)) || (!lim
92 typedef numeric_limits<_Tp> lim; typedef
125 typedef numeric_limits<_Tp> lim; typedef
234 typedef numeric_limits<_Tp> lim; typedef
[all...]
/external/chromium_org/extensions/browser/
H A Dquota_service_unittest.cc149 QuotaLimitHeuristic* lim,
155 EXPECT_TRUE(lim->Apply(b, start_time + TimeDelta::FromSeconds(10 + m)));
161 EXPECT_TRUE(lim->Apply(b, start_time + TimeDelta::FromSeconds(15 + m)));
165 EXPECT_TRUE(lim->Apply(b, start_time + TimeDelta::FromSeconds(20 + m)));
167 EXPECT_TRUE(lim->Apply(b, start_time + TimeDelta::FromSeconds(50 + m)));
174 TimedLimit lim(k2PerMinute, new MockMapper(), kGenericName);
178 EXPECT_TRUE(lim.Apply(&b, kStartTime));
180 EXPECT_TRUE(lim.Apply(&b, kStartTime + TimeDelta::FromSeconds(30)));
182 EXPECT_FALSE(lim.Apply(&b, k1MinuteAfterStart));
185 EXPECT_TRUE(lim
148 DoMoreThan2PerMinuteFor5Minutes(const TimeTicks& start_time, QuotaLimitHeuristic* lim, Bucket* b, int an_unexhausted_minute) argument
[all...]
/external/chromium_org/third_party/webrtc/modules/audio_coding/main/test/
H A Dutility.cc202 uint32_t lim; local
204 lim = _buffLen;
206 lim = _idx;
209 for (uint32_t n = 0; n < lim; n++) {
220 uint32_t lim; local
222 lim = _buffLen;
224 lim = _idx;
227 for (uint32_t n = 0; n < lim; n++) {
/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/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h117 SchedDFSResult(bool IsBU, unsigned lim) argument
118 : IsBottomUp(IsBU), SubtreeLimit(lim) {}
/external/strace/
H A Dresource.c39 sprint_rlim64(uint64_t lim) argument
43 if (lim == UINT64_MAX)
46 if (lim > 1024 && lim % 1024 == 0)
47 sprintf(buf, "%" PRIu64 "*1024", lim / 1024);
49 sprintf(buf, "%" PRIu64, lim);
84 sprint_rlim32(uint32_t lim) argument
88 if (lim == UINT32_MAX)
91 if (lim > 1024 && lim
[all...]
/external/tcpdump/
H A Dprint-domain.c92 const u_char *bitp, *lim; local
100 lim = cp + 1 + slen;
104 for (bitp = cp + 1, b = bitlen; bitp < lim && b > 7; b -= 8, bitp++) {
118 return lim;
/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dltable.c236 int lim = ttlg; local
237 if (lim > t->sizearray) {
238 lim = t->sizearray; /* adjust upper limit */
239 if (i > lim)
243 for (; i <= lim; i++) {

Completed in 906 milliseconds

12