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

123

/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/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/libvpx/libvpx/vp8/common/x86/
H A Dloopfilter_x86.c53 vp8_mbloop_filter_horizontal_edge_mmx(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2);
56 vp8_mbloop_filter_horizontal_edge_mmx(u_ptr, uv_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 1);
59 vp8_mbloop_filter_horizontal_edge_mmx(v_ptr, uv_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 1);
67 vp8_mbloop_filter_vertical_edge_mmx(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2);
70 vp8_mbloop_filter_vertical_edge_mmx(u_ptr, uv_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 1);
73 vp8_mbloop_filter_vertical_edge_mmx(v_ptr, uv_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 1);
81 vp8_loop_filter_horizontal_edge_mmx(y_ptr + 4 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2);
82 vp8_loop_filter_horizontal_edge_mmx(y_ptr + 8 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2);
83 vp8_loop_filter_horizontal_edge_mmx(y_ptr + 12 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2);
86 vp8_loop_filter_horizontal_edge_mmx(u_ptr + 4 * uv_stride, uv_stride, lfi->blim, lfi->lim, lf
[all...]
/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/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/vp9/common/
H A Dvp9_loopfilter.c228 memset(lfi->lfthr[lvl].lim, block_inside_limit, SIMD_WIDTH);
331 vpx_lpf_vertical_16_dual(s, pitch, lfi0->mblim, lfi0->lim,
334 vpx_lpf_vertical_16(s, pitch, lfi0->mblim, lfi0->lim,
338 lfi1->lim, lfi1->hev_thr);
344 vpx_lpf_vertical_8_dual(s, pitch, lfi0->mblim, lfi0->lim,
345 lfi0->hev_thr, lfi1->mblim, lfi1->lim,
348 vpx_lpf_vertical_8(s, pitch, lfi0->mblim, lfi0->lim, lfi0->hev_thr,
351 vpx_lpf_vertical_8(s + 8 * pitch, pitch, lfi1->mblim, lfi1->lim,
358 vpx_lpf_vertical_4_dual(s, pitch, lfi0->mblim, lfi0->lim,
359 lfi0->hev_thr, lfi1->mblim, lfi1->lim,
[all...]
H A Dvp9_loopfilter.h42 DECLARE_ALIGNED(SIMD_WIDTH, uint8_t, lim[SIMD_WIDTH]);
/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/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/
H A Dloopfilter_filters.c361 vp8_mbloop_filter_horizontal_edge_c(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2);
364 vp8_mbloop_filter_horizontal_edge_c(u_ptr, uv_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 1);
367 vp8_mbloop_filter_horizontal_edge_c(v_ptr, uv_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 1);
375 vp8_mbloop_filter_vertical_edge_c(y_ptr, y_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 2);
378 vp8_mbloop_filter_vertical_edge_c(u_ptr, uv_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 1);
381 vp8_mbloop_filter_vertical_edge_c(v_ptr, uv_stride, lfi->mblim, lfi->lim, lfi->hev_thr, 1);
389 vp8_loop_filter_horizontal_edge_c(y_ptr + 4 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2);
390 vp8_loop_filter_horizontal_edge_c(y_ptr + 8 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2);
391 vp8_loop_filter_horizontal_edge_c(y_ptr + 12 * y_stride, y_stride, lfi->blim, lfi->lim, lfi->hev_thr, 2);
394 vp8_loop_filter_horizontal_edge_c(u_ptr + 4 * uv_stride, uv_stride, lfi->blim, lfi->lim, lf
[all...]
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
H A Dvp8_loopfilter.c85 memset(lfi->lim[i], block_inside_limit, SIMD_WIDTH);
225 lfi.lim = lfi_n->lim[filter_level];
357 lfi.lim = lfi_n->lim[filter_level];
501 lfi.lim = lfi_n->lim[filter_level];
617 lfi.lim = lfi_n->lim[filter_level];
/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/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/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/llvm/include/llvm/CodeGen/
H A DScheduleDFS.h117 SchedDFSResult(bool IsBU, unsigned lim) argument
118 : IsBottomUp(IsBU), SubtreeLimit(lim) {}
/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/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/ipsec-tools/src/libipsec/
H A Dpfkey.c2078 pfkey_setsadbmsg(caddr_t buf, caddr_t lim, u_int type, u_int tlen, argument
2087 if (buf + len > lim)
2108 pfkey_setsadbsa(caddr_t buf, caddr_t lim, u_int32_t spi, u_int wsize, argument
2117 if (buf + len > lim)
2139 pfkey_setsadbaddr(caddr_t buf, caddr_t lim, u_int exttype, argument
2148 if (buf + len > lim)
2168 pfkey_setsadbkey(caddr_t buf, caddr_t lim, u_int type, caddr_t key, argument
2177 if (buf + len > lim)
2196 pfkey_setsadblifetime(caddr_t buf, caddr_t lim, u_int type, u_int32_t l_alloc, argument
2205 if (buf + len > lim)
2239 pfkey_setsadbxsa2(caddr_t buf, caddr_t lim, u_int32_t mode0, u_int32_t reqid) argument
2262 pfkey_set_natt_type(caddr_t buf, caddr_t lim, u_int type, u_int8_t l_natt_type) argument
2282 pfkey_set_natt_port(caddr_t buf, caddr_t lim, u_int type, u_int16_t l_natt_port) argument
2304 pfkey_set_natt_frag(caddr_t buf, caddr_t lim, u_int type, u_int16_t l_natt_frag) argument
2327 pfkey_setsecctx(caddr_t buf, caddr_t lim, u_int type, u_int8_t ctx_doi, u_int8_t ctx_alg, caddr_t sec_ctx, u_int16_t sec_ctxlen) argument
[all...]
/external/libvpx/libvpx/vp8/common/mips/msa/
H A Dloopfilter_filters_msa.c709 *lpf_info_ptr->lim,
715 *lpf_info_ptr->lim,
727 *lpf_info_ptr->lim,
733 *lpf_info_ptr->lim,
745 lpf_info_ptr->lim,
748 lpf_info_ptr->lim,
752 lpf_info_ptr->lim,
755 lpf_info_ptr->lim,
759 lpf_info_ptr->lim,
762 lpf_info_ptr->lim,
[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/libedit/src/
H A Dchared.h82 Char *lim; member in struct:c_redo_t

Completed in 1841 milliseconds

123