/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
JapaneseCalendar.java | 292 int high = ERAS.length / 3; local 294 while (low < high - 1) { 295 int i = (low + high) / 2; 310 high = i;
|
/external/tcpdump/ |
rpc_msg.h | 85 uint32_t high; member in struct:sunrpc_rejected_reply::__anon23059::__anon23060
|
/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/av/media/libstagefright/codecs/on2/h264dec/omxdl/reference/vc/m4p2/src/ |
omxVCM4P2_DecodePadMV_PVOP.c | 111 OMX_S16 high, low, range; local 149 high = ( 32 * scaleFactor) - 1; 230 if (pDstMVCurMB[iBlk].dx > high) 239 if (pDstMVCurMB[iBlk].dy > high)
|
/art/runtime/interpreter/mterp/arm/ |
op_const_string_jumbo.S | 4 FETCH r2, 2 @ r2<- BBBB (high)
|
op_const_wide_32.S | 4 FETCH_S r2, 2 @ r2<- ssssBBBB (high)
|
op_double_to_long.S | 14 mov r3, #0x43000000 @ maxlong, as a double (high word) 28 mov r3, #0xc3000000 @ minlong, as a double (high word)
|
/art/runtime/interpreter/mterp/mips/ |
op_const_string_jumbo.S | 4 FETCH(a2, 2) # a2 <- BBBB (high)
|
op_double_to_long.S | 50 .dword 0x43e0000000000000 # maxlong, as a double (high word) 52 .dword 0xc3e0000000000000 # minlong, as a double (high word)
|
/dalvik/dexgen/src/com/android/dexgen/dex/code/ |
InsnFormat.java | 422 * @param high {@code 0..255;} high byte 425 protected static short codeUnit(int low, int high) { 430 if ((high & 0xff) != high) { 431 throw new IllegalArgumentException("high out of range 0..255"); 434 return (short) (low | (high << 8)); 442 * @param n2 {@code 0..15;} medium-high nibble 443 * @param n3 {@code 0..15;} high nibble 470 * @param high {@code 0..15;} high nibbl [all...] |
/dalvik/dx/src/com/android/dx/dex/code/ |
InsnFormat.java | 520 * @param high {@code 0..255;} high byte 523 protected static short codeUnit(int low, int high) { 528 if ((high & 0xff) != high) { 529 throw new IllegalArgumentException("high out of range 0..255"); 532 return (short) (low | (high << 8)); 540 * @param n2 {@code 0..15;} medium-high nibble 541 * @param n3 {@code 0..15;} high nibble 568 * @param high {@code 0..15;} high nibbl [all...] |
/external/chromium-trace/catapult/third_party/gsutil/third_party/httplib2/python3/httplib2/ |
iri2uri.py | 56 for low, high in escape_range:
59 if i >= low and i <= high:
|
/external/compiler-rt/test/builtins/Unit/ |
cmpti2_test.c | 35 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
|
fixdfti_test.c | 39 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
|
fixsfti_test.c | 39 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
|
fixunsdfti_test.c | 41 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
|
fixunssfti_test.c | 41 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
|
fixunsxfti_test.c | 42 a, xt.s.high, xt.s.low, expectedt.s.high, expectedt.s.low);
|
ucmpti2_test.c | 36 at.s.high, at.s.low, bt.s.high, bt.s.low, x, expected);
|
/external/dexmaker/src/dx/java/com/android/dx/dex/code/ |
InsnFormat.java | 522 * @param high {@code 0..255;} high byte 525 protected static short codeUnit(int low, int high) { 530 if ((high & 0xff) != high) { 531 throw new IllegalArgumentException("high out of range 0..255"); 534 return (short) (low | (high << 8)); 542 * @param n2 {@code 0..15;} medium-high nibble 543 * @param n3 {@code 0..15;} high nibble 570 * @param high {@code 0..15;} high nibbl [all...] |
/external/libgdx/extensions/gdx-bullet/jni/swig-src/dynamics/com/badlogic/gdx/physics/bullet/dynamics/ |
btHingeConstraint.java | 158 public void setLimit(float low, float high, float _softness, float _biasFactor, float _relaxationFactor) { 159 DynamicsJNI.btHingeConstraint_setLimit__SWIG_0(swigCPtr, this, low, high, _softness, _biasFactor, _relaxationFactor); 162 public void setLimit(float low, float high, float _softness, float _biasFactor) { 163 DynamicsJNI.btHingeConstraint_setLimit__SWIG_1(swigCPtr, this, low, high, _softness, _biasFactor); 166 public void setLimit(float low, float high, float _softness) { 167 DynamicsJNI.btHingeConstraint_setLimit__SWIG_2(swigCPtr, this, low, high, _softness); 170 public void setLimit(float low, float high) { 171 DynamicsJNI.btHingeConstraint_setLimit__SWIG_3(swigCPtr, this, low, high);
|
/frameworks/base/libs/hwui/ |
SpotShadow.h | 53 static void quicksortCirc(Vector2* points, int low, int high, const Vector2& center); 54 static void quicksortX(Vector2* points, int low, int high);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/ |
rpc_msg.h | 93 u_long high; member in struct:accepted_reply::__anon39082::__anon39083 113 u_long high; member in struct:rejected_reply::__anon39085::__anon39086
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/ |
rpc_msg.h | 93 u_long high; member in struct:accepted_reply::__anon41072::__anon41073 113 u_long high; member in struct:rejected_reply::__anon41075::__anon41076
|
/toolchain/binutils/binutils-2.25/ld/testsuite/ld-mmix/ |
b-fixo2.d | 9 # Note that we "optimize" out the high tetrabyte of 0 written to
|