/netbsd-src/sys/arch/hppa/hppa/ |
H A D | in_cksum.c | 70 #define ROL __asm volatile ("shd %0, %0, 8, %0" : "+r" (sum)) macro
|
/netbsd-src/sys/arch/sparc/sparc/ |
H A D | cpu_in_cksum.c | 195 #define ROL {sum = sum << 8;} /* depends on recent REDUCE */ macro
|
/netbsd-src/sys/arch/sh3/sh3/ |
H A D | cpu_in_cksum.S | 56 #define ROL \ macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/ |
H A D | AVRISelLowering.h | 52 ROL, ///< Bit rotate left. enumerator
|
/netbsd-src/sys/crypto/cast128/ |
H A D | cast128.c | 28 #define ROL(x, n) ( ((x)<<(n)) | ((x)>>(32-(n))) ) macro
|
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
H A D | sha.c | 210 #define ROL(x,n) ((x)<<(n))|((x)>>(32-(n))) in swap_uint32_t() macro
|
H A D | sha256.c | 152 #define ROL(x,n) ((x)<<(n))|((x)>>(32-(n))) in swap_uint32_t() macro
|
/netbsd-src/common/lib/libc/hash/rmd160/ |
H A D | rmd160.c | 93 #define ROL(n, x) (((x) << (n)) | ((x) >> (32-(n)))) macro
|
/netbsd-src/external/gpl2/xcvs/dist/diff/ |
H A D | io.c | 22 #define ROL(v, n) ((v) << (n) | (v) >> (UINT_BIT - (n))) macro
|
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/ |
H A D | rmd160.c | 75 #define ROL(n, x) (((x) << (n)) | ((x) >> (32-(n)))) macro
|
/netbsd-src/external/gpl2/diffutils/dist/src/ |
H A D | io.c | 32 #define ROL(v, n) ((v) << (n) | (v) >> (sizeof (v) * CHAR_BIT - (n))) macro
|
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/ |
H A D | rl78-parse.h | 147 ROL = 348, /* ROL */ enumerator 272 #define ROL 348 macro
|
H A D | rl78-parse.c | 333 ROL = 348, /* ROL */ enumerator 458 #define ROL 348 macro
|
/netbsd-src/external/gpl3/binutils/dist/gas/config/ |
H A D | rl78-parse.h | 147 ROL = 348, /* ROL */ enumerator 272 #define ROL 348 macro
|
H A D | rl78-parse.c | 333 ROL = 348, /* ROL */ enumerator 458 #define ROL 348 macro
|