/freebsd/contrib/arm-optimized-routines/math/test/ |
H A D | mathbench.c | 92 double hi; member 108 #define D(func, lo, hi) {#func, 'd', 0, lo, hi, {.d = func}}, argument 109 #define F(func, lo, hi) {#func, 'f', 0, lo, hi, {.f = func}}, argument 110 #define VND(func, lo, hi) {#func, 'd', 'n', lo, hi, {.vnd = func}}, argument 111 #define VNF(func, lo, hi) {#func, 'f', 'n', lo, hi, {.vnf = func}}, argument 112 #define SVD(func, lo, hi) {#func, 'd', 's', lo, hi, {.svd = func}}, argument 113 #define SVF(func, lo, hi) {#func, 'f', 's', lo, hi, {.svf = func}}, argument 136 gen_linear (double lo, double hi) in gen_linear() 143 genf_linear (double lo, double hi) in genf_linear() 163 frand (double lo, double hi) in frand() [all …]
|
H A D | test_defs.h | 22 #define TEST_INTERVAL(f, lo, hi, n) TEST_INTERVAL f lo hi n argument 23 #define TEST_SYM_INTERVAL(f, lo, hi, n) \ argument
|
/freebsd/sys/dev/hid/ |
H A D | hidmap.c | 183 struct hidmap_hid_item *hi; in hidmap_intr() local 339 can_map_callback(struct hid_item *hi, const struct hidmap_item *mi, in can_map_callback() 350 can_map_variable(struct hid_item *hi, const struct hidmap_item *mi, in can_map_variable() 361 can_map_arr_range(struct hid_item *hi, const struct hidmap_item *mi, in can_map_arr_range() 373 can_map_arr_list(struct hid_item *hi, const struct hidmap_item *mi, in can_map_arr_list() 384 hidmap_probe_hid_item(struct hid_item *hi, const struct hidmap_item *map, in hidmap_probe_hid_item() 447 struct hid_item hi; in hidmap_probe_hid_descr() local 538 hidmap_parse_hid_item(struct hidmap *hm, struct hid_item *hi, in hidmap_parse_hid_item() 662 struct hid_item hi; in hidmap_parse_hid_descr() local 806 struct hidmap_hid_item *hi; in hidmap_detach() local
|
/freebsd/contrib/netbsd-tests/lib/libusbhid/ |
H A D | t_usbhid.c | 118 hid_item_t hi; in ATF_TC_BODY() local 181 hid_item_t hi; in ATF_TC_BODY() local 243 hid_item_t hi; in ATF_TC_BODY() local 339 hid_item_t hi; in ATF_TC_BODY() local 428 hid_item_t hi; in ATF_TC_BODY() local
|
/freebsd/sys/dev/qlnx/qlnxe/ |
H A D | ecore_utils.h | 51 #define HILO_GEN(hi, lo, type) ((((type)(hi)) << 32) + (lo)) argument 52 #define HILO_DMA(hi, lo) HILO_GEN(hi, lo, dma_addr_t) argument 53 #define HILO_64(hi, lo) HILO_GEN(hi, lo, u64) argument
|
/freebsd/sys/dev/ofw/ |
H A D | ofw_pci.h | 85 #define OFW_PCI_PHYS_HI_BUS(hi) \ argument 87 #define OFW_PCI_PHYS_HI_DEVICE(hi) \ argument 89 #define OFW_PCI_PHYS_HI_FUNCTION(hi) \ argument
|
/freebsd/lib/msun/ld128/ |
H A D | s_tanpil.c | 45 long double hi, lo, t; in __kernel_tanpil() local 73 long double ai, ar, ax, hi, lo, t; in tanpil() local
|
H A D | k_expl.h | 98 long double hi; member 284 long double hi, lo, twopkm2; in hexpl() local 300 long double c, exp_x, hi, lo, s; in __ldexp_cexpl() local
|
H A D | k_cospil.h | 34 long double hi, lo; in __kernel_cospil() local
|
H A D | k_sinpil.h | 34 long double hi, lo; in __kernel_sinpil() local
|
/freebsd/contrib/bearssl/src/int/ |
H A D | i62_modpow2.c | 35 #define FMA1(hi, lo, x, y, v1, v2) do { \ argument 51 #define FMA2(hi, lo, x1, y1, x2, y2, v1, v2) do { \ argument 64 #define FMA1(hi, lo, x, y, v1, v2) do { \ argument 80 #define FMA2(hi, lo, x1, y1, x2, y2, v1, v2) do { \ argument 163 uint64_t hi, lo; in montymul() local 216 uint64_t hi, lo; in frommonty() local
|
/freebsd/lib/msun/src/ |
H A D | s_tanpi.c | 85 double_t hi, lo, t; in __kernel_tanpi() local 113 double ax, hi, lo, odd, t; in tanpi() local
|
/freebsd/lib/msun/ld80/ |
H A D | s_tanpil.c | 47 long double hi, lo, t; in __kernel_tanpil() local 75 long double ax, hi, lo, odd, t; in tanpil() local
|
H A D | k_expl.h | 74 double hi; member 261 long double hi, lo, twopkm2; in hexpl() local 277 long double c, exp_x, hi, lo, s; in __ldexp_cexpl() local
|
H A D | k_cospil.h | 34 long double hi, lo; in __kernel_cospil() local
|
/freebsd/contrib/sendmail/libsm/ |
H A D | heap.c | 485 SM_HEAP_ITEM_T *hi; local 535 SM_HEAP_ITEM_T *hi, **hp; local 603 SM_HEAP_ITEM_T *hi, **hp; local 685 SM_HEAP_ITEM_T *hi = *hp; local 773 SM_HEAP_ITEM_T *hi = SmHeapTable[i]; local
|
/freebsd/lib/libiconv_modules/UES/ |
H A D | citrus_ues.c | 162 surrogate_to_ucs(wchar_t hi, wchar_t lo) in surrogate_to_ucs() 171 ucs_to_surrogate(wchar_t wc, wchar_t * __restrict hi, wchar_t * __restrict lo) in ucs_to_surrogate() 194 wchar_t hi, wc; in _citrus_UES_mbrtowc_priv() local 303 wchar_t hi, lo; in _citrus_UES_wcrtomb_priv() local
|
/freebsd/sbin/dump/ |
H A D | cache.c | 54 int hi; in cinit() local 84 int hi; in cread() local
|
/freebsd/contrib/arm-optimized-routines/math/include/ |
H A D | test_defs.h | 17 #define TEST_INTERVAL(f, lo, hi, n) argument 18 #define TEST_SYM_INTERVAL(f, lo, hi, n) argument
|
/freebsd/contrib/bearssl/src/symcipher/ |
H A D | poly1305_ctmulq.c | 31 #define MUL128(hi, lo, x, y) do { \ argument 42 #define MUL128(hi, lo, x, y) do { \ argument 111 #define MX(hi, lo, m0, m1, m2) do { \ in poly1305_inner_big() argument 260 #define MX(hi, lo, m0, m1, m2) do { \ in poly1305_inner_small() argument
|
/freebsd/contrib/llvm-project/lld/ELF/Arch/ |
H A D | AVR.cpp | 217 const uint16_t hi = val >> 4; in relocate() local 259 uint16_t hi = val >> 17; in relocate() local
|
/freebsd/crypto/openssl/crypto/bn/ |
H A D | bn_dh.c | 17 # define BN_DEF(lo, hi) (BN_ULONG)hi << 32 | lo argument 19 # define BN_DEF(lo, hi) lo, hi argument
|
/freebsd/sys/dev/mthca/ |
H A D | mthca_doorbell.h | 59 static inline void mthca_write64(u32 hi, u32 lo, void __iomem *dest, in mthca_write64() 88 static inline void mthca_write64(u32 hi, u32 lo, void __iomem *dest, in mthca_write64()
|
/freebsd/crypto/heimdal/lib/krb5/ |
H A D | krbhst.c | 117 krb5_krbhst_info *hi; in srv_find_realm() local 208 struct krb5_krbhst_info *hi; in parse_hostspec() local 263 _krb5_free_krbhst_info(krb5_krbhst_info *hi) in _krb5_free_krbhst_info() 315 struct krb5_krbhst_info *hi; in append_host_string() local 430 struct krb5_krbhst_info *hi = *kd->index; in get_next() local 530 struct krb5_krbhst_info *hi; in fallback_get_hosts() local 558 struct krb5_krbhst_info *hi; in add_locate() local
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | minmax.h | 64 #define clamp(x, lo, hi) min(max(x, lo), hi) argument 65 #define clamp_val(val, lo, hi) clamp_t(typeof(val), val, lo, hi) argument
|