HomeSort by relevance Sort by last modified time
    Searched defs:htobe32 (Results 26 - 27 of 27) sorted by null

12

  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/sys/
endian.h 164 __uint32_t htobe32(__uint32_t);
191 #define htobe32 __swap32 macro
237 #define htobe32(x) (x) macro

Completed in 182 milliseconds

12