HomeSort by relevance Sort by last modified time
    Searched full:__le16 (Results 126 - 141 of 141) sorted by null

1 2 3 4 56

  /system/vold/
cryptfs.h 43 #define __le16 unsigned short int macro
47 __le16 major_version;
48 __le16 minor_version;
  /external/kernel-headers/original/linux/
msdos_fs.h 119 __le16 reserved; /* reserved sectors */
124 __le16 fat_length; /* sectors/FAT */
125 __le16 secs_track; /* sectors per track */
126 __le16 heads; /* number of heads */
132 __le16 flags; /* bit 8: fat mirroring, low 4: active fat */
135 __le16 info_sector; /* filesystem info sector */
136 __le16 backup_boot; /* backup boot sector */
137 __le16 reserved2[6]; /* Unused */
165 __le16 ctime; /* Creation time */
166 __le16 cdate; /* Creation date *
    [all...]
genhd.h 258 __le16 s_tag; /* ID tag of partition */
259 __le16 s_flag; /* permission flags */
269 __le16 v_sectorsz; /* sector size in bytes */
270 __le16 v_nparts; /* number of partitions */
319 __le16 d_checksum; /* xor of data incl. partitions */
322 __le16 d_npartitions; /* number of partitions in following */
331 __le16 p_cpg; /* filesystem cylinders per group */
349 __le16 s_label; /* label */
350 __le16 s_flags; /* permission flags */
380 __le16 v_nslices; /* # of slices *
    [all...]
ext3_fs.h 131 __le16 bg_free_blocks_count; /* Free blocks count */
132 __le16 bg_free_inodes_count; /* Free inodes count */
133 __le16 bg_used_dirs_count; /* Directories count */
255 __le16 i_mode; /* File mode */
256 __le16 i_uid; /* Low 16 bits of Owner Uid */
262 __le16 i_gid; /* Low 16 bits of Group Id */
263 __le16 i_links_count; /* Links count */
287 __le16 l_i_uid_high; /* these 2 fields */
288 __le16 l_i_gid_high; /* were reserved2[0] */
306 __le16 i_extra_isize
    [all...]
usb_ch9.h 129 __le16 wValue;
130 __le16 wIndex;
131 __le16 wLength;
191 __le16 bcdUSB;
196 __le16 idVendor;
197 __le16 idProduct;
198 __le16 bcdDevice;
244 __le16 wTotalLength;
267 __le16 wData[1]; /* UTF-16LE encoded */
301 __le16 wMaxPacketSize
    [all...]
types.h 169 typedef __u16 __bitwise __le16; typedef
hid.h 542 __le16 wDescriptorLength;
548 __le16 bcdHID;
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
quotaio_v2.h 67 __le16 dqdh_entries; /* Number of valid entries in block */
68 __le16 dqdh_pad1;
types.h 153 typedef __u16 __bitwise __le16; typedef
reiserfs_fs.h 129 __le16 s_blocksize; /* block size */
130 __le16 s_oid_maxsize; /* max size of object id array, see
132 __le16 s_oid_cursize; /* current size of object id array */
133 __le16 s_umount_state; /* this is set to 1 when filesystem was
138 __le16 s_fs_state; /* it is set to used by fsck to mark which
142 __le16 s_tree_height; /* height of disk tree */
143 __le16 s_bmap_nr; /* amount of bitmap blocks needed to address
145 __le16 s_version; /* this field is only reliable on filesystem
147 __le16 s_reserved_for_journal; /* size in blocks of journal area on main
477 __le16 ih_free_space_reserved
    [all...]
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/usb/
midi.h 41 __le16 bcdMSC;
42 __le16 wTotalLength;
ch9.h 143 __le16 wValue;
144 __le16 wIndex;
145 __le16 wLength;
208 __le16 bcdUSB;
213 __le16 idVendor;
214 __le16 idProduct;
215 __le16 bcdDevice;
262 __le16 wTotalLength;
285 __le16 wData[1]; /* UTF-16LE encoded */
319 __le16 wMaxPacketSize
    [all...]
  /external/iproute2/include/
iptables_common.h 49 #define __le16 u_int16_t macro
  /external/kernel-headers/original/asm-arm/
io.h 118 #define inw(p) ({ __u16 __v = le16_to_cpu((__force __le16) \
167 #define readw(c) ({ __u16 __v = le16_to_cpu((__force __le16) \
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/raid/
md_p.h 263 __le16 dev_roles[0]; /* role in array, or 0xffff for a spare, or 0xfffe for faulty */
  /external/qemu/distrib/sdl-1.2.12/src/cdrom/linux/
SDL_syscdrom.c 43 #define __le16 __u16 macro

Completed in 436 milliseconds

1 2 3 4 56