| /f-stack/freebsd/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
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/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
|
| H A D | dmu_traverse.h | 83 unsigned int shift = level * (indblkshift - SPA_BLKPTRSHIFT); in bp_span_in_blocks() local
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/ |
| H A D | sz.h | 57 pszind_t shift = (x < LG_SIZE_CLASS_GROUP + LG_PAGE) ? 0 : x - in sz_psz2ind() local 86 size_t shift = (grp == 0) ? 1 : grp; in sz_pind2sz_compute() local 138 szind_t shift = (x < LG_SIZE_CLASS_GROUP + LG_QUANTUM) ? 0 : in sz_size2index_compute() local 190 size_t shift = (grp == 0) ? 1 : grp; in sz_index2size_compute() local
|
| /f-stack/dpdk/drivers/net/atlantic/ |
| H A D | atl_hw_regs.c | 14 u32 shift, u32 val) in aq_hw_write_reg_bit() 29 u32 aq_hw_read_reg_bit(struct aq_hw_s *aq_hw, u32 addr, u32 msk, u32 shift) in aq_hw_read_reg_bit()
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/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
|
| /f-stack/freebsd/contrib/octeon-sdk/ |
| H A D | cvmx-debug-handler.S | 118 #define loadaddr(reg, addr, shift) \ argument 125 #define loadaddr(reg, addr, shift) \ argument
|
| /f-stack/tools/libutil/ |
| H A D | expand_number.c | 46 unsigned shift; in expand_number() local
|
| /f-stack/dpdk/lib/librte_eal/arm/include/ |
| H A D | rte_vect.h | 158 vshift_bytes_right(uint64x2_t reg, const unsigned int shift) in vshift_bytes_right() 172 vshift_bytes_left(uint64x2_t reg, const unsigned int shift) in vshift_bytes_left()
|
| /f-stack/app/redis-5.0.5/deps/jemalloc/test/src/ |
| H A D | SFMT.c | 163 static inline void rshift128(w128_t *out, w128_t const *in, int shift) { in rshift128() 178 static inline void rshift128(w128_t *out, w128_t const *in, int shift) { in rshift128() 202 static inline void lshift128(w128_t *out, w128_t const *in, int shift) { in lshift128() 217 static inline void lshift128(w128_t *out, w128_t const *in, int shift) { in lshift128()
|
| /f-stack/freebsd/arm64/freescale/imx/clk/ |
| H A D | imx_clk_mux.h | 38 uint32_t shift; member
|
| H A D | imx_clk_gate.h | 38 uint32_t shift; member
|
| /f-stack/freebsd/kern/ |
| H A D | kern_acct.c | 482 int shift; in encode_timeval() local 530 int shift; in encode_long() local
|
| /f-stack/freebsd/arm64/rockchip/clk/ |
| H A D | rk_clk_mux.h | 38 uint32_t shift; member
|
| H A D | rk_clk_gate.h | 38 uint32_t shift; member
|
| /f-stack/freebsd/arm64/nvidia/tegra210/ |
| H A D | tegra210_clk_super.c | 147 int shift, state; in super_mux_init() local 174 int shift, state; in super_mux_set_mux() local
|
| /f-stack/freebsd/arm64/qoriq/clk/ |
| H A D | qoriq_clk_pll.h | 44 uint8_t shift; member
|
| /f-stack/freebsd/contrib/ncsw/Peripherals/FM/Pcd/ |
| H A D | fm_kg.h | 165 #define GET_MASK_SEL_SHIFT(shift,i) \ argument 175 #define GET_MASK_OFFSET_SHIFT(shift,i) \ argument 185 #define GET_MASK_SHIFT(shift,i) \ argument
|
| /f-stack/freebsd/arm/allwinner/clkng/ |
| H A D | aw_ccung.h | 95 uint32_t shift; member 103 uint32_t shift; member
|
| /f-stack/freebsd/arm/nvidia/tegra124/ |
| H A D | tegra124_clk_super.c | 157 int shift, state; in super_mux_init() local 194 int shift, state; in super_mux_set_mux() local
|