Home
last modified time | relevance | path

Searched defs:shift (Results 1 – 25 of 293) sorted by relevance

12345678910>>...12

/freebsd-13.1/sys/contrib/alpine-hal/
H A Dal_hal_reg_utils.h66 #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 Dib_packer.c75 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.h123 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 Dudivsi3.S198 #define block(shift) \ argument
213 #define block(shift) \ argument
H A Dclzdi2.S59 #define BLOCK(shift) \ argument
H A Dclzsi2.S39 #define BLOCK(shift) \ argument
H A Dumodsi3.S104 #define block(shift) \ argument
H A Dudivmodsi4.S112 #define block(shift) \ argument
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/builtins/
H A Dfloatunsisf.c34 const int shift = significandBits - exponent; in __floatunsisf() local
37 const int shift = exponent - significandBits; in __floatunsisf() local
H A Dfloatsisf.c41 const int shift = significandBits - exponent; in __floatsisf() local
44 const int shift = exponent - significandBits; in __floatsisf() local
H A Dfloatunsitf.c32 const int shift = significandBits - exponent; in __floatunsitf() local
/freebsd-13.1/contrib/apr-util/strmatch/
H A Dapr_strmatch.c39 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 Dbitops.h64 #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 Ddtls1_bitmap.c41 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 Dsz.h58 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 Djz4780_uart.c127 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 Dtst.quantmany.d31 int64_t val, shift; variable
/freebsd-13.1/sys/libkern/
H A Dlshrdi3.c45 __lshrdi3(quad_t a, qshift_t shift) in __lshrdi3()
H A Dashrdi3.c45 __ashrdi3(quad_t a, qshift_t shift) in __ashrdi3()
H A Dashldi3.c46 __ashldi3(a, shift) in __ashldi3() argument
/freebsd-13.1/sys/arm/nvidia/
H A Dtegra_uart.c170 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 Dashldi3.c49 __ashldi3(quad_t a, qshift_t shift) in __ashldi3()
H A Dlshrdi3.c48 __lshrdi3(quad_t a, qshift_t shift) in __lshrdi3()
H A Dlshldi3.c49 __lshldi3(quad_t a, qshift_t shift) in __lshldi3()
H A Dashrdi3.c48 __ashrdi3(quad_t a, qshift_t shift) in __ashrdi3()

12345678910>>...12