Searched defs:low (Results 1 - 25 of 125) sorted by relevance

12345

/external/dropbear/libtomcrypt/src/pk/ecc/
H A Decc_sizes.c26 void ecc_sizes(int *low, int *high) argument
29 LTC_ARGCHKVD(low != NULL);
32 *low = INT_MAX;
35 if (ltc_ecc_sets[i].size < *low) {
36 *low = ltc_ecc_sets[i].size;
/external/clang/test/CodeGen/
H A D2002-09-18-UnionProblem.c5 char high, low; member in struct:DWstruct
H A D2005-09-24-BitFieldCrash.c8 unsigned long long low; member in struct:tree_int_cst::tree_int_cst_lowhi
/external/oprofile/module/ia64/
H A Dop_ia64_model.h19 uint low; member in struct:op_saved_msr
/external/skia/gpu/include/
H A DGrTBSearch.h30 int low = 0; local
31 while (high > low) {
32 int index = (low + high) >> 1;
34 low = index + 1;
H A DGrTHashCache.h92 int low = 0; local
93 while (high > low) {
94 int index = (low + high) >> 1;
96 low = index + 1;
/external/stlport/src/
H A Dcollate.cpp32 string collate<char>::do_transform(const char* low, const char* high) const argument
33 { return string(low, high); }
35 long collate<char>::do_hash(const char* low, const char* high) const { argument
37 for ( ; low < high; ++low)
38 result = 5 * result + *low;
52 wstring collate<wchar_t>::do_transform(const wchar_t* low, const wchar_t* high) const argument
53 { return wstring(low, high); }
55 long collate<wchar_t>::do_hash(const wchar_t* low, const wchar_t* high) const { argument
57 for ( ; low < hig
[all...]
/external/e2fsprogs/e2fsck/
H A Ddx_dirinfo.c83 int low, high, mid; local
85 low = 0;
89 if (ino == ctx->dx_dir_info[low].ino)
90 return &ctx->dx_dir_info[low];
94 while (low < high) {
95 mid = (low+high)/2;
96 if (mid == low || mid == high)
103 low = mid;
/external/oprofile/module/x86/
H A Dop_x86_model.h18 uint low; member in struct:op_saved_msr
H A Dop_model_athlon.c52 uint low, high; local
57 CTRL_READ(low, high, msrs, i);
58 CTRL_CLEAR(low);
59 CTRL_WRITE(low, high, msrs, i);
72 CTRL_READ(low, high, msrs, i);
73 CTRL_CLEAR(low);
74 CTRL_SET_ENABLE(low);
75 CTRL_SET_USR(low, sysctl.ctr[i].user);
76 CTRL_SET_KERN(low, sysctl.ctr[i].kernel);
77 CTRL_SET_UM(low, sysct
89 uint low, high; local
105 uint low, high; local
119 uint low, high; local
[all...]
H A Dop_model_ppro.c48 uint low, high; local
53 CTRL_READ(low, high, msrs, i);
54 CTRL_CLEAR(low);
55 CTRL_WRITE(low, high, msrs, i);
68 CTRL_READ(low, high, msrs, i);
69 CTRL_CLEAR(low);
70 CTRL_SET_ENABLE(low);
71 CTRL_SET_USR(low, sysctl.ctr[i].user);
72 CTRL_SET_KERN(low, sysctl.ctr[i].kernel);
73 CTRL_SET_UM(low, sysct
85 ulong low, high; local
99 uint low, high; local
108 uint low, high; local
[all...]
/external/webkit/Source/WebCore/platform/graphics/gpu/
H A DPODInterval.h84 PODInterval(const T& low, const T& high) argument
85 : m_low(low)
93 PODInterval(const T& low, const T& high, const UserData data) argument
94 : m_low(low)
101 const T& low() const { return m_low; } function in class:WebCore::PODInterval
105 bool overlaps(const T& low, const T& high) const argument
107 if (this->high() < low)
109 if (high < this->low())
116 return overlaps(other.low(), other.high());
120 // comparison is performed on the low endpoint
[all...]
H A DPODIntervalTree.h67 // interval. The returned intervals are sorted by increasing low
77 // interval. The returned intervals are sorted by increasing low
87 static IntervalType createInterval(const T& low, const T& high, const UserData data = 0) argument
89 return IntervalType(low, high, data);
114 // increasing low endpoint.
128 && !(left->data().maxHigh() < interval.low()))
138 if (!(interval.high() < node->data().low()))
/external/chromium/chrome/browser/safe_browsing/
H A Dchunk_range.cc98 int low = 0; local
101 while (low <= high) {
103 int mid = ((unsigned int)low + (unsigned int)high) >> 1;
110 low = mid + 1;
/external/e2fsprogs/lib/blkid/
H A Dgetsize.c83 blkid_loff_t high, low; local
171 low = 0;
173 low = high;
174 while (low < high - 1)
176 const blkid_loff_t mid = (low + high) / 2;
179 low = mid;
183 return low + 1;
/external/icu4c/extra/scrptrun/
H A Dscrptrun.cpp129 // in the text, see if it's followed by a low surrogate
132 UChar low = charArray[scriptEnd + 1]; local
134 // if it is followed by a low surrogate,
136 if (low >= 0xDC00 && low <= 0xDFFF) {
137 ch = (high - 0xD800) * 0x0400 + low - 0xDC00 + 0x10000;
/external/icu4c/test/perf/normperf/
H A Ddtfmtrtperf.h90 UDate low, high; local
92 low = cal->getTime(*status);
/external/qemu/distrib/zlib-1.2.3/
H A Dinftrees.c51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
159 of the low root bits of huff. This is saved in low to check for when a
207 low = (unsigned)(-1); /* trigger new sub-table when len > root */
209 mask = used - 1; /* mask for comparing low */
232 /* replicate for those indices with low len bits equal to huff */
260 if (len > root && (huff & mask) != low) {
284 low
[all...]
/external/qemu/
H A Delf_ops.h188 uint64_t addr, low = (uint64_t)-1, high = 0; local
252 if (addr < low)
253 low = addr;
263 *lowaddr = (uint64_t)(elf_sword)low;
/external/zlib/contrib/infback9/
H A Dinftree9.c51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
153 of the low root bits of huff. This is saved in low to check for when a
200 low = (unsigned)(-1); /* trigger new sub-table when len > root */
202 mask = used - 1; /* mask for comparing low */
226 /* replicate for those indices with low len bits equal to huff */
253 if (len > root && (huff & mask) != low) {
278 low
[all...]
/external/zlib/
H A Dinftrees.c51 unsigned low; /* low bits for current root entry */ local
52 unsigned mask; /* mask for low root bits */
159 of the low root bits of huff. This is saved in low to check for when a
206 low = (unsigned)(-1); /* trigger new sub-table when len > root */
208 mask = used - 1; /* mask for comparing low */
232 /* replicate for those indices with low len bits equal to huff */
260 if (len > root && (huff & mask) != low) {
285 low
[all...]
/external/apache-harmony/regex/src/test/java/org/apache/harmony/tests/java/util/regex/
H A DPattern2Test.java859 * if (UBlocks[i].low > 0) { m =
860 * p.matcher(Character.toString((char)(UBlocks[i].low-1)));
861 * assertFalse(m.matches()); } for (j=UBlocks[i].low; j <=
870 * if (UBlocks[i].low > 0) { m =
871 * p.matcher(Character.toString((char)(UBlocks[i].low-1)));
872 * assertTrue(m.matches()); } for (j=UBlocks[i].low; j <
882 if (UBlocks[i].low > 0) {
883 m = p.matcher(Character.toString((char) (UBlocks[i].low - 1)));
886 for (j = UBlocks[i].low; j <= UBlocks[i].high; j++) {
897 if (UBlocks[i].low >
1187 UBInfo(int low, int high, String name) argument
1195 public int low, high; field in class:Pattern2Test.UBInfo
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DEncodingInfo.java35 * isInEncoding(char high, char low);
37 * which can be called if the two characters from a high/low surrogate pair.
118 * character formed by the high/low pair is in the encoding.
119 * @param high a char that the a high char of a high/low surrogate pair.
120 * @param low a char that is the low char of a high/low surrogate pair.
125 public boolean isInEncoding(char high, char low) { argument
134 return m_encoding.isInEncoding(high, low);
174 * Returns true if the high/low surrogat
177 isInEncoding(char high, char low) argument
234 isInEncoding(char high, char low) argument
464 inEncoding(char high, char low, String encoding) argument
[all...]
/external/e2fsprogs/lib/ext2fs/
H A Dbadblocks.c164 int low, high, mid; local
172 low = 0;
174 if (blk == bb->list[low])
175 return low;
179 while (low < high) {
180 mid = (low+high)/2;
181 if (mid == low || mid == high)
188 low = mid;
/external/e2fsprogs/resize/
H A Dextent.c144 int low, high, mid; local
153 low = 0;
155 while (low <= high) {
157 mid = (low+high)/2;
159 if (low == high)
160 mid = low;
163 lowval = extent->list[low].old_loc;
173 mid = low + ((int) (range * (high-low)));
183 low
[all...]

Completed in 1069 milliseconds

12345