Lines Matching refs: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
81 IAM_STATIC uint32_t Ntohl32(uint32_t in)
83 return in;
86 IAM_STATIC uint32_t Htonl32(uint32_t in)
88 return in;
91 IAM_STATIC uint64_t Ntohl64(uint64_t in)
93 return in;
96 IAM_STATIC uint64_t Htonl64(uint64_t in)
98 return in;
250 // subMsgData is freed in outer function