Home
last modified time | relevance | path

Searched refs:__le16 (Results 1 - 25 of 35) sorted by relevance

12

/third_party/ltp/tools/sparse/sparse-src/validation/
H A Dfoul-bitwise.c1 typedef unsigned short __attribute__((bitwise))__le16; typedef
2 static __le16 foo(__le16 a) in foo()
7 static int baz(__le16 a) in baz()
12 static int barf(__le16 a) in barf()
17 static __le16 bar(__le16 a) in bar()
25 foul-bitwise.c:9:16: warning: restricted __le16 degrades to integer
26 foul-bitwise.c:9:22: warning: restricted __le16 degrades to integer
27 foul-bitwise.c:19:16: warning: restricted __le16 degrade
[all...]
/third_party/exfatprogs/include/
H A Dexfat_ondisk.h119 __le16 vol_flags;
133 __le16 signature;
144 __le16 volume_label[VOLUME_LABEL_MAX_LEN];
150 __le16 checksum;
151 __le16 attr;
152 __le16 reserved1;
153 __le16 create_time;
154 __le16 create_date;
155 __le16 modify_time;
156 __le16 modify_dat
[all...]
H A Dexfat_fs.h26 __le16 name[0]; /* only for directory */
59 __le16 utf16_path[PATH_MAX + 2];
H A Dexfat_dir.h84 __le16 *name, int len);
H A Dlibexfat.h143 size_t exfat_utf16_len(const __le16 *str, size_t max_size);
/third_party/f2fs-tools/fsck/
H A Dxattr.h33 __le16 e_value_size; /* size of attribute value */
57 __le16 e_tag;
58 __le16 e_perm;
63 __le16 e_tag;
64 __le16 e_perm;
H A Dquotaio_tree.h33 __le16 dqdh_entries; /* Number of valid entries in block */
34 __le16 dqdh_pad1;
/third_party/f2fs-tools/include/
H A Df2fs_fs.h117 typedef u16 __le16; typedef
801 __le16 major_ver; /* Major Version */
802 __le16 minor_ver; /* Minor Version */
829 __le16 volume_name[MAX_VOLUME_NAME]; /* volume name */
841 __le16 s_encoding; /* Filename charset encoding */
842 __le16 s_encoding_flags; /* Filename charset encoding flags */
881 __le16 cur_node_blkoff[MAX_ACTIVE_NODE_LOGS];
884 __le16 cur_data_blkoff[MAX_ACTIVE_DATA_LOGS];
922 __le16 blk_addr; /* block index in current CP */
923 __le16 blk_coun
[all...]
/third_party/alsa-lib/include/
H A Dtype_compat.h41 #ifndef __le16
42 #define __le16 uint16_t macro
/third_party/fsverity-utils/common/
H A Dcommon_defs.h80 # define cpu_to_le16(v) ((__force __le16)(u16)(v))
81 # define le16_to_cpu(v) ((__force u16)(__le16)(v))
87 # define cpu_to_le16(v) ((__force __le16)__builtin_bswap16(v))
H A Dfsverity_uapi.h83 __le16 digest_algorithm;
84 __le16 digest_size;
H A Dwin32_defs.h48 typedef __u16 __le16; typedef
/third_party/exfatprogs/lib/
H A Dexfat_dir.c448 __le16 *name; in filter_lookup_file()
460 name = (__le16 *)param; in filter_lookup_file()
491 __le16 utf16_name[PATH_MAX + 2] = {0, }; in exfat_lookup_file()
540 __le16 *name, int len) in exfat_calc_name_hash()
543 __le16 ch; in exfat_calc_name_hash()
556 static void unix_time_to_exfat_time(time_t unix_time, __u8 *tz, __le16 *date, in unix_time_to_exfat_time()
557 __le16 *time, __u8 *time_ms) in unix_time_to_exfat_time()
578 __le16 utf16_name[PATH_MAX + 2]; in exfat_build_file_dentry_set()
581 __le16 e_date, e_time; in exfat_build_file_dentry_set()
643 __le16 utf16_nam in exfat_update_file_dentry_set()
[all...]
H A Dexfat_fs.c258 __le16 *utf16_path; in exfat_resolve_path()
259 static const __le16 utf16_slash = cpu_to_le16(0x002F); in exfat_resolve_path()
260 static const __le16 utf16_null = cpu_to_le16(0x0000); in exfat_resolve_path()
287 in_size = (utf16_path - ctx->utf16_path) * sizeof(__le16); in exfat_resolve_path()
H A Dlibexfat.c220 size_t exfat_utf16_len(const __le16 *str, size_t max_size) in exfat_utf16_len()
389 __le16 disk_label[VOLUME_LABEL_MAX_LEN]; in exfat_conv_volume_label()
411 __le16 disk_label[VOLUME_LABEL_MAX_LEN]; in exfat_read_volume_label()
/third_party/alsa-lib/include/sound/uapi/
H A Dasoc.h349 __le16 reserved; /* for 32bit alignment */
497 __le16 event_flags;
498 __le16 event_type;
/third_party/libbpf/include/linux/
H A Dtypes.h18 typedef __u16 __bitwise __le16; typedef
/third_party/exfatprogs/fsck/
H A Dfsck.c741 const __le16 MSDOS_DOT[ENTRY_NAME_MAX] = {cpu_to_le16(46), 0, };
742 const __le16 MSDOS_DOTDOT[ENTRY_NAME_MAX] = {cpu_to_le16(46), cpu_to_le16(46), 0, };
768 __le16 utf16_name[ENTRY_NAME_MAX]; in handle_dot_dotdot_filename()
1009 static int decompress_upcase_table(const __le16 *in_table, size_t in_len, in decompress_upcase_table()
1043 __le16 *upcase = NULL; in read_upcase_table()
1062 if (size > (ssize_t)(EXFAT_MAX_UPCASE_CHARS * sizeof(__le16)) || in read_upcase_table()
1063 size == 0 || size % sizeof(__le16)) { in read_upcase_table()
1070 upcase = (__le16 *)malloc(size); in read_upcase_table()
/third_party/f2fs-tools/tools/f2fs_io/
H A Df2fs_io.h42 typedef u16 __le16; typedef
/third_party/exfatprogs/mkfs/
H A Dmkfs.c142 __le16 *peb_signature; in exfat_write_extended_boot_sectors()
155 peb_signature = (__le16*) (peb + bd->sector_size - 2); in exfat_write_extended_boot_sectors()
/third_party/exfatprogs/exfat2img/
H A Dexfat2img.c417 size = EXFAT_MAX_UPCASE_CHARS * sizeof(__le16); in read_upcase_table()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs2441 pub type __le16 = __u16; types
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs2440 pub type __le16 = __u16; types
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs2420 pub type __le16 = __u16; types
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs2556 pub type __le16 = __u16; types

Completed in 69 milliseconds

12