Searched defs:rotl (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/gcc.dg/
H A D20050922-2.c17 #define rotl(x,n) (((x) << ((int)(n))) | ((x) >> (32 - (int)(n)))) macro
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/h8300/
H A Dwritecode.c392 rotl () function
/netbsd-6-1-5-RELEASE/sys/net80211/
H A Dieee80211_crypto_tkip.c709 static __inline u32 rotl(u32 val, int bits) function
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/spu/
H A Dspu.c811 rtx rotl = gen_reg_rtx (SImode); local
5956 rtx rotl = gen_reg_rtx (V4SImode); local

Completed in 128 milliseconds