Searched refs:low (Results 251 - 275 of 425) sorted by relevance

<<11121314151617

/freebsd-11-stable/include/rpc/
H A Dclnt.h73 rpcvers_t low; /* lowest version supported */ member in struct:rpc_err::__anon6538::__anon6539
304 * const rpcvers_t vers_low; -- low version number
320 * const rpcvers_t vers_low; -- low version number
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_sds_remote_device.c240 this_device->device_address.low =
241 discover_response->attached_sas_address.low;
622 sas_address->low = this_device->device_address.low;
H A Dscif_sas_smp_io_request.c432 destination_sas_address.low;
H A Dscif_sas_smp_remote_device.c1997 curr_smp_phy->attached_sas_address.high, curr_smp_phy->attached_sas_address.low,
2266 if ((destination_smp_phy->attached_sas_address.low == 0
2276 && destination_smp_phy->attached_sas_address.low ==
2277 device_being_config_sas_address.low)
2459 empty_sas_address.low = 0;
H A Dscic_sds_phy.c183 this_phy->phy_index].sas_address.sci_format.low
860 sas_address->low = SCU_SAS_TISSAL_READ(this_phy);
888 sas_address->low
889 = this_phy->phy_type.sas.identify_address_frame_buffer.sas_address.low;
1149 properties->transmit_iaf.sas_address.low =
1151 phys[this_phy->phy_index].sas_address.sci_format.low;
/freebsd-11-stable/sys/x86/cpufreq/
H A Dpowernow.c227 int low; member in struct:pn_softc
706 sc->low = PN8_PSB_TO_BATT(psb->res1);
715 sc->low);
850 sc->low = 0; /* XXX */
853 * powernow k8 supports only one low frequency.
913 * mobile processor. If not, it is a low powered desktop
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPInt.cpp307 // Create an initial mask for the low word with zeros below loBit.
322 // Apply the mask to the low word.
569 /// This function returns the low "numBits" bits of this APInt.
2552 WordType low, mid, high, srcPart;
2565 low = carry;
2568 low = lowHalf(srcPart) * lowHalf(multiplier);
2574 if (low + mid < low)
2576 low += mid;
2581 if (low
[all...]
/freebsd-11-stable/lib/libfetch/
H A Dftp.c627 int low, pasv, verbose; local
634 low = CHECK_FLAG('l');
796 arg = low ? IPV6_PORTRANGE_DEFAULT : IPV6_PORTRANGE_HIGH;
804 arg = low ? IP_PORTRANGE_DEFAULT : IP_PORTRANGE_HIGH;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Core/
H A DValueObject.cpp1322 for (size_t low = 0; low < count; low++) {
1324 if (low)
1327 ValueObjectSP child = GetChildAtIndex(low, true);
1363 for (size_t low = 0; low < count; low++) {
1365 if (low)
1368 ValueObjectSP child = GetChildAtIndex(low, tru
[all...]
/freebsd-11-stable/contrib/binutils/binutils/
H A Dresrc.c2878 rc_uint_type low, high, offset;
2881 low = windres_get_32 (&wrtarget, mt->items[i].lowid, 4);
2884 while (low <= high)
2900 wr_printcomment (e, "MessageId = 0x%x", low);
2909 ++low;
2875 rc_uint_type low, high, offset; local
H A Dwrstabs.c991 stab_range_type (void *p, bfd_signed_vma low, bfd_signed_vma high)
1003 sprintf (buf, "r%s;%ld;%ld;", s, (long) low, (long) high);
1017 stab_array_type (void *p, bfd_signed_vma low, bfd_signed_vma high,
1052 range, (long) low, (long) high, element);
1056 if (high < low)
1059 size = element_size * ((high - low) + 1);
989 stab_range_type(void *p, bfd_signed_vma low, bfd_signed_vma high) argument
1015 stab_array_type(void *p, bfd_signed_vma low, bfd_signed_vma high, bfd_boolean stringp) argument
/freebsd-11-stable/sys/mips/mips/
H A Dsupport.S593 xor v0, a0, a1 # compare low two bits of addresses
975 dsra v1, v1, 32 # low word in v1
980 dsra v0, v0, 32 # low word in v0
1012 dsll a3, a3, 32 # low word in a3
1015 dsll a2, a2, 32 # low word in a2
/freebsd-11-stable/tools/test/testfloat/
H A DtestLoops.c414 return ( a.high == b.high ) && ( a.low == b.low );
424 ( 0x7FF00000 < absAHigh ) || ( ( absAHigh == 0x7FF00000 ) && a.low );
435 return ( a.high == b.high ) && ( a.low == b.low );
442 return ( ( a.high & 0x7FFF ) == 0x7FFF ) && a.low;
453 return ( a.high == b.high ) && ( a.low == b.low );
464 || ( ( absAHigh == LIT64( 0x7FFF000000000000 ) ) && a.low );
/freebsd-11-stable/sys/dev/cadence/
H A Dif_cgem.c228 uint32_t low = RD4(sc, CGEM_SPEC_ADDR_LOW(i)); local
230 if (low != 0 || high != 0) {
231 eaddr[0] = low & 0xff;
232 eaddr[1] = (low >> 8) & 0xff;
233 eaddr[2] = (low >> 16) & 0xff;
234 eaddr[3] = (low >> 24) & 0xff;
/freebsd-11-stable/contrib/gcc/config/rs6000/
H A Drs6000.c1044 add dest,tmp,low
2078 HOST_WIDE_INT low = ((value & 0xffffffff) ^ 0x80000000) - 0x80000000;
2086 if (low == 0)
2090 + num_insns_constant_wide (low) + 1);
2101 HOST_WIDE_INT low, high;
2128 low = CONST_DOUBLE_LOW (op);
2138 low = l[WORDS_BIG_ENDIAN != 0];
2142 return (num_insns_constant_wide (low)
2146 if ((high == 0 && low >= 0)
2147 || (high == -1 && low <
2070 HOST_WIDE_INT low = ((value & 0xffffffff) ^ 0x80000000) - 0x80000000; local
2093 HOST_WIDE_INT low, high; local
3439 HOST_WIDE_INT low = ((val & 0xffff) ^ 0x8000) - 0x8000; local
9763 HOST_WIDE_INT low, high, lsb; local
9847 HOST_WIDE_INT low, lsb, shift_mask_low; local
16142 unsigned HOST_WIDE_INT low; local
[all...]
/freebsd-11-stable/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.h868 physAddr |= GET_UINT32(p_Bd->buff.low);
876 WRITE_UINT32(fmPhysAddr->low,(uint32_t)value);
/freebsd-11-stable/sys/vm/
H A Dvm_page.h474 u_long npages, vm_paddr_t low, vm_paddr_t high, u_long alignment,
501 bool vm_page_reclaim_contig(int req, u_long npages, vm_paddr_t low,
/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_bypass.c48 while (atomic_cmpset_int(&adapter->bypass.low, 0, 1) == 0)
63 while (atomic_cmpset_int(&adapter->bypass.low, 1, 0) == 0)
/freebsd-11-stable/contrib/expat/lib/
H A Dsiphash.h114 #define _SIP_ULL(high, low) (((uint64_t)high << 32) | low)
/freebsd-11-stable/sys/compat/linux/
H A Dlinux_ioctl.h771 int low, high; member in struct:linux_ioctl_handler
778 int low, high, span; member in struct:linux_ioctl_handler_element
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DHashing.h178 inline uint64_t hash_16_bytes(uint64_t low, uint64_t high) { argument
181 uint64_t a = (low ^ high) * kMul;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerSwitch.cpp94 CaseRange(ConstantInt *low, ConstantInt *high, BasicBlock *bb) argument
95 : Low(low), High(high), BB(bb) {}
/freebsd-11-stable/contrib/gdb/gdb/
H A Dstack.c2006 CORE_ADDR low, high;
2032 &func_bounds[i].low,
2035 func_bounds[i].low =
2043 found = (get_frame_pc (fp) >= func_bounds[i].low &&
1999 CORE_ADDR low, high; member in struct:function_bounds
/freebsd-11-stable/contrib/pf/libevent/
H A Devent.h236 size_t low; member in struct:event_watermark
/freebsd-11-stable/lib/libc/rpc/
H A Dclnt_generic.c121 minvers = rpcerr.re_vers.low;

Completed in 393 milliseconds

<<11121314151617