Home
last modified time | relevance | path

Searched defs:ROL (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/arch/hppa/hppa/
H A Din_cksum.c70 #define ROL __asm volatile ("shd %0, %0, 8, %0" : "+r" (sum)) macro
/netbsd-src/sys/arch/sparc/sparc/
H A Dcpu_in_cksum.c195 #define ROL {sum = sum << 8;} /* depends on recent REDUCE */ macro
/netbsd-src/sys/arch/sh3/sh3/
H A Dcpu_in_cksum.S56 #define ROL \ macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AVR/
H A DAVRISelLowering.h52 ROL, ///< Bit rotate left. enumerator
/netbsd-src/sys/crypto/cast128/
H A Dcast128.c28 #define ROL(x, n) ( ((x)<<(n)) | ((x)>>(32-(n))) ) macro
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/hcrypto/
H A Dsha.c210 #define ROL(x,n) ((x)<<(n))|((x)>>(32-(n))) in swap_uint32_t() macro
H A Dsha256.c152 #define ROL(x,n) ((x)<<(n))|((x)>>(32-(n))) in swap_uint32_t() macro
/netbsd-src/common/lib/libc/hash/rmd160/
H A Drmd160.c93 #define ROL(n, x) (((x) << (n)) | ((x) >> (32-(n)))) macro
/netbsd-src/external/gpl2/xcvs/dist/diff/
H A Dio.c22 #define ROL(v, n) ((v) << (n) | (v) >> (UINT_BIT - (n))) macro
/netbsd-src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
H A Drmd160.c75 #define ROL(n, x) (((x) << (n)) | ((x) >> (32-(n)))) macro
/netbsd-src/external/gpl2/diffutils/dist/src/
H A Dio.c32 #define ROL(v, n) ((v) << (n) | (v) >> (sizeof (v) * CHAR_BIT - (n))) macro
/netbsd-src/external/gpl3/binutils.old/dist/gas/config/
H A Drl78-parse.h147 ROL = 348, /* ROL */ enumerator
272 #define ROL 348 macro
H A Drl78-parse.c333 ROL = 348, /* ROL */ enumerator
458 #define ROL 348 macro
/netbsd-src/external/gpl3/binutils/dist/gas/config/
H A Drl78-parse.h147 ROL = 348, /* ROL */ enumerator
272 #define ROL 348 macro
H A Drl78-parse.c333 ROL = 348, /* ROL */ enumerator
458 #define ROL 348 macro