/aosp_15_r20/device/google/contexthub/lib/nanohub/ |
D | sha2.c | 39 …#define ror(v, b) ({uint32_t ret; if (b) asm("ror %0, #" STRINGIFY(b) :"=r"(ret):"0"(v)); else ret… macro 43 inline static uint32_t ror(uint32_t val, uint32_t by) in ror() function
|
D | aes.c | 138 …#define ror(v, b) ({uint32_t ret; if (b) asm("ror %0, #" STRINGIFY(b) :"=r"(ret):"0"(v)); else ret… macro 142 inline static uint32_t ror(uint32_t val, uint32_t by) in ror() function
|
/aosp_15_r20/system/chre/apps/nearby/location/lbs/contexthub/nanoapps/nearby/crypto/ |
H A D | sha2.c | 52 #define ror(v, b) \ macro 64 inline static uint32_t ror(uint32_t val, uint32_t by) { in ror() function
|
H A D | aes.c | 123 #define ror(v, b) \ macro 135 inline static uint32_t ror(uint32_t val, uint32_t by) { in ror() function
|
/aosp_15_r20/external/vixl/test/aarch32/ |
H A D | test-assembler-cond-rd-operand-rn-ror-amount-t32.cc | 74 ShiftType ror; member 1233 ShiftType ror = kTests[i].operands.ror; in TestHelper() local
|
H A D | test-assembler-cond-rd-rn-operand-rm-ror-amount-t32.cc | 75 ShiftType ror; member 5135 ShiftType ror = kTests[i].operands.ror; in TestHelper() local
|
H A D | test-assembler-cond-rd-rn-operand-rm-ror-amount-a32.cc | 75 ShiftType ror; member 5135 ShiftType ror = kTests[i].operands.ror; in TestHelper() local
|
H A D | test-assembler-cond-rd-operand-rn-ror-amount-a32.cc | 74 ShiftType ror; member 1345 ShiftType ror = kTests[i].operands.ror; in TestHelper() local
|
H A D | test-simulator-cond-rd-operand-rn-ror-amount-t32.cc | 139 ShiftType ror; member 597 ShiftType ror = kTests[i].operands.ror; in TestHelper() local
|
H A D | test-simulator-cond-rd-operand-rn-ror-amount-a32.cc | 139 ShiftType ror; member 597 ShiftType ror = kTests[i].operands.ror; in TestHelper() local
|
H A D | test-simulator-cond-rd-rn-operand-rm-ror-amount-t32.cc | 140 ShiftType ror; member 1131 ShiftType ror = kTests[i].operands.ror; in TestHelper() local
|
H A D | test-simulator-cond-rd-rn-operand-rm-ror-amount-a32.cc | 140 ShiftType ror; member 1131 ShiftType ror = kTests[i].operands.ror; in TestHelper() local
|
/aosp_15_r20/external/bc/scripts/ |
H A D | bitfuncgen.c | 101 ror(uint64_t a, uint64_t p, size_t bits) in ror() function
|
/aosp_15_r20/external/capstone/arch/AArch64/ |
H A D | AArch64AddressingModes.h | 119 static inline uint64_t ror(uint64_t elt, unsigned size) in ror() function
|
/aosp_15_r20/art/compiler/optimizing/ |
H A D | instruction_simplifier_shared.cc | 331 HInstruction* ror = new (allocator) HRor(rol->GetType(), rol->GetLeft(), neg); in UnfoldRotateLeft() local
|
/aosp_15_r20/external/selinux/libsemanage/src/ |
H A D | sha256.c | 22 #define ror(value, bits) (((value) >> (bits)) | ((value) << (32 - (bits)))) macro
|
/aosp_15_r20/external/vixl/src/aarch32/ |
H A D | instructions-aarch32.cc | 639 static inline uint32_t ror(uint32_t x, int i) { in ror() function
|
/aosp_15_r20/external/musl/src/crypt/ |
H A D | crypt_sha512.c | 25 static uint64_t ror(uint64_t n, int k) { return (n >> k) | (n << (64-k)); } in ror() function
|
H A D | crypt_sha256.c | 24 static uint32_t ror(uint32_t n, int k) { return (n >> k) | (n << (32-k)); } in ror() function
|
/aosp_15_r20/external/trusty/musl/src/crypt/ |
D | crypt_sha512.c | 25 static uint64_t ror(uint64_t n, int k) { return (n >> k) | (n << (64-k)); } in ror() function
|
D | crypt_sha256.c | 24 static uint32_t ror(uint32_t n, int k) { return (n >> k) | (n << (32-k)); } in ror() function
|
/aosp_15_r20/external/toybox/lib/ |
H A D | hash.c | 132 #define ror(value, bits) (((value)>>(bits))|((value)<<(sizeof(value)*8-(bits)))) macro
|
/aosp_15_r20/external/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAddressingModes.h | 32 ror, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAddressingModes.h | 32 ror, enumerator
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMAddressingModes.h | 32 ror, enumerator
|