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

1 2 34 5 6 7

  /external/chromium/third_party/icu/source/common/
uset.cpp 334 * - some supplementary: (length|0x8000) (bmpLength<length) BMP, .., BMP, supp-high, supp-low, ..
444 uint16_t high=(uint16_t)(c>>16), low=(uint16_t)c; local
448 if (high < array[base] || (high==array[base] && low<array[base+1])) {
450 } else if (high < array[base+hi] || (high==array[base+hi] && low<array[base+hi+1])) {
456 } else if (high < array[iabs] || (high==array[iabs] && low<array[iabs+1])) {
  /external/chromium/third_party/icu/source/i18n/
ucoleitr.cpp 49 int32_t low; member in struct:RCEI
105 buffer[bufferIndex].low = ixLow;
123 int32_t low; member in struct:PCEI
183 buffer[bufferIndex].low = ixLow;
445 uint32_t low = 0, high = 0; local
460 low = ucol_getOffset(elems);
473 *ixLow = low;
530 int32_t low = 0, high = 0; local
565 low = ucol_getOffset(elems);
575 rceb.put(ce, low, high)
    [all...]
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;
bmsearch.cpp 176 int32_t low = -1, high = -1; local
189 low = ucol_getOffset(elements);
194 //high = low = -1;
215 ceb[offset].lowOffset = low;
226 int32_t low = -1, high = -1; local
241 low = ucol_getOffset(elements);
266 ceb[offset].lowOffset = low;
734 int32_t low = cei->lowOffset; local
737 if (high == 0 || (low < high && low <= tOffset))
    [all...]
ucol_bld.cpp 447 uint32_t high, low, count=1; local
451 low = UCOL_COMMON_TOP2<<24;
455 low = UCOL_BYTE_COMMON << 24; //0x05000000;
464 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges);
475 uint32_t low = lows[fStrength*3+strength]; local
488 if(low >= high && strength > UCOL_PRIMARY) {
494 if (low < UCOL_COMMON_TOP2<<24 ) {
495 // Override if low range is less than UCOL_COMMON_TOP2.
496 low = UCOL_COMMON_TOP2<<24;
500 // Override if low range is less than UCOL_COMMON_BOT3
    [all...]
  /external/chromium/third_party/icu/source/tools/tzcode/
icuzdump.cpp 199 void dumpZone(ostream& out, const char* linesep, UnicodeString tzid, int32_t low, int32_t high) {
288 int32_t low = 1902; local
316 << "\t values are 1902(low) and 2038(high)." << endl;
342 low = atoi(options[kOptCutover].value);
348 dumper.setLowYear(low);
  /external/e2fsprogs/lib/ext2fs/
icount.c 334 int low, high, mid; local
354 low = 0;
356 while (low <= high) {
358 mid = (low+high)/2;
360 if (low == high)
361 mid = low;
364 lowval = icount->list[low].ino;
379 mid = low + ((int) (range * (high-low)));
389 low = mid+1
    [all...]
  /external/icu4c/common/
uset.cpp 334 * - some supplementary: (length|0x8000) (bmpLength<length) BMP, .., BMP, supp-high, supp-low, ..
444 uint16_t high=(uint16_t)(c>>16), low=(uint16_t)c; local
448 if (high < array[base] || (high==array[base] && low<array[base+1])) {
450 } else if (high < array[base+hi] || (high==array[base+hi] && low<array[base+hi+1])) {
456 } else if (high < array[iabs] || (high==array[iabs] && low<array[iabs+1])) {
  /external/icu4c/i18n/
ucoleitr.cpp 49 int32_t low; member in struct:RCEI
105 buffer[bufferIndex].low = ixLow;
123 int32_t low; member in struct:PCEI
183 buffer[bufferIndex].low = ixLow;
432 uint32_t low = 0, high = 0; local
447 low = ucol_getOffset(elems);
460 *ixLow = low;
517 int32_t low = 0, high = 0; local
552 low = ucol_getOffset(elems);
562 rceb.put(ce, low, high)
    [all...]
uspoof_impl.cpp 130 int32_t *low = fSpoofData->fCFUKeys; local
132 int32_t *limit = low + fSpoofData->fRawData->fCFUKeysSize;
135 int32_t delta = ((int32_t)(limit-low))/2;
136 mid = low + delta;
143 low = mid;
145 } while (low < limit-1);
146 mid = low;
bmsearch.cpp 178 int32_t low = -1, high = -1; local
191 low = ucol_getOffset(elements);
196 //high = low = -1;
217 ceb[offset].lowOffset = low;
228 int32_t low = -1, high = -1; local
243 low = ucol_getOffset(elements);
268 ceb[offset].lowOffset = low;
687 int32_t low = cei->lowOffset; local
690 if (high == 0 || (low < high && low <= tOffset))
    [all...]
ucol_bld.cpp 447 uint32_t high, low, count=1; local
451 low = UCOL_COMMON_TOP2<<24;
455 low = UCOL_BYTE_COMMON << 24; //0x05000000;
464 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges);
475 uint32_t low = lows[fStrength*3+strength]; local
488 if(low >= high && strength > UCOL_PRIMARY) {
494 if (low < UCOL_COMMON_TOP2<<24 ) {
495 // Override if low range is less than UCOL_COMMON_TOP2.
496 low = UCOL_COMMON_TOP2<<24;
500 // Override if low range is less than UCOL_COMMON_BOT3
    [all...]
  /external/icu4c/test/intltest/
tzfmttst.cpp 63 UDate low, high; local
65 low = cal->getTime(status);
183 if (!((BasicTimeZone*)&outtz)->hasEquivalentTransitions((BasicTimeZone&)*tz, low, high, TRUE, status)) {
  /external/icu4c/tools/tzcode/
icuzdump.cpp 199 void dumpZone(ostream& out, const char* linesep, UnicodeString tzid, int32_t low, int32_t high) {
288 int32_t low = 1902; local
316 << "\t values are 1902(low) and 2038(high)." << endl;
342 low = atoi(options[kOptCutover].value);
348 dumper.setLowYear(low);
  /external/speex/libspeex/
sb_celp.c 314 spx_word16_t *low; local
334 low = in;
337 /* High-band buffering / sync with low band */
339 qmf_decomp(in, h0, low, high, st->full_frame_size, QMF_ORDER, st->h0_mem, stack);
345 /*FIXME: Are the two signals (low, high) in sync? */
346 e_low = compute_rms16(low, st->frame_size);
354 speex_encode_native(st->st_low, low, bits);
578 /* Compute mid-band (4000 Hz for wideband) response of low-band and high-band
597 /* Compute energy of low-band and high-band excitation */
606 /* Gain to use if we want to use the low-band excitation for high-band *
    [all...]
  /libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java 521 char low = value[i + 1]; local
522 if (low >= 0xdc00 && low <= 0xdfff) {
523 newData[--end] = low;
  /libcore/luni/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/dx/src/com/android/dx/cf/code/
BytecodeArray.java 816 int low = bytes.getInt(at + 4); local
    [all...]
  /external/bluetooth/bluez/src/
sdpd-request.c 576 uint16_t low = (0xffff0000 & range) >> 16; local
581 SDPDBG("Low id : 0x%x", low);
584 if (low == 0x0000 && high == 0xffff && pdu.data_size <= buf->buf_size) {
591 for (attr = low; attr < high; attr++) {
  /external/chromium/third_party/icu/source/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...]
  /external/chromium/third_party/libevent/
event.h 85 output buffer is drained below the write low watermark, which is 0 by
750 size_t low; member in struct:event_watermark
793 output buffer is drained below the write low watermark, which is 0 by
949 there is at least low watermark data in the buffer. If the read buffer
953 falls below the low watermark.
    [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...]
  /external/qemu/fpu/
softfloat-native.h 107 uint64_t low; member in struct:__anon6271::__anon6272
softfloat.h 143 uint64_t low; member in struct:__anon6279
150 uint64_t high, low; member in struct:__anon6280
152 uint64_t low, high;
439 return (a.high & 0x7fff) == 0x7fff && a.low == 0;
449 return (a.high & 0x7fff) == 0 && a.low == 0;
505 return (a.high & 0x7fffffffffffffffLL) == 0x7fff000000000000LL && a.low == 0;
515 return (a.high & 0x7fffffffffffffffLL) == 0 && a.low == 0;
  /system/core/liblog/
logprint.c 381 uint32_t low, high; local
383 low = src[0] | (src[1] << 8) | (src[2] << 16) | (src[3] << 24);
385 return ((long long) high << 32) | (long long) low;

Completed in 1018 milliseconds

1 2 34 5 6 7