HomeSort by relevance Sort by last modified time
    Searched refs:lim (Results 1 - 25 of 156) sorted by null

1 2 3 4 5 6 7

  /toolchain/binutils/binutils-2.25/libiberty/
bsearch.c 59 * divide the work in half by moving either left or right. If lim
60 * is odd, moving left simply involves halving lim: e.g., when lim
61 * is 5 we look at item 2, so we change lim to 2 so that we will
62 * look at items 0 & 1. If lim is even, the same applies. If lim
63 * is odd, moving right again involes halving lim, this time moving
64 * the base up one item past p: e.g., when lim is 5 we change base
65 * to item 3 and make lim 2 so that we will look at items 3 and 4.
66 * If lim is even, however, we have to shrink it by one befor
77 register int lim, cmp; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
limits_test.cpp 71 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::is_signed && (lim::min() == 0)))) |
92 typedef numeric_limits<_Tp> lim; typedef
125 typedef numeric_limits<_Tp> lim; typedef
234 typedef numeric_limits<_Tp> lim; typedef
    [all...]
  /ndk/tests/device/test-stlport/unit/
limits_test.cpp 71 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::is_signed && (lim::min() == 0)))) |
92 typedef numeric_limits<_Tp> lim; typedef
125 typedef numeric_limits<_Tp> lim; typedef
234 typedef numeric_limits<_Tp> lim; typedef
    [all...]
  /external/valgrind/none/tests/
closeall.c 8 struct rlimit lim; local
11 getrlimit(RLIMIT_NOFILE, &lim);
13 for ( fd = 3; fd < lim.rlim_cur; fd++ )
  /bionic/libc/upstream-netbsd/lib/libc/stdlib/
bsearch.c 49 * divide the work in half by moving either left or right. If lim
50 * is odd, moving left simply involves halving lim: e.g., when lim
51 * is 5 we look at item 2, so we change lim to 2 so that we will
52 * look at items 0 & 1. If lim is even, the same applies. If lim
53 * is odd, moving right again involes halving lim, this time moving
54 * the base up one item past p: e.g., when lim is 5 we change base
55 * to item 3 and make lim 2 so that we will look at items 3 and 4.
56 * If lim is even, however, we have to shrink it by one befor
66 size_t lim; local
    [all...]
  /external/libvpx/libvpx/vp8/common/arm/
loopfilter_arm.c 52 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, lfi->hev_thr, 1)
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...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/arm/
loopfilter_arm.c 52 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, lfi->hev_thr, 1)
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/
loopfilter_x86.c 53 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, lfi->hev_thr, 1)
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/x86/
loopfilter_x86.c 53 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, lfi->hev_thr, 1)
    [all...]
  /external/strace/
resource.c 37 sprint_rlim64(uint64_t lim)
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)
72 if (lim == UINT32_MAX)
75 if (lim > 1024 && lim % 1024 == 0
    [all...]
  /libcore/ojluni/src/main/java/java/nio/
ByteBufferAsCharBuffer.java 37 int mark, int pos, int lim, int cap,
39 super(mark, pos, lim, cap);
58 int lim = this.limit(); local
59 assert (pos <= lim);
60 int rem = (pos <= lim ? lim - pos : 0);
138 int lim = limit(); local
139 assert (pos <= lim);
140 int rem = (pos <= lim ? lim - pos : 0)
181 int lim = limit(); local
    [all...]
ByteBufferAsDoubleBuffer.java 38 int mark, int pos, int lim, int cap,
40 super(mark, pos, lim, cap);
59 int lim = this.limit(); local
60 assert (pos <= lim);
61 int rem = (pos <= lim ? lim - pos : 0);
135 int lim = limit(); local
136 assert (pos <= lim);
137 int rem = (pos <= lim ? lim - pos : 0)
    [all...]
ByteBufferAsFloatBuffer.java 37 int mark, int pos, int lim, int cap,
39 super(mark, pos, lim, cap);
58 int lim = this.limit(); local
59 assert (pos <= lim);
60 int rem = (pos <= lim ? lim - pos : 0);
134 int lim = limit(); local
135 assert (pos <= lim);
136 int rem = (pos <= lim ? lim - pos : 0)
    [all...]
ByteBufferAsIntBuffer.java 37 int mark, int pos, int lim, int cap,
39 super(mark, pos, lim, cap);
58 int lim = this.limit(); local
59 assert (pos <= lim);
60 int rem = (pos <= lim ? lim - pos : 0);
134 int lim = limit(); local
135 assert (pos <= lim);
136 int rem = (pos <= lim ? lim - pos : 0)
    [all...]
ByteBufferAsLongBuffer.java 37 int mark, int pos, int lim, int cap,
39 super(mark, pos, lim, cap);
58 int lim = this.limit(); local
59 assert (pos <= lim);
60 int rem = (pos <= lim ? lim - pos : 0);
134 int lim = limit(); local
135 assert (pos <= lim);
136 int rem = (pos <= lim ? lim - pos : 0)
    [all...]
ByteBufferAsShortBuffer.java 37 int mark, int pos, int lim, int cap,
39 super(mark, pos, lim, cap);
58 int lim = this.limit(); local
59 assert (pos <= lim);
60 int rem = (pos <= lim ? lim - pos : 0);
133 int lim = limit(); local
134 assert (pos <= lim);
135 int rem = (pos <= lim ? lim - pos : 0)
    [all...]
MappedByteBuffer.java 81 MappedByteBuffer(int mark, int pos, int lim, int cap, // package-private
83 super(mark, pos, lim, cap);
87 MappedByteBuffer(int mark, int pos, int lim, int cap, byte[] buf, int offset) {
88 super(mark, pos, lim, cap, buf, offset);
92 MappedByteBuffer(int mark, int pos, int lim, int cap) { // package-private
93 super(mark, pos, lim, cap);
DirectByteBuffer.java 116 int mark, int pos, int lim, int cap,
118 this(memoryRef, mark, pos, lim, cap, off, false);
122 int mark, int pos, int lim, int cap,
124 super(mark, pos, lim, cap, memoryRef.buffer, off);
146 int lim = limit(); local
147 assert (pos <= lim);
148 int rem = (pos <= lim ? lim - pos : 0);
213 int lim = limit(); local
214 assert (pos <= lim);
260 int lim = limit(); local
279 int lim = limit(); local
385 int lim = this.limit(); local
467 int lim = this.limit(); local
549 int lim = this.limit(); local
631 int lim = this.limit(); local
714 int lim = this.limit(); local
797 int lim = this.limit(); local
    [all...]
  /ndk/sources/android/support/src/wcstox/
shgetc.c 30 void shlim(struct fake_file_t *f, off_t lim) {
32 if (off > lim)
33 f->rpos = f->rstart + lim;
shgetc.h 32 // This will be called with a value of 0 for |lim| to force rewinding
36 void shlim(struct fake_file_t *, off_t lim);
intscan.c 54 unsigned long long __intscan(FILE *f, unsigned base, int pok, unsigned long long lim)
113 y = lim;
117 if (y>=lim) {
118 if (!(lim&1) && !neg) {
120 return lim-1;
121 } else if (y>lim) {
123 return lim;
  /external/vboot_reference/host/lib/
fmap.c 31 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/
utf16collationiterator.h 35 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) {
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),
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/vp8/common/ppc/
loopfilter_altivec.c 58 mbloop_filter_horizontal_edge_y_ppc(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr);
61 mbloop_filter_horizontal_edge_uv_ppc(u_ptr, v_ptr, uv_stride, lfi->mbflim, lfi->lim, lfi->thr);
77 mbloop_filter_vertical_edge_y_ppc(y_ptr, y_stride, lfi->mbflim, lfi->lim, lfi->thr);
80 mbloop_filter_vertical_edge_uv_ppc(u_ptr, v_ptr, uv_stride, lfi->mbflim, lfi->lim, lfi->thr);
97 loop_filter_horizontal_edge_y_ppc(y_ptr + 4 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr);
98 loop_filter_horizontal_edge_y_ppc(y_ptr + 8 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr);
99 loop_filter_horizontal_edge_y_ppc(y_ptr + 12 * y_stride, y_stride, lfi->flim, lfi->lim, lfi->thr);
102 loop_filter_horizontal_edge_uv_ppc(u_ptr + 4 * uv_stride, v_ptr + 4 * uv_stride, uv_stride, lfi->flim, lfi->lim, lfi->thr);
120 loop_filter_vertical_edge_y_ppc(y_ptr, y_stride, lfi->flim, lfi->lim, lfi->thr);
123 loop_filter_vertical_edge_uv_ppc(u_ptr + 4, v_ptr + 4, uv_stride, lfi->flim, lfi->lim, lfi->thr)
    [all...]
  /libcore/ojluni/src/main/java/sun/nio/ch/
IOUtil.java 55 int lim = src.limit(); local
56 assert (pos <= lim);
57 int rem = (pos <= lim ? lim - pos : 0);
81 int lim = bb.limit(); local
82 assert (pos <= lim);
83 int rem = (pos <= lim ? lim - pos : 0);
122 int lim = buf.limit(); local
123 assert (pos <= lim);
212 int lim = bb.limit(); local
254 int lim = buf.limit(); local
    [all...]

Completed in 403 milliseconds

1 2 3 4 5 6 7