Home
last modified time | relevance | path

Searched refs:__le32 (Results 1 - 25 of 44) sorted by relevance

12

/third_party/alsa-lib/include/sound/uapi/
H A Dasoc.h196 __le32 magic; /* magic number */
197 __le32 abi; /* ABI version */
198 __le32 version; /* optional vendor specific version details */
199 __le32 type; /* SND_SOC_TPLG_TYPE_ */
200 __le32 size; /* size of this structure */
201 __le32 vendor_type; /* optional vendor specific type info */
202 __le32 payload_size; /* data bytes, excluding this header */
203 __le32 index; /* identifier for block */
204 __le32 count; /* number of elements in block */
209 __le32 toke
[all...]
/third_party/f2fs-tools/include/
H A Df2fs_fs.h118 typedef u32 __le32; typedef
133 __le32 clen; /* compressed data size */
134 __le32 chksum; /* checksum of compressed data */
135 __le32 reserved[COMPRESS_DATA_RESERVED_SIZE]; /* reserved */
527 __le32 feature; /* defined features */
758 __le32 total_segments;
800 __le32 magic; /* Magic Number */
803 __le32 log_sectorsize; /* log2 sector size in bytes */
804 __le32 log_sectors_per_block; /* log2 # of sectors per block */
805 __le32 log_blocksiz
[all...]
H A Dquota.h67 __le32 dqb_id; /* id this quota applies to */
68 __le32 dqb_pad;
/third_party/f2fs-tools/fsck/
H A Dquotaio_v2.h19 __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_pa
[all...]
H A Dquotaio_tree.h29 __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;
H A Dxattr.h25 __le32 h_magic; /* magic number for identification */
26 __le32 h_refcount; /* reference count */
59 __le32 e_id;
68 __le32 a_version;
H A Dquotaio_tree.c256 __le32 *ref; in do_insert_tree()
276 ref = (__le32 *) buf; in do_insert_tree()
410 __le32 *ref = (__le32 *) buf; in remove_tree()
486 __le32 *ref = (__le32 *) buf; in find_tree_dqentry()
612 __le32 *ref = (__le32 *) buf; in report_tree()
H A Dnode.h51 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()
H A Dquotaio.c31 __le32 dqh_magic;
32 __le32 dqh_version;
H A Df2fs.h346 return le32_to_cpu(*((__le32 *)((unsigned char *)cp + crc_offset))); in cur_cp_crc()
386 chksum_size = sizeof(__le32); in __bitmap_ptr()
620 return get_inline_xattr_addrs(inode) * sizeof(__le32); in inline_xattr_size()
H A Dnode.c92 __le32 *addr_array; in set_data_blkaddr()
/third_party/exfatprogs/include/
H A Dexfat_ondisk.h112 __le32 fat_offset;
113 __le32 fat_length;
114 __le32 clu_offset;
115 __le32 clu_count;
116 __le32 root_cluster;
117 __le32 vol_serial;
173 __le32 reserved3;
174 __le32 start_clu;
184 __le32 start_clu;
189 __le32 checksu
[all...]
H A Dlibexfat.h136 bool is_boot_sec, __le32 *checksum);
/third_party/alsa-lib/include/
H A Dtype_compat.h44 #ifndef __le32
45 #define __le32 uint32_t macro
/third_party/fsverity-utils/common/
H A Dcommon_defs.h82 # 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))
H A Dfsverity_uapi.h55 __le32 sig_size;
57 __le32 __reserved_0x04; /* must be 0 */
H A Dwin32_defs.h50 typedef __u32 __le32; typedef
/third_party/exfatprogs/exfat2img/
H A Dexfat2img.c27 __le32 magic;
28 __le32 major_version;
29 __le32 minor_version;
30 __le32 data_offset;
31 __le32 heap_clus_offset;
32 __le32 cluster_size;
33 __le32 cluster_count;
34 __le32 reserved[20];
634 *((__le32 *)&buf[1]) = in dump_clusters_to_stdout()
770 __le32 t_cc_clu_coun in restore_from_stdin()
[all...]
/third_party/FreeBSD/sys/dev/usb/implementation/
H A D_types_ref.h41 typedef unsigned int __le32; typedef
/third_party/libbpf/include/linux/
H A Dtypes.h20 typedef __u32 __bitwise __le32; typedef
/third_party/exfatprogs/mkfs/
H A Dmkfs.c234 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/
H A Df2fs_io.h43 typedef u32 __le32; typedef
/third_party/exfatprogs/lib/
H A Dlibexfat.c84 bool is_boot_sec, __le32 *checksum) in boot_calc_checksum()
527 __le32 *checksum_buf; in exfat_write_checksum_sector()
/third_party/f2fs-tools/mkfs/
H A Df2fs_format.c821 *((__le32 *)((unsigned char *)cp + get_cp(checksum_offset))) = in f2fs_write_check_point_pack()
1086 *((__le32 *)((unsigned char *)cp + get_cp(checksum_offset))) = in f2fs_write_check_point_pack()
1302 __le32 raw_id) in f2fs_write_default_quota()
1377 __le32 raw_id; in f2fs_write_qf_inode()
/third_party/musl/scripts/build_lite/
H A DMakefile66 typedef uint32_t __u32, __le32;

Completed in 17 milliseconds

12