Searched defs:rol (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libgcrypt-1.5.0/cipher/
H A Dbithelp.h29 rol( u32 x, int n) function
37 #define rol(x,n) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
H A Dcast5.c336 rol(int n, u32 x) function
344 #define rol(n,x) ( ((x) << (n)) | ((x) >> (32-(n))) ) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/www/
H A Dmd5.js53 function rol(num, cnt) function
H A Dfuncs.js1504 function rol(num, cnt) function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/hmac/
H A Dsha1.c84 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dsha1.c34 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppd/
H A Dsha1.c26 #define rol(value, bits) (((value) << (bits)) | ((value) >> (32 - (bits)))) macro
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/mtools-4.0.10/
H A DdirCache.c27 static __inline__ unsigned int rol(unsigned int arg, int shift) function

Completed in 85 milliseconds