Searched refs:letoh32 (Results 1 – 2 of 2) sorted by relevance
63 const static int ready = letoh32(0x1);64 const static int pending = letoh32(0x100);65 const static int waiting = letoh32(0x10000);
174 __uint32_t letoh32(__uint32_t);201 #define letoh32(x) (x) macro233 #define letoh32 __swap32 macro