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

/external/chromium_org/third_party/boringssl/src/crypto/sha/
H A Dsha512.c394 static uint64_t __fastcall __pull64be(const void *x) { function
400 #define PULL64(x) __pull64be(&(x))
/external/openssl/crypto/sha/
H A Dsha512.c358 static SHA_LONG64 __fastcall __pull64be(const void *x) function
369 static SHA_LONG64 __fastcall __pull64be(const void *x) function
376 # define PULL64(x) __pull64be(&(x))

Completed in 627 milliseconds