HomeSort by relevance Sort by last modified time
    Searched defs:htole32 (Results 1 - 5 of 5) sorted by null

  /external/libmtp/src/
gphoto2-endian-intel.h 54 #ifndef htole32
55 # define htole32(x) (x) macro
71 #define HTOLE32(x) (void) (x)
131 # define htole32a(a,x) *(uint32_t*)(a) = htole32(x)
gphoto2-endian-ppc.h 54 #ifndef htole32
55 # define htole32(x) swap32(x) macro
75 #define HTOLE32(x) (x) = htole32(x)
  /bionic/libc/include/sys/
endian.h 184 #define htole32(x) (x) macro
224 #define htole32 __swap32 macro
279 #define le32toh(x) htole32(x)
  /development/ndk/platforms/android-3/include/sys/
endian.h 172 __uint32_t htole32(__uint32_t);
199 #define htole32(x) (x) macro
231 #define htole32 __swap32 macro
  /development/ndk/platforms/android-L/include/sys/
endian.h 184 #define htole32(x) (x) macro
224 #define htole32 __swap32 macro
279 #define le32toh(x) htole32(x)

Completed in 754 milliseconds