| /freebsd/sys/dev/ath/ | 
| H A D | if_ath_tdma.h | 37 #define	TDMA_EP_MUL(x, mul)	((x) * (mul))  argument44 #define	TDMA_EP_RND(x,mul) \  argument
 
 | 
| /freebsd/crypto/openssl/crypto/bn/asm/ | 
| H A D | ppc64-mont-fixed.pl | 386 sub mul($$$$$)  subroutine486 sub mul($$$$$)  subroutine
 
 | 
| /freebsd/sys/contrib/openzfs/module/zcommon/ | 
| H A D | cityhash.c | 44 cityhash_helper(uint64_t u, uint64_t v, uint64_t mul)  in cityhash_helper()57 	uint64_t mul = HASH_K2 + 64;  in cityhash_impl()  local
 
 | 
| /freebsd/lib/libc/quad/TESTS/ | 
| H A D | Makefile | 4 mul: ${MUL}  target
 | 
| /freebsd/sys/contrib/openzfs/module/icp/include/modes/ | 
| H A D | gcm_impl.h | 52 	gcm_mul_f mul;  member
 | 
| /freebsd/lib/libc/gen/ | 
| H A D | getbsize.c | 41 	long n, max, mul, blocksize;  in getbsize()  local
 | 
| /freebsd/contrib/tcpdump/ | 
| H A D | checksum.c | 109     uint32_t mul;  in create_osi_cksum()  local
 | 
| /freebsd/contrib/llvm-project/llvm/lib/Support/ | 
| H A D | BlockFrequency.cpp | 43 std::optional<BlockFrequency> BlockFrequency::mul(uint64_t Factor) const {  in mul()  function in BlockFrequency
 | 
| /freebsd/contrib/arm-optimized-routines/math/aarch64/sve/ | 
| H A D | acosf.c | 72   svfloat32_t mul = svsel (a_gt_half, sv_f32 (2.0), sv_f32 (-1.0));  in SV_NAME_F1()  local
 | 
| H A D | acos.c | 79   svfloat64_t mul = svsel (a_gt_half, sv_f64 (2.0), sv_f64 (-1.0));  in SV_NAME_D1()  local
 | 
| /freebsd/sys/contrib/libsodium/src/libsodium/crypto_scalarmult/curve25519/sandy2x/ | 
| H A D | fe51_nsquare.S | 49 mul  %rcx  label54 mul  %r8  label
 70 mul  %r8  label
 
 | 
| /freebsd/contrib/arm-optimized-routines/math/aarch64/advsimd/ | 
| H A D | acosf.c | 99   float32x4_t mul = vbslq_f32 (a_le_half, v_f32 (-1.0), v_f32 (2.0));  in V_NAME_F1()  local
 | 
| H A D | acos.c | 108   float64x2_t mul = vbslq_f64 (a_le_half, v_f64 (-1.0), v_f64 (2.0));  in V_NAME_D1()  local
 | 
| /freebsd/sys/contrib/dpdk_rte_lpm/ | 
| H A D | rte_common.h | 291 #define RTE_ALIGN_MUL_CEIL(v, mul) \  argument299 #define RTE_ALIGN_MUL_FLOOR(v, mul) \  argument
 307 #define RTE_ALIGN_MUL_NEAR(v, mul)				\  argument
 
 | 
| /freebsd/crypto/openssl/crypto/bn/ | 
| H A D | bn_local.h | 490 #  define mul(r,a,w,c) { \  macro517 #  define mul(r,a,w,c)    {               \  macro
 545 #  define mul(r,a,w,c)    {               \  macro
 625 #  define mul(r,a,bl,bh,c) { \  macro
 
 | 
| /freebsd/lib/libc/tests/gen/ | 
| H A D | glob2_test.c | 55 	unsigned i, j, k, mul;  in ATF_TC_BODY()  local
 | 
| /freebsd/sys/arm64/qoriq/clk/ | 
| H A D | qoriq_clk_pll.c | 74 	uint32_t mul;  in qoriq_clk_pll_recalc_freq()  local
 | 
| /freebsd/usr.bin/systat/ | 
| H A D | convtbl.c | 51 	uintmax_t	 mul;  member
 | 
| /freebsd/sys/dev/sound/pcm/ | 
| H A D | feeder_matrix.c | 74 		int mul, shift;  member181 	int mul, shift;  in feed_matrix_setup()  local
 
 | 
| /freebsd/sys/contrib/openzfs/module/zfs/ | 
| H A D | vdev_raidz_math_impl.h | 277 	const unsigned mul = *((unsigned *)private);  in raidz_mul_abd_cb()  local881     const unsigned *mul)  in raidz_rec_pq_abd()
 1042     const unsigned *mul)  in raidz_rec_pr_abd()
 1206     const unsigned *mul)  in raidz_rec_qr_abd()
 1377     const unsigned * const mul)  in raidz_rec_pqr_abd()
 
 | 
| /freebsd/sys/dev/syscons/dragon/ | 
| H A D | dragon_saver.c | 109 	static int	order, mul, out;  in dragon_update()  local
 | 
| /freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/ | 
| H A D | dt_options.c | 677 	dtrace_optval_t mul = 1;  in dt_optval_parse()  local744 	dtrace_optval_t mul = 1, val = 0;  in dt_opt_rate()  local
 748 		hrtime_t mul;  in dt_opt_rate()  member
 
 | 
| /freebsd/contrib/bearssl/inc/ | 
| H A D | bearssl_ec.h | 350 	uint32_t (*mul)(unsigned char *G, size_t Glen,  member
 | 
| /freebsd/contrib/llvm-project/clang/lib/AST/Interp/ | 
| H A D | Boolean.h | 135   static bool mul(Boolean A, Boolean B, unsigned OpBits, Boolean *R) {  in mul()  function
 | 
| /freebsd/stand/ficl/ | 
| H A D | math64.c | 148 DPUNS m64Mac(DPUNS u, FICL_UNS mul, FICL_UNS add)  in m64Mac()
 |