Home
last modified time | relevance | path

Searched defs:ROTL (Results 1 – 13 of 13) sorted by relevance

/external/AFLplusplus/src/
Dafl-performance.c20 #define ROTL(d, lrot) ((d << (lrot)) | (d >> (8 * sizeof(d) - (lrot)))) macro
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/decrepit/cast/
Dcast.c88 #define ROTL(a, n) (_lrotl(a, n)) macro
90 #define ROTL(a, n) ((((a) << (n)) | ((a) >> ((-(n))&31))) & 0xffffffffL) macro
/external/tensorflow/tensorflow/core/kernels/
Drandom_index_shuffle.cc52 #define ROTL(x, r, W) (((x) << (r)) | (x >> (W - (r)))) macro
/external/vboot_reference/firmware/2lib/
D2sha256.c50 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro
D2sha512.c44 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro
/external/avb/libavb/sha/
Dsha512_impl.c43 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro
Dsha256_impl.c43 #define ROTL(x, n) ((x << n) | (x >> ((sizeof(x) << 3) - n))) macro
/external/mbedtls/library/
Dcamellia.c212 #define ROTL(DEST, SRC, SHIFT) \ macro
/external/openthread/third_party/mbedtls/repo/library/
Dcamellia.c212 #define ROTL(DEST, SRC, SHIFT) \ macro
/external/llvm/lib/Target/SystemZ/
DSystemZSelectionDAGInfo.cpp178 SDValue ROTL = DAG.getNode(ISD::ROTL, DL, MVT::i32, SRL, in addIPMSequence() local
/external/llvm/include/llvm/CodeGen/
DISDOpcodes.h339 SHL, SRA, SRL, ROTL, ROTR, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h471 SHL, SRA, SRL, ROTL, ROTR, FSHL, FSHR, enumerator
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h694 ROTL, enumerator