| /freebsd-13.1/sys/contrib/alpine-hal/ |
| H A D | al_hal_reg_utils.h | 66 #define AL_REG_FIELD_GET(reg, mask, shift) (((reg) & (mask)) >> (shift)) argument 69 #define AL_REG_FIELD_SET(reg, mask, shift, val) \ argument 75 #define AL_REG_FIELD_SET_64(reg, mask, shift, val) \ argument 81 #define AL_REG_BIT_GET(reg, shift) \ argument 84 #define AL_REG_BITS_FIELD(shift, val) \ argument 88 #define AL_REG_BIT_VAL_SET(reg, shift, val) \ argument 92 #define AL_REG_BIT_SET(reg, shift) \ argument 96 #define AL_REG_BIT_CLEAR(reg, shift) \ argument
|
| /freebsd-13.1/sys/ofed/drivers/infiniband/core/ |
| H A D | ib_packer.c | 75 int shift; in ib_pack() local 92 int shift; in ib_pack() local 164 int shift; in ib_unpack() local 178 int shift; in ib_unpack() local
|
| /freebsd-13.1/sys/sys/ |
| H A D | _atomic_subword.h | 123 int shift; in atomic_cmpset_8() local 136 int ret, shift; in atomic_fcmpset_8() local 153 int shift; in atomic_cmpset_16() local 166 int ret, shift; in atomic_fcmpset_16() local 183 int shift; in atomic_load_acq_8() local 196 int shift; in atomic_load_acq_16() local
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/arm/ |
| H A D | udivsi3.S | 198 #define block(shift) \ argument 213 #define block(shift) \ argument
|
| H A D | clzdi2.S | 59 #define BLOCK(shift) \ argument
|
| H A D | clzsi2.S | 39 #define BLOCK(shift) \ argument
|
| H A D | umodsi3.S | 104 #define block(shift) \ argument
|
| H A D | udivmodsi4.S | 112 #define block(shift) \ argument
|
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/ |
| H A D | floatunsisf.c | 34 const int shift = significandBits - exponent; in __floatunsisf() local 37 const int shift = exponent - significandBits; in __floatunsisf() local
|
| H A D | floatsisf.c | 41 const int shift = significandBits - exponent; in __floatsisf() local 44 const int shift = exponent - significandBits; in __floatsisf() local
|
| H A D | floatunsitf.c | 32 const int shift = significandBits - exponent; in __floatunsitf() local
|
| /freebsd-13.1/contrib/apr-util/strmatch/ |
| H A D | apr_strmatch.c | 39 apr_size_t *shift = (apr_size_t *)(this_pattern->context); in match_boyer_moore_horspool() local 63 apr_size_t *shift = (apr_size_t *)(this_pattern->context); in match_boyer_moore_horspool_nocase() local 88 apr_size_t *shift; in apr_strmatch_precompile() local
|
| /freebsd-13.1/sys/contrib/openzfs/include/sys/ |
| H A D | bitops.h | 64 #define BF32_GET_SB(x, low, len, shift, bias) \ argument 66 #define BF64_GET_SB(x, low, len, shift, bias) \ argument 75 #define BF32_SET_SB(x, low, len, shift, bias, val) do { \ argument 80 #define BF64_SET_SB(x, low, len, shift, bias, val) do { \ argument
|
| /freebsd-13.1/crypto/openssl/ssl/record/ |
| H A D | dtls1_bitmap.c | 41 unsigned int shift; in dtls1_record_replay_check() local 62 unsigned int shift; in dtls1_record_bitmap_update() local
|
| /freebsd-13.1/contrib/jemalloc/include/jemalloc/internal/ |
| H A D | sz.h | 58 pszind_t shift = (x < SC_LG_NGROUP + LG_PAGE) ? in sz_psz2ind() local 85 size_t shift = (grp == 0) ? 1 : grp; in sz_pind2sz_compute() local 138 szind_t shift = (x < SC_LG_NGROUP + LG_QUANTUM) ? 0 : in sz_size2index_compute() local 188 size_t shift = (grp == 0) ? 1 : grp; in sz_index2size_compute() local
|
| /freebsd-13.1/sys/mips/ingenic/ |
| H A D | jz4780_uart.c | 127 pcell_t shift; in jz4780_uart_get_shift() local 140 int shift; in jz4780_uart_probe() local
|
| /freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/aggs/ |
| H A D | tst.quantmany.d | 31 int64_t val, shift; variable
|
| /freebsd-13.1/sys/libkern/ |
| H A D | lshrdi3.c | 45 __lshrdi3(quad_t a, qshift_t shift) in __lshrdi3()
|
| H A D | ashrdi3.c | 45 __ashrdi3(quad_t a, qshift_t shift) in __ashrdi3()
|
| H A D | ashldi3.c | 46 __ashldi3(a, shift) in __ashldi3() argument
|
| /freebsd-13.1/sys/arm/nvidia/ |
| H A D | tegra_uart.c | 170 pcell_t shift; in uart_fdt_get_shift1() local 183 int shift; in tegra_uart_probe() local
|
| /freebsd-13.1/lib/libc/quad/ |
| H A D | ashldi3.c | 49 __ashldi3(quad_t a, qshift_t shift) in __ashldi3()
|
| H A D | lshrdi3.c | 48 __lshrdi3(quad_t a, qshift_t shift) in __lshrdi3()
|
| H A D | lshldi3.c | 49 __lshldi3(quad_t a, qshift_t shift) in __lshldi3()
|
| H A D | ashrdi3.c | 48 __ashrdi3(quad_t a, qshift_t shift) in __ashrdi3()
|