Home
last modified time | relevance | path

Searched defs:rol (Results 1 - 14 of 14) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Dredspark.c29 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
/third_party/selinux/libselinux/src/
H A Dsha1.c43 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
[all...]
/third_party/mesa3d/src/util/sha1/
H A Dsha1.c22 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
[all...]
/third_party/musl/src/crypt/
H A Dcrypt_md5.c20 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 Dtest_fs_scoreboard.cpp734 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 DSHA1.cpp30 static inline uint32_t rol(uint32_t Number, int Bits) { in rol() function
[all...]
/third_party/toybox/toys/lsb/
H A Dmd5sum.c169 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/crypto/
H A Dsha1-internal.c130 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/crypto/
H A Dsha1-internal.c130 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
[all...]
/third_party/ffmpeg/libavutil/
H A Dripemd.c91 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
[all...]
H A Dsha.c51 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
[all...]
/third_party/node/deps/v8/src/codegen/ia32/
H A Dassembler-ia32.h654 void rol(Register dst, uint8_t imm8) { rol(Operand(dst), imm8); } in rol() function in v8::internal::Assembler
H A Dassembler-ia32.cc1163 void Assembler::rol(Operand dst, uint8_t imm8) { in rol() function in v8::internal::Assembler
/third_party/pcre2/pcre2/src/sljit/
H A DsljitNativeARM_32.c1623 sljit_u32 rol; in get_imm() local
1664 sljit_uw rol; in generate_int() local
[all...]

Completed in 22 milliseconds