HomeSort by relevance Sort by last modified time
    Searched refs:__u16 (Results 126 - 150 of 535) sorted by null

1 2 3 4 56 7 8 91011>>

  /bionic/libc/kernel/common/linux/
swab.h 19 #define ___constant_swab16(x) ((__u16)( (((__u16)(x) & (__u16)0x00ffU) << 8) | (((__u16)(x) & (__u16)0xff00U) >> 8)))
45 #define __swab16(x) (__builtin_constant_p((__u16)(x)) ? ___constant_swab16(x) : __fswab16(x))
taskstats.h 19 __u16 version;
20 __u16 padding[3];
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...]
  /bionic/libc/kernel/common/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/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/
taskstats.h 19 __u16 version;
20 __u16 padding[3];
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/blkid/
tst_types.c 30 if (sizeof(__u16) != 2) {
31 printf("Sizeof(__u16) is %d should be 2\n",
32 (int)sizeof(__u16));
  /external/e2fsprogs/lib/ext2fs/
tst_types.c 30 if (sizeof(__u16) != 2) {
31 printf("Sizeof(__u16) is %d should be 2\n",
32 (int)sizeof(__u16));
  /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/kernel-headers/original/linux/
taskstats.h 37 __u16 version;
38 __u16 padding[3]; /* Userspace should not interpret the padding
videodev.h 57 __u16 type;
60 __u16 norm; /* Norm set by channel */
77 __u16 mode; /* PAL/NTSC/SECAM/OTHER */
82 __u16 signal; /* Signal strength 16bit scale */
87 __u16 brightness;
88 __u16 hue;
89 __u16 colour;
90 __u16 contrast;
91 __u16 whiteness; /* Black and white only */
92 __u16 depth; /* Capture depth *
    [all...]
  /prebuilt/ndk/android-ndk-r4/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))
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
taskstats.h 19 __u16 version;
20 __u16 padding[3];
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...]
  /prebuilt/ndk/android-ndk-r4/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))
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
taskstats.h 19 __u16 version;
20 __u16 padding[3];
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...]
  /prebuilt/ndk/android-ndk-r4/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))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
taskstats.h 19 __u16 version;
20 __u16 padding[3];
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...]
  /prebuilt/ndk/android-ndk-r4/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))
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
taskstats.h 19 __u16 version;
20 __u16 padding[3];
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...]
  /prebuilt/ndk/android-ndk-r4/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))

Completed in 717 milliseconds

1 2 3 4 56 7 8 91011>>