Searched refs:low (Results 276 - 300 of 425) sorted by relevance

<<11121314151617

/freebsd-11-stable/sys/rpc/
H A Dclnt.h81 rpcvers_t low; /* lowest version supported */ member in struct:rpc_err::__anon8429::__anon8430
475 * const rpcvers_t vers_low; -- low version number
491 * const rpcvers_t vers_low; -- low version number
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_sas_lsi.c98 u32 low; member in struct:_sata_sas_address::__anon7141
1098 hash_address.word.low = 0;
1101 hash_address.word.low += *bufferptr;
1107 hash_address.word.low += *bufferptr;
/freebsd-11-stable/sys/dev/mps/
H A Dmps_sas_lsi.c98 u32 low; member in struct:_sata_sas_address::__anon7145
887 hash_address.word.low = 0;
890 hash_address.word.low += *bufferptr;
896 hash_address.word.low += *bufferptr;
/freebsd-11-stable/contrib/llvm-project/lldb/tools/compact-unwind/
H A Dcompact-unwind-dumper.c1227 uint32_t low = 0; local
1231 while (low < high) {
1232 uint32_t mid = (low + high) / 2;
1246 low = mid + 1;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectMemory.cpp1038 result.AppendError("invalid low address");
1151 lldb::addr_t FastSearch(lldb::addr_t low, lldb::addr_t high, uint8_t *buffer, argument
1153 const size_t region_size = high - low;
1160 ProcessMemoryIterator iterator(process_sp, low);
1171 return low + s;
/freebsd-11-stable/sys/dev/viapm/
H A Dviapm.c833 u_char high, low; local
848 low = VIAPM_INB(SMBHDATA0);
851 *word = ((high & 0xff) << 8) | (low & 0xff);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c649 uint16_t flags, uint16_t *low, uint16_t *high)
652 *low = 4915;
659 *low = 2312;
648 ar5212GetChannelEdges(struct ath_hal *ah, uint16_t flags, uint16_t *low, uint16_t *high) argument
/freebsd-11-stable/usr.sbin/pciconf/
H A Dcap.c853 uint32_t high, low; local
858 low = read_config(fd, &p->pc_sel, ptr + PCIR_SERIAL_LOW, 4);
860 printf(" %08x%08x\n", high, low);
/freebsd-11-stable/contrib/gcc/config/i386/
H A Di386.c1101 /* Names for 8 (low), 8 (high), and 16-bit registers, respectively. */
9820 /* Force this value into the low part of a fp vector constant. */
10885 op1 is a constant and the low word is zero, then we can just
10988 /* Value of 1 is low enough to make no need for probability
12622 rtx low[2], high[2];
12628 (mode == DImode ? split_di : split_ti) (operands, 2, low, high);
12633 emit_move_insn (high[0], low[1]);
12634 emit_move_insn (low[0], const0_rtx);
12645 : gen_x86_64_shld) (high[0], low[0], GEN_INT (count)));
12646 ix86_expand_ashl_const (low[
12597 rtx low[2], high[2]; local
12724 rtx low[2], high[2]; local
12803 rtx low[2], high[2]; local
[all...]
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-s390.c227 int middle, low, high; local
230 low = 0;
235 middle = (low + high) / 2;
240 low = middle + 1;
244 while (low <= high);
/freebsd-11-stable/contrib/gcc/
H A Dfinal.c3520 unsigned HOST_WIDE_INT low, high;
3540 low = INTVAL (value);
3541 low &= mask;
3542 if (low & sign_bit)
3543 low |= sign_extend;
3558 *second = GEN_INT (low);
3562 *first = GEN_INT (low);
3502 unsigned HOST_WIDE_INT low, high; local
H A Dvar-tracking.c2073 int pos, low, high; local
2076 low = 0;
2078 while (low != high)
2080 pos = (low + high) / 2;
2082 low = pos + 1;
2086 pos = low;
/freebsd-11-stable/contrib/gdb/gdb/
H A Ddwarf2read.c2193 missing or invalid low and high pc attributes. */
2310 /* Ignore blocks with missing or invalid low and high pc attributes. */
2340 /* Get low and high pc attributes from a die. Return 1 if the attributes
2351 CORE_ADDR low = 0; local
2361 low = DW_ADDR (attr);
2363 /* Found high w/o low attribute. */
2452 /* FIXME: This is recording everything as a low-high
2458 low = range_beginning;
2464 if (range_beginning < low)
2465 low
4038 int low = 0; local
[all...]
/freebsd-11-stable/sbin/ipfw/
H A Dipfw2.c149 * (though in fact only the low 5 bits are significant).
1040 uint32_t *low, *high; local
1049 low = (uint32_t *)(cmd + 1);
1050 high = low + 1;
1052 *low = 0;
1073 *low |= 1 << code;
3179 int low, high; local
3194 low = d[0] & 0xff;
3195 high = low + cmd->o.arg1 - 1;
3213 if (a < low ||
[all...]
/freebsd-11-stable/sys/vm/
H A Dvm_page.c1764 * the given physical address "low" and below the given physical address
1802 u_long npages, vm_paddr_t low, vm_paddr_t high, u_long alignment,
1857 low, high, alignment, boundary, mpred)) == NULL)
1862 m_ret = vm_phys_alloc_contig(npages, low, high,
1876 if (vm_reserv_reclaim_contig(npages, low, high, alignment,
2497 vm_page_reclaim_contig(int req, u_long npages, vm_paddr_t low, vm_paddr_t high, argument
2535 curr_low = low;
1801 vm_page_alloc_contig(vm_object_t object, vm_pindex_t pindex, int req, u_long npages, vm_paddr_t low, vm_paddr_t high, u_long alignment, vm_paddr_t boundary, vm_memattr_t memattr) argument
/freebsd-11-stable/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
176 *low = pCap->halLow5GhzChan;
181 *low = pCap->halLow2GhzChan;
/freebsd-11-stable/sys/dev/usb/input/
H A Dwsp.c60 #define WSP_CLAMP(x,low,high) do { \
61 if ((x) < (low)) \
62 (x) = (low); \
/freebsd-11-stable/contrib/gcc/cp/
H A Dmangle.c1286 unsigned HOST_WIDE_INT low = TREE_INT_CST_LOW (cst); local
1291 low = -low;
1293 write_unsigned_number (low);
1302 (even if the target processor would store low-order bytes first).
/freebsd-11-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h734 cpp_num_part low; member in struct:cpp_num
/freebsd-11-stable/sys/contrib/ncsw/inc/Peripherals/
H A Dfm_ext.h103 volatile uint32_t low; /**< Low part of the physical address */ member in struct:t_FmPhysAddr
/freebsd-11-stable/sys/dev/isci/scil/
H A Dintel_sas.h82 U32 low; member in struct:SCI_SAS_ADDRESS
H A Dsati_inquiry.c542 sati_set_data_dword(sequence, scsi_io, byte_offset, sas_address.low);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_stub_funcs.h13 uint16_t flags, uint16_t *low, uint16_t *high);
/freebsd-11-stable/sys/arm/arm/
H A Dmachdep_boot.c238 serial |= walker->u.tag_sn.low;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h392 bool CalculateMD5(const FileSpec &file_spec, uint64_t &high, uint64_t &low);

Completed in 381 milliseconds

<<11121314151617