HomeSort by relevance Sort by last modified time
    Searched refs:low (Results 126 - 150 of 273) sorted by null

1 2 3 4 56 7 8 91011

  /external/qemu/distrib/zlib-1.2.3/
inflate.c 271 unsigned low, size; local
286 low = 0;
288 if ((low % 7) == 0) printf("\n ");
289 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits,
290 state.lencode[low].val);
291 if (++low == size) break;
297 low = 0;
299 if ((low % 6) == 0) printf("\n ");
300 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits
    [all...]
  /external/zlib/
inflate.c 271 unsigned low, size; local
286 low = 0;
288 if ((low % 7) == 0) printf("\n ");
289 printf("{%u,%u,%d}", state.lencode[low].op, state.lencode[low].bits,
290 state.lencode[low].val);
291 if (++low == size) break;
297 low = 0;
299 if ((low % 6) == 0) printf("\n ");
300 printf("{%u,%u,%d}", state.distcode[low].op, state.distcode[low].bits
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
TreeMap.java 540 int low = left_idx + 1, mid = 0, high = right_idx - 1; local
541 while (low <= high) {
542 mid = (low + high) >>> 1;
545 low = mid + 1;
662 int low = left_idx + 1, mid = 0, high = right_idx - 1; local
663 while (low <= high) {
664 mid = (low + high) >>> 1;
669 low = mid + 1;
1133 int low = left_idx + 1, mid = 0, high = right_idx - 1; local
1297 int low = left_idx + 1, mid = 0, high = right_idx - 1; local
1483 int low = left_idx + 1, mid = 0, high = right_idx - 1; local
    [all...]
  /external/elfutils/tests/
run-show-die-info.sh 32 low PC : 0x804842c
42 low PC : 0x804842c
56 low PC : 0x8048438
66 low PC : 0x8048438
80 low PC : 0x8048444
90 low PC : 0x8048444
130 low PC : 0x10000470
140 low PC : 0x10000470
917 low PC : 0x10000490
    [all...]
  /external/openssl/crypto/bn/
bn_lib.c 92 void BN_set_params(int mult, int high, int low, int mont)
108 if (low >= 0)
110 if (low > (int)(sizeof(int)*8)-1)
111 low=sizeof(int)*8-1;
112 bn_limit_bits_low=low;
113 bn_limit_num_low=1<<low;
  /external/qemu/block/
raw-win32.c 169 LONG low, high; local
171 low = offset;
173 if (!SetFilePointer(s->hfile, low, &high, FILE_BEGIN))
  /external/tcpdump/
print-snmp.c 337 u_int32_t low; member in struct:be::__anon6198::__anon6199
568 register u_int32_t high, low; local
571 high = 0, low = 0;
574 ((low & 0xFF000000) >> 24);
575 low = (low << 8) | *p;
578 elem->data.uns64.low = low;
743 printf("%u", elem->data.uns64.low);
748 d += elem->data.uns64.low;
    [all...]
  /external/v8/test/cctest/
test-mark-compact.cc 51 Address low = reinterpret_cast<Address>(mem); local
52 Address high = low + mem_size;
54 s.Initialize(low, high);
  /frameworks/base/core/java/android/text/
StaticLayout.java 951 int high = end + 1, low = start - 1, guess; local
1212 int low = -1; local
    [all...]
  /dalvik/vm/arch/x86-atom/
Call386ABI.S 146 sarl $28, %ebx # %ebx<- SRRR (low 4 bits)
  /external/emma/core/java12/com/vladium/emma/instr/
InstrVisitor.java 856 final int low = (code [++ scan] << 24) | ((0xFF & code [++ scan]) << 16) | ((0xFF & code [++ scan]) << 8) | (0xFF & code [++ scan]); local
1756 final int low = m_low; local
    [all...]
  /external/icu4c/tools/makeconv/
gencnvex.c 397 * 1. Count the number of unique unit values and get the low/high unit values
419 int32_t low, high, prev; local
426 /* step 1: examine the input units; set low, high, uniqueCount */
429 low=bytes[unitIndex];
432 prev=high=low;
445 count=(high-low)+1;
451 * from low to high
471 prev=low-1; /* just before low to prevent empty subsections before low */
716 UChar32 low, high, prev; local
    [all...]
  /system/extras/libpagemap/include/pagemap/
pagemap.h 129 unsigned long low, unsigned long hi,
  /external/kernel-headers/original/asm-x86/
cmpxchg_32.h 31 unsigned int low, unsigned int high)
41 "b"(low),
  /external/qemu/elff/
elf_file.h 462 /* Gets range's low and high pc for the given range reference in the mapped
471 * low - Upon successful return contains value for range's low pc.
478 bool get_range(Elf_Word offset, AddrType* low, AddrType* high) {
485 *low = pull_val(ptr);
  /external/webkit/JavaScriptCore/wtf/unicode/wince/
UnicodeWince.h 206 inline UChar32 surrogateToUcs4(wchar_t high, wchar_t low)
208 return (UChar32(high) << 10) + low - 0x35fdc00;
  /hardware/msm7k/librpc/rpc/
types.h 281 uint32 low; member in struct:rpc_accepted_reply_header::__anon7663::__anon7664
297 uint32 low; member in struct:rpc_denied_reply::__anon7665::__anon7666
  /dalvik/libcore/regex/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
Pattern2Test.java 1528 public int low, high; field in class:Pattern2Test.UBInfo
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBase.java 354 int low = start; local
358 while (low <= high)
360 int mid = (low + high) / 2;
366 low = mid + 1;
371 return (low <= end && list[low] > value) ? low : -1;
916 * to add to the low bits of the identity
    [all...]
  /external/icu4c/i18n/
uspoof_impl.cpp 130 int32_t *low = fSpoofData->fCFUKeys; local
132 int32_t *limit = low + fSpoofData->fRawData->fCFUKeysSize;
135 int32_t delta = (limit-low)/2;
136 mid = low + delta;
143 low = mid;
145 } while (low < limit-1);
146 mid = low;
  /external/icu4c/test/intltest/
tzfmttst.cpp 62 UDate low, high; local
64 low = cal->getTime(status);
182 if (!((BasicTimeZone*)&outtz)->hasEquivalentTransitions((BasicTimeZone&)*tz, low, high, TRUE, status)) {
ssearch.cpp 696 void add(int32_t order, int32_t low, int32_t high);
723 int32_t order, low, high; local
744 low = ucol_getOffset(elems);
753 add(order, low, high);
765 void OrderList::add(int32_t order, int32_t low, int32_t high)
778 list[listSize].lowOffset = low;
990 int32_t order, low, high; local
993 low = iter->getOffset();
997 forwardList.add(order, low, high);
1008 low = iter->getOffset()
1114 int32_t low, high; local
    [all...]
  /external/openssl/apps/
s_socket.c 585 unsigned long low= (unsigned long)-1; local
589 if (low > ghbn_cache[i].order)
591 low=ghbn_cache[i].order;
  /external/qemu/fpu/
softfloat-native.c 517 aLow = u.i.low & ~ LIT64( 0x4000000000000000 );
521 && ( u.i.low == aLow );
528 return ( ( u.i.high & 0x7FFF ) == 0x7FFF ) && (bits64) ( u.i.low<<1 );
  /external/webkit/WebKit/mac/History/
WebHistory.mm 212 unsigned low = 0;
214 while (low < high) {
215 unsigned mid = low + (high - low) / 2;
217 low = mid + 1;
222 // low is now the index of the first entry that is older than entryDate
223 [entriesForDate insertObject:entry atIndex:low];

Completed in 1860 milliseconds

1 2 3 4 56 7 8 91011