Home
last modified time | relevance | path

Searched refs:_lrotl (Results 1 – 25 of 563) sorted by relevance

12345678910>>...23

/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGen/X86/
H A Drot-intrinsics.c99 return _lrotl(value, shift); in test_lrotl()
150 char lrotl_0[_lrotl(0xFEDCBA9876543210ULL, 55) == 0x087F6E5D4C3B2A19ULL ? 1 : -1];
153 char lrotl_0[_lrotl(0x76543210, 22) == 0x841D950C ? 1 : -1];
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGen/X86/
H A Drot-intrinsics.c99 return _lrotl(value, shift); in test_lrotl()
150 char lrotl_0[_lrotl(0xFEDCBA9876543210ULL, 55) == 0x087F6E5D4C3B2A19ULL ? 1 : -1];
153 char lrotl_0[_lrotl(0x76543210, 22) == 0x841D950C ? 1 : -1];
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Drot-intrinsics.c99 return _lrotl(value, shift); in test_lrotl()
150 char lrotl_0[_lrotl(0xFEDCBA9876543210ULL, 55) == 0x087F6E5D4C3B2A19ULL ? 1 : -1];
153 char lrotl_0[_lrotl(0x76543210, 22) == 0x841D950C ? 1 : -1];
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/CodeGen/X86/
H A Drot-intrinsics.c99 return _lrotl(value, shift); in test_lrotl()
150 char lrotl_0[_lrotl(0xFEDCBA9876543210ULL, 55) == 0x087F6E5D4C3B2A19ULL ? 1 : -1];
153 char lrotl_0[_lrotl(0x76543210, 22) == 0x841D950C ? 1 : -1];
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Drot-intrinsics.c99 return _lrotl(value, shift); in test_lrotl()
150 char lrotl_0[_lrotl(0xFEDCBA9876543210ULL, 55) == 0x087F6E5D4C3B2A19ULL ? 1 : -1];
153 char lrotl_0[_lrotl(0x76543210, 22) == 0x841D950C ? 1 : -1];
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/CodeGen/X86/
H A Drot-intrinsics.c99 return _lrotl(value, shift); in test_lrotl()
150 char lrotl_0[_lrotl(0xFEDCBA9876543210ULL, 55) == 0x087F6E5D4C3B2A19ULL ? 1 : -1];
153 char lrotl_0[_lrotl(0x76543210, 22) == 0x841D950C ? 1 : -1];
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/CodeGen/X86/
H A Drot-intrinsics.c99 return _lrotl(value, shift); in test_lrotl()
150 char lrotl_0[_lrotl(0xFEDCBA9876543210ULL, 55) == 0x087F6E5D4C3B2A19ULL ? 1 : -1];
153 char lrotl_0[_lrotl(0x76543210, 22) == 0x841D950C ? 1 : -1];
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/CodeGen/X86/
H A Drot-intrinsics.c99 return _lrotl(value, shift); in test_lrotl()
150 char lrotl_0[_lrotl(0xFEDCBA9876543210ULL, 55) == 0x087F6E5D4C3B2A19ULL ? 1 : -1];
153 char lrotl_0[_lrotl(0x76543210, 22) == 0x841D950C ? 1 : -1];
/dports/lang/clang-mesa/clang-13.0.1.src/test/CodeGen/X86/
H A Drot-intrinsics.c99 return _lrotl(value, shift); in test_lrotl()
150 char lrotl_0[_lrotl(0xFEDCBA9876543210ULL, 55) == 0x087F6E5D4C3B2A19ULL ? 1 : -1];
153 char lrotl_0[_lrotl(0x76543210, 22) == 0x841D950C ? 1 : -1];
/dports/security/p5-Crypt-RC6/Crypt-RC6-1.0/
H A Dplatform.h36 #pragma intrinsic(_lrotl, _lrotr)
37 #define ROL(x, n) _lrotl(x, n)
/dports/security/ncrypt/ncrypt-0.8.1/
H A Dplatform.h41 #pragma intrinsic(_lrotl,_lrotr) /* use intrinsic compiler rotations */
42 #define ROL(x,n) _lrotl(x,n)
/dports/security/aescrypt/aescrypt-0.7/
H A Dplatform.h41 #pragma intrinsic(_lrotl,_lrotr) /* use intrinsic compiler rotations */
42 #define ROL(x,n) _lrotl(x,n)
/dports/security/p5-Crypt-Twofish2/Crypt-Twofish2-1.03/
H A Dplatform.h46 #pragma intrinsic(_lrotl,_lrotr) /* use intrinsic compiler rotations */
47 #define ROL(x,n) _lrotl(x,n)
/dports/mail/rspamd/rspamd-3.1/contrib/libottery/
H A Dchacha_merged_ecrypt.h50 #pragma intrinsic(_lrotl) /* compile rotations "inline" */
51 #define ROTL32(v, n) _lrotl(v, n)
/dports/mail/rspamd-devel/rspamd-93430bb/contrib/libottery/
H A Dchacha_merged_ecrypt.h50 #pragma intrinsic(_lrotl) /* compile rotations "inline" */
51 #define ROTL32(v, n) _lrotl(v, n)
/dports/net/p5-Socket-Class/Socket-Class-2.258/xs/sc_ssl/openssl/source/crypto/camellia/
H A Dcmll_locl.h84 # define SWAP(x) ( _lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00 )
87 # define CAMELLIA_SWAP4(x) (x = ( _lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00) )
/dports/audio/mctoolame-encoder/mctoolame-01a/
H A Dcommon.c636 FormChunk.ckSize = _lrotl (FormChunk.ckSize, 8); in aiff_read_headers()
655 ident.ck_length = _lrotl (ident.ck_length, 8); in aiff_read_headers()
675 ident.ck_length = _lrotl (ident.ck_length, 8); in aiff_read_headers()
699 CommChunk.ckSize = _lrotl (CommChunk.ckSize, 8); in aiff_read_headers()
701 CommChunk.numSampleFrames = _lrotl (CommChunk.numSampleFrames, 8); in aiff_read_headers()
724 ident.ck_length = _lrotl (ident.ck_length, 8); in aiff_read_headers()
751 ident.ck_length = _lrotl (ident.ck_length, 8); in aiff_read_headers()
766 SndDChunk.offset = _lrotl (SndDChunk.offset, 8); in aiff_read_headers()
767 SndDChunk.blockSize = _lrotl (SndDChunk.blockSize, 8); in aiff_read_headers()
/dports/audio/mctoolame-decoder/mctoolamed-01a/
H A Dcommon.c408 FormChunk.ckSize = _lrotl (FormChunk.ckSize, 8); in aiff_read_headers()
429 ident.ck_length = _lrotl (ident.ck_length, 8); in aiff_read_headers()
453 ident.ck_length = _lrotl (ident.ck_length, 8); in aiff_read_headers()
479 CommChunk.ckSize = _lrotl (CommChunk.ckSize, 8); in aiff_read_headers()
481 CommChunk.numSampleFrames = _lrotl (CommChunk.numSampleFrames, 8); in aiff_read_headers()
509 ident.ck_length = _lrotl (ident.ck_length, 8); in aiff_read_headers()
541 ident.ck_length = _lrotl (ident.ck_length, 8); in aiff_read_headers()
559 SndDChunk.offset = _lrotl (SndDChunk.offset, 8); in aiff_read_headers()
560 SndDChunk.blockSize = _lrotl (SndDChunk.blockSize, 8); in aiff_read_headers()
/dports/lang/spidermonkey60/firefox-60.9.0/security/nss/lib/freebl/
H A Dsha_fast.h58 #pragma intrinsic(_lrotr, _lrotl)
59 #define SHA_ROTL(x, n) _lrotl(x, n)
/dports/www/firefox-legacy/firefox-52.8.0esr/security/nss/lib/freebl/
H A Dchacha20.c15 #pragma intrinsic(_lrotl)
16 #define ROTL32(x, n) _lrotl(x, n)
H A Dsha_fast.h58 #pragma intrinsic(_lrotr, _lrotl)
59 #define SHA_ROTL(x, n) _lrotl(x, n)
/dports/lang/spidermonkey78/firefox-78.9.0/security/nss/lib/freebl/
H A Dsha_fast.h58 #pragma intrinsic(_lrotr, _lrotl)
59 #define SHA_ROTL(x, n) _lrotl(x, n)
/dports/www/firefox-esr/firefox-91.8.0/security/nss/lib/freebl/
H A Dsha_fast.h66 #pragma intrinsic(_lrotr, _lrotl)
67 #define SHA_ROTL(x, n) _lrotl(x, n)
/dports/security/ca_root_nss/nss-3.71/nss/lib/freebl/
H A Dsha_fast.h66 #pragma intrinsic(_lrotr, _lrotl)
67 #define SHA_ROTL(x, n) _lrotl(x, n)
/dports/www/firefox/firefox-99.0/security/nss/lib/freebl/
H A Dsha_fast.h66 #pragma intrinsic(_lrotr, _lrotl)
67 #define SHA_ROTL(x, n) _lrotl(x, n)

12345678910>>...23