Searched defs:OSSL_BE32TOH (Results 1 – 1 of 1) sorted by relevance
32 # define OSSL_BE32TOH(x) _byteswap_ulong(x) macro48 # define OSSL_BE32TOH(x) be32toh(x) macro68 # define OSSL_BE32TOH(x) be32toh(x) macro83 # define OSSL_BE32TOH(x) OSSwapBigToHostInt32(x) macro