HomeSort by relevance Sort by last modified time
    Searched refs:letoh32 (Results 1 - 4 of 4) sorted by null

  /bionic/libc/bionic/
__cxa_guard.cpp 69 const static int ready = letoh32(0x1);
70 const static int pending = letoh32(0x100);
71 const static int waiting = letoh32(0x10000);
  /development/ndk/platforms/android-3/include/sys/
endian.h 175 __uint32_t letoh32(__uint32_t);
202 #define letoh32(x) (x) macro
234 #define letoh32 __swap32 macro
  /bionic/libc/include/sys/
endian.h 187 #define letoh32(x) (x) macro
227 #define letoh32 __swap32 macro
  /development/ndk/platforms/android-L/include/sys/
endian.h 187 #define letoh32(x) (x) macro
227 #define letoh32 __swap32 macro

Completed in 557 milliseconds