Lines Matching defs:in
4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
62 IAM_STATIC uint32_t Ntohl32(uint32_t in)
64 return in;
67 IAM_STATIC uint32_t Htonl32(uint32_t in)
69 return in;
72 IAM_STATIC uint64_t Ntohl64(uint64_t in)
74 return in;
77 IAM_STATIC uint64_t Htonl64(uint64_t in)
79 return in;