HomeSort by relevance Sort by last modified time
    Searched refs:high (Results 251 - 275 of 1979) sorted by null

<<11121314151617181920>>

  /external/compiler-rt/test/builtins/Unit/
negti2_test.c 36 at.s.high, at.s.low, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
ctzti2_test.c 33 at.s.high, at.s.low, x, expected);
ffsti2_test.c 32 at.s.high, at.s.low, x, expected);
mulvti3_test.c 40 at.s.high, at.s.low, bt.s.high, bt.s.low, xt.s.high, xt.s.low,
41 expectedt.s.high, expectedt.s.low);
parityti2_test.c 41 at.s.high, at.s.low, x, expected);
  /external/icu/android_icu4j/src/main/java/android/icu/impl/
USerializedSet.java 165 char high=(char)(c>>16), low=(char)c; local
167 i<length && (high>array[i] || (high==array[i] && low>=array[i+1]));
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
USerializedSet.java 163 char high=(char)(c>>16), low=(char)c; local
165 i<length && (high>array[i] || (high==array[i] && low>=array[i+1]));
  /external/selinux/libsemanage/src/
ports_local.c 95 int high = semanage_port_get_high(ports[i]); local
115 if (low2 <= high) {
118 low, high, proto_str, low2, high2, proto_str2);
ibpkey_record.c 50 int low, int high,
53 return sepol_ibpkey_key_create(handle->sepolh, subnet_prefix, low, high, key_ptr);
126 void semanage_ibpkey_set_range(semanage_ibpkey_t *ibpkey, int low, int high)
128 sepol_ibpkey_set_range(ibpkey, low, high);
ibpkeys_local.c 88 int low, high; local
110 high = semanage_ibpkey_get_high(ibpkeys[i]);
133 if (low2 <= high) {
136 subnet_prefix_str, low, high,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
mls.py 198 high = level_factory(policy, levels[1].strip())
202 high = low
206 policy_range = qpol.qpol_mls_range_t(policy, low.qpol_symbol, high.qpol_symbol)
209 format(sym, low, high))
432 high = self.high
434 if high == low:
437 return "{0} - {1}".format(low, high)
444 return self.low == other.low and self.high == other.high
457 def high(self): member in class:Range
    [all...]
  /device/linaro/bootloader/arm-trusted-firmware/lib/pmf/
pmf_main.c 122 int high = pmf_num_services; local
133 mid = (low + high) / 2;
138 high = mid - 1;
141 } while ((svc_id != desc_svc_id) && (low <= high));
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/RegularExpressionDxe/Oniguruma/enc/
utf16_le.c 107 unsigned int plane, high; local
110 high = (code & 0xff00) >> 8;
112 *p++ = (UChar)(((plane & 0x03) << 6) + (high >> 2));
115 *p = (high & 0x03) + 0xdc;
  /external/compiler-rt/lib/builtins/
floattidf.c 76 fb.u.s.high = ((su_int)s & 0x80000000) | /* sign */
78 ((su_int)(a >> 32) & 0x000FFFFF); /* mantissa-high */
floattixf.c 78 fb.u.high.s.low = ((su_int)s & 0x8000) | /* sign */
floatuntidf.c 74 fb.u.s.high = ((e + 1023) << 20) | /* exponent */
75 ((su_int)(a >> 32) & 0x000FFFFF); /* mantissa-high */
floatuntixf.c 76 fb.u.high.s.low = (e + 16383); /* exponent */
  /external/icu/android_icu4j/src/main/java/android/icu/util/
JapaneseCalendar.java 280 int high = ERAS.length / 3; local
282 while (low < high - 1) {
283 int i = (low + high) / 2;
298 high = i;
  /external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
JapaneseCalendar.java 294 int high = ERAS.length / 3; local
296 while (low < high - 1) {
297 int i = (low + high) / 2;
312 high = i;
  /external/libmojo/mojo/common/
common_custom_types_struct_traits.cc 45 uint64_t high = data.high(); local
49 if (high == 0 && low == 0)
52 *out = base::UnguessableToken::Deserialize(high, low);
  /external/pdfium/core/fxcodec/jbig2/
JBig2_HuffmanTable.cpp 63 const int high = static_cast<int>(HTHIGH); local
64 if (low > high)
84 } while (cur_low.ValueOrDie() < high);
97 RANGELOW[NTEMP] = high;
  /external/tcpdump/
rpc_msg.h 85 uint32_t high; member in struct:sunrpc_rejected_reply::__anon38637::__anon38638
  /frameworks/av/media/libeffects/testlibs/
AudioPeakingFilter.h 37 // All is left for this class to do is mapping between high-level parameters to
89 void getBandRange(uint32_t & low, uint32_t & high) const;
144 // A coefficient interpolator, used for mapping the high level parameters to
  /frameworks/base/core/java/android/hardware/display/
AmbientBrightnessDayStats.java 214 int high = mBucketBoundaries.length - 1; local
215 while (low < high) {
216 int mid = (low + high) / 2;
223 high = mid - 1;
  /prebuilts/go/darwin-x86/src/runtime/
fastlog2.go 25 low, high := fastlog2Table[xManIndex], fastlog2Table[xManIndex+1]
26 return float64(xExp) + low + (high-low)*float64(xManScale)*fastlogScaleRatio

Completed in 507 milliseconds

<<11121314151617181920>>