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

1 2 34 5

  /prebuilt/darwin-x86/sdl/include/SDL/
SDL_stdinc.h 101 Uint32 lo; member in struct:__anon11350
  /prebuilt/linux-x86/sdl/include/SDL/
SDL_stdinc.h 101 Uint32 lo; member in struct:__anon12352
  /prebuilt/windows/sdl/include/SDL/
SDL_stdinc.h 101 Uint32 lo; member in struct:__anon15831
  /dalvik/vm/interp/
Interp.c 831 int lo = 0; local
833 while (lo <= hi) {
834 int mid = (lo + hi) >> 1;
840 lo = mid + 1;
    [all...]
  /external/bluetooth/bluez/src/
sdpd-request.c 1045 struct l2cap_options lo; local
1047 memset(&lo, 0, sizeof(lo));
1048 size = sizeof(lo);
1050 if (getsockopt(sk, SOL_L2CAP, L2CAP_OPTIONS, &lo, &size) < 0) {
1056 req.mtu = lo.omtu;
  /external/bzip2/
blocksort.c 34 Int32 lo,
40 if (lo == hi) return;
42 if (hi - lo > 3) {
43 for ( i = hi-4; i >= lo; i-- ) {
52 for ( i = hi-1; i >= lo; i-- ) {
99 Int32 sp, lo, hi; local
113 fpop ( lo, hi );
114 if (hi - lo < FALLBACK_QSORT_SMALL_THRESH) {
115 fallbackSimpleSort ( fmap, eclass, lo, hi );
128 if (r3 == 0) med = eclass[fmap[lo]]; els
631 Int32 sp, lo, hi, d; local
890 Int32 lo = ftab[sb] & CLEARMASK; local
    [all...]
  /external/libxml2/
uri.c 1050 int hi = val / 0x10, lo = val % 0x10; local
1053 ret[len++] = lo + (lo > 9? 'A'-10 : '0');
1094 int hi = val / 0x10, lo = val % 0x10; local
1097 ret[len++] = lo + (lo > 9? 'A'-10 : '0');
1181 int hi = val / 0x10, lo = val % 0x10; local
1184 ret[len++] = lo + (lo > 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 131 int lo = gsm_hexchar_to_int(hex[1]); local
133 if (hi < 0 || lo < 0)
136 return ( (hi << 4) | lo );
143 int lo = gsm_hex2_to_byte(hex+2); local
145 if (hi < 0 || lo < 0)
148 return ((hi << 8) | lo);
155 int lo = gsm_hexchar_to_int0(hex[1]); local
157 return (byte_t)( (hi << 4) | lo );
  /external/skia/src/core/
SkMath.cpp 109 uint32_t lo = C + (B << 16); local
110 int32_t hi = A + (B >> 16) + (lo < C);
113 hi = -hi - Sk32ToBool(lo);
114 lo = 0 - lo;
119 SkASSERT(((int32_t)lo >> 31) == hi);
121 return lo;
129 // we want (hi << (32 - shift)) | (lo >> shift) but rounded
130 int roundBit = (lo >> (shift - 1)) & 1;
131 return ((hi << (32 - shift)) | (lo >> shift)) + roundBit
    [all...]
  /frameworks/base/media/libstagefright/rtsp/
MyTransmitter.h 146 uint64_t lo = ((1ll << 32) * (nowUs % 1000000ll)) / 1000000ll; local
148 return (hi << 32) | lo;
  /dalvik/vm/analysis/
RegisterMap.c 940 int hi, lo, mid; local
942 lo = 0;
945 while (hi >= lo) {
946 mid = (hi + lo) / 2;
954 lo = mid + 1;
    [all...]
  /dalvik/vm/reflect/
Annotation.c 1572 u4 lo = 0; local
1853 u4 lo = 0; local
    [all...]
  /external/chromium/third_party/icu/source/test/perf/collationperf/
collperf.cpp 498 int lo = 0; local
501 int newGuess = (hi + lo) / 2;
514 lo = guess;
536 int lo = 0; local
539 int newGuess = (hi + lo) / 2;
566 lo = guess;
587 int lo = 0; local
590 int newGuess = (hi + lo) / 2;
622 lo = guess;
638 int lo = 0 local
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
zdump.c 379 long lo; local
386 &lo, &hi, &dummy) == 2) {
387 cutloyear = lo;
localtime.c 1295 register int lo = 1; local
1687 register time_t lo; local
    [all...]
  /external/freetype/src/sfnt/
ttcmap.c 263 /* * The value `slice[char.lo - first]' is read. If it is 0, there is */
1644 FT_UInt hi, lo; local
    [all...]
  /external/icu4c/test/perf/collationperf/
collperf.cpp 498 int lo = 0; local
501 int newGuess = (hi + lo) / 2;
514 lo = guess;
536 int lo = 0; local
539 int newGuess = (hi + lo) / 2;
566 lo = guess;
587 int lo = 0; local
590 int newGuess = (hi + lo) / 2;
622 lo = guess;
638 int lo = 0 local
    [all...]
  /external/icu4c/tools/tzcode/
zdump.c 379 long lo; local
386 &lo, &hi, &dummy) == 2) {
387 cutloyear = lo;
  /external/webkit/JavaScriptCore/yarr/
RegexInterpreter.cpp 422 if (checkCasedCharacter(term.atom.casedCharacter.lo, term.atom.casedCharacter.hi, term.inputPosition - 1))
1305 UChar lo = Unicode::toLower(ch); local
    [all...]
RegexJIT.cpp 104 char lo = ranges[which].begin; local
107 // check if there are any ranges or matches below lo. If not, just jl to failure -
109 if ((*matchIndex < matchCount) && (matches[*matchIndex] < lo)) {
110 Jump loOrAbove = branch32(GreaterThanOrEqual, character, Imm32((unsigned short)lo));
116 while ((*matchIndex < matchCount) && (matches[*matchIndex] < lo)) {
124 Jump loOrAbove = branch32(GreaterThanOrEqual, character, Imm32((unsigned short)lo));
131 failures.append(branch32(LessThan, character, Imm32((unsigned short)lo)));
161 UChar lo = charClass->m_rangesUnicode[i].begin; local
164 Jump below = branch32(LessThan, character, Imm32(lo));
    [all...]
  /libcore/luni/src/main/java/java/lang/
String.java 404 int lo = 0xdc00 | (x & 0x3ff); local
406 v[s++] = (char) lo;
    [all...]
  /bionic/libc/tzcode/
localtime.c 1389 register int lo = 1; local
1803 register time_t lo; local
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java 377 int lo = is.read(); local
379 return (hi << 8) | lo;
    [all...]
  /external/chromium/third_party/icu/source/test/intltest/
tzrulets.cpp 608 UDate lo = getUTCMillis(TESTYEARS[i][0], UCAL_JANUARY, 1); local
610 verifyTransitions(*tz, lo, hi);
    [all...]
  /external/icu4c/test/intltest/
tzrulets.cpp 619 UDate lo = getUTCMillis(TESTYEARS[i][0], UCAL_JANUARY, 1); local
621 verifyTransitions(*tz, lo, hi);
    [all...]

Completed in 451 milliseconds

1 2 34 5