Home
last modified time | relevance | path

Searched refs:__le32 (Results 1 – 6 of 6) sorted by relevance

/aosp14/system/core/libsparse/
H A Dsparse_format.h26 __le32 magic; /* 0xed26ff3a */
31 __le32 blk_sz; /* block size in bytes, must be a multiple of 4 (4096) */
32 __le32 total_blks; /* total blocks in the non-sparse output image */
33 __le32 total_chunks; /* total chunks in the sparse input image */
34 __le32 image_checksum; /* CRC32 checksum of the original data, counting "don't care" */
49 __le32 chunk_sz; /* in blocks in output image */
50 __le32 total_sz; /* in bytes of chunk input file including chunk header and data */
H A Dsparse_defs.h24 #define __le32 u32 macro
/aosp14/system/core/libcutils/include/private/
H A Dandroid_filesystem_capability.h28 #define __le32 uint32_t macro
54 #define XATTR_CAPS_SZ_1 (sizeof(__le32) * (1 + 2 * VFS_CAP_U32_1))
57 #define XATTR_CAPS_SZ_2 (sizeof(__le32) * (1 + 2 * VFS_CAP_U32_2))
63 __le32 magic_etc;
65 __le32 permitted;
66 __le32 inheritable;
117 #undef __le32
/aosp14/system/core/fastboot/device/
H A Dusb_client.cpp59 __le32 fs_count;
60 __le32 hs_count;
61 __le32 ss_count;
/aosp14/system/core/fs_mgr/
H A Dfs_mgr.cpp620 __le32 sb1, sb2; in read_f2fs_superblock()
650 __le32 sb; in fs_mgr_is_f2fs()
H A Dfs_mgr_overlayfs.cpp227 __le32 feat; in fs_mgr_is_read_only_f2fs()