/third_party/alsa-lib/include/sound/uapi/ |
D | asoc.h | 194 __le32 magic; /* magic number */ 195 __le32 abi; /* ABI version */ 196 __le32 version; /* optional vendor specific version details */ 197 __le32 type; /* SND_SOC_TPLG_TYPE_ */ 198 __le32 size; /* size of this structure */ 199 __le32 vendor_type; /* optional vendor specific type info */ 200 __le32 payload_size; /* data bytes, excluding this header */ 201 __le32 index; /* identifier for block */ 202 __le32 count; /* number of elements in block */ 207 __le32 token; [all …]
|
/third_party/f2fs-tools/include/ |
D | f2fs_fs.h | 112 typedef u32 __le32; typedef 127 __le32 clen; /* compressed data size */ 128 __le32 chksum; /* checksum of compressed data */ 129 __le32 reserved[COMPRESS_DATA_RESERVED_SIZE]; /* reserved */ 523 __le32 feature; /* defined features */ 754 __le32 total_segments; 760 __le32 magic; /* Magic Number */ 763 __le32 log_sectorsize; /* log2 sector size in bytes */ 764 __le32 log_sectors_per_block; /* log2 # of sectors per block */ 765 __le32 log_blocksize; /* log2 block size in bytes */ [all …]
|
D | quota.h | 67 __le32 dqb_id; /* id this quota applies to */ 68 __le32 dqb_pad;
|
/third_party/f2fs-tools/fsck/ |
D | quotaio_v2.h | 19 __le32 dqh_magic; /* Magic number identifying file */ 20 __le32 dqh_version; /* File version */ 30 __le32 dqi_bgrace; /* Time before block soft limit becomes 32 __le32 dqi_igrace; /* Time before inode soft limit becomes 34 __le32 dqi_flags; /* Flags for quotafile (DQF_*) */ 35 __le32 dqi_blocks; /* Number of blocks in file */ 36 __le32 dqi_free_blk; /* Number of first free block in the list */ 37 __le32 dqi_free_entry; /* Number of block with at least one 44 __le32 dqb_id; /* id this quota applies to */ 45 __le32 dqb_pad;
|
D | xattr.h | 25 __le32 h_magic; /* magic number for identification */ 26 __le32 h_refcount; /* reference count */ 57 __le32 e_id; 66 __le32 a_version; 142 F2FS_TOTAL_EXTRA_ATTR_SIZE / sizeof(__le32) - \ 144 MIN_INLINE_DENTRY_SIZE / sizeof(__le32))
|
D | quotaio_tree.h | 29 __le32 dqdh_next_free; /* Number of next block with free 31 __le32 dqdh_prev_free; /* Number of previous block with free 35 __le32 dqdh_pad2;
|
D | quotaio_tree.c | 257 __le32 *ref; in do_insert_tree() 277 ref = (__le32 *) buf; in do_insert_tree() 411 __le32 *ref = (__le32 *) buf; in remove_tree() 487 __le32 *ref = (__le32 *) buf; in find_tree_dqentry() 613 __le32 *ref = (__le32 *) buf; in report_tree()
|
D | node.h | 51 static inline __le32 *blkaddr_in_inode(struct f2fs_node *node) in blkaddr_in_inode() 56 static inline __le32 *blkaddr_in_node(struct f2fs_node *node) in blkaddr_in_node() 64 __le32 *addr_array; in datablock_addr()
|
D | quotaio.c | 32 __le32 dqh_magic; 33 __le32 dqh_version;
|
D | f2fs.h | 346 return le32_to_cpu(*((__le32 *)((unsigned char *)cp + crc_offset))); in cur_cp_crc() 386 chksum_size = sizeof(__le32); in __bitmap_ptr() 617 return get_inline_xattr_addrs(inode) * sizeof(__le32); in inline_xattr_size()
|
/third_party/exfatprogs/include/ |
D | exfat_ondisk.h | 110 __le32 fat_offset; 111 __le32 fat_length; 112 __le32 clu_offset; 113 __le32 clu_count; 114 __le32 root_cluster; 115 __le32 vol_serial; 169 __le32 reserved3; 170 __le32 start_clu; 180 __le32 start_clu; 185 __le32 checksum; [all …]
|
D | libexfat.h | 90 bool is_boot_sec, __le32 *checksum);
|
/third_party/fsverity-utils/common/ |
D | common_defs.h | 82 # define cpu_to_le32(v) ((__force __le32)(u32)(v)) 83 # define le32_to_cpu(v) ((__force u32)(__le32)(v)) 89 # define cpu_to_le32(v) ((__force __le32)__builtin_bswap32(v))
|
D | fsverity_uapi.h | 55 __le32 sig_size; 57 __le32 __reserved_0x04; /* must be 0 */
|
D | win32_defs.h | 50 typedef __u32 __le32; typedef
|
/third_party/alsa-lib/include/ |
D | type_compat.h | 44 #ifndef __le32 45 #define __le32 uint32_t macro
|
/third_party/FreeBSD/sys/dev/usb/implementation/ |
D | _types_ref.h | 41 typedef unsigned int __le32; typedef
|
/third_party/libbpf/include/linux/ |
D | types.h | 20 typedef __u32 __bitwise __le32; typedef
|
/third_party/gstreamer/gstplugins_bad/sys/v4l2codecs/linux/ |
D | types-compat.h | 64 typedef guint32 __bitwise __le32; typedef
|
/third_party/gstreamer/gstplugins_good/sys/v4l2/ext/ |
D | types-compat.h | 64 typedef guint32 __bitwise __le32; typedef
|
/third_party/alsa-lib/include/sound/ |
D | type_compat.h | 38 #define __le32 __u32 macro
|
/third_party/libbpf/.github/actions/build-selftests/ |
D | vmlinux.h | 7176 typedef __u32 __le32; typedef 15914 __le32 s_magic; 15915 __le32 inodes; 15916 __le32 mkfs_time; 15917 __le32 block_size; 15918 __le32 fragments; 45550 __le32 e_id; 45554 __le32 a_version; 46536 __le32 bg_block_bitmap_lo; 46537 __le32 bg_inode_bitmap_lo; [all …]
|
/third_party/exfatprogs/mkfs/ |
D | mkfs.c | 234 static int write_fat_entry(int fd, __le32 clu, in write_fat_entry() 238 off_t fat_entry_offset = finfo.fat_byte_off + (offset * sizeof(__le32)); in write_fat_entry() 240 nbyte = pwrite(fd, (__u8 *) &clu, sizeof(__le32), fat_entry_offset); in write_fat_entry()
|
/third_party/f2fs-tools/tools/f2fs_io/ |
D | f2fs_io.h | 43 typedef u32 __le32; typedef
|
/third_party/exfatprogs/lib/ |
D | libexfat.c | 91 bool is_boot_sec, __le32 *checksum) in boot_calc_checksum() 504 __le32 *checksum_buf; in exfat_write_checksum_sector()
|