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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/include/
H A Dbcmendian.h110 #define _LTOH32_UA(cp) ((cp)[0] | ((cp)[1] << 8) | ((cp)[2] << 16) | ((cp)[3] << 24)) macro
117 sizeof(*(ptr)) == sizeof(uint32) ? _LTOH32_UA((const uint8 *)(ptr)) : \
195 _LTOH32_UA(_bytes); \
302 return _LTOH32_UA((const uint8 *)bytes);

Completed in 58 milliseconds