Searched refs:high (Results 151 - 175 of 372) sorted by relevance

1234567891011>>

/freebsd-9.3-release/contrib/binutils/gas/
H A Dflonum-mult.c89 int P; /* Scan product low-order -> high. */
105 size_of_product = product->high - product->low;
173 /* No room at high order for carry littlenum. */
/freebsd-9.3-release/contrib/ofed/management/opensm/opensm/
H A Dosm_qos_parser_l.l148 VLARB_HIGH vlarb\-high
150 VLARB_HIGH_LIMIT vl\-high\-limit
/freebsd-9.3-release/contrib/tcsh/
H A Ded.chared.c362 c_next_word(Char *p, Char *high, int n) argument
366 while ((p < high) && !isword(*p))
368 while ((p < high) && isword(*p))
371 if (p > high)
372 p = high;
380 if (p >= high)
385 while ((p < high) && c_class == c_to_class(*p))
393 while ((p < high) && c_to_class(*p) == C_CLASS_WHITE)
403 c_nexword(Char *p, Char *high, int n) argument
406 while ((p < high)
795 c_endword(Char *p, Char *high, int n, Char *delim) argument
826 c_eword(Char *p, Char *high, int n) argument
[all...]
/freebsd-9.3-release/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_private.h45 probability high[LEN_HIGH_SYMBOLS]; member in struct:__anon4525
/freebsd-9.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c32 uint16_t flags, uint16_t *low, uint16_t *high);
423 uint16_t flags, uint16_t *low, uint16_t *high)
427 *high = 6100;
433 *high = 2732;
422 ar5211GetChannelEdges(struct ath_hal *ah, uint16_t flags, uint16_t *low, uint16_t *high) argument
/freebsd-9.3-release/sys/dev/mfi/
H A Dmfi_ioctl.h59 uint32_t high; member in struct:mfi_sense_ptr::__anon8225
/freebsd-9.3-release/sys/dev/smbus/
H A Dsmbconf.h80 void smbus_intr(device_t, u_char, char low, char high, int error);
/freebsd-9.3-release/sys/sys/
H A Dmalloc.h173 vm_paddr_t low, vm_paddr_t high, unsigned long alignment,
/freebsd-9.3-release/contrib/ntp/sntp/libevent/
H A Dbufferevent_openssl.c178 * high-water mark. */
179 if (bufev->wm_write.high && bufev->wm_write.high <= (outlen+inlen)) {
180 if (bufev->wm_write.high <= outlen) {
185 inlen = bufev->wm_write.high - outlen;
750 if (wm->high) {
751 if (evbuffer_get_length(input) >= wm->high) {
755 result = wm->high - evbuffer_get_length(input);
771 * Read from the underlying buffer until we block or we hit our high-water
805 * overrun our read high
[all...]
/freebsd-9.3-release/contrib/binutils/gas/config/
H A Datof-vax.c209 f.high = NULL;
227 f.high = f.low + precision - 1 + GUARD;
326 /* Word 1. Sign, exponent and perhaps high bits.
/freebsd-9.3-release/lib/libc/arm/softfloat/
H A Dsoftfloat.h59 unsigned short high; member in struct:__anon5017
65 unsigned long long high, low; member in struct:__anon5018
/freebsd-9.3-release/lib/libc/mips/softfloat/
H A Dsoftfloat.h59 unsigned short high; member in struct:__anon5099
65 unsigned long long high, low; member in struct:__anon5100
/freebsd-9.3-release/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h59 unsigned short high; member in struct:__anon5118
65 unsigned long long high, low; member in struct:__anon5119
/freebsd-9.3-release/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h59 unsigned short high; member in struct:__anon5125
65 unsigned long long high, low; member in struct:__anon5126
/freebsd-9.3-release/lib/libc/rpc/
H A Dclnt_perror.c132 i = snprintf(str, len, "; low version = %u, high version = %u",
133 e.re_vers.low, e.re_vers.high);
161 i = snprintf(str, len, "; low version = %u, high version = %u",
162 e.re_vers.low, e.re_vers.high);
/freebsd-9.3-release/lib/libc/softfloat/templates/
H A Dsoftfloat.h54 !!!bits16 high; member in struct:__anon5143
60 !!!bits64 high, low; member in struct:__anon5144
/freebsd-9.3-release/sys/boot/ia64/ski/
H A Defi_stub.c208 GetNextHighMonotonicCount(uint32_t *high) argument
212 *high = counter++;
/freebsd-9.3-release/contrib/binutils/bfd/
H A Dsyms.c1259 long low, high; local
1267 high = info->indextablesize - 1;
1268 while (low != high)
1270 mid = (high + low) / 2;
1279 high = mid;
/freebsd-9.3-release/contrib/gcc/
H A Dtree-vect-generic.c48 unsigned HOST_WIDE_INT low, high, mask; local
62 low &= ((HOST_WIDE_INT)1 << TYPE_PRECISION (type)) - 1, high = 0;
64 high = 0;
66 high = low;
70 ret = build_int_cst_wide (type, low, high);
/freebsd-9.3-release/sys/dev/isci/scil/
H A Dscic_sds_port_configuration_agent.c105 if (address_one.high > address_two.high)
109 else if (address_one.high < address_two.high)
331 sas_address.high = 0;
H A Dscic_sds_port.c441 sas_address->high = 0;
538 sas_address->high = SCIC_SWAP_DWORD(sas_address->high);
544 sas_address->high = 0;
880 (phy_sas_address.high == port_sas_address.high)
1429 this_port, initiator_sas_address_hi, sas_address.high);
2144 if (port_sas_address.high != 0 && port_sas_address.low != 0)
2153 (port_sas_address.high != phy_sas_address.high)
[all...]
/freebsd-9.3-release/usr.sbin/ppp/
H A Dnat_cmd.c345 StrToPortRange(const char *str, u_short *low, u_short *high, const char *proto) argument
361 res = StrToPort(minus + 1, high, proto);
363 *high = *low;
371 u_short *high, const char *proto)
388 return StrToPortRange(colon + 1, low, high, proto);
370 StrToAddrAndPort(const char *str, struct in_addr *addr, u_short *low, u_short *high, const char *proto) argument
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-snmp.c336 u_int32_t high; member in struct:be::__anon4161::__anon4162
568 register u_int32_t high, low; local
571 high = 0, low = 0;
573 high = (high << 8) |
577 elem->data.uns64.high = high;
742 if (elem->data.uns64.high == 0) {
746 d = elem->data.uns64.high * 4294967296.0; /* 2^32 */
747 if (elem->data.uns64.high <
[all...]
/freebsd-9.3-release/usr.bin/yacc/
H A Doutput.c61 static int high; variable
533 high = 0;
673 if (loc > high) high = loc;
773 fprintf(code_file, "#define YYTABLESIZE %d\n", high);
778 for (i = 1; i <= high; i++)
809 for (i = 1; i <= high; i++)
/freebsd-9.3-release/contrib/compiler-rt/lib/sparc64/
H A Ddivsi3.S99 ! This means that %o3 has the high-order bit set.
101 sll %g1,4 ,%g1 ! high order bit
119 ! and are only done if %o3 >= 0. Because both %o3 and %o5 may have the high-

Completed in 191 milliseconds

1234567891011>>