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

1234567891011>>

/freebsd-current/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dctzdi2.c33 return ctzsi((x.s.high & f) | (x.s.low & ~f)) +
H A Dfloatdixf.c35 fb.u.high.s.low = ((su_int)s & 0x00008000) | // sign
H A Dfloattixf.c67 fb.u.high.s.low = ((su_int)s & 0x8000) | // sign
H A Dfloatuntixf.c65 fb.u.high.s.low = (e + 16383); // exponent
/freebsd-current/sys/compat/linuxkpi/common/include/net/
H A Dip.h45 inet_get_local_port_range(struct vnet *vnet, int *low, int *high) argument
50 *high = V_ipport_lastauto;
54 *high = IPPORT_EPHEMERALLAST; /* 65535 */
/freebsd-current/lib/msun/src/
H A Ds_cbrt.c43 u_int32_t high,low; local
70 GET_HIGH_WORD(high,t);
71 INSERT_WORDS(t,sign|((high&0x7fffffff)/3+B2),0);
H A De_rem_pio2.c58 GET_HIGH_WORD(hx,x); /* high word of x */
131 u_int32_t high; local
134 GET_HIGH_WORD(high,y[0]);
135 i = j-((high>>20)&0x7ff);
142 GET_HIGH_WORD(high,y[0]);
143 i = j-((high>>20)&0x7ff);
/freebsd-current/sys/amd64/include/
H A Dcpufunc.h284 uint32_t low, high; local
286 __asm __volatile("rdmsr" : "=a" (low), "=d" (high) : "c" (msr));
287 return (low | ((uint64_t)high << 32));
302 uint32_t low, high; local
304 __asm __volatile("rdpmc" : "=a" (low), "=d" (high) : "c" (pmc));
305 return (low | ((uint64_t)high << 32));
311 uint32_t low, high; local
313 __asm __volatile("rdtsc" : "=a" (low), "=d" (high));
314 return (low | ((uint64_t)high << 32));
334 uint32_t low, high; local
343 uint32_t low, high; local
382 uint32_t low, high; local
448 u_int low, high; local
457 u_int low, high; local
[all...]
/freebsd-current/contrib/libevent/include/event2/
H A Dbufferevent_struct.h59 size_t high; member in struct:event_watermark
/freebsd-current/contrib/ntp/sntp/libevent/include/event2/
H A Dbufferevent_struct.h59 size_t high; member in struct:event_watermark
/freebsd-current/sys/powerpc/cpufreq/
H A Dmpc85xx_jog.c64 int high; member in struct:mpc85xx_jog_softc
203 sc->high = PMJCR_GET_CORE_MULT(reg, sc->cpu);
221 if (*count < sc->high - 1)
226 memset(sets, CPUFREQ_VAL_UNKNOWN, sizeof(*sets) * sc->high);
228 for (i = sc->high; i >= sc->low; --i) {
229 sets[sc->high - i].freq = sysclk * i / MHZ;
230 sets[sc->high - i].dev = dev;
231 sets[sc->high - i].spec[0] = i;
233 *count = sc->high - sc->low + 1;
/freebsd-current/lib/libc/softfloat/
H A Dtimesoftfloat.c1013 bits16 high; member in struct:__anon59
1063 a.high = inputs_floatx80[ inputNum ].high;
1073 a.high = inputs_floatx80[ inputNum ].high;
1095 a.high = inputs_floatx80[ inputNum ].high;
1105 a.high = inputs_floatx80[ inputNum ].high;
1127 a.high
1331 bits16 high; member in struct:__anon60
1409 bits64 high, low; member in struct:__anon62
1726 bits64 high, low; member in struct:__anon63
[all...]
/freebsd-current/sys/vm/
H A Dvm_reserv.h50 vm_paddr_t low, vm_paddr_t high, u_long alignment,
62 vm_paddr_t low, vm_paddr_t high, u_long alignment,
H A Dvm_phys.h63 vm_paddr_t high, u_long alignment, vm_paddr_t boundary);
68 int vm_phys_domain_match(int prefer, vm_paddr_t low, vm_paddr_t high);
75 u_long npages, vm_paddr_t low, vm_paddr_t high);
/freebsd-current/crypto/openssl/crypto/bn/
H A Dbn_local.h387 # define BN_UMULT_LOHI(low,high,a,b) ({ \
389 (high)=ret>>64; (low)=ret; })
421 # define BN_UMULT_LOHI(low,high,a,b) \
423 : "=a"(low),"=d"(high) \
434 # define BN_UMULT_LOHI(low,high,a,b) ((low)=_umul128((a),(b),&(high)))
444 # define BN_UMULT_LOHI(low,high,a,b) \
446 : "=l"(low),"=h"(high) \
503 BN_ULONG high,low,ret,tmp=(a); \
505 BN_UMULT_LOHI(low,high,
[all...]
/freebsd-current/sys/powerpc/booke/
H A Dspe.c424 * Save the high word of a 64-bit GPR for manipulation in the exception handler.
448 * Load the given value into the high word of the requested register.
476 uint32_t high, low, res, tmp; /* For vector operations. */ local
515 high = spe_save_reg_high(ra) & ~(1U << 31);
517 spe_load_reg_high(rd, high);
520 high = spe_save_reg_high(ra) | (1U << 31);
522 spe_load_reg_high(rd, high);
525 high = spe_save_reg_high(ra) ^ (1U << 31);
527 spe_load_reg_high(rd, high);
535 high
[all...]
/freebsd-current/contrib/dialog/
H A Dprogressbox.c46 int high, wide; member in struct:__anon465
76 obj->high = obj->old_high;
90 dlg_auto_size(title, obj->prompt, &obj->high, &obj->wide, MIN_HIGH, MIN_WIDE);
92 dlg_print_size(obj->high, obj->wide);
93 dlg_ctl_size(obj->high, obj->wide);
96 y = dlg_box_y_ordinate(obj->high);
97 thigh = obj->high - (2 * MARGIN);
99 obj->obj.win = dlg_new_window(obj->high, obj->wide, y, x);
103 obj->high, obj->wide,
115 dlg_print_autowrap(obj->obj.win, obj->prompt, obj->high, ob
[all...]
/freebsd-current/sys/dev/goldfish/
H A Dgoldfish_rtc.c122 uint64_t low, high, nsec; local
127 * Reading TIME_HIGH is defined in the documentation to give the high
133 high = bus_read_4(sc->res, GOLDFISH_RTC_TIME_HIGH);
136 nsec = (high << 32) | low;
/freebsd-current/contrib/tcpdump/
H A Drpc_msg.h85 nd_uint32_t high; member in struct:sunrpc_rejected_reply::__anon3689::__anon3690
/freebsd-current/sys/dev/hyperv/vmbus/aarch64/
H A Dhyperv_machdep.h44 u64 high; member in struct:hv_get_vp_registers_output::__anon2461::__anon2463
/freebsd-current/contrib/ntp/kernel/sys/
H A Dbsd_audioirig.h44 (ib)->phase = (ib)->shi = (ib)->slo = (ib)->high = \
81 int high; /* recent largest sample */ member in struct:auib
/freebsd-current/contrib/pf/libevent/
H A Devbuffer.c80 if (bufev->wm_read.high == 0 || now < bufev->wm_read.high) {
103 * If we have a high watermark configured then we don't want to
106 if (bufev->wm_read.high != 0)
107 howmuch = bufev->wm_read.high;
129 if (bufev->wm_read.high != 0 && len > bufev->wm_read.high) {
389 bufev->wm_read.high = highmark;
394 bufev->wm_write.high = highmark;
/freebsd-current/contrib/ntp/libntp/lib/isc/unix/
H A Dnet.c405 getudpportrange_sysctl(int af, in_port_t *low, in_port_t *high) { argument
431 *high = (in_port_t)port_high;
437 getudpportrange_sysctl(int af, in_port_t *low, in_port_t *high) { argument
470 *high = (in_port_t) port_high;
478 isc_net_getudpportrange(int af, in_port_t *low, in_port_t *high) { argument
481 REQUIRE(low != NULL && high != NULL);
484 result = getudpportrange_sysctl(af, low, high);
491 *high = ISC_NET_PORTRANGEHIGH;
/freebsd-current/sys/rpc/
H A Drpc_msg.h91 rpcvers_t high; member in struct:accepted_reply::__anon726::__anon727
111 rpcvers_t high; member in struct:rejected_reply::__anon729::__anon730
/freebsd-current/include/rpc/
H A Drpc_msg.h91 rpcvers_t high; member in struct:accepted_reply::__anon71::__anon72
111 rpcvers_t high; member in struct:rejected_reply::__anon74::__anon75

Completed in 308 milliseconds

1234567891011>>