HomeSort by: relevance | last modified time | path
    Searched defs:rotl64 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
common.h 25 #define ROTL64(X, B) rotl64((X), (B))
27 rotl64(const uint64_t x, const int b) function in typeref:typename:uint64_t
common.h 25 #define ROTL64(X, B) rotl64((X), (B))
27 rotl64(const uint64_t x, const int b) function in typeref:typename:uint64_t

Completed in 47 milliseconds