Home
last modified time | relevance | path

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

/netbsd/src/external/bsd/libevent/dist/test/
Dregress_iocp.c239 struct event_overlapped rol, wol; in test_iocp_evbuffer() local
/netbsd/src/external/bsd/ntp/dist/sntp/libevent/test/
Dregress_iocp.c240 struct event_overlapped rol, wol; in test_iocp_evbuffer() local
/netbsd/src/external/gpl3/gdb/dist/gdb/testsuite/gdb.disasm/
Dmn10200.s206 rol d2 define
Dmn10300.s290 rol d2 define
/netbsd/src/external/bsd/wpa/dist/src/crypto/
Dsha1-internal.c130 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
/netbsd/src/external/bsd/openldap/dist/libraries/liblutil/
Dsha1.c56 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
/netbsd/src/external/gpl3/gcc/dist/libiberty/
Dsha1.c308 #define rol(x, n) (((x) << (n)) | ((sha1_uint32) (x) >> (32 - (n)))) in sha1_process_block() macro
/netbsd/src/external/bsd/ppp/dist/pppd/
Dppp-sha1.c122 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
/netbsd/src/external/gpl3/binutils/dist/libiberty/
Dsha1.c309 #define rol(x, n) (((x) << (n)) | ((sha1_uint32) (x) >> (32 - (n)))) in sha1_process_block() macro
/netbsd/src/external/gpl3/gdb/dist/libiberty/
Dsha1.c309 #define rol(x, n) (((x) << (n)) | ((sha1_uint32) (x) >> (32 - (n)))) in sha1_process_block() macro
/netbsd/src/common/lib/libc/hash/sha1/
Dsha1.c49 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
/netbsd/src/crypto/external/bsd/netpgp/dist/src/netpgpverify/
Dsha1.c28 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
/netbsd/src/sys/external/bsd/sljit/dist/sljit_src/
DsljitNativeARM_32.c1128 sljit_s32 rol; in get_imm() local
1169 sljit_s32 rol; in generate_int() local
/netbsd/src/external/gpl3/binutils/dist/gas/config/
Dtc-s12z.c1849 rol (const struct instruction *insn) in rol() function