Home
last modified time | relevance | path

Searched refs:load64 (Results 1 – 1 of 1) sorted by relevance

/mbedtls-latest/3rdparty/everest/include/everest/kremlin/
Dc_endianness.h171 inline static uint64_t load64(uint8_t *b) { in load64() function
199 #define load64_le(b) (le64toh(load64(b)))
201 #define load64_be(b) (be64toh(load64(b)))