HomeSort by relevance Sort by last modified time
    Searched defs:high (Results 151 - 175 of 526) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/kernel-headers/original/uapi/asm-arm/asm/
setup.h 90 __u32 high; member in struct:tag_serialnr
  /external/openfst/src/include/fst/
label-reachable.h 515 ssize_t high = aiter_end; local
516 while (low < high) {
517 ssize_t mid = (low + high) / 2;
522 high = mid;
  /external/oprofile/module/x86/
op_model_p4.c 361 #define ESCR_READ(escr, high, ev, i) do {rdmsr(ev->bindings[(i)].escr_address, (escr), (high));} while (0)
362 #define ESCR_WRITE(escr, high, ev, i) do {wrmsr(ev->bindings[(i)].escr_address, (escr), (high));} while (0)
372 #define CCCR_READ(low, high, i) do {rdmsr(p4_counters[(i)].cccr_address, (low), (high));} while (0)
373 #define CCCR_WRITE(low, high, i) do {wrmsr(p4_counters[(i)].cccr_address, (low), (high));} while (0)
488 unsigned int high = 0; local
512 ESCR_READ(escr, high, ev, i)
549 unsigned int low, high; local
627 unsigned long ctr, low, high, stag, real; local
674 unsigned int low, high, stag; local
691 unsigned int low, high, stag; local
    [all...]
  /external/pdfium/core/src/fxcrt/
fx_basic_maps.cpp 637 int low = 0, high = count - 1; local
638 while (low <= high) {
639 int mid = (low + high) / 2;
643 high = mid - 1;
  /external/speex/libspeex/
sb_celp.c 233 st->high=(spx_word16_t*)speex_alloc((st->windowSize-st->frame_size)*sizeof(spx_word16_t));
284 speex_free(st->high);
315 spx_word16_t *high; local
335 high = in+st->frame_size;
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? */
347 e_high = compute_rms16(high, st->frame_size);
356 high = high - (st->windowSize-st->frame_size)
    [all...]
  /frameworks/base/core/java/android/view/
GhostView.java 244 int high = overlayViewGroup.getChildCount() - 1; local
246 while (low <= high) {
247 int mid = (low + high) / 2;
254 high = mid - 1;
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
wpa.h 59 uint8 high; member in struct:__anon19250::__anon19251
71 uint8 high; member in struct:__anon19252::__anon19253
91 uint8 high; member in struct:__anon19255::__anon19256
100 uint8 high; member in struct:__anon19257::__anon19258
  /hardware/libhardware_legacy/include/hardware_legacy/
gscan.h 144 wifi_rssi high; // high threshold member in struct:__anon20554
  /libcore/luni/src/main/java/java/lang/
AbstractStringBuilder.java 502 char high = value[i]; local
503 if ((i + 1) < count && high >= 0xd800 && high <= 0xdbff) {
510 newData[--end] = high;
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/asm/
setup.h 77 __u32 high; member in struct:tag_serialnr
  /system/core/liblog/
logprint.c 401 uint32_t low, high; local
404 high = src[4] | (src[5] << 8) | (src[6] << 16) | (src[7] << 24);
405 return ((long long) high << 32) | (long long) low;
  /bionic/libc/kernel/uapi/linux/
bcache.h 25 __u64 high; member in struct:bkey
35 #define KEY(inode, offset, size) ((struct bkey) { .high = (1ULL << 63) | ((__u64) (size) << 20) | (inode), .low = (offset) })
  /dalvik/dx/src/com/android/dx/cf/code/
BytecodeArray.java 834 int high = bytes.getInt(at + 8); local
    [all...]
  /development/perftests/panorama/feature_mos/src/mosaic/
Delaunay.cpp 77 int low, high; local
80 high = hi;
82 if ( low < (high-2) ) {
85 maxx = sp[high];
87 spsorty( sp, low, high);
92 (0.5 + ((double)(high-low+1) * ((double)lowrows / (double)rows)));
94 build( split+1, high, &rdi, &rdo, (rows-lowrows) );
105 else if (low >= (high - 1)) { // two or one points
106 a = makeEdge(sp[low], sp[high]);
112 b = makeEdge(s2, (s3 = sp[high]));
    [all...]
  /external/aac/libFDK/src/
fixpoint_math.cpp 224 LONG high = u * ((v>>FRACT_BITS)<<1); local
226 prod = (LONG)(high+low);
  /external/bison/src/
tables.c 133 int high; variable
723 if (loc > high)
724 high = loc;
772 high = 0;
798 table_ninf = table_ninf_remap (table, high + 1, ACTION_NUMBER_MINIMUM);
  /external/chromium_org/chrome/installer/test/
alternate_version_generator.cc 107 static ChromeVersion FromHighLow(DWORD high, DWORD low) {
108 return ChromeVersion(static_cast<ULONGLONG>(high) << 32 |
127 DWORD high() const { return static_cast<DWORD>(version_ >> 32); } function in class:__anon10361::ChromeVersion
335 DWORD high; member in struct:__anon10361::VersionPair
339 ctx.current_version.high(), ctx.current_version.low()
342 ctx.new_version.high(), ctx.new_version.low()
  /external/chromium_org/third_party/icu/source/i18n/
ucol_bld.cpp 451 uint32_t high, low, count=1; local
456 high = 0xFFFFFFFF;
460 high = 0x40000000;
468 g->noOfRanges = ucol_allocWeights(low, high, count, maxByte, g->ranges);
480 uint32_t high = highs[fStrength*3+strength]; local
492 if(low >= high && strength > UCOL_PRIMARY) {
502 high = 0xFFFFFFFF;
508 high = 0x40000000;
529 if(high > (UCOL_COMMON_BOT2<<24) && high < (uint32_t)(UCOL_COMMON_TOP2<<24))
    [all...]
  /external/chromium_org/third_party/icu/source/tools/makeconv/
gencnvex.c 398 * 1. Count the number of unique unit values and get the low/high unit values
420 int32_t low, high, prev; local
427 /* step 1: examine the input units; set low, high, uniqueCount */
433 prev=high=low;
437 high=bytes[unitIndex];
439 if(high!=prev) {
440 prev=high;
446 count=(high-low)+1;
452 * from low to high
477 high=bytes[unitIndex]
719 UChar32 low, high, prev; local
    [all...]
  /external/chromium_org/third_party/libevent/
event.h 751 size_t high; member in struct:event_watermark
950 is beyond the high watermark, the buffevent stops reading from the network.
958 @param highmark the high watermark to set
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine_unittest.cc 1793 float low, high; local
1814 float low, high; local
    [all...]
  /external/chromium_org/third_party/webrtc/base/
sslstreamadapter_unittest.cc 783 // Test DTLS-SRTP with all high ciphers
786 std::vector<std::string> high; local
787 high.push_back(kAES_CM_HMAC_SHA1_80);
788 SetDtlsSrtpCiphers(high, true);
789 SetDtlsSrtpCiphers(high, false);
823 std::vector<std::string> high; local
824 high.push_back(kAES_CM_HMAC_SHA1_80);
827 SetDtlsSrtpCiphers(high, true);
837 // Test DTLS-SRTP with each side being mixed -- should select high
  /external/chromium_org/v8/test/cctest/
test-assembler-arm.cc 1030 uint32_t high; member in struct:__anon1071
1095 // Move d22 into low and high.
1099 __ str(r4, MemOperand(r0, OFFSET_OF(T, high)));
1130 CHECK_EQ(1079146608, t.high);
    [all...]
test-assembler-mips64.cc 357 int64_t high; member in struct:__anon1090
389 __ sd(a4, MemOperand(a0, OFFSET_OF(T, high)));
410 CHECK_EQ(0xffffffffc25001d1L, t.high);
804 // Combine the high/low ints, convert back to double.
805 __ dsll32(a6, a5, 0); // Move a5 to high bits of a6.
    [all...]
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.cpp 113 static inline deUint32 getBits (deUint32 src, int low, int high)
115 const int numBits = (high-low) + 1;
165 void setBits (int low, int high, deUint32 bits)
168 DE_ASSERT(de::inBounds(high, 0, 128));
169 DE_ASSERT(de::inRange(high-low+1, 0, 32));
170 DE_ASSERT((bits & (((Word)1 << (high-low+1)) - 1)) == bits);
172 if (high-low+1 == 0)
176 const int word1Ndx = high / WORD_BITS;
180 m_words[word0Ndx] = (m_words[word0Ndx] & ~((((Word)1 << (high-low+1)) - 1) << lowNdxInW0)) | ((Word)bits << lowNdxInW0);
185 const int highNdxInW1 = high % WORD_BITS
238 const int high = m_ndx + numBitsToDst - 1; local
    [all...]

Completed in 927 milliseconds

1 2 3 4 5 67 8 91011>>