/external/icu/android_icu4j/src/main/java/android/icu/util/ |
JapaneseCalendar.java | 268 int low = 0; local 275 low = CURRENT_ERA; 280 while (low < high - 1) { 281 int i = (low + high) / 2; 294 low = i; 305 internalSet(ERA, low); 306 internalSet(YEAR, year - ERAS[low*3] + 1);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
JapaneseCalendar.java | 282 int low = 0; local 289 low = CURRENT_ERA; 294 while (low < high - 1) { 295 int i = (low + high) / 2; 308 low = i; 319 internalSet(ERA, low); 320 internalSet(YEAR, year - ERAS[low*3] + 1);
|
/external/opencv3/3rdparty/zlib/ |
inftrees.c | 51 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 = huff & mask [all...] |
/external/pdfium/third_party/zlib_v128/ |
inftrees.c | 51 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 = huff & mask [all...] |
/external/zlib/src/ |
inftrees.c | 51 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 = huff & mask [all...] |
/frameworks/base/core/java/android/text/ |
AndroidBidi.java | 167 for (int low = i, hi = e - 2; low < hi; low += 2, hi -= 2) { 168 int x = ld[low]; ld[low] = ld[hi]; ld[hi] = x; 169 x = ld[low+1]; ld[low+1] = ld[hi+1]; ld[hi+1] = x;
|
/external/e2fsprogs/resize/ |
extent.c | 144 __s64 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; 178 mid = low + ((__u64) (range * (high-low))); 188 low = mid+1 [all...] |
/toolchain/binutils/binutils-2.25/gas/ |
atof-generic.c | 130 address_of_generic_floating_point_number->low; 144 address_of_generic_floating_point_number->low; 299 = -1 + address_of_generic_floating_point_number->low; 320 - address_of_generic_floating_point_number->low 433 digits_flonum.low = digits_binary_low; 487 power_of_10_flonum.low = power_binary_low; 491 temporary_flonum.low = temporary_binary_low; 602 if (f->low < f->high) 603 for (lp = f->high; lp >= f->low; lp--) 606 for (lp = f->low; lp <= f->high; lp++ [all...] |
/external/webp/src/utils/ |
huffman.c | 142 uint32_t low = -1; // low bits for current root entry local 143 uint32_t mask = total_size - 1; // mask for low bits 180 if ((key & mask) != low) { 185 low = key & mask; 186 root_table[low].bits = (uint8_t)(table_bits + root_bits); 187 root_table[low].value = (uint16_t)((table - root_table) - low);
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/ |
netcontext.py | 26 port_range = namedtuple("port_range", ["low", "high"]) 161 low, high = self.ports 163 if low == high: 164 return "portcon {0.protocol} {1} {0.context}".format(self, low) 166 return "portcon {0.protocol} {1}-{2} {0.context}".format(self, low, high) 169 return hash("portcon|{0.protocol}|{1.low}|{1.high}".format(self, self.ports)) 184 Return: Tuple(low, high) 185 low The low port of the range. 188 low = self.qpol_symbol.low_port(self.policy [all...] |
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/ppc/ |
vle-reloc.d | 28 18: R_PPC_VLE_LO16D low 40 30: R_PPC_VLE_LO16D low 54 4c: R_PPC_VLE_LO16D low 66 64: R_PPC_VLE_LO16D low 78 7c: R_PPC_VLE_LO16D low 90 94: R_PPC_VLE_LO16A low 102 ac: R_PPC_VLE_LO16A low 114 c4: R_PPC_VLE_LO16A low 126 dc: R_PPC_VLE_LO16A low 138 f4: R_PPC_VLE_LO16A low [all...] |
/bionic/libm/upstream-freebsd/lib/msun/src/ |
s_atan.c | 82 u_int32_t low; local 83 GET_LOW_WORD(low,x); 85 (ix==0x7ff00000&&(low!=0)))
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/ |
iri2uri.py | 56 for low, high in escape_range:
57 if i < low:
59 if i >= low and i <= high:
|
/external/compiler-rt/test/builtins/Unit/ |
negvti2_test.c | 40 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
|
multi3_test.c | 36 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low, 37 expectedt.s.high, expectedt.s.low);
|
/external/google-benchmark/src/ |
cycleclock.h | 73 uint64_t low, high; 74 __asm__ volatile("rdtsc" : "=a"(low), "=d"(high)); 75 return (high << 32) | low; 83 // high 32 bits in tbu1; low 32 bits in tbl (tbu0 is garbage)
|
/external/proguard/src/proguard/obfuscate/ |
MappingPrinter.java | 153 int low,high; local 154 low = lineNumberTableAttribute.getLowestLineNumber(); 156 ps.print(low + ":" + high + ":");
|
/external/selinux/checkpolicy/ |
policy_define.h | 46 int define_port_context(unsigned int low, unsigned int high); 48 int define_iomem_context(uint64_t low, uint64_t high); 49 int define_ioport_context(unsigned long low, unsigned long high);
|
/external/webrtc/webrtc/base/ |
random_unittest.cc | 113 int32_t low, 119 ASSERT_GE(high, low); 121 uint32_t interval = static_cast<uint32_t>(high - low + 1); 124 // The computation high - low + 1 should be 2^32 but overflowed 134 int32_t sample = prng->Rand(low, high); 135 EXPECT_LE(low, sample); 137 buckets[static_cast<uint32_t>(sample - low) / numbers_per_bucket]++; 153 uint32_t low, 159 ASSERT_GE(high, low); 161 uint32_t interval = static_cast<uint32_t>(high - low + 1) [all...] |
/frameworks/av/media/img_utils/include/img_utils/ |
DngUtils.h | 34 #define CLAMP(x, low, high) (((x) > (high)) ? (high) : (((x) < (low)) ? (low) : (x)))
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/diff/ |
portcon.py | 77 self.low, self.high = ocon.ports 88 self.low == other.low and \
|
/bootable/recovery/ |
wear_touch.h | 28 WearSwipeDetector(int low, int high, OnSwipeCallback cb, void* cookie);
|
/external/boringssl/src/crypto/ec/ |
p256-64.c | 330 s64 high, low; local 372 low = tmp[3]; 373 mask = low >> 63; 375 * all ones if the MSB of low is 1 376 * all zeros if the MSB of low if 0 */ 377 low &= bottom63bits; 378 low -= kPrime3Test; 379 /* if low was greater than kPrime3Test then the MSB is zero */ 380 low = ~low; 421 u64 high, low; local 510 u64 high, low; local [all...] |
/external/libevent/include/event2/ |
bufferevent_struct.h | 58 size_t low; member in struct:event_watermark
|
/external/pdfium/core/src/fxcodec/jbig2/ |
JBig2_HuffmanTable.cpp | 59 const int low = static_cast<int>(HTLOW); local 61 if (low > high) 65 int cur_low = low; 80 RANGELOW[NTEMP] = low - 1;
|