Searched refs:high (Results 51 - 75 of 392) sorted by relevance

1234567891011>>

/freebsd-11.0-release/sys/sys/
H A D_unrhdr.h41 u_int high; /* Highest item */ member in struct:unrhdr
/freebsd-11.0-release/contrib/ncurses/form/
H A Dfty_int.c51 long high; member in struct:__anon4633
59 long high; member in struct:__anon4634
105 arg.high = va_arg(*ap, long);
167 long high = argi->high; local
229 if (low < high)
231 if (val < low || val > high)
H A Dfty_num.c61 double high; member in struct:__anon4635
70 double high; member in struct:__anon4636
97 argn->high = args->high;
124 arg.high = va_arg(*ap, double);
185 double high = argn->high; local
267 if (low < high)
269 if (val < low || val > high)
/freebsd-11.0-release/contrib/opie/libopie/
H A Dbtoe.c36 static int wsrch __P((char *w, int low, int high));
2127 int i, p, v, l, low, high, rval = -1; local
2170 high = 570;
2173 high = 2047;
2175 if ((v = wsrch(word, low, high)) < 0) {
2203 static int wsrch FUNCTION((w, low, high), char *w AND int low AND int high) argument
2208 i = (low + high) / 2;
2211 if (high == low + 1) {
2213 if (strncmp(w, Wp[high],
[all...]
/freebsd-11.0-release/contrib/binutils/gas/
H A Dflonum-copy.c39 out_length = out->high - out->low;
45 /* For defensive programming, zero any high-order
67 out->leader = out->high;
H A Dflonum.h54 LITTLENUM_TYPE *high; /* high order littlenum of a bignum */ member in struct:FLONUM_STRUCT
H A Datof-generic.c320 precision = (address_of_generic_floating_point_number->high
428 * Forget about any high-order littlenums that are 0.
435 digits_flonum.high = digits_binary_low + size_of_digits_in_littlenums - 1;
436 digits_flonum.leader = digits_flonum.high;
490 power_of_10_flonum.high = power_binary_low + size_of_power_in_littlenums - 1;
493 temporary_flonum.high = temporary_binary_low + size_of_power_in_littlenums - 1;
603 if (f->low < f->high)
604 for (lp = f->high; lp >= f->low; lp--)
607 for (lp = f->low; lp <= f->high; lp++)
/freebsd-11.0-release/sys/libkern/arm/
H A Dmuldi3.c74 * uv = (2^2n + 2^n) (u1 v1) + [u1v1 = high]
94 * (2^n)(high) + (2^n)(mid) + (2^n + 1)(low)
98 * (2^n)(high + mid + low) + low
100 * Furthermore, `high' and `mid' can be computed mod 2^n, as any factor
111 u_int high, mid, udiff, vdiff; local
143 * any upper bits in high and mid, so we can use native
158 high = u1 * v1;
163 prod.ul[H] = high + (negmid ? -mid : mid) + low.ul[L] +
189 * splits into high and low ints as HHALF(l) and LHUP(l) respectively.
194 u_int u1, u0, v1, v0, udiff, vdiff, high, mi local
[all...]
/freebsd-11.0-release/lib/libc/quad/
H A Dmuldi3.c69 * uv = (2^2n + 2^n) (u1 v1) + [u1v1 = high]
89 * (2^n)(high) + (2^n)(mid) + (2^n + 1)(low)
93 * (2^n)(high + mid + low) + low
95 * Furthermore, `high' and `mid' can be computed mod 2^n, as any factor
106 u_long high, mid, udiff, vdiff; local
138 * any upper bits in high and mid, so we can use native
153 high = u1 * v1;
158 prod.ul[H] = high + (negmid ? -mid : mid) + low.ul[L] +
184 * splits into high and low longs as HHALF(l) and LHUP(l) respectively.
189 u_long u1, u0, v1, v0, udiff, vdiff, high, mi local
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSystem.cpp60 FileSystem::CalculateMD5(const FileSpec &file_spec, uint64_t &low, uint64_t &high) argument
62 return CalculateMD5(file_spec, 0, 0, low, high);
70 uint64_t &high)
77 high = uint64_res[0];
66 CalculateMD5(const FileSpec &file_spec, uint64_t offset, uint64_t length, uint64_t &low, uint64_t &high) argument
/freebsd-11.0-release/contrib/gdb/gdb/mi/
H A Dmi-cmd-disas.c72 CORE_ADDR high = 0; local
117 high = parse_and_eval_address (optarg);
153 if (find_pc_partial_function (start, NULL, &low, &high) == 0)
160 mixed_source_and_assembly, how_many, low, high);
/freebsd-11.0-release/contrib/compiler-rt/lib/builtins/
H A Dfloatdidf.c40 const double high = (int32_t)(a >> 32) * twop32; local
43 const double result = (high - twop52) + low.d;
101 fb.u.high = ((su_int)s & 0x80000000) | /* sign */
103 ((su_int)(a >> 32) & 0x000FFFFF); /* mantissa-high */
H A Dfloatdixf.c40 fb.u.high.s.low = ((su_int)s & 0x00008000) | /* sign */
/freebsd-11.0-release/lib/msun/src/
H A Ds_cbrt.c46 u_int32_t high,low; local
73 GET_HIGH_WORD(high,t);
74 INSERT_WORDS(t,sign|((high&0x7fffffff)/3+B2),0);
H A De_rem_pio2.c62 GET_HIGH_WORD(hx,x); /* high word of x */
141 u_int32_t high; local
144 GET_HIGH_WORD(high,y[0]);
145 i = j-((high>>20)&0x7ff);
152 GET_HIGH_WORD(high,y[0]);
153 i = j-((high>>20)&0x7ff);
/freebsd-11.0-release/sys/compat/linuxkpi/common/include/net/
H A Dip.h46 static inline void inet_get_local_port_range(int *low, int *high) argument
51 *high = V_ipport_lastauto;
55 *high = IPPORT_EPHEMERALLAST; /* 65535 */
/freebsd-11.0-release/crypto/openssl/crypto/bn/
H A Dbn_lcl.h280 # define BN_UMULT_LOHI(low,high,a,b) \
282 : "=a"(low),"=d"(high) \
293 # define BN_UMULT_LOHI(low,high,a,b) ((low)=_umul128((a),(b),&(high)))
300 # define BN_UMULT_LOHI(low,high,a,b) ({ \
302 (high)=ret>>64; (low)=ret; })
310 # define BN_UMULT_LOHI(low,high,a,b)\
312 : "=l"(low),"=h"(high) \
370 BN_ULONG high,low,ret,tmp=(a); \
372 BN_UMULT_LOHI(low,high,
[all...]
/freebsd-11.0-release/contrib/gcc/
H A Dlibgcc2.c78 .high = -uu.s.high - ((UWtype) -uu.s.low > 0) } };
302 if (__builtin_expect (uu.s.high == uu.s.low >> (W_TYPE_SIZE - 1), 1))
305 if (__builtin_expect (vv.s.high == vv.s.low >> (W_TYPE_SIZE - 1), 1))
317 * (UDWtype) (UWtype) vv.s.high};
319 if (vv.s.high < 0)
320 w1.s.high -= uu.s.low;
323 w1.ll += (UWtype) w0.s.high;
324 if (__builtin_expect (w1.s.high == w1.s.low >> (W_TYPE_SIZE - 1), 1))
326 w0.s.high
[all...]
/freebsd-11.0-release/tools/test/testfloat/
H A DwriteHex.c135 writeHex_bits12( a.high>>20, stream );
137 writeHex_bits12( a.high>>8, stream );
138 writeHex_bits8( a.high, stream );
150 writeHex_bits16( a.high, stream );
163 writeHex_bits16( a.high>>48, stream );
165 writeHex_bits16( a.high>>32, stream );
166 writeHex_bits32( a.high, stream );
/freebsd-11.0-release/sys/vm/
H A Dvm_phys.h74 vm_page_t vm_phys_alloc_contig(u_long npages, vm_paddr_t low, vm_paddr_t high,
78 boolean_t vm_phys_domain_intersects(long mask, vm_paddr_t low, vm_paddr_t high);
87 vm_page_t vm_phys_scan_contig(u_long npages, vm_paddr_t low, vm_paddr_t high,
H A Dvm_reserv.h49 u_long npages, vm_paddr_t low, vm_paddr_t high,
61 vm_paddr_t high, u_long alignment, vm_paddr_t boundary);
/freebsd-11.0-release/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent_struct.h59 size_t high; member in struct:event_watermark
/freebsd-11.0-release/lib/libc/softfloat/
H A Dtimesoftfloat.c1016 bits16 high; member in struct:__anon6727
1066 a.high = inputs_floatx80[ inputNum ].high;
1076 a.high = inputs_floatx80[ inputNum ].high;
1098 a.high = inputs_floatx80[ inputNum ].high;
1108 a.high = inputs_floatx80[ inputNum ].high;
1130 a.high
1334 bits16 high; member in struct:__anon6728
1412 bits64 high, low; member in struct:__anon6730
1729 bits64 high, low; member in struct:__anon6731
[all...]
/freebsd-11.0-release/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFileSystem.h47 static bool CalculateMD5(const FileSpec &file_spec, uint64_t &low, uint64_t &high);
52 uint64_t &high);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Utility/
H A DRange.cpp22 Range::ValueType high) :
24 m_high(high)
21 Range(Range::ValueType low, Range::ValueType high) argument

Completed in 318 milliseconds

1234567891011>>