Searched defs:CYCLIC (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/lib/
H A Dmd5.c323 #define CYCLIC(w, s) (w = (w << s) | (w >> (32 - s))) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dmd5.c111 # define CYCLIC(w, s) (w = (w << s) | (w >> (32 - s))) macro
222 # define CYCLIC(w, s) (w = (w << s) | (w >> (32 - s))) macro

Completed in 53 milliseconds