Searched defs:PULL64 (Results 1 – 1 of 1) sorted by relevance
399 # define PULL64(x) ({ SHA_LONG64 ret=*((const SHA_LONG64 *)(&(x))); \ macro406 # define PULL64(x) ({ const unsigned int *p=(const unsigned int *)(&(x));\ macro415 # define PULL64(x) ({ const unsigned int *p=(const unsigned int *)(&(x));\ macro434 # define PULL64(x) ({ SHA_LONG64 ret; \ macro440 # define PULL64(x) ({ SHA_LONG64 ret; \ macro450 # define PULL64(x) ({ SHA_LONG64 ret; \ macro565 # define PULL64(x) __pull64be(&(x)) macro571 # define PULL64(x) (B(x,0)|B(x,1)|B(x,2)|B(x,3)|B(x,4)|B(x,5)|B(x,6)|B(x,7)) macro
Completed in 6 milliseconds