HomeSort by relevance Sort by last modified time
    Searched refs:betoh32 (Results 76 - 99 of 99) sorted by null

1 2 34

  /prebuilts/ndk/r11/platforms/android-21/arch-x86/usr/include/sys/
endian.h 82 #define betoh32 __swap32 macro
  /prebuilts/ndk/r11/platforms/android-21/arch-x86_64/usr/include/sys/
endian.h 82 #define betoh32 __swap32 macro
  /prebuilts/ndk/r11/platforms/android-23/arch-arm/usr/include/sys/
endian.h 82 #define betoh32 __swap32 macro
  /prebuilts/ndk/r11/platforms/android-23/arch-arm64/usr/include/sys/
endian.h 82 #define betoh32 __swap32 macro
  /prebuilts/ndk/r11/platforms/android-23/arch-mips/usr/include/sys/
endian.h 82 #define betoh32 __swap32 macro
  /prebuilts/ndk/r11/platforms/android-23/arch-mips64/usr/include/sys/
endian.h 82 #define betoh32 __swap32 macro
  /prebuilts/ndk/r11/platforms/android-23/arch-x86/usr/include/sys/
endian.h 82 #define betoh32 __swap32 macro
  /prebuilts/ndk/r11/platforms/android-23/arch-x86_64/usr/include/sys/
endian.h 82 #define betoh32 __swap32 macro
  /prebuilts/ndk/r11/platforms/android-24/arch-arm/usr/include/sys/
endian.h 82 #define betoh32 __swap32 macro
  /prebuilts/ndk/r11/platforms/android-24/arch-arm64/usr/include/sys/
endian.h 82 #define betoh32 __swap32 macro
  /prebuilts/ndk/r11/platforms/android-24/arch-mips/usr/include/sys/
endian.h 82 #define betoh32 __swap32 macro
  /prebuilts/ndk/r11/platforms/android-24/arch-mips64/usr/include/sys/
endian.h 82 #define betoh32 __swap32 macro
  /prebuilts/ndk/r11/platforms/android-24/arch-x86/usr/include/sys/
endian.h 82 #define betoh32 __swap32 macro
  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/sys/
endian.h 82 #define betoh32 __swap32 macro
  /prebuilts/ndk/r11/platforms/android-3/arch-arm/usr/include/sys/
endian.h 82 #define betoh32 __swap32 macro
  /prebuilts/ndk/r11/platforms/android-4/arch-arm/usr/include/sys/
endian.h 82 #define betoh32 __swap32 macro
  /prebuilts/ndk/r11/platforms/android-5/arch-arm/usr/include/sys/
endian.h 82 #define betoh32 __swap32 macro
  /prebuilts/ndk/r11/platforms/android-8/arch-arm/usr/include/sys/
endian.h 82 #define betoh32 __swap32 macro
  /prebuilts/ndk/r11/platforms/android-9/arch-arm/usr/include/sys/
endian.h 82 #define betoh32 __swap32 macro
  /prebuilts/ndk/r11/platforms/android-9/arch-mips/usr/include/sys/
endian.h 82 #define betoh32 __swap32 macro
  /prebuilts/ndk/r11/platforms/android-9/arch-x86/usr/include/sys/
endian.h 82 #define betoh32 __swap32 macro
  /system/core/base/
endian_test.cpp 51 ASSERT_EQ(le32, betoh32(be32));
  /bionic/tests/
endian_test.cpp 90 ASSERT_EQ(le32, betoh32(be32));
  /external/kmod/port-gnu/
endian-darwin.h 55 # define be32toh(x) betoh32(x)

Completed in 509 milliseconds

1 2 34