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

<<1112131415

/freebsd-9.3-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-9.3-release/contrib/pf/libevent/
H A Devent.h237 size_t high; member in struct:event_watermark
/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_generic.c122 maxvers = rpcerr.re_vers.high;
/freebsd-9.3-release/sys/rpc/
H A Dclnt.h82 rpcvers_t high; /* highest version supported */ member in struct:rpc_err::__anon10346::__anon10347
476 * const rpcvers_t vers_high; -- high version number
492 * const rpcvers_t vers_high; -- high version number
/freebsd-9.3-release/sys/vm/
H A Dvm_page.h369 u_long npages, vm_paddr_t low, vm_paddr_t high, u_long alignment,
H A Dvm_phys.c911 * physical address "high". The given value "alignment" determines the
918 vm_phys_alloc_contig(u_long npages, vm_paddr_t low, vm_paddr_t high, argument
954 if (seg->start > high ||
993 pa + size <= high &&
/freebsd-9.3-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-9.3-release/contrib/llvm/include/llvm/ADT/
H A DHashing.h22 // execution of the program has a high probability of producing a different
131 /// run with high probability in order to ensure that the hash codes are not
185 inline uint64_t hash_16_bytes(uint64_t low, uint64_t high) { argument
188 uint64_t a = (low ^ high) * kMul;
190 uint64_t b = (high ^ a) * kMul;
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_attach.c640 uint16_t flags, uint16_t *low, uint16_t *high)
644 *high = 6100;
651 *high = 2732;
639 ar5212GetChannelEdges(struct ath_hal *ah, uint16_t flags, uint16_t *low, uint16_t *high) argument
/freebsd-9.3-release/sys/pci/
H A Dviapm.c833 u_char high, low; local
849 high = VIAPM_INB(SMBHDATA1);
851 *word = ((high & 0xff) << 8) | (low & 0xff);
/freebsd-9.3-release/sys/x86/x86/
H A Dio_apic.c255 uint32_t low, high, value; local
275 high = intpin->io_cpu << APIC_ID_SHIFT;
315 value |= high;
453 * EISA interrupts always use active high polarity, so don't allow
475 pol == INTR_POLARITY_HIGH ? "high" : "low");
748 pol == INTR_POLARITY_HIGH ? "high" : "low");
982 (lo & IOART_INTPOL) == IOART_INTALO ? "low" : "high",
/freebsd-9.3-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-9.3-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. */
1921 and is used to load the high part into a register. */
1926 rtx high;
1929 high = mips16_gp_pseudo_reg ();
1931 high = mips_force_temporary (temp, gen_rtx_HIGH (Pmode, copy_rtx (addr)));
1932 return gen_rtx_LO_SUM (Pmode, high, addr);
1953 high part to BASE and return the result. Just return BASE otherwise.
1981 rtx high;
1986 high
1920 rtx high; local
1975 rtx high; local
2176 unsigned HOST_WIDE_INT high; local
2382 m16_check_op(rtx op, int low, int high, int mask) argument
3369 rtx high, lo_sum_symbol; local
[all...]
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_alloc_btree.c1015 int high; /* high entry number */ local
1028 * Set low and high entry numbers, 1-based.
1031 if (!(high = be16_to_cpu(block->bb_numrecs))) {
1044 while (low <= high) {
1050 * keyno is average of low and high.
1052 keyno = (low + high) >> 1;
1088 high = keyno - 1;
H A Dxfs_dir2_leaf.c183 int lfloghigh; /* high leaf logging index */
330 * There are stale entries, so we'll need log-low and log-high
447 * Record low and high logging indices for the leaf.
511 * The high one is better, so use that one.
654 int *highlogp) /* out: high log index */
737 * Remember the low/high stale value only in the "right"
1634 int high; /* high leaf index */ local
1649 for (lep = leaf->ents, low = 0, high = be16_to_cpu(leaf->hdr.count) - 1,
1651 low <= high; ) {
[all...]
H A Dxfs_ialloc_btree.c912 int high; /* high entry number */ local
925 * Set low and high entry numbers, 1-based.
928 if (!(high = be16_to_cpu(block->bb_numrecs))) {
941 while (low <= high) {
945 * keyno is average of low and high.
947 keyno = (low + high) >> 1;
976 high = keyno - 1;
/freebsd-9.3-release/contrib/gdb/gdb/
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-9.3-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-9.3-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-9.3-release/tools/tools/ath/athrd/
H A Dathrd.c168 getChannelEdges(struct ath_hal *ah, u_int16_t flags, u_int16_t *low, u_int16_t *high) argument
175 *high = pCap->halHigh5GhzChan;
180 *high = pCap->halHigh2GhzChan;
/freebsd-9.3-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
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dintel_sas.h77 U32 high; member in struct:SCI_SAS_ADDRESS
H A Dsati_inquiry.c540 sati_set_data_dword(sequence, scsi_io, byte_offset, sas_address.high);
/freebsd-9.3-release/sys/mips/mips/
H A Dsupport.S1520 dsra v0, v0, 32 # high word in v0
1522 dsra v1, v0, 32 # high word in v1
1555 dsll a2, a2, 32 # high word in a2
1561 dsll a3, a3, 32 # high word in a3
/freebsd-9.3-release/sys/sys/
H A Dsystm.h387 struct unrhdr *new_unrhdr(int low, int high, struct mtx *mutex);

Completed in 508 milliseconds

<<1112131415