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

1234567891011>>

/freebsd-11.0-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-11.0-release/contrib/binutils/binutils/
H A Dcoffgrok.h72 int high; member in struct:coff_isection
/freebsd-11.0-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-11.0-release/sys/dev/mfi/
H A Dmfi_ioctl.h59 uint32_t high; member in struct:mfi_sense_ptr::__anon10620
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_attach.c32 uint16_t flags, uint16_t *low, uint16_t *high);
434 uint16_t flags, uint16_t *low, uint16_t *high)
438 *high = 6100;
444 *high = 2732;
433 ar5211GetChannelEdges(struct ath_hal *ah, uint16_t flags, uint16_t *low, uint16_t *high) argument
/freebsd-11.0-release/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ipc.h93 volatile uint8_t high; member in struct:t_FmIpcPhysAddr
/freebsd-11.0-release/sys/sys/
H A Dmalloc.h172 vm_paddr_t low, vm_paddr_t high, unsigned long alignment,
/freebsd-11.0-release/sys/xen/interface/xsm/
H A Dflask_op.h137 uint64_t low, high; member in struct:xen_flask_ocontext
/freebsd-11.0-release/sys/netpfil/pf/
H A Dpf_lb.c217 uint16_t high, struct pf_src_node **sn)
228 high = 65535;
245 proto == IPPROTO_ICMP) || (low == 0 && high == 0)) {
255 } else if (low == high) {
264 if (low > high) {
266 low = high;
267 high = tmp;
269 /* low < high */
270 cut = arc4random() % (1 + high - low) + low;
271 /* low <= cut <= high */
214 pf_get_sport(sa_family_t af, u_int8_t proto, struct pf_rule *r, struct pf_addr *saddr, uint16_t sport, struct pf_addr *daddr, uint16_t dport, struct pf_addr *naddr, uint16_t *nport, uint16_t low, uint16_t high, struct pf_src_node **sn) argument
[all...]
/freebsd-11.0-release/crypto/openssl/crypto/bn/asm/
H A Dx86_64-gcc.c73 register BN_ULONG high,low; \
75 : "=a"(low),"=d"(high) \
79 : "+r"(carry),"+d"(high)\
83 : "+m"(r),"+d"(high) \
86 carry=high; \
90 register BN_ULONG high,low; \
92 : "=a"(low),"=d"(high) \
96 : "+r"(carry),"+d"(high)\
99 (r)=carry, carry=high; \
314 * Keep in mind that carrying into high par
[all...]
/freebsd-11.0-release/contrib/ntp/sntp/libevent/test/
H A Dregress_bufferevent.c384 size_t low, high; local
416 bufferevent_getwatermark(bev2, EV_READ, &low, &high);
418 tt_int_op(high, ==, 20);
424 bufferevent_getwatermark(bev1, EV_WRITE, &low, &high);
426 tt_int_op(high, ==, 2000);
429 int r = bufferevent_getwatermark(bev1, EV_WRITE | EV_READ, &low, &high);
991 size_t low, high, len; local
999 bufferevent_getwatermark(bev, EV_READ, &low, &high);
1020 bufferevent_setwatermark(bev, EV_READ, low, high);
/freebsd-11.0-release/contrib/dialog/
H A Dutil.c939 int *high, int *wide)
991 if (high != 0)
992 *high = y;
1036 int high = LINES; local
1048 if ((len = dlg_count_columns(prompt)) > high)
1049 high = len;
1051 dummy = newwin(high, width, 0, 0);
1060 dlg_print_autowrap(dummy, prompt, high, width);
1172 int high = 0, wide = 0; local
1181 justify_text((WINDOW *) 0, prompt, max_y, max_x, &high,
935 justify_text(WINDOW *win, const char *prompt, int limit_y, int limit_x, int *high, int *wide) argument
1247 int high; local
[all...]
/freebsd-11.0-release/contrib/byacc/
H A Doutput.c32 static long high; variable
837 if (loc > high)
838 high = loc;
864 high = 0;
986 if (high >= MAXYYINT)
988 fprintf(stderr, "YYTABLESIZE: %ld\n", high);
994 fprintf(code_file, "#define YYTABLESIZE %ld\n", high);
998 for (i = 1; i <= high; i++)
1024 for (i = 1; i <= high; i++)
1049 if (limit < high)
[all...]
H A Dlalr.c253 int high; local
259 high = goto_map[symbol + 1];
263 assert(low <= high);
264 middle = (low + high) >> 1;
271 high = middle - 1;
/freebsd-11.0-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-11.0-release/lib/libc/arm/softfloat/
H A Dsoftfloat.h59 unsigned short high; member in struct:__anon6581
65 unsigned long long high, low; member in struct:__anon6582
/freebsd-11.0-release/lib/libc/mips/softfloat/
H A Dsoftfloat.h59 unsigned short high; member in struct:__anon6670
65 unsigned long long high, low; member in struct:__anon6671
/freebsd-11.0-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-11.0-release/lib/libc/powerpc/softfloat/
H A Dsoftfloat.h59 unsigned short high; member in struct:__anon6689
65 unsigned long long high, low; member in struct:__anon6690
/freebsd-11.0-release/lib/libc/powerpc64/softfloat/
H A Dsoftfloat.h59 unsigned short high; member in struct:__anon6696
65 unsigned long long high, low; member in struct:__anon6697
/freebsd-11.0-release/lib/libc/rpc/
H A Dclnt_perror.c130 i = snprintf(str, len, "; low version = %u, high version = %u",
131 e.re_vers.low, e.re_vers.high);
159 i = snprintf(str, len, "; low version = %u, high version = %u",
160 e.re_vers.low, e.re_vers.high);
/freebsd-11.0-release/lib/libc/softfloat/templates/
H A Dsoftfloat.h54 !!!bits16 high; member in struct:__anon6716
60 !!!bits64 high, low; member in struct:__anon6717
/freebsd-11.0-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-11.0-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-11.0-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;

Completed in 257 milliseconds

1234567891011>>