/optee_os/lib/libutils/isoc/arch/arm/ |
A D | arm32_aeabi_shift.c | 12 long long __aeabi_llsl(long long a, int shift) in __aeabi_llsl() 32 long long __aeabi_llsr(long long a, int shift) in __aeabi_llsr()
|
/optee_os/core/arch/arm/plat-rockchip/ |
A D | common.h | 23 #define BITS_WMSK(msk, shift) SHIFT_U32(msk, (shift) + REG_MSK_SHIFT) argument 24 #define BITS_WITH_WMASK(bits, msk, shift) \ argument
|
/optee_os/core/drivers/ |
A D | bcm_gpio.c | 60 unsigned int shift = IPROC_GPIO_SHIFT(gpio); in iproc_set_bit() local 70 unsigned int shift = IPROC_GPIO_SHIFT(gpio); in iproc_clr_bit() local 90 unsigned int shift = IPROC_GPIO_SHIFT(gpio); in iproc_gpio_get() local 114 unsigned int shift = IPROC_GPIO_SHIFT(gpio); in iproc_gpio_get_dir() local 129 unsigned int shift = IPROC_GPIO_SHIFT(gpio); in iproc_gpio_get_itr() local 162 unsigned int shift = IPROC_GPIO_SHIFT(gpiopin); in iproc_gpio_set_secure() local
|
A D | stm32_etzpc.c | 106 uint32_t shift = (decprot_id % IDS_PER_DECPROT_REGS) << DECPROT_SHIFT; in etzpc_configure_decprot() local 127 uint32_t shift = (decprot_id % IDS_PER_DECPROT_REGS) << DECPROT_SHIFT; in etzpc_get_decprot() local
|
A D | stm32_gpio.c | 124 size_t shift = (pin - GPIO_ALT_LOWER_LIMIT) << 2; in set_gpio_cfg() local
|
/optee_os/lib/libutils/isoc/newlib/ |
A D | str-two-way.h | 355 size_t shift; in two_way_long_needle() local 406 size_t shift; in two_way_long_needle() local
|
/optee_os/core/drivers/clk/sam/ |
A D | at91_peripheral.c | 35 int shift = 0; in clk_sam9x5_peripheral_autodiv() local 117 unsigned int shift = 0; in clk_sam9x5_peripheral_set_rate() local
|
A D | at91_programmable.c | 99 int shift = 0; in clk_programmable_set_rate() local
|
/optee_os/out/arm/export-ta_arm32/host_include/ |
A D | util.h | 122 #define SHIFT_U32(v, shift) ((v) << (shift)) argument 123 #define SHIFT_U64(v, shift) ((v) << (shift)) argument 127 #define SHIFT_U32(v, shift) ((uint32_t)(v) << (shift)) argument 128 #define SHIFT_U64(v, shift) ((uint64_t)(v) << (shift)) argument
|
/optee_os/out/arm/export-ta_arm64/include/ |
A D | util.h | 122 #define SHIFT_U32(v, shift) ((v) << (shift)) argument 123 #define SHIFT_U64(v, shift) ((v) << (shift)) argument 127 #define SHIFT_U32(v, shift) ((uint32_t)(v) << (shift)) argument 128 #define SHIFT_U64(v, shift) ((uint64_t)(v) << (shift)) argument
|
/optee_os/out/arm/export-ta_arm64/host_include/ |
A D | util.h | 122 #define SHIFT_U32(v, shift) ((v) << (shift)) argument 123 #define SHIFT_U64(v, shift) ((v) << (shift)) argument 127 #define SHIFT_U32(v, shift) ((uint32_t)(v) << (shift)) argument 128 #define SHIFT_U64(v, shift) ((uint64_t)(v) << (shift)) argument
|
/optee_os/lib/libutils/ext/include/ |
A D | util.h | 122 #define SHIFT_U32(v, shift) ((v) << (shift)) argument 123 #define SHIFT_U64(v, shift) ((v) << (shift)) argument 127 #define SHIFT_U32(v, shift) ((uint32_t)(v) << (shift)) argument 128 #define SHIFT_U64(v, shift) ((uint64_t)(v) << (shift)) argument
|
/optee_os/out/arm/export-ta_arm32/include/ |
A D | util.h | 122 #define SHIFT_U32(v, shift) ((v) << (shift)) argument 123 #define SHIFT_U64(v, shift) ((v) << (shift)) argument 127 #define SHIFT_U32(v, shift) ((uint32_t)(v) << (shift)) argument 128 #define SHIFT_U64(v, shift) ((uint64_t)(v) << (shift)) argument
|
/optee_os/core/lib/libtomcrypt/src/encauth/ocb3/ |
A D | ocb3_init.c | 22 int idx, shift; in _ocb3_int_calc_offset_zero() local
|
/optee_os/core/include/mm/ |
A D | tee_mm.h | 32 uint8_t shift; /* size shift */ member
|
/optee_os/core/arch/arm/mm/ |
A D | tee_mm.c | 39 uint8_t shift, uint32_t flags) in tee_mm_init()
|
/optee_os/core/arch/arm/crypto/ |
A D | aes_armv8a_ce.c | 59 static uint32_t ror32(uint32_t val, unsigned int shift) in ror32()
|
/optee_os/core/arch/arm/include/mm/ |
A D | core_mmu.h | 475 unsigned shift; member
|
/optee_os/lib/libmbedtls/mbedtls/library/ |
A D | ecp_curves.c | 1402 size_t adjust, size_t shift, mbedtls_mpi_uint mask ) in ecp_mod_koblitz()
|
A D | ssl_msg.c | 3354 uint64_t shift = rec_seqnum - ssl->in_window_top; in mbedtls_ssl_dtls_replay_update() local
|
/optee_os/core/lib/libtomcrypt/ |
A D | mpi_desc.c | 169 unsigned int shift = 31; in compare_d() local
|