Home
last modified time | relevance | path

Searched refs:low (Results 126 – 150 of 1820) sorted by relevance

12345678910>>...73

/freebsd/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dffsdi2.c21 if (x.s.low == 0) { in __ffsdi2()
26 return ctzsi(x.s.low) + 1; in __ffsdi2()
H A Dffsti2.c23 if (x.s.low == 0) { in __ffsti2()
28 return __builtin_ctzll(x.s.low) + 1; in __ffsti2()
H A Dctzti2.c24 const di_int f = -(x.s.low == 0); in __ctzti2()
25 return __builtin_ctzll((x.s.high & f) | (x.s.low & ~f)) + in __ctzti2()
H A Dfloatundixf.c32 fb.u.high.s.low = (e + 16383); // exponent in __floatundixf()
33 fb.u.low.all = a << clz; // mantissa in __floatundixf()
H A Dparityti2.c23 x2.all = x.s.high ^ x.s.low; in __parityti2()
24 su_int x3 = x2.s.high ^ x2.s.low; in __parityti2()
H A Dctzdi2.c32 const si_int f = -(x.s.low == 0); in __ctzdi2()
33 return ctzsi((x.s.high & f) | (x.s.low & ~f)) + in __ctzdi2()
H A Dfixunsdfdi.c20 su_int low = a - (double)high * 4294967296.f; // high * 0x1p32f; in __fixunsdfdi() local
21 return ((du_int)high << 32) | low; in __fixunsdfdi()
H A Dfloatdixf.c35 fb.u.high.s.low = ((su_int)s & 0x00008000) | // sign in __floatdixf()
37 fb.u.low.all = a << clz; // mantissa in __floatdixf()
H A Dfixunssfdi.c21 su_int low = da - (double)high * 4294967296.f; // high * 0x1p32f; in __fixunssfdi() local
22 return ((du_int)high << 32) | low; in __fixunssfdi()
/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Datmel,aic.txt14 1 = low-to-high edge triggered.
15 2 = high-to-low edge triggered.
17 8 = active low level-sensitive.
H A Dnxp,lpc3220-mic.txt10 IRQ_TYPE_EDGE_RISING = low-to-high edge triggered,
11 IRQ_TYPE_EDGE_FALLING = high-to-low edge triggered,
13 IRQ_TYPE_LEVEL_LOW = active low level-sensitive.
H A Dsnps,archs-idu-intc.txt19 1 = low-to-high edge triggered
20 2 = NOT SUPPORTED (high-to-low edge triggered)
22 8 = NOT SUPPORTED (active low level-sensitive)
/freebsd/sys/dev/goldfish/
H A Dgoldfish_rtc.c122 uint64_t low, high, nsec; in goldfish_rtc_gettime() local
132 low = bus_read_4(sc->res, GOLDFISH_RTC_TIME_LOW); in goldfish_rtc_gettime()
136 nsec = (high << 32) | low; in goldfish_rtc_gettime()
/freebsd/sys/dev/tdfx/
H A Dtdfx_linux.h42 #define LINUX_IOCTL_SET(n,low,high) \ argument
44 static struct linux_ioctl_handler n##_handler = {linux_ioctl_##n, low, high}; \
/freebsd/sys/ofed/drivers/infiniband/ulp/sdp/
H A Dsdp_bcopy.c171 int low; in sdp_post_sends() local
247 low = (sdp_tx_ring_slots_left(ssk) <= SDP_MIN_TX_CREDITS); in sdp_post_sends()
248 if (post_count || low) { in sdp_post_sends()
249 if (low) in sdp_post_sends()
251 if (sdp_xmit_poll(ssk, low)) in sdp_post_sends()
/freebsd/sys/contrib/device-tree/Bindings/mfd/
H A Drohm,bd9576-pmic.yaml32 rohm,vout1-en-low:
47 rohm,ddr-sel-low:
50 the ddr-sel pin low or high. Set this property if ddr-sel is grounded.
95 rohm,vout1-en-low;
97 rohm,ddr-sel-low;
/freebsd/usr.sbin/nvmfd/
H A Dcontroller.c77 rsp.value.u32.low = htole32(c->vs); in handle_property_get()
82 rsp.value.u32.low = htole32(c->cc); in handle_property_get()
87 rsp.value.u32.low = htole32(c->csts); in handle_property_get()
107 if (!update_cc(c, le32toh(pset->value.u32.low))) in handle_property_set()
/freebsd/sys/contrib/device-tree/Bindings/gpio/
H A Dbrcm,brcmstb-gpio.yaml36 bit[0]: polarity (0 for active-high, 1 for active-low)
57 1 = low-to-high edge triggered
58 2 = high-to-low edge triggered
60 8 = active low level-sensitive
/freebsd/sys/vm/
H A Dvm_extern.h59 vm_paddr_t low, vm_paddr_t high, vm_memattr_t memattr);
61 int flags, vm_paddr_t low, vm_paddr_t high, vm_memattr_t memattr);
63 vm_paddr_t low, vm_paddr_t high, u_long alignment, vm_paddr_t boundary,
66 int flags, vm_paddr_t low, vm_paddr_t high, u_long alignment,
H A Dvm_phys.h62 vm_page_t vm_phys_alloc_contig(int domain, u_long npages, vm_paddr_t low,
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/sys/dev/powermac_nvram/
H A Dpowermac_nvram.c354 uint32_t low, high; in adler_checksum() local
357 low = 1; in adler_checksum()
361 low %= 65521UL; in adler_checksum()
364 low += data[i]; in adler_checksum()
365 high += low; in adler_checksum()
367 low %= 65521UL; in adler_checksum()
370 return (high << 16) | low; in adler_checksum()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_reset.c663 int low, high, i; in getGainF() local
665 low = high = -1; in getGainF()
675 low = i; in getGainF()
678 if (low == -1) { in getGainF()
686 if (i >= AR_TP_SCALING_ENTRIES && low == -1) { in getGainF()
697 *dBm = AR_I2DBM(low); in getGainF()
698 return pRD->gainF[low]; in getGainF()
701 *dBm = (low + high) + 3; in getGainF()
707 interp = ((pcdac - pRD->pcdac[low]) * 1000) / in getGainF()
708 (pRD->pcdac[high] - pRD->pcdac[low]); in getGainF()
[all …]
/freebsd/sys/contrib/device-tree/src/arc/
H A Dhaps_hs.dts18 /* CONFIG_LINUX_RAM_BASE needs to match low mem start */
19 reg = <0x0 0x80000000 0x0 0x40000000 /* 1 GB low mem */
36 /* only perip space at end of low mem accessible
/freebsd/sys/contrib/device-tree/Bindings/input/
H A Dti,nspire-keypad.txt22 - active-low: Specify that the keypad is active low (i.e. logical low signifies
/freebsd/lib/msun/src/
H A Ds_expm1.c143 u_int32_t low; in expm1() local
144 GET_LOW_WORD(low,x); in expm1()
145 if(((hx&0xfffff)|low)!=0) in expm1()

12345678910>>...73