HomeSort by relevance Sort by last modified time
    Searched defs:__u32 (Results 26 - 33 of 33) sorted by null

12

  /hardware/invensense/65xx/libsensors_iio/software/core/driver/include/
mltypes.h 112 typedef uint32_t __u32; typedef
  /system/core/libcutils/include/private/
android_filesystem_capability.h 27 #define __u32 uint32_t macro
38 __u32 version;
43 __u32 effective;
44 __u32 permitted;
45 __u32 inheritable;
116 #undef __u32 macro
  /external/syslinux/gpxe/src/arch/i386/include/
vga.h 22 #define __u32 u32 macro
184 __u32 offset; /* beginning of bitfield */
185 __u32 length; /* length of bitfield */
186 __u32 msb_right; /* != 0 : Most significant bit is */
191 __u32 xres; /* visible resolution */
192 __u32 yres;
193 __u32 xres_virtual; /* virtual resolution */
194 __u32 yres_virtual;
195 __u32 xoffset; /* offset from virtual to visible */
196 __u32 yoffset; /* resolution *
    [all...]
  /bionic/libc/kernel/uapi/drm/
drm.h 33 typedef uint32_t __u32; typedef
300 __u32 crtc;
301 __u32 cmd;
338 __u32 handle;
339 __u32 pad;
342 __u32 handle;
343 __u32 name;
346 __u32 name;
347 __u32 handle;
379 __u32 handle
    [all...]
  /external/kernel-headers/original/uapi/drm/
drm.h 60 typedef uint32_t __u32; typedef
526 __u32 crtc;
527 __u32 cmd;
603 __u32 handle;
604 __u32 pad;
610 __u32 handle;
613 __u32 name;
619 __u32 name;
622 __u32 handle;
692 __u32 handle
    [all...]
  /external/libdrm/include/drm/
drm.h 54 typedef uint32_t __u32; typedef
520 __u32 crtc;
521 __u32 cmd;
597 __u32 handle;
598 __u32 pad;
604 __u32 handle;
607 __u32 name;
613 __u32 name;
616 __u32 handle;
684 __u32 handle
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/drm/
drm.h 54 typedef uint32_t __u32; typedef
512 __u32 crtc;
513 __u32 cmd;
589 __u32 handle;
590 __u32 pad;
596 __u32 handle;
599 __u32 name;
605 __u32 name;
608 __u32 handle;
742 __u32 type
    [all...]
  /external/f2fs-tools/include/
f2fs_fs.h 79 typedef u32 __u32; typedef
148 #define le32_to_cpu(x) ((__u32)(x))
151 #define cpu_to_le32(x) ((__u32)(x))
1084 extern __u32 f2fs_inode_chksum(struct f2fs_node *);
    [all...]

Completed in 728 milliseconds

12