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

/bionic/libstdc++/src/
H A Done_time_construction.cpp63 const static int ready = letoh32(0x1);
64 const static int pending = letoh32(0x100);
65 const static int waiting = letoh32(0x10000);
/bionic/libc/include/sys/
H A Dendian.h186 #define letoh32(x) (x) macro
218 #define letoh32 __swap32 macro

Completed in 88 milliseconds