/third_party/ffmpeg/libavformat/ |
H A D | redspark.c | 29 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
|
/third_party/selinux/libselinux/src/ |
H A D | sha1.c | 43 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro [all...] |
/third_party/mesa3d/src/util/sha1/ |
H A D | sha1.c | 22 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro [all...] |
/third_party/musl/src/crypt/ |
H A D | crypt_md5.c | 20 static uint32_t rol(uint32_t n, int k) { return (n << k) | (n >> (32-k)); } in rol() function
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | test_fs_scoreboard.cpp | 734 fs_inst *rol = instruction(else_body, 0); in TEST_F() local 779 fs_inst *rol = instruction(else_body, 4); in TEST_F() local 824 fs_inst *rol = instruction(else_body, 0); in TEST_F() local 870 fs_inst *rol in TEST_F() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
H A D | SHA1.cpp | 30 static inline uint32_t rol(uint32_t Number, int Bits) { in rol() function [all...] |
/third_party/toybox/toys/lsb/ |
H A D | md5sum.c | 169 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/ |
H A D | sha1-internal.c | 130 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/ |
H A D | sha1-internal.c | 130 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro [all...] |
/third_party/ffmpeg/libavutil/ |
H A D | ripemd.c | 91 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro [all...] |
H A D | sha.c | 51 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro [all...] |
/third_party/node/deps/v8/src/codegen/ia32/ |
H A D | assembler-ia32.h | 654 void rol(Register dst, uint8_t imm8) { rol(Operand(dst), imm8); } in rol() function in v8::internal::Assembler
|
H A D | assembler-ia32.cc | 1163 void Assembler::rol(Operand dst, uint8_t imm8) { in rol() function in v8::internal::Assembler
|
/third_party/pcre2/pcre2/src/sljit/ |
H A D | sljitNativeARM_32.c | 1623 sljit_u32 rol; in get_imm() local 1664 sljit_uw rol; in generate_int() local [all...] |