Searched refs:FORCEINLINE (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/libutp/
H A Dtemplates.h8 /* Allow over-writing FORCEINLINE from makefile because gcc 3.4.4 for buffalo
11 #ifndef FORCEINLINE
18 #define FORCEINLINE inline __attribute__((always_inline)) macro
54 FORCEINLINE uint16 host_to_network(uint16 i) { return htons(i); }
55 FORCEINLINE uint32 host_to_network(uint32 i) { return htonl(i); }
56 FORCEINLINE int32 host_to_network(int32 i) { return htonl(i); }
57 FORCEINLINE uint16 network_to_host(uint16 i) { return ntohs(i); }
58 FORCEINLINE uint32 network_to_host(uint32 i) { return ntohl(i); }
59 FORCEINLINE int32 network_to_host(int32 i) { return ntohl(i); }
85 template<typename T> static FORCEINLINE voi
[all...]

Completed in 43 milliseconds