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

  /src/sys/external/isc/libsodium/dist/src/libsodium/include/sodium/private/
common.h 18 #define ROTL32(X, B) rotl32((X), (B))
20 rotl32(const uint32_t x, const int b) function in typeref:typename:uint32_t
common.h 18 #define ROTL32(X, B) rotl32((X), (B))
20 rotl32(const uint32_t x, const int b) function in typeref:typename:uint32_t

Completed in 27 milliseconds