Home
last modified time | relevance | path

Searched defs:PULL64 (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/openssl/openssl/crypto/sha/
H A Dsha512.c395 # define PULL64(x) ({ SHA_LONG64 ret=*((const SHA_LONG64 *)(&(x))); \ macro
402 # define PULL64(x) ({ const unsigned int *p=(const unsigned int *)(&(x));\ macro
411 # define PULL64(x) ({ const unsigned int *p=(const unsigned int *)(&(x));\ macro
430 # define PULL64(x) ({ SHA_LONG64 ret; \ macro
464 # define PULL64(x) __pull64be(&(x)) macro
470 # 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
[all...]
/third_party/openssl/crypto/sha/
H A Dsha512.c395 # define PULL64(x) ({ SHA_LONG64 ret=*((const SHA_LONG64 *)(&(x))); \ macro
402 # define PULL64(x) ({ const unsigned int *p=(const unsigned int *)(&(x));\ macro
411 # define PULL64(x) ({ const unsigned int *p=(const unsigned int *)(&(x));\ macro
430 # define PULL64(x) ({ SHA_LONG64 ret; \ macro
464 # define PULL64(x) __pull64be(&(x)) macro
470 # 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
[all...]
/third_party/openssl/ohos_lite/crypto/sha/
H A Dsha512.c408 # define PULL64(x) ({ SHA_LONG64 ret=*((const SHA_LONG64 *)(&(x))); \ macro
415 # define PULL64(x) ({ const unsigned int *p=(const unsigned int *)(&(x));\ macro
424 # define PULL64(x) ({ const unsigned int *p=(const unsigned int *)(&(x));\ macro
443 # define PULL64(x) ({ SHA_LONG64 ret; \ macro
477 # define PULL64(x) __pull64be(&(x)) macro
483 # 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
[all...]

Completed in 4 milliseconds