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

/external/sfntly/cpp/src/sfntly/port/
H A Dendian.h25 static inline uint16_t EndianSwap16(uint16_t value) { function in namespace:sfntly
48 #define ToBE16(n) EndianSwap16(n)
54 #define FromBE16(n) EndianSwap16(n)
64 #define ToLE16(n) EndianSwap16(n)
70 #define FromLE16(n) EndianSwap16(n)

Completed in 202 milliseconds