HomeSort by relevance Sort by last modified time
    Searched defs:__swap16md (Results 1 - 25 of 70) sorted by null

1 2 3

  /development/ndk/sources/android/libportable/arch-arm/
md_swap.c 27 uint16_t WRAP(__swap16md)(uint16_t x) { function
  /development/ndk/sources/android/libportable/arch-mips/
md_swap.c 23 uint16_t WRAP(__swap16md)(uint16_t x) { function
  /development/ndk/sources/android/libportable/arch-x86/
md_swap.c 20 uint16_t WRAP(__swap16md)(uint16_t x) { function
  /bionic/libc/arch-arm/include/machine/
endian.h 47 #define __swap16md(x) ({ \ macro
  /bionic/libc/arch-arm64/include/machine/
endian.h 37 #define __swap16md(x) ({ \ macro
  /bionic/libc/arch-mips/include/machine/
endian.h 35 #define __swap16md(x) ({ \ macro
  /bionic/libc/arch-mips64/include/machine/
endian.h 35 #define __swap16md(x) ({ \ macro
  /bionic/libc/arch-x86/include/machine/
endian.h 45 #define __swap16md(x) __statement({ \ macro
  /bionic/libc/arch-x86_64/include/machine/
endian.h 46 #define __swap16md(x) __statement({ \ macro
  /development/ndk/platforms/android-3/arch-arm/include/machine/
endian.h 56 #define __swap16md(x) ({ \ macro
  /development/ndk/platforms/android-9/arch-mips/include/machine/
endian.h 35 #define __swap16md(x) ({ \ macro
  /development/ndk/platforms/android-9/arch-x86/include/machine/
endian.h 45 #define __swap16md(x) __statement({ \ macro
  /development/ndk/platforms/android-L/arch-arm/include/machine/
endian.h 56 #define __swap16md(x) ({ \ macro
  /development/ndk/platforms/android-L/arch-arm64/include/machine/
endian.h 37 #define __swap16md(x) ({ \ macro
  /development/ndk/platforms/android-L/arch-mips/include/machine/
endian.h 35 #define __swap16md(x) ({ \ macro
  /development/ndk/platforms/android-L/arch-mips64/include/machine/
endian.h 35 #define __swap16md(x) ({ \ macro
  /development/ndk/platforms/android-L/arch-x86/include/machine/
endian.h 45 #define __swap16md(x) __statement({ \ macro
  /development/ndk/platforms/android-L/arch-x86_64/include/machine/
endian.h 46 #define __swap16md(x) __statement({ \ macro
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/
endian.h 55 #define __swap16md(x) ({ \ macro
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/
endian.h 55 #define __swap16md(x) ({ \ macro
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/
endian.h 55 #define __swap16md(x) ({ \ macro
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/
endian.h 55 #define __swap16md(x) ({ \ macro
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/
endian.h 55 #define __swap16md(x) ({ \ macro
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/machine/
endian.h 56 #define __swap16md(x) ({ \ macro
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/machine/
endian.h 35 #define __swap16md(x) ({ \ macro

Completed in 195 milliseconds

1 2 3