Searched refs:high (Results 226 - 250 of 372) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/ncurses/form/
H A Dllib-lformw701 long high;
720 double high;
/freebsd-9.3-release/include/rpc/
H A Dclnt.h74 rpcvers_t high; /* highest version supported */ member in struct:rpc_err::__anon4974::__anon4975
305 * const rpcvers_t vers_high; -- high version number
321 * const rpcvers_t vers_high; -- high version number
/freebsd-9.3-release/sys/contrib/xz-embedded/linux/lib/xz/
H A Dxz_dec_lzma2.c129 uint16_t high[LEN_HIGH_SYMBOLS]; member in struct:lzma_len_dec
576 uint32_t high = (s->dict.pos & s->lzma.literal_pos_mask) << s->lzma.lc; local
577 return s->lzma.literal[low + high];
635 probs = l->high;
/freebsd-9.3-release/sys/dev/acpica/
H A Dacpi_resource.c438 uint64_t low, uint64_t high,
443 uint64_t low, uint64_t high,
512 uint64_t high, uint64_t length, uint64_t align)
535 uint64_t high, uint64_t length, uint64_t align)
511 acpi_res_set_iorange(device_t dev, void *context, uint64_t low, uint64_t high, uint64_t length, uint64_t align) argument
534 acpi_res_set_memoryrange(device_t dev, void *context, uint64_t low, uint64_t high, uint64_t length, uint64_t align) argument
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_ani.c129 "OFDM Trigger %d is too high for hw counters, using max\n",
136 "CCK Trigger %d is too high for hw counters, using max\n",
299 u_int high = param ? 1 : 0; local
302 AR_PHY_CCK_DETECT_WEAK_SIG_THR_CCK, weakSigThrCck[high]);
303 if (high)
307 aniState->cckWeakSigThreshold = high;
424 * Beacon rssi is high, can turn off ofdm
526 * Beacon signal in mid and high range,
794 * Beacon signal is high, leave ofdm weak signal
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscic_sds_remote_device.c237 this_device->device_address.high =
238 discover_response->attached_sas_address.high;
623 sas_address->high = this_device->device_address.high;
H A Dscif_sas_smp_io_request.c430 destination_sas_address.high;
590 //put into the high priority queue.
H A Dscif_sas_smp_remote_device.c1476 * high priority queue and will be started by a DPC soon.
1513 //put into the high priority queue.
1997 curr_smp_phy->attached_sas_address.high, curr_smp_phy->attached_sas_address.low,
2267 && destination_smp_phy->attached_sas_address.high == 0)
2274 if (destination_smp_phy->attached_sas_address.high ==
2275 device_being_config_sas_address.high
2458 empty_sas_address.high = 0;
2615 //Walk the high priority io path.
H A Dscic_sds_phy.c178 this_phy->phy_index].sas_address.sci_format.high
859 sas_address->high = SCU_SAS_TISSAH_READ(this_phy);
886 sas_address->high
887 = this_phy->phy_type.sas.identify_address_frame_buffer.sas_address.high;
1145 properties->transmit_iaf.sas_address.high =
1147 phys[this_phy->phy_index].sas_address.sci_format.high;
/freebsd-9.3-release/sys/gnu/fs/xfs/
H A Dxfs_inode.c4365 int high; /* upper boundary in search */ local
4382 high = erp->er_extcount - 1;
4385 high = nextents - 1;
4388 while (low <= high) {
4389 idx = (low + high) >> 1;
4394 high = idx - 1;
4436 int high; /* binary search upper limit */ local
4443 high = nlists - 1;
4444 while (low <= high) {
4445 erp_idx = (low + high) >>
4478 int high; /* binary search upper limit */ local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/Support/
H A DAPInt.cpp102 // Make sure unused high bits are cleared
292 // Split y into high 32-bit part (hy) and low 32-bit part (ly)
298 // Split x into high and low words
456 // 0^0==1 so clear the high bits in case they got set.
670 /// HiBits - This function returns the high "numBits" bits of this APInt.
894 // extract the high 52 bits from the correct words in pVal.
1085 val[breakWord] |= ~0ULL << bitsInWord; // set high bits
1090 // the next word (shifted into this word's high bits).
1512 // and v so that its high bits are shifted to the top of v's range without
1548 // on v[n-2] determines at high spee
[all...]
/freebsd-9.3-release/contrib/gcc/config/arm/
H A Darm.h823 find_reloads_address()). But - the Thumb does not allow high registers,
1052 /* For the Thumb the high registers cannot be used as base registers
1148 HOST_WIDE_INT low, high; \
1170 high = ((((val - low) & (unsigned HOST_WIDE_INT) 0xffffffff) \
1174 if (low == 0 || high == 0 || (high + low != val)) \
1177 /* Reload the high part into a base reg; leave the low part \
1181 GEN_INT (high)), \
1248 is at the high-address end of the local variables;
/freebsd-9.3-release/sys/arm/at91/
H A Dif_ate.c814 uint32_t low, high; local
823 high = RD4(sc, sa_high_reg[i]);
824 if ((low | (high & 0xffff)) != 0) {
829 eaddr[4] = high & 0xff;
830 eaddr[5] = (high >> 8) & 0xff;
/freebsd-9.3-release/sys/mips/adm5120/
H A Dif_admsw.c960 admsw_rxintr(struct admsw_softc *sc, int high) argument
970 if (high)
971 panic("admsw_rxintr: high priority packet\n");
1214 admsw_add_rxbuf(struct admsw_softc *sc, int idx, int high) argument
1220 if (high)
1251 if (high)
/freebsd-9.3-release/contrib/gcc/config/i386/
H A Di386.c1099 /* Names for 8 (low), 8 (high), and 16-bit registers, respectively. */
7863 If CODE is 'h', pretend the reg is the 'high' byte register.
7900 error ("extended registers have no high halves");
8009 h -- print the QImode name for a "high" register, either ah, bh, ch or dh.
8015 H -- print a memory address offset by 8; used for sse high-parts
10474 /* Return arbitrarily high cost when instruction is not supported - this
10488 /* Return arbitrarily high cost when instruction is not preferred - this
10872 examine the high word. */
11524 * high on modern cpus, so consider failing only if optimizing
12608 rtx low[2], high[
12583 rtx low[2], high[2]; local
12710 rtx low[2], high[2]; local
12789 rtx low[2], high[2]; local
[all...]
/freebsd-9.3-release/tools/test/testfloat/
H A DtestLoops.c414 return ( a.high == b.high ) && ( a.low == b.low );
422 absAHigh = a.high & 0x7FFFFFFF;
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 );
461 absAHigh = a.high & LIT64( 0x7FFFFFFFFFFFFFFF );
/freebsd-9.3-release/contrib/binutils/binutils/
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-9.3-release/contrib/gcc/config/rs6000/
H A Drs6000.c1043 addis tmp,anchor,high
1223 /* Some OSs don't support saving the high part of 64-bit registers on
2079 HOST_WIDE_INT high = value >> 31;
2081 if (high == 0 || high == -1)
2084 high >>= 1;
2087 return num_insns_constant_wide (high) + 1;
2089 return (num_insns_constant_wide (high)
2101 HOST_WIDE_INT low, high;
2127 high
2071 HOST_WIDE_INT high = value >> 31; local
2093 HOST_WIDE_INT low, high; local
3440 HOST_WIDE_INT high local
9763 HOST_WIDE_INT low, high, lsb; local
9853 HOST_WIDE_INT high, shift_mask_high; local
16142 HOST_WIDE_INT high; local
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dcalls.c723 int high;
726 high = reg_parm_stack_space;
728 high += 1;
730 if (high > highest_outgoing_arg_in_use)
731 high = highest_outgoing_arg_in_use;
733 for (low = 0; low < high; low++)
742 while (stack_usage_map[--high] == 0)
746 *high_to_save = high;
748 num_to_save = high - low + 1;
758 delta = -high;
722 int high; local
1778 int low, high; local
[all...]
/freebsd-9.3-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h139 Case(const Constant *low, const Constant *high, MachineBasicBlock *bb, argument
140 uint32_t extraweight) : Low(low), High(high), BB(bb),
297 /// *NOTE* The following is a high level documentation of SelectionDAG Stack
/freebsd-9.3-release/crypto/openssh/
H A Dschnorr.c405 * Generate uniformly distributed random number in range (1, high).
409 bn_rand_range_gt_one(const BIGNUM *high) argument
426 if (BN_sub(tmp, high, tmp) == -1) {
427 error("%s: BN_sub failed (tmp = high - 2)", __func__);
/freebsd-9.3-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-9.3-release/sys/vm/
H A Dvm_reserv.c632 vm_reserv_reclaim_contig(vm_paddr_t size, vm_paddr_t low, vm_paddr_t high, argument
654 if (pa + size > high) {
/freebsd-9.3-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-9.3-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

Completed in 431 milliseconds

1234567891011>>