Home
last modified time | relevance | path

Searched refs:hostlong (Results 1 – 12 of 12) sorted by relevance

/external/epid-sdk/tools/revokegrp/src/
Dmain.c63 static uint32_t htonl(uint32_t hostlong) { in htonl() argument
64 return (((hostlong & 0xFF) << 24) | ((hostlong & 0xFF00) << 8) | in htonl()
65 ((hostlong & 0xFF0000) >> 8) | ((hostlong & 0xFF000000) >> 24)); in htonl()
/external/epid-sdk/tools/revokesig/src/
Dmain.c58 static uint32_t htonl(uint32_t hostlong) { in htonl() argument
59 return (((hostlong & 0xFF) << 24) | ((hostlong & 0xFF00) << 8) | in htonl()
60 ((hostlong & 0xFF0000) >> 8) | ((hostlong & 0xFF000000) >> 24)); in htonl()
/external/grpc-grpc/src/core/lib/iomgr/
Dsocket_utils_windows.cc34 uint32_t grpc_htonl(uint32_t hostlong) { return htonl(hostlong); } in grpc_htonl() argument
Dsocket_utils_uv.cc36 uint32_t grpc_htonl(uint32_t hostlong) { return htonl(hostlong); } in grpc_htonl() argument
Dsocket_utils.h36 uint32_t grpc_htonl(uint32_t hostlong);
Dsocket_utils_common_posix.cc432 uint32_t grpc_htonl(uint32_t hostlong) { return htonl(hostlong); } in grpc_htonl() argument
/external/oj-libjdwp/src/solaris/transport/socket/
Dsocket_md.c164 dbgsysHostToNetworkLong(uint32_t hostlong) { in dbgsysHostToNetworkLong() argument
165 return htonl(hostlong); in dbgsysHostToNetworkLong()
/external/oj-libjdwp/src/share/transport/socket/
DsysSocket.h55 uint32_t dbgsysHostToNetworkLong(uint32_t hostlong);
/external/libhevc/encoder/
Dosal.h570 extern UWORD32 osal_htonl(IN UWORD32 hostlong);
/external/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def632 /// uint32_t htonl(uint32_t hostlong);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.def823 /// uint32_t htonl(uint32_t hostlong);
/external/syzkaller/sys/windows/
Dwindows.txt2375 htonl(hostlong int32)