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

/xnu-2782.1.97/EXTERNAL_HEADERS/corecrypto/
H A Dcc_priv.h214 #define CC_ROLc(x,n) _lrotl(x,n) macro
236 #define CC_ROLc(word, i) \ macro
267 #define CC_ROLc(x, y) CC_ROL(x, y) macro
/xnu-2782.1.97/tools/tests/perf_index/
H A Dmd5.c22 #define CC_ROLc(X,s) (((X) << (s)) | ((X) >> (32 - (s)))) macro

Completed in 68 milliseconds