HomeSort by relevance Sort by last modified time
    Searched full:__u16 (Results 426 - 450 of 2585) sorted by null

<<11121314151617181920>>

  /external/kernel-headers/original/linux/byteorder/
swab.h 21 * how U/UL/ULL map to __u16, __u32, __u64. At least not in a portable way.
25 __u16 __x = (x); \
26 ((__u16)( \
27 (((__u16)(__x) & (__u16)0x00ffU) << 8) | \
28 (((__u16)(__x) & (__u16)0xff00U) >> 8) )); \
56 ((__u16)( \
57 (((__u16)(x) & (__u16)0x00ffU) << 8) |
    [all...]
  /external/clang/test/CodeGen/
2009-07-22-StructLayout.c 8 typedef unsigned short __u16; typedef
31 .wMaxSegmentSize = (( __le16)(__u16)(1514)),
32 .wNumberMCFilters = (( __le16)(__u16)(0)),
  /external/kernel-headers/original/linux/
udp.h 23 __u16 source;
24 __u16 dest;
25 __u16 len;
26 __u16 check;
47 __u16 encap_type; /* Is this an Encapsulation socket? */
52 __u16 len; /* total length of pending frames */
  /development/ndk/platforms/android-3/include/linux/byteorder/
big_endian.h 27 #define __constant_htons(x) ((__force __be16)(__u16)(x))
28 #define __constant_ntohs(x) ((__force __u16)(__be16)(x))
34 #define __constant_le16_to_cpu(x) ___constant_swab16((__force __u16)(__le16)(x))
39 #define __constant_cpu_to_be16(x) ((__force __be16)(__u16)(x))
40 #define __constant_be16_to_cpu(x) ((__force __u16)(__be16)(x))
46 #define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x))
51 #define __cpu_to_be16(x) ((__force __be16)(__u16)(x))
52 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x))
  /development/ndk/platforms/android-3/include/linux/
types.h 21 typedef __u16 __bitwise __le16;
22 typedef __u16 __bitwise __be16;
videodev.h 37 __u16 type;
40 __u16 norm;
57 __u16 mode;
62 __u16 signal;
67 __u16 brightness;
68 __u16 hue;
69 __u16 colour;
70 __u16 contrast;
71 __u16 whiteness;
72 __u16 depth
    [all...]
  /external/e2fsprogs/lib/ext2fs/
ext2_fs.h 128 __u16 acle_perms; /* Access permissions */
129 __u16 acle_type; /* Type of entry */
130 __u16 acle_tag; /* User or group identity */
131 __u16 acle_pad1;
144 __u16 bg_free_blocks_count; /* Free blocks count */
145 __u16 bg_free_inodes_count; /* Free inodes count */
146 __u16 bg_used_dirs_count; /* Directories count */
147 __u16 bg_flags;
149 __u16 bg_itable_unused; /* Unused inodes count */
150 __u16 bg_checksum; /* crc16(s_uuid+grouo_num+group_desc)*
    [all...]
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/byteorder/
big_endian.h 27 #define __constant_htons(x) ((__force __be16)(__u16)(x))
28 #define __constant_ntohs(x) ((__force __u16)(__be16)(x))
34 #define __constant_le16_to_cpu(x) ___constant_swab16((__force __u16)(__le16)(x))
39 #define __constant_cpu_to_be16(x) ((__force __be16)(__u16)(x))
40 #define __constant_be16_to_cpu(x) ((__force __u16)(__be16)(x))
46 #define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x))
51 #define __cpu_to_be16(x) ((__force __be16)(__u16)(x))
52 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x))
  /prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/linux/
types.h 21 typedef __u16 __bitwise __le16;
22 typedef __u16 __bitwise __be16;
videodev.h 37 __u16 type;
40 __u16 norm;
57 __u16 mode;
62 __u16 signal;
67 __u16 brightness;
68 __u16 hue;
69 __u16 colour;
70 __u16 contrast;
71 __u16 whiteness;
72 __u16 depth
    [all...]
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/byteorder/
big_endian.h 27 #define __constant_htons(x) ((__force __be16)(__u16)(x))
28 #define __constant_ntohs(x) ((__force __u16)(__be16)(x))
34 #define __constant_le16_to_cpu(x) ___constant_swab16((__force __u16)(__le16)(x))
39 #define __constant_cpu_to_be16(x) ((__force __be16)(__u16)(x))
40 #define __constant_be16_to_cpu(x) ((__force __u16)(__be16)(x))
46 #define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x))
51 #define __cpu_to_be16(x) ((__force __be16)(__u16)(x))
52 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x))
  /prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/linux/
types.h 21 typedef __u16 __bitwise __le16;
22 typedef __u16 __bitwise __be16;
videodev.h 37 __u16 type;
40 __u16 norm;
57 __u16 mode;
62 __u16 signal;
67 __u16 brightness;
68 __u16 hue;
69 __u16 colour;
70 __u16 contrast;
71 __u16 whiteness;
72 __u16 depth
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/byteorder/
big_endian.h 27 #define __constant_htons(x) ((__force __be16)(__u16)(x))
28 #define __constant_ntohs(x) ((__force __u16)(__be16)(x))
34 #define __constant_le16_to_cpu(x) ___constant_swab16((__force __u16)(__le16)(x))
39 #define __constant_cpu_to_be16(x) ((__force __be16)(__u16)(x))
40 #define __constant_be16_to_cpu(x) ((__force __u16)(__be16)(x))
46 #define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x))
51 #define __cpu_to_be16(x) ((__force __be16)(__u16)(x))
52 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x))
  /prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/linux/
types.h 21 typedef __u16 __bitwise __le16;
22 typedef __u16 __bitwise __be16;
videodev.h 37 __u16 type;
40 __u16 norm;
57 __u16 mode;
62 __u16 signal;
67 __u16 brightness;
68 __u16 hue;
69 __u16 colour;
70 __u16 contrast;
71 __u16 whiteness;
72 __u16 depth
    [all...]
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/byteorder/
big_endian.h 27 #define __constant_htons(x) ((__force __be16)(__u16)(x))
28 #define __constant_ntohs(x) ((__force __u16)(__be16)(x))
34 #define __constant_le16_to_cpu(x) ___constant_swab16((__force __u16)(__le16)(x))
39 #define __constant_cpu_to_be16(x) ((__force __be16)(__u16)(x))
40 #define __constant_be16_to_cpu(x) ((__force __u16)(__be16)(x))
46 #define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x))
51 #define __cpu_to_be16(x) ((__force __be16)(__u16)(x))
52 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x))
  /prebuilts/ndk/4/platforms/android-5/arch-x86/usr/include/linux/
types.h 21 typedef __u16 __bitwise __le16;
22 typedef __u16 __bitwise __be16;
videodev.h 54 __u16 type;
57 __u16 norm;
74 __u16 mode;
79 __u16 signal;
84 __u16 brightness;
85 __u16 hue;
86 __u16 colour;
87 __u16 contrast;
88 __u16 whiteness;
89 __u16 depth
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/byteorder/
big_endian.h 27 #define __constant_htons(x) ((__force __be16)(__u16)(x))
28 #define __constant_ntohs(x) ((__force __u16)(__be16)(x))
34 #define __constant_le16_to_cpu(x) ___constant_swab16((__force __u16)(__le16)(x))
39 #define __constant_cpu_to_be16(x) ((__force __be16)(__u16)(x))
40 #define __constant_be16_to_cpu(x) ((__force __u16)(__be16)(x))
46 #define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x))
51 #define __cpu_to_be16(x) ((__force __be16)(__u16)(x))
52 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x))
  /prebuilts/ndk/4/platforms/android-8/arch-arm/usr/include/linux/
types.h 21 typedef __u16 __bitwise __le16;
22 typedef __u16 __bitwise __be16;
videodev.h 37 __u16 type;
40 __u16 norm;
57 __u16 mode;
62 __u16 signal;
67 __u16 brightness;
68 __u16 hue;
69 __u16 colour;
70 __u16 contrast;
71 __u16 whiteness;
72 __u16 depth
    [all...]
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/byteorder/
big_endian.h 27 #define __constant_htons(x) ((__force __be16)(__u16)(x))
28 #define __constant_ntohs(x) ((__force __u16)(__be16)(x))
34 #define __constant_le16_to_cpu(x) ___constant_swab16((__force __u16)(__le16)(x))
39 #define __constant_cpu_to_be16(x) ((__force __be16)(__u16)(x))
40 #define __constant_be16_to_cpu(x) ((__force __u16)(__be16)(x))
46 #define __le16_to_cpu(x) __swab16((__force __u16)(__le16)(x))
51 #define __cpu_to_be16(x) ((__force __be16)(__u16)(x))
52 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x))
  /prebuilts/ndk/4/platforms/android-8/arch-x86/usr/include/linux/
types.h 21 typedef __u16 __bitwise __le16;
22 typedef __u16 __bitwise __be16;
videodev.h 54 __u16 type;
57 __u16 norm;
74 __u16 mode;
79 __u16 signal;
84 __u16 brightness;
85 __u16 hue;
86 __u16 colour;
87 __u16 contrast;
88 __u16 whiteness;
89 __u16 depth
    [all...]

Completed in 782 milliseconds

<<11121314151617181920>>