HomeSort by relevance Sort by last modified time
    Searched defs:hi (Results 76 - 100 of 132) sorted by null

1 2 34 5 6

  /ndk/sources/android/stlport/src/
num_get_float.cpp 42 uint32_t hi; member in struct:_ll::__anon11223
46 uint32_t hi;
302 int hi, lo; /* offsets in power of ten table */ local
304 hi = (min) (exp_hi, num_hi); /* only a few large powers of 10 */
305 exp_hi -= hi; /* could iterate in extreme case */
306 hi += thi-1;
307 _Stl_mult64(p, _Stl_tenpow[hi], prodhi, prodlo);
309 bexp += _Stl_twoexp[hi] - norm;
392 if (bexp <= -1022) { /* HI denorm or underflow */
579 v.ieee.mantissa0 = vv.i32.hi;
    [all...]
  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 100 Uint32 hi; member in struct:__anon11350
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 100 Uint32 hi; member in struct:__anon12352
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 100 Uint32 hi; member in struct:__anon15831
  /dalvik/vm/interp/
Interp.c 832 int hi = size - 1; local
833 while (lo <= hi) {
834 int mid = (lo + hi) >> 1;
838 hi = mid - 1;
    [all...]
  /external/bzip2/
blocksort.c 35 Int32 hi )
40 if (lo == hi) return;
42 if (hi - lo > 3) {
43 for ( i = hi-4; i >= lo; i-- ) {
46 for ( j = i+4; j <= hi && ec_tmp > eclass[fmap[j]]; j += 4 )
52 for ( i = hi-1; i >= lo; i-- ) {
55 for ( j = i+1; j <= hi && ec_tmp > eclass[fmap[j]]; j++ )
99 Int32 sp, lo, hi; local
113 fpop ( lo, hi );
114 if (hi - lo < FALLBACK_QSORT_SMALL_THRESH)
631 Int32 sp, lo, hi, d; local
891 Int32 hi = (ftab[sb+1] & CLEARMASK) - 1; local
    [all...]
  /external/libxml2/
uri.c 1050 int hi = val / 0x10, lo = val % 0x10; local
1052 ret[len++] = hi + (hi > 9? 'A'-10 : '0');
1094 int hi = val / 0x10, lo = val % 0x10; local
1096 ret[len++] = hi + (hi > 9? 'A'-10 : '0');
1181 int hi = val / 0x10, lo = val % 0x10; local
1183 ret[len++] = hi + (hi > 9? 'A'-10 : '0');
1249 int hi = val / 0x10, lo = val % 0x10 local
1318 int hi = val \/ 0x10, lo = val % 0x10; local
1358 int hi = val \/ 0x10, lo = val % 0x10; local
    [all...]
  /external/qemu/telephony/
gsm.c 130 int hi = gsm_hexchar_to_int(hex[0]); local
133 if (hi < 0 || lo < 0)
136 return ( (hi << 4) | lo );
142 int hi = gsm_hex2_to_byte(hex); local
145 if (hi < 0 || lo < 0)
148 return ((hi << 8) | lo);
154 int hi = gsm_hexchar_to_int0(hex[0]); local
157 return (byte_t)( (hi << 4) | lo );
  /external/skia/src/core/
SkMath.cpp 110 int32_t hi = A + (B >> 16) + (lo < C); local
113 hi = -hi - Sk32ToBool(lo);
119 SkASSERT(((int32_t)lo >> 31) == hi);
123 return hi >> (shift - 32);
126 int32_t tmp = hi >> shift;
129 // we want (hi << (32 - shift)) | (lo >> shift) but rounded
131 return ((hi << (32 - shift)) | (lo >> shift)) + roundBit;
190 uint32_t Hi = A + (B >>16) + (Lo < C);
192 SkASSERT((Hi >> 29) == 0); // else overflo
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
MyTransmitter.h 145 uint64_t hi = nowUs / 1000000ll; local
148 return (hi << 32) | lo;
  /dalvik/vm/analysis/
RegisterMap.c 380 val |= 0x80; /* set hi bit */
940 int hi, lo, mid; local
943 hi = numEntries -1;
945 while (hi >= lo) {
946 mid = (hi + lo) / 2;
956 hi = mid - 1;
    [all...]
  /dalvik/vm/reflect/
Annotation.c 1571 u4 hi = pDexFile->pHeader->methodIdsSize -1; local
1852 u4 hi = pDexFile->pHeader->fieldIdsSize -1; local
    [all...]
  /external/chromium/third_party/icu/source/test/perf/collationperf/
collperf.cpp 497 int hi = gNumFileLines-1; local
501 int newGuess = (hi + lo) / 2;
512 hi = guess;
535 int hi = gNumFileLines-1; local
539 int newGuess = (hi + lo) / 2;
564 hi = guess;
586 int hi = gNumFileLines-1; local
590 int newGuess = (hi + lo) / 2;
620 hi = guess;
637 int hi = gNumFileLines-1 local
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
zdump.c 380 long hi; local
383 if (sscanf(cutarg, "%ld%c", &hi, &dummy) == 1) {
384 cuthiyear = hi;
386 &lo, &hi, &dummy) == 2) {
388 cuthiyear = hi;
  /external/freetype/src/sfnt/
ttcmap.c 1644 FT_UInt hi, lo; local
    [all...]
  /external/grub/grub/
asmstub.c 895 int hi = *ptr >> 4; local
901 grub_printf ("%x%x", hi, low);
944 static int _llseek (uint filedes, ulong hi, ulong lo,
946 _syscall5 (int, _llseek, uint, filedes, ulong, hi, ulong, lo,
  /external/icu4c/test/perf/collationperf/
collperf.cpp 497 int hi = gNumFileLines-1; local
501 int newGuess = (hi + lo) / 2;
512 hi = guess;
535 int hi = gNumFileLines-1; local
539 int newGuess = (hi + lo) / 2;
564 hi = guess;
586 int hi = gNumFileLines-1; local
590 int newGuess = (hi + lo) / 2;
620 hi = guess;
637 int hi = gNumFileLines-1 local
    [all...]
  /external/icu4c/tools/gennorm2/
n2builder.cpp 875 HangulIterator hi; local
878 while((range=hi.nextRange())!=NULL) {
891 hi.reset();
892 while((range=hi.nextRange())!=NULL) {
    [all...]
  /external/icu4c/tools/tzcode/
zdump.c 380 long hi; local
383 if (sscanf(cutarg, "%ld%c", &hi, &dummy) == 1) {
384 cuthiyear = hi;
386 &lo, &hi, &dummy) == 2) {
388 cuthiyear = hi;
  /external/webkit/JavaScriptCore/yarr/
RegexInterpreter.cpp 422 if (checkCasedCharacter(term.atom.casedCharacter.lo, term.atom.casedCharacter.hi, term.inputPosition - 1))
1306 UChar hi = Unicode::toUpper(ch); local
    [all...]
RegexJIT.cpp 105 char hi = ranges[which].end; local
133 while ((*matchIndex < matchCount) && (matches[*matchIndex] <= hi))
136 matchDest.append(branch32(LessThanOrEqual, character, Imm32((unsigned short)hi)));
137 // fall through to here, the value is above hi.
162 UChar hi = charClass->m_rangesUnicode[i].end; local
165 matchDest.append(branch32(LessThanOrEqual, character, Imm32(hi)));
    [all...]
  /libcore/luni/src/main/java/java/lang/
String.java 403 int hi = 0xd800 | (w << 6) | (x >> 10); local
405 v[s++] = (char) hi;
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.h 233 inline int hi(int c) const { return format.c[c].h; } function in struct:android::GGLAssembler::pixel_t
238 inline int component_size(int c) const { return hi(c) - low(c); }
247 component_t(int r, int lo, int hi, int f=0)
248 : reg_t(r, f), h(hi), l(lo) {
259 void setTo(int r, int lo=0, int hi=0, int f=0) {
260 reg_t::setTo(r, f); h=hi; l=lo;
  /bionic/libc/tzcode/
localtime.c 1390 register int hi = sp->timecnt; local
1804 register time_t hi; local
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java 378 int hi = is.read(); local
379 return (hi << 8) | lo;
    [all...]

Completed in 2830 milliseconds

1 2 34 5 6