HomeSort by relevance Sort by last modified time
    Searched refs:___constant_swab16 (Results 151 - 152 of 152) sorted by null

1 2 3 4 5 67

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/byteorder/
swab.h 23 #define ___constant_swab16(x) ((__u16)( (((__u16)(x) & (__u16)0x00ffU) << 8) | (((__u16)(x) & (__u16)0xff00U) >> 8) )) macro
  /external/kernel-headers/original/linux/byteorder/
swab.h 55 #define ___constant_swab16(x) \ macro

Completed in 33 milliseconds

1 2 3 4 5 67