Searched defs:high (Results 201 - 225 of 260) sorted by relevance

1234567891011

/external/chromium_org/v8/src/heap/
H A Dspaces.cc1326 Address high = to_space_.page_high(); local
1328 allocation_info_.set_limit(Min(new_top, high));
1334 Address high = to_space_.page_high(); local
1337 allocation_info_.set_limit(Min(new_limit, high));
1376 Address high = to_space_.page_high(); local
1377 if (allocation_info_.limit() < high) {
H A Dspaces.h1124 // and exclusive on the high end.
1148 void UpdateAllocatedSpaceLimits(void* low, void* high) { argument
1150 highest_ever_allocated_ = Max(highest_ever_allocated_, high);
/external/deqp/framework/common/
H A DtcuCompressedTexture.cpp346 static inline deUint32 getBits (deUint64 src, int low, int high) argument
348 const int numBits = (high-low) + 1;
1126 static inline deUint32 getBits (deUint32 src, int low, int high) argument
1128 const int numBits = (high-low) + 1;
1201 deUint32 getBits (int low, int high) const
1204 DE_ASSERT(de::inBounds(high, 0, 128));
1205 DE_ASSERT(de::inRange(high-low+1, 0, 32));
1207 if (high-low+1 == 0)
1211 const int word1Ndx = high / WORD_BITS;
1216 return (m_words[word0Ndx] & ((((Word)1 << high
1258 const int high = m_ndx + numBitsFromSrc - 1; local
[all...]
/external/iproute2/misc/
H A Dss.c707 static int low, high=65535; local
723 fscanf(fp, "%d%d", &low, &high);
727 return s->lport >= low && s->lport <= high;
/external/kernel-headers/original/uapi/linux/
H A Dif_link.h327 __be16 high; member in struct:ifla_vxlan_port_range
H A Dwireless.h754 struct iw_quality high; /* High threshold */ member in struct:iw_thrspy
/external/libcxx/src/
H A Dlocale.cpp784 ctype<wchar_t>::do_is(const char_type* low, const char_type* high, mask* vec) const argument
786 for (; low != high; ++low, ++vec)
793 ctype<wchar_t>::do_scan_is(mask m, const char_type* low, const char_type* high) const
795 for (; low != high; ++low)
802 ctype<wchar_t>::do_scan_not(mask m, const char_type* low, const char_type* high) const
804 for (; low != high; ++low)
823 ctype<wchar_t>::do_toupper(char_type* low, const char_type* high) const
825 for (; low != high; ++low)
850 ctype<wchar_t>::do_tolower(char_type* low, const char_type* high) const
852 for (; low != high;
871 do_widen(const char* low, const char* high, char_type* dest) const argument
887 do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const argument
989 do_widen(const char* low, const char* high, char_type* dest) const argument
1005 do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const argument
1200 do_is(const char_type* low, const char_type* high, mask* vec) const argument
1323 do_widen(const char* low, const char* high, char_type* dest) const argument
1346 do_narrow(const char_type* low, const char_type* high, char dfault, char* dest) const argument
[all...]
/external/libxml2/
H A Dxmlunicode.c947 int low, high, mid, cmp; local
953 high = tptr->numentries - 1;
955 while (low <= high) {
956 mid = (low + high) / 2;
960 high = mid - 1;
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c1373 int high = TableSize - 1; local
1376 while (low <= high) {
1377 i = (low + high) / 2;
1382 high = i - 1;
/external/valgrind/main/VEX/priv/
H A Dir_opt.c4813 Int high; member in struct:__anon32231
4820 return (i1.low >= i2.low && i1.low <= i2.high) ||
4821 (i2.low >= i1.low && i2.low <= i1.high);
4825 update_interval(Interval *i, Int low, Int high) argument
4827 vassert(low <= high);
4831 if (high > i->high) i->high = high;
4835 i->high
4910 Int high = low + sizeofIRType(e->Iex.Get.ty) - 1; local
4918 Int high = low + descr->nElems * size - 1; local
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c1653 int high = ((sizeof (cplus_demangle_operators) local
1662 i = low + (high - low) / 2;
1669 high = i;
1672 if (low == high)
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.c210 CLzmaProb high[kLenNumHighSymbols]; member in struct:__anon13437
730 p->high[i] = kProbInitValue;
751 RcTree_Encode(rc, p->high, kLenNumHighBits, symbol - kLenNumLowSymbols - kLenNumMidSymbols);
776 prices[i] = b1 + RcTree_GetPrice(p->high, kLenNumHighBits, i - kLenNumLowSymbols - kLenNumMidSymbols, ProbPrices);
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.c211 CLzmaProb high[kLenNumHighSymbols]; member in struct:__anon14768
731 p->high[i] = kProbInitValue;
752 RcTree_Encode(rc, p->high, kLenNumHighBits, symbol - kLenNumLowSymbols - kLenNumMidSymbols);
777 prices[i] = b1 + RcTree_GetPrice(p->high, kLenNumHighBits, i - kLenNumLowSymbols - kLenNumMidSymbols, ProbPrices);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctputil.c216 sctp_log_map(uint32_t map, uint32_t cum, uint32_t high, int from) argument
224 sctp_clog.x.map.high = high;
6178 * mask off the high bits, we keep the actual chunk bits in
H A Dsctp_uio.h839 uint32_t high; member in struct:sctp_fr_map
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.h284 SwVfpRegister high() const { function in struct:v8::internal::LowDwVfpRegister
/external/chromium_org/v8/src/
H A Dhydrogen-instructions.cc3044 // The maximum value has the high bit, and all bits below, set:
3045 // (1 << high) - 1.
3047 // the high bit, and all bits below, unset:
3048 // -(1 << high).
3060 int high = MostSignificantBit( local
3065 limit <<= high; local
H A Dobjects-inl.h2758 // Perform a binary search in a fixed array. Low and high are entry indices. If
2760 // high=2.
2762 int BinarySearch(T* array, Name* name, int low, int high, int valid_entries) { argument
2764 int limit = high;
2766 DCHECK(low <= high);
2768 while (low != high) {
2769 int mid = (low + high) / 2;
2774 high = mid;
/external/lzma/C/
H A DLzmaEnc.c210 CLzmaProb high[kLenNumHighSymbols]; member in struct:__anon26710
730 p->high[i] = kProbInitValue;
751 RcTree_Encode(rc, p->high, kLenNumHighBits, symbol - kLenNumLowSymbols - kLenNumMidSymbols);
776 prices[i] = b1 + RcTree_GetPrice(p->high, kLenNumHighBits, i - kLenNumLowSymbols - kLenNumMidSymbols, ProbPrices);
/external/qemu/
H A Dvl-android.c1690 unsigned int low = 0, high = 0; local
1696 high = atoi(strtok(NULL, "-"));
1697 if ((low > 0) && (high > 0) && (low < high) && (high < 65535)) {
1699 *hport = high;
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc745 float low, med, high; local
767 if (video_options_.system_high_adaptation_threshhold.Get(&high)) {
768 video_adapter->set_high_system_threshold(high);
3717 return "high";
/external/elfutils/0.153/src/
H A Dreadelf.c7226 uint64_t high = read_8ubyte_unaligned (dbg, readp); local
7233 char *h = format_dwarf_addr (dwflmod, 8, high - 1);
7616 high half is the padding; it's presumably zero, but should
7618 field went into the high half of USEC. */
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dyjp-controller-api-redist.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/yourkit/ com/yourkit/api/ com/yourkit/runtime/ com/ ...
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3con.c632 PRInt32 high; member in struct:tooLongStr
634 PRInt32 high;
646 PR_ATOMIC_INCREMENT(&tl->high);
1330 num->high++;
1838 out[0] = (unsigned char)(seq_num.high >> 24);
1839 out[1] = (unsigned char)(seq_num.high >> 16);
1840 out[2] = (unsigned char)(seq_num.high >> 8);
1841 out[3] = (unsigned char)(seq_num.high >> 0);
2332 pwSpec->read_seq_num.high = pwSpec->write_seq_num.high
[all...]
H A Dsslimpl.h502 PRUint32 high; member in struct:__anon9708
968 PRInt32 recvdHighWater; /* The high water mark for fragments

Completed in 4148 milliseconds

1234567891011