/external/valgrind/main/coregrind/ |
m_xarray.c | 232 Word lo, mid, hi, cres; local 237 hi = xa->usedsizeE-1; 239 /* current unsearched space is from lo to hi, inclusive. */ 240 if (lo > hi) return False; /* not found */ 241 mid = (lo + hi) / 2; 244 if (cres < 0) { hi = mid-1; continue; } 248 vg_assert(cmpFn( key, VG_(indexXA)(xa, hi) ) <= 0);
|
/external/chromium_org/third_party/openssl/openssl/crypto/sha/asm/ |
sha512-armv4.S | 4 # define HI 4 7 # define HI 0 78 ldr r8,[r0,#32+HI] 80 ldr r10, [r0,#48+HI] 82 ldr r12, [r0,#56+HI] 89 ldr r6,[r0,#0+HI] 91 ldr r4,[r0,#8+HI] 93 ldr r10, [r0,#16+HI] 95 ldr r12, [r0,#24+HI] 103 ldr r4,[r0,#40+HI] [all...] |
/external/openssl/crypto/sha/asm/ |
sha512-armv4.S | 4 # define HI 4 7 # define HI 0 78 ldr r8,[r0,#32+HI] 80 ldr r10, [r0,#48+HI] 82 ldr r12, [r0,#56+HI] 89 ldr r6,[r0,#0+HI] 91 ldr r4,[r0,#8+HI] 93 ldr r10, [r0,#16+HI] 95 ldr r12, [r0,#24+HI] 103 ldr r4,[r0,#40+HI] [all...] |
/external/valgrind/main/memcheck/ |
mc_malloc_wrappers.c | 849 Addr lo, hi, min, max; local 854 hi = mc->szB == 0 ? mc->data : mc->data + mc->szB - 1; 858 if (EXTENT_CONTAINS(lo) && EXTENT_CONTAINS(hi)) { 866 (! EXTENT_CONTAINS(hi)) ) { 885 EXTENT_CONTAINS(hi)); 903 hi = addr + szB; 906 hi = mc->data + szB; 910 tl_assert(lo < hi); 911 tl_assert(hi <= max); 917 if (hi < max && !EXTENT_CONTAINS(max)) [all...] |
/dalvik/vm/mterp/mips/ |
OP_MUL_LONG.S | 28 addu v1, v1, t1 # v1+= hi(a2a0)
|
/external/chromium_org/base/time/ |
time.cc | 218 inline bool is_in_range(int value, int lo, int hi) { 219 return lo <= value && value <= hi;
|
/external/chromium_org/net/quic/ |
quic_data_writer.cc | 50 uint32 hi = value >> 32; local 52 return WriteUInt32(lo) && WriteUInt16(hi);
|
/external/chromium_org/third_party/libxslt/libexslt/ |
crypto.c | 62 unsigned char lo, hi; local 66 hi = bin[i] >> 4; 67 hex[pos++] = bin2hex[hi]; 87 unsigned char lo, hi, result, tmp; local 90 hi = lo = 0; 94 hi = tmp - '0'; 96 hi = 10 + (tmp - 'a'); 104 result = hi << 4;
|
/external/chromium_org/third_party/skia/src/core/ |
SkGlyphCache.cpp | 281 int hi = 0; local 288 hi = count - 1; 289 while (lo < hi) { 290 int mid = (hi + lo) >> 1; 294 hi = mid; 297 glyph = gptr[hi]; 305 // check if we need to bump hi before falling though to the allocator 307 hi += 1; 311 // not found, but hi tells us where to inser the new glyph 317 *fGlyphArray.insert(hi) = glyph [all...] |
/external/eigen/demos/opengl/ |
quaternion_demo.cpp | 273 TimeLine::const_iterator hi = m_timeline.upper_bound(m_alpha); local 274 TimeLine::const_iterator lo = hi; 279 if(hi==m_timeline.end()) 285 else if(hi==m_timeline.begin()) 288 currentFrame = hi->second; 292 float s = (m_alpha - lo->first)/(hi->first - lo->first); 294 currentFrame = ::lerpFrame<EulerAngles<float> >(s, lo->second, hi->second); 296 currentFrame = ::lerpFrame<Eigen::Quaternionf>(s, lo->second, hi->second);
|
/external/skia/src/core/ |
SkGlyphCache.cpp | 281 int hi = 0; local 288 hi = count - 1; 289 while (lo < hi) { 290 int mid = (hi + lo) >> 1; 294 hi = mid; 297 glyph = gptr[hi]; 305 // check if we need to bump hi before falling though to the allocator 307 hi += 1; 311 // not found, but hi tells us where to inser the new glyph 317 *fGlyphArray.insert(hi) = glyph [all...] |
/frameworks/av/media/libstagefright/codecs/amrwb/src/ |
pvamrwbdecoder_basic_op_armv5.h | 197 __inline int32 mul_32by16(int16 hi, int16 lo, int16 n) 203 smulbb H_32, hi, n local
|
pvamrwbdecoder_basic_op_cequivalent.h | 502 hi hi part of 32 bit number. 509 __inline int32 mul_32by16(int16 hi, int16 lo, int16 n) 511 return (((((int32)hi*n)) + ((((int32)lo*n) >> 15))) << 1);
|
/frameworks/base/core/java/android/content/pm/ |
Signature.java | 81 final int hi = parseHexDigit(input[i++]); local 83 sig[sigIndex++] = (byte) ((hi << 4) | lo);
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
sre_compile.py | 114 lo, hi = av[1].getwidth() 115 if lo != hi: 357 lo, hi = av[2].getwidth() 358 if lo == 0 and hi == MAXREPEAT: 360 return lo == hi == 1 and av[2][0][0] != SUBPATTERN 366 lo, hi = pattern.getwidth() 448 if hi < MAXCODE: 449 emit(hi)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
sre_compile.py | 114 lo, hi = av[1].getwidth() 115 if lo != hi: 357 lo, hi = av[2].getwidth() 358 if lo == 0 and hi == MAXREPEAT: 360 return lo == hi == 1 and av[2][0][0] != SUBPATTERN 366 lo, hi = pattern.getwidth() 448 if hi < MAXCODE: 449 emit(hi)
|
/external/opencv/cxcore/src/ |
cxmathfuncs.cpp | 713 int hi; member in struct:__anon26735::__anon26736 717 int hi; 855 buf[0].i.hi = t << 20; 859 buf[1].i.hi = t << 20; 863 buf[2].i.hi = t << 20; 867 buf[3].i.hi = t << 20; 894 buf[0].i.hi = t << 20; 966 buf[0].i.hi = t << 20; 970 buf[1].i.hi = t << 20; [all...] |
/external/chromium_org/third_party/icu/source/tools/tzcode/ |
icuzdump.cpp | 107 void setHighYear(int32_t hi) { 108 hiyear = hi; 189 void getCutOverTimes(UDate& lo, UDate& hi) { 196 hi = gcal->getTime(status);
|
/external/chromium_org/third_party/skia/src/animator/ |
SkTime.cpp | 75 s.set(wide.hi, wide.lo);
|
/external/chromium_org/v8/test/webkit/ |
throw-from-finally.js | 72 events.push("5:hi"); 80 shouldBe("\"\" + events", "\"1:try,1:finally,2:finally,2:thingy,3:thingy,3:finally,4:thingy,4:finally,4:another thingy,5:hi,5:wat\"");
|
/external/clang/utils/ABITest/ |
Enumeration.py | 67 hi = line<<1 68 while lo + 1 != hi: 69 #assert base(lo) <= N < base(hi) 70 mid = (lo + hi)>>1 74 hi = mid
|
/external/icu4c/tools/tzcode/ |
icuzdump.cpp | 107 void setHighYear(int32_t hi) { 108 hiyear = hi; 189 void getCutOverTimes(UDate& lo, UDate& hi) { 196 hi = gcal->getTime(status);
|
/external/libvorbis/lib/ |
codec_internal.h | 127 highlevel_encode_setup hi; /* used only by vorbisenc.c. It's a member in struct:codec_setup_info
|
/external/llvm/test/MC/Mips/ |
mips-expansions.s | 18 # CHECK: lui $10, %hi(symbol) # encoding: [A,A,0x0a,0x3c] 23 # CHECK: lui $1, %hi(symbol) # encoding: [A,A,0x01,0x3c]
|
mips-relocations.s | 4 # CHECK: lui $2, %hi(_gp_disp) # encoding: [A,A,0x02,0x3c] 29 lui $2, %hi(_gp_disp)
|