Searched defs:low (Results 226 - 250 of 282) sorted by relevance

1234567891011>>

/external/iproute2/misc/
H A Dss.c707 static int low, high=65535; local
720 if (!low) {
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.h326 __be16 low; member in struct:ifla_vxlan_port_range
H A Dwireless.h753 struct iw_quality low; /* Low 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)
787 *vec = static_cast<mask>(isascii(*low) ?
788 ctype<char>::classic_table()[*low] : 0);
789 return low;
793 ctype<wchar_t>::do_scan_is(mask m, const char_type* low, const char_type* high) const argument
795 for (; low != high; ++low)
796 if (isascii(*low)
802 do_scan_not(mask m, const char_type* low, const char_type* high) const argument
823 do_toupper(char_type* low, const char_type* high) const argument
850 do_tolower(char_type* low, const char_type* high) const argument
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
933 do_toupper(char_type* low, const char_type* high) const argument
967 do_tolower(char_type* low, const char_type* high) 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
1127 do_toupper(char_type* low, const char_type* high) const argument
1141 do_tolower(char_type* low, const char_type* high) const argument
1200 do_is(const char_type* low, const char_type* high, mask* vec) const argument
1234 do_scan_is(mask m, const char_type* low, const char_type* high) const argument
1259 do_scan_not(mask m, const char_type* low, const char_type* high) const argument
1291 do_toupper(char_type* low, const char_type* high) const argument
1305 do_tolower(char_type* low, const char_type* high) 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
952 low = 0;
955 while (low <= high) {
956 mid = (low + high) / 2;
962 low = mid + 1;
/external/stlport/src/c_locale_win32/
H A Dc_locale_win32.c1372 int low = 0; local
1376 while (low <= high) {
1377 i = (low + high) / 2;
1384 low = i + 1;
/external/valgrind/main/VEX/priv/
H A Dir_opt.c4812 Int low; 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);
4830 if (low <
4909 Int low = e->Iex.Get.offset; local
4917 Int low = descr->base; local
[all...]
H A Dguest_ppc_toIR.c1174 IRExpr *low = getDReg( archreg + 1 ); local
1176 return binop( Iop_D64HLtoD128, high, low );
1194 IRTemp low = newTemp( Ity_D64 ); local
1200 assign( low, unop( Iop_D128LOtoD64, e ) );
1204 stmt( IRStmt_Put( floatGuestRegOffset( archreg + 1 ), mkexpr( low ) ) );
3411 overflow of the low-order 32bit result
3444 overflow of the low-order 32bit result
4056 // mode64: count in low word only
4976 IRTemp low = newTemp(ty); local
4985 assign(low, loadB
15122 IRExpr * high, *low; local
18430 Int low, mid, high; local
[all...]
/external/valgrind/main/coregrind/m_demangle/
H A Dcp-demangle.c1650 int low = 0; local
1662 i = low + (high - low) / 2;
1671 low = i + 1;
1672 if (low == high)
/external/bluetooth/bluedroid/stack/include/
H A Dbtm_ble_api.h40 #define BTM_BLE_CONNECT_LO_DUTY_DIR_EVT 0x04 /* Connectable low duty
321 #define BTM_BLE_ADV_TX_POWER_LOW 1 /* low tx power */
343 UINT16 low; member in struct:__anon1474
/external/chromium_org/third_party/lzma_sdk/
H A DLzmaEnc.c208 CLzmaProb low[LZMA_NUM_PB_STATES_MAX << kLenNumLowBits]; member in struct:__anon13437
225 UInt64 low; member in struct:__anon13439
486 p->low = 0;
511 if ((UInt32)p->low < (UInt32)0xFF000000 || (int)(p->low >> 32) != 0)
517 *buf++ = (Byte)(temp + (Byte)(p->low >> 32));
524 p->cache = (Byte)((UInt32)p->low >> 24);
527 p->low = (UInt32)p->low << 8;
542 p->low
[all...]
/external/chromium_org/third_party/ots/third_party/lzma_sdk/
H A DLzmaEnc.c209 CLzmaProb low[LZMA_NUM_PB_STATES_MAX << kLenNumLowBits]; member in struct:__anon14768
226 UInt64 low; member in struct:__anon14770
487 p->low = 0;
512 if ((UInt32)p->low < (UInt32)0xFF000000 || (int)(p->low >> 32) != 0)
518 *buf++ = (Byte)(temp + (Byte)(p->low >> 32));
525 p->cache = (Byte)((UInt32)p->low >> 24);
528 p->low = (UInt32)p->low << 8;
543 p->low
[all...]
/external/chromium_org/v8/src/arm/
H A Dassembler-arm.h277 SwVfpRegister low() const { function in struct:v8::internal::LowDwVfpRegister
/external/lzma/C/
H A DLzmaEnc.c208 CLzmaProb low[LZMA_NUM_PB_STATES_MAX << kLenNumLowBits]; member in struct:__anon26710
225 UInt64 low; member in struct:__anon26712
486 p->low = 0;
511 if ((UInt32)p->low < (UInt32)0xFF000000 || (int)(p->low >> 32) != 0)
517 *buf++ = (Byte)(temp + (Byte)(p->low >> 32));
524 p->cache = (Byte)((UInt32)p->low >> 24);
527 p->low = (UInt32)p->low << 8;
542 p->low
[all...]
/external/qemu/
H A Dvl-android.c1690 unsigned int low = 0, high = 0; local
1695 low = atoi(strtok(p, "-"));
1697 if ((low > 0) && (high > 0) && (low < high) && (high < 65535)) {
1698 *lport = low;
1703 low = atoi(arg);
1704 if ((0 < low) && (low < 65535)) {
1705 *lport = low;
1706 *hport = low;
[all...]
/external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
H A Dwebrtcvideoengine.cc745 float low, med, high; local
764 if (video_options_.system_low_adaptation_threshhold.Get(&low)) {
765 video_adapter->set_low_system_threshold(low);
959 // if we know your cpu performance is low, and they can be updated explicitly
3927 // not work well at low fps.
/external/chromium_org/v8/src/heap/
H A Dspaces.h1123 // to our heap. The range is [lowest, highest[, inclusive on the low end
1148 void UpdateAllocatedSpaceLimits(void* low, void* high) { argument
1149 lowest_ever_allocated_ = Min(lowest_ever_allocated_, low);
/external/elfutils/0.153/src/
H A Dreadelf.c7223 uint64_t low = read_8ubyte_unaligned (dbg, readp); local
7232 char *l = format_dwarf_addr (dwflmod, 8, low);
/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/bluetooth/bluedroid/bta/include/
H A Dbta_api.h346 UINT16 low; member in struct:__anon680
427 #define BTA_BLE_ADV_TX_POWER_LOW 1 /* low tx power */
/external/chromium_org/net/third_party/nss/ssl/
H A Dssl3con.c631 PRInt32 low; member in struct:tooLongStr
635 PRInt32 low;
645 if (PR_ATOMIC_INCREMENT(&tl->low) == 0)
1328 num->low++;
1329 if (num->low == 0)
1842 out[4] = (unsigned char)(seq_num.low >> 24);
1843 out[5] = (unsigned char)(seq_num.low >> 16);
1844 out[6] = (unsigned char)(seq_num.low >> 8);
1845 out[7] = (unsigned char)(seq_num.low >> 0);
2350 pwSpec->read_seq_num.low
[all...]
H A Dsslimpl.h192 /* This type points to the low layer send func,
503 PRUint32 low; member in struct:__anon9708
1300 PZMonitor * recvBufLock; /* locks low level recv buffers. */
1301 PZMonitor * xmitBufLock; /* locks low level xmit buffers. */
/external/chromium_org/v8/src/
H A Dobjects-inl.h2759 // there are three entries in this array it should be called with low=0 and
2762 int BinarySearch(T* array, Name* name, int low, int high, int valid_entries) { argument
2766 DCHECK(low <= high);
2768 while (low != high) {
2769 int mid = (low + high) / 2;
2776 low = mid + 1;
2780 for (; low <= limit; ++low) {
2781 int sort_index = array->GetSortedKeyIndex(low);
H A Dhydrogen.cc1939 HValue* low = Add<HLoadNamedField>( local
1945 HValue* hash = AddUncasted<HBitwise>(Token::BIT_XOR, low, high);
2999 // machines with low register counts. Force a reload of the boilerplate
/external/qemu-pc-bios/bochs/bios/
H A Drombios.c2246 #define ATA_CB_CL 4 // cylinder low in/out pio_base_addr1+4
8225 // Bit4 in try#1 flipped in hardware (forced low) due to bit7=1
8266 // Bit4 in try#1 flipped in hardware (forced low) due to bit7=1
8293 // Bit4 in try#1 flipped in hardware (forced low) due to bit7=1
8324 // Bit4 in try#1 flipped in hardware (forced low) due to bit7=1
8804 ;; 1b cylinders low 0 local
8807 ;; 1e write pre-comp low 5
8810 ;; 21 landing zone low C
8847 in al, #0x71 ;; low byte
8950 ;; 0x24 cylinders low local
[all...]

Completed in 893 milliseconds

1234567891011>>