Searched refs:high (Results 251 - 275 of 392) sorted by relevance

<<111213141516

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp73 CaseRange(ConstantInt *low, ConstantInt *high, BasicBlock *bb) argument
74 : Low(low), High(high), BB(bb) {}
/freebsd-11.0-release/contrib/apr-util/test/
H A Dtestmemcache.c109 static int randval(apr_uint32_t high) argument
120 i = (int) (d * (high - 0 + 1));
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_misc.c503 ar5210SetAckCTSRate(struct ath_hal *ah, u_int high) argument
507 if (high) {
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_misc.c505 ar5211SetAckCTSRate(struct ath_hal *ah, u_int high) argument
509 if (high) {
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h867 uint64_t physAddr = (uint64_t)((uint64_t)GET_UINT8(p_Bd->buff.high) << 32);
875 WRITE_UINT8(fmPhysAddr->high,(uint8_t)((value & 0x000000ff00000000LL) >> 32));
/freebsd-11.0-release/contrib/ntp/sntp/libevent/
H A Dbufferevent_sock.c148 * If we have a high watermark configured then we don't want to
151 if (bufev->wm_read.high != 0) {
152 howmuch = bufev->wm_read.high - evbuffer_get_length(input);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h522 CalculateMD5 (const FileSpec& file_spec, uint64_t &high, uint64_t &low);
/freebsd-11.0-release/contrib/ofed/management/opensm/opensm/
H A Dosm_ucast_lash.c148 static int randint(int high)
152 if (high == 0)
155 high++;
156 return (r % high);
1197 vl_min = 5; // set to a high value
/freebsd-11.0-release/contrib/pf/libevent/
H A Devent.h237 size_t high; member in struct:event_watermark
/freebsd-11.0-release/contrib/gdb/gdb/
H A Dstack.c2006 CORE_ADDR low, high;
2033 &func_bounds[i].high) == 0)
2036 func_bounds[i].high = (CORE_ADDR) NULL;
2044 get_frame_pc (fp) < func_bounds[i].high);
1999 CORE_ADDR low, high; member in struct:function_bounds
H A Dmdebugread.c2262 the shared libraries are prelinked at a high memory address.
2672 CORE_ADDR high = procaddr + sh.value;
2678 if (high > pst->texthigh)
2679 pst->texthigh = high;
3350 CORE_ADDR high;
3434 high = procaddr + sh.value;
3435 if (high > pst->texthigh)
3436 pst->texthigh = high;
4562 CORE_ADDR high = 0;
4566 if (high < BLOCK_EN
2664 CORE_ADDR high = procaddr + sh.value; local
3342 CORE_ADDR high; local
4552 CORE_ADDR high = 0; local
[all...]
/freebsd-11.0-release/sys/mips/mips/
H A Dsupport.S1043 dsra v0, v0, 32 # high word in v0
1045 dsra v1, v0, 32 # high word in v1
1078 dsll a2, a2, 32 # high word in a2
1084 dsll a3, a3, 32 # high word in a3
/freebsd-11.0-release/lib/libc/rpc/
H A Dclnt_generic.c122 maxvers = rpcerr.re_vers.high;
/freebsd-11.0-release/sys/rpc/
H A Dclnt.h82 rpcvers_t high; /* highest version supported */ member in struct:rpc_err::__anon13249::__anon13250
476 * const rpcvers_t vers_high; -- high version number
492 * const rpcvers_t vers_high; -- high version number
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp534 uint64_t &high)
537 return Platform::CalculateMD5 (file_spec, low, high);
539 return m_remote_platform_sp->CalculateMD5(file_spec, low, high);
532 CalculateMD5(const FileSpec& file_spec, uint64_t &low, uint64_t &high) argument
/freebsd-11.0-release/contrib/dialog/
H A Dfselect.c162 int high = getmaxy(list->win); local
167 if (list->choice - list->offset >= high)
168 list->offset = list->choice - high + 1;
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c649 uint16_t flags, uint16_t *low, uint16_t *high)
653 *high = 6100;
660 *high = 2732;
648 ar5212GetChannelEdges(struct ath_hal *ah, uint16_t flags, uint16_t *low, uint16_t *high) argument
/freebsd-11.0-release/sys/dev/viapm/
H A Dviapm.c833 u_char high, low; local
849 high = VIAPM_INB(SMBHDATA1);
851 *word = ((high & 0xff) << 8) | (low & 0xff);
/freebsd-11.0-release/usr.sbin/pciconf/
H A Dcap.c292 printf("high node count");
855 uint32_t high, low; local
861 high = read_config(fd, &p->pc_sel, ptr + PCIR_SERIAL_HIGH, 4);
862 printf(" %08x%08x\n", high, low);
/freebsd-11.0-release/contrib/gcc/config/mips/
H A Dmips.c500 REG is the register that contains the high part of the address,
609 /* If TRUE, we split addresses into their high and low parts in the RTL. */
1562 constants, with the high part being either a HIGH or a copy
1944 and is used to load the high part into a register. */
1949 rtx high;
1952 high = mips16_gp_pseudo_reg ();
1954 high = mips_force_temporary (temp, gen_rtx_HIGH (Pmode, copy_rtx (addr)));
1955 return gen_rtx_LO_SUM (Pmode, high, addr);
1976 high part to BASE and return the result. Just return BASE otherwise.
2004 rtx high;
1943 rtx high; local
1998 rtx high; local
2199 unsigned HOST_WIDE_INT high; local
2405 m16_check_op(rtx op, int low, int high, int mask) argument
3392 rtx high, lo_sum_symbol; local
[all...]
/freebsd-11.0-release/contrib/binutils/gas/config/
H A Dtc-s390.c227 int middle, low, high; local
231 high = regcount - 1;
235 middle = (low + high) / 2;
238 high = middle - 1;
244 while (low <= high);
/freebsd-11.0-release/contrib/binutils/binutils/
H A Dresrc.c2878 rc_uint_type low, high, offset;
2882 high = windres_get_32 (&wrtarget, mt->items[i].highid, 4);
2884 while (low <= high)
2875 rc_uint_type low, high, offset; local
/freebsd-11.0-release/sys/dev/usb/input/
H A Dwsp.c60 #define WSP_CLAMP(x,low,high) do { \
63 else if ((x) > (high)) \
64 (x) = (high); \
/freebsd-11.0-release/tools/tools/ath/athrd/
H A Dathrd.c170 getChannelEdges(struct ath_hal *ah, u_int16_t flags, u_int16_t *low, u_int16_t *high) argument
177 *high = pCap->halHigh5GhzChan;
182 *high = pCap->halHigh2GhzChan;
/freebsd-11.0-release/contrib/gcclibs/libcpp/include/
H A Dcpplib.h727 /* A preprocessing number. Code assumes that any unused high bits of
733 cpp_num_part high; member in struct:cpp_num

Completed in 444 milliseconds

<<111213141516