/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/byteorder/ |
swab.h | 17 #define ___swab16(x) ({ __u16 __x = (x); ((__u16)( (((__u16)(__x) & (__u16)0x00ffU) << 8) | (((__u16)(__x) & (__u16)0xff00U) >> 8) )); }) 23 #define ___constant_swab16(x) ((__u16)( (((__u16)(x) & (__u16)0x00ffU) << 8) | (((__u16)(x) & (__u16)0xff00U) >> 8) ) [all...] |
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/byteorder/ |
swab.h | 17 #define ___swab16(x) ({ __u16 __x = (x); ((__u16)( (((__u16)(__x) & (__u16)0x00ffU) << 8) | (((__u16)(__x) & (__u16)0xff00U) >> 8) )); }) 23 #define ___constant_swab16(x) ((__u16)( (((__u16)(x) & (__u16)0x00ffU) << 8) | (((__u16)(x) & (__u16)0xff00U) >> 8) ) [all...] |
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/byteorder/ |
swab.h | 17 #define ___swab16(x) ({ __u16 __x = (x); ((__u16)( (((__u16)(__x) & (__u16)0x00ffU) << 8) | (((__u16)(__x) & (__u16)0xff00U) >> 8) )); }) 23 #define ___constant_swab16(x) ((__u16)( (((__u16)(x) & (__u16)0x00ffU) << 8) | (((__u16)(x) & (__u16)0xff00U) >> 8) ) [all...] |
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/byteorder/ |
swab.h | 17 #define ___swab16(x) ({ __u16 __x = (x); ((__u16)( (((__u16)(__x) & (__u16)0x00ffU) << 8) | (((__u16)(__x) & (__u16)0xff00U) >> 8) )); }) 23 #define ___constant_swab16(x) ((__u16)( (((__u16)(x) & (__u16)0x00ffU) << 8) | (((__u16)(x) & (__u16)0xff00U) >> 8) ) [all...] |
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/byteorder/ |
swab.h | 17 #define ___swab16(x) ({ __u16 __x = (x); ((__u16)( (((__u16)(__x) & (__u16)0x00ffU) << 8) | (((__u16)(__x) & (__u16)0xff00U) >> 8) )); }) 23 #define ___constant_swab16(x) ((__u16)( (((__u16)(x) & (__u16)0x00ffU) << 8) | (((__u16)(x) & (__u16)0xff00U) >> 8) ) [all...] |
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/byteorder/ |
swab.h | 17 #define ___swab16(x) ({ __u16 __x = (x); ((__u16)( (((__u16)(__x) & (__u16)0x00ffU) << 8) | (((__u16)(__x) & (__u16)0xff00U) >> 8) )); }) 23 #define ___constant_swab16(x) ((__u16)( (((__u16)(x) & (__u16)0x00ffU) << 8) | (((__u16)(x) & (__u16)0xff00U) >> 8) ) [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/byteorder/ |
swab.h | 17 #define ___swab16(x) ({ __u16 __x = (x); ((__u16)( (((__u16)(__x) & (__u16)0x00ffU) << 8) | (((__u16)(__x) & (__u16)0xff00U) >> 8) )); }) 23 #define ___constant_swab16(x) ((__u16)( (((__u16)(x) & (__u16)0x00ffU) << 8) | (((__u16)(x) & (__u16)0xff00U) >> 8) ) [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/byteorder/ |
swab.h | 17 #define ___swab16(x) ({ __u16 __x = (x); ((__u16)( (((__u16)(__x) & (__u16)0x00ffU) << 8) | (((__u16)(__x) & (__u16)0xff00U) >> 8) )); }) 23 #define ___constant_swab16(x) ((__u16)( (((__u16)(x) & (__u16)0x00ffU) << 8) | (((__u16)(x) & (__u16)0xff00U) >> 8) ) [all...] |
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/byteorder/ |
swab.h | 17 #define ___swab16(x) ({ __u16 __x = (x); ((__u16)( (((__u16)(__x) & (__u16)0x00ffU) << 8) | (((__u16)(__x) & (__u16)0xff00U) >> 8) )); }) 23 #define ___constant_swab16(x) ((__u16)( (((__u16)(x) & (__u16)0x00ffU) << 8) | (((__u16)(x) & (__u16)0xff00U) >> 8) ) [all...] |
/external/grub/stage2/ |
fat.h | 29 typedef unsigned short __u16; typedef 47 __u16 fat_length; /* sectors/FAT */ 48 __u16 secs_track; /* sectors per track */ 49 __u16 heads; /* number of heads */ 55 __u16 flags; /* bit 8: fat mirroring, low 4: active fat */ 58 __u16 info_sector; /* filesystem info sector */ 59 __u16 backup_boot; /* backup boot sector */ 60 __u16 reserved2[6]; /* Unused */ 63 #define FAT_CVT_U16(bytarr) (* (__u16*)(bytarr))
|
/development/ndk/platforms/android-3/include/linux/ |
capi.h | 44 __u16 ncontroller; 45 __u16 nbchannel; 63 #define CAPI_GET_ERRCODE _IOR('C',0x21, __u16) 65 #define CAPI_INSTALLED _IOR('C',0x22, __u16) 75 __u16 errcode;
|
icmp.h | 61 __u16 checksum; 64 __u16 id; 65 __u16 sequence; 69 __u16 __linux_unused; 70 __u16 mtu;
|
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/ |
capi.h | 44 __u16 ncontroller; 45 __u16 nbchannel; 63 #define CAPI_GET_ERRCODE _IOR('C',0x21, __u16) 65 #define CAPI_INSTALLED _IOR('C',0x22, __u16) 75 __u16 errcode;
|
icmp.h | 61 __u16 checksum; 64 __u16 id; 65 __u16 sequence; 69 __u16 __unused_field; 70 __u16 mtu;
|
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/ |
capi.h | 44 __u16 ncontroller; 45 __u16 nbchannel; 63 #define CAPI_GET_ERRCODE _IOR('C',0x21, __u16) 65 #define CAPI_INSTALLED _IOR('C',0x22, __u16) 75 __u16 errcode;
|
icmp.h | 61 __u16 checksum; 64 __u16 id; 65 __u16 sequence; 69 __u16 __unused_field; 70 __u16 mtu;
|
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/ |
capi.h | 44 __u16 ncontroller; 45 __u16 nbchannel; 63 #define CAPI_GET_ERRCODE _IOR('C',0x21, __u16) 65 #define CAPI_INSTALLED _IOR('C',0x22, __u16) 75 __u16 errcode;
|
icmp.h | 61 __u16 checksum; 64 __u16 id; 65 __u16 sequence; 69 __u16 __unused_field; 70 __u16 mtu;
|
/prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/ |
capi.h | 44 __u16 ncontroller; 45 __u16 nbchannel; 63 #define CAPI_GET_ERRCODE _IOR('C',0x21, __u16) 65 #define CAPI_INSTALLED _IOR('C',0x22, __u16) 75 __u16 errcode;
|
icmp.h | 61 __u16 checksum; 64 __u16 id; 65 __u16 sequence; 69 __u16 __unused_field; 70 __u16 mtu;
|
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/ |
capi.h | 44 __u16 ncontroller; 45 __u16 nbchannel; 63 #define CAPI_GET_ERRCODE _IOR('C',0x21, __u16) 65 #define CAPI_INSTALLED _IOR('C',0x22, __u16) 75 __u16 errcode;
|
icmp.h | 61 __u16 checksum; 64 __u16 id; 65 __u16 sequence; 69 __u16 __unused_field; 70 __u16 mtu;
|
/prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/ |
capi.h | 44 __u16 ncontroller; 45 __u16 nbchannel; 63 #define CAPI_GET_ERRCODE _IOR('C',0x21, __u16) 65 #define CAPI_INSTALLED _IOR('C',0x22, __u16) 75 __u16 errcode;
|
icmp.h | 61 __u16 checksum; 64 __u16 id; 65 __u16 sequence; 69 __u16 __unused_field; 70 __u16 mtu;
|
/prebuilts/ndk/5/platforms/android-3/arch-arm/usr/include/linux/ |
capi.h | 44 __u16 ncontroller; 45 __u16 nbchannel; 63 #define CAPI_GET_ERRCODE _IOR('C',0x21, __u16) 65 #define CAPI_INSTALLED _IOR('C',0x22, __u16) 75 __u16 errcode;
|