/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | logfile.h | 69 /* 4*/ le16 usa_ofs; /* See NTFS_RECORD definition in layout.h. 73 /* 6*/ le16 usa_count; /* See NTFS_RECORD definition in layout.h. */ 89 /* 24*/ le16 restart_area_offset;/* Byte offset from the start of this header to 97 /* 30*/ le16 usn; 118 typedef le16 RESTART_AREA_FLAGS; 135 /* 8*/ le16 log_clients; /* Number of log client records in the array of 138 /* 10*/ le16 client_free_list; /* The index of the first free log client record 154 /* 12*/ le16 client_in_use_list;/* The index of the first in-use log client 193 /* 20*/ le16 restart_area_length;/* Length of the restart area including the 201 /* 22*/ le16 client_array_offse [all...] |
H A D | layout.h | 50 le16 bytes_per_sector; /* Size of a sector in bytes. */ 52 le16 reserved_sectors; /* zero */ 54 le16 root_entries; /* zero */ 55 le16 sectors; /* zero */ 57 le16 sectors_per_fat; /* zero */ 58 /*0x0d*/le16 sectors_per_track; /* Required to boot Windows. */ 59 /*0x0f*/le16 heads; /* Required to boot Windows. */ 92 le16 end_of_sector_marker; /* End of bootsector magic. Always is 176 * The Update Sequence Array (usa) is an array of the le16 values which belong 181 * last le16' [all...] |
H A D | types.h | 47 typedef u16 le16; typedef 67 typedef le16 ntfschar; /* 2-byte Unicode character type. */
|
H A D | volume.h | 194 le16 flags; /* Bit array of VOLUME_* flags. */ 308 extern int ntfs_volume_write_flags(ntfs_volume *vol, const le16 flags);
|
H A D | acls.h | 173 BOOL fordir, le16 inherited);
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
H A D | ieee802_11_defs.h | 840 le16 frame_control; 841 le16 duration_id; 845 le16 seq_ctrl; 859 le16 frame_control; 860 le16 duration; 864 le16 seq_ctrl; 867 le16 auth_alg; 868 le16 auth_transaction; 869 le16 status_code; 874 le16 reason_cod [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
H A D | ieee802_11_defs.h | 913 le16 frame_control; 914 le16 duration_id; 918 le16 seq_ctrl; 932 le16 frame_control; 933 le16 duration; 937 le16 seq_ctrl; 940 le16 auth_alg; 941 le16 auth_transaction; 942 le16 status_code; 947 le16 reason_cod [all...] |
/third_party/ntfs-3g/libntfs-3g/ |
H A D | mst.c | 37 * properly aligned, of the expected length, and must end before the last le16 172 le16 le_usn; in ntfs_mst_pre_write_fixup() 173 le16 *usa_pos, *data_pos; in ntfs_mst_pre_write_fixup() 194 usa_pos = (le16*)((u8*)b + usa_ofs); in ntfs_mst_pre_write_fixup() 204 /* Position in data of first le16 that needs fixing up. */ in ntfs_mst_pre_write_fixup() 205 data_pos = (le16*)b + NTFS_BLOCK_SIZE/sizeof(le16) - 1; in ntfs_mst_pre_write_fixup() 216 data_pos += NTFS_BLOCK_SIZE/sizeof(le16); in ntfs_mst_pre_write_fixup()
|
H A D | reparse.c | 65 le16 subst_name_offset; 66 le16 subst_name_length; 67 le16 print_name_offset; 68 le16 print_name_length; 73 le16 subst_name_offset; 74 le16 subst_name_length; 75 le16 print_name_offset; 76 le16 print_name_length; 946 le16 seqn; in set_reparse_index() 986 le16 seq in remove_reparse_index() [all...] |
H A D | mft.c | 443 *(le16*)((u8*)mrec + le16_to_cpu(mrec->usa_ofs)) = const_cpu_to_le16(1); in ntfs_mft_record_layout() 1434 le16 seq_no, usn; in ntfs_mft_rec_alloc() 1540 usn = *(le16*)((u8*)m + (le16_to_cpu(m->usa_ofs) & -2)); in ntfs_mft_rec_alloc() 1552 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = usn; in ntfs_mft_rec_alloc() 1719 le16 seq_no, usn; in ntfs_mft_record_alloc() 1865 usn = *(le16*)((u8*)m + usa_ofs); in ntfs_mft_record_alloc() 1877 *(le16*)((u8*)m + le16_to_cpu(m->usa_ofs)) = usn; in ntfs_mft_record_alloc() 1970 le16 old_seq_no; 2042 le16 *usnp; 2048 usnp = (le16*)((cha [all...] |
H A D | xattrs.c | 69 le16 tag; 70 le16 perms; 77 le16 filler;
|
/third_party/musl/libc-test/src/functionalext/supplement/network/network_gtest/ |
H A D | endian_test.cpp | 18 constexpr uint16_t le16 = 0x9876; in HWTEST_F() local 20 uint16_t result = htons(le16); in HWTEST_F() 45 constexpr uint16_t le16 = 0x9876; in HWTEST_F() local 47 EXPECT_EQ(le16, result); in HWTEST_F()
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
H A D | bool-cast-bad.c | 1 typedef unsigned short __attribute__((bitwise)) le16; typedef 8 static _Bool fresi(le16 a) { return a; } in fresi() 9 static _Bool frese(le16 a) { return (_Bool)a; } in frese()
|
/third_party/ltp/tools/sparse/sparse-src/validation/linear/ |
H A D | bool-cast.c | 7 typedef unsigned short __attribute__((bitwise)) le16; typedef 19 static _Bool fres_i(le16 a) { return a; } in fres_i() 20 static _Bool fres_e(le16 a) { return (_Bool)a; } in fres_e()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | ntfsrecover.h | 25 #define getle16(p,x) le16_to_cpu(*(const le16*)((const char*)(p) + (x))) 29 #define feedle16(p,x) (*(const le16*)((const char*)(p) + (x))) 107 le16 name[1];
|
/third_party/ffmpeg/libavcodec/ |
H A D | pcm.c | 149 ENCODE(uint16_t, le16, samples, dst, n, 0, 0x8000) in pcm_encode_frame() 173 ENCODE(int16_t, le16, samples, dst, n, 0, 0) in pcm_encode_frame() 176 ENCODE_PLANAR(int16_t, le16, dst, n, 0, 0) in pcm_encode_frame() 417 DECODE(16, le16, src, samples, n, 0, 0x8000) in pcm_decode_frame() 458 DECODE(16, le16, src, samples, n, 0, 0) in pcm_decode_frame() 461 DECODE_PLANAR(16, le16, src, samples, n, 0, 0); in pcm_decode_frame()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
H A D | platform.h | 18 #define get_unaligned_le16(p) le16_to_cpu(get_unaligned((le16 *)(p)))
|
H A D | common.h | 176 #define le_to_host16(n) ((__force u16) (le16) (n)) 177 #define host_to_le16(n) ((__force le16) (u16) (n)) 449 typedef u16 __bitwise le16; typedef
|
H A D | radiotap.h | 68 le16 it_len; /* length of the whole
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
H A D | wpa_auth.h | 30 le16 action_length; /* little endian length of action_frame */ 81 #define FT_RRB_PAIRWISE 11 /* le16 */ 82 #define FT_RRB_EXPIRES_IN 12 /* le16 seconds */ 84 #define FT_RRB_VLAN_UNTAGGED 13 /* le16 */ 85 #define FT_RRB_VLAN_TAGGED 14 /* n times le16 */ 92 le16 type; 93 le16 len;
|
H A D | wpa_auth_ft.c | 142 le16 type16; in wpa_ft_rrb_get_tlv() 254 if (type == FT_RRB_VLAN_UNTAGGED && len != sizeof(le16)) { in wpa_ft_rrb_get_tlv_vlan() 260 if (type == FT_RRB_VLAN_TAGGED && len % sizeof(le16) != 0) { in wpa_ft_rrb_get_tlv_vlan() 266 while (len >= sizeof(le16)) { in wpa_ft_rrb_get_tlv_vlan() 268 plain += sizeof(le16); in wpa_ft_rrb_get_tlv_vlan() 269 left -= sizeof(le16); in wpa_ft_rrb_get_tlv_vlan() 270 len -= sizeof(le16); in wpa_ft_rrb_get_tlv_vlan() 367 tlv_len += sizeof(le16); in wpa_ft_vlan_len() 372 tlv_len += sizeof(le16); in wpa_ft_vlan_len() 396 hdr->len = host_to_le16(sizeof(le16)); in wpa_ft_vlan_lin() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/ |
H A D | wpa_auth.h | 30 le16 action_length; /* little endian length of action_frame */ 81 #define FT_RRB_PAIRWISE 11 /* le16 */ 82 #define FT_RRB_EXPIRES_IN 12 /* le16 seconds */ 84 #define FT_RRB_VLAN_UNTAGGED 13 /* le16 */ 85 #define FT_RRB_VLAN_TAGGED 14 /* n times le16 */ 92 le16 type; 93 le16 len;
|
H A D | wpa_auth_ft.c | 143 le16 type16; in wpa_ft_rrb_get_tlv() 255 if (type == FT_RRB_VLAN_UNTAGGED && len != sizeof(le16)) { in wpa_ft_rrb_get_tlv_vlan() 261 if (type == FT_RRB_VLAN_TAGGED && len % sizeof(le16) != 0) { in wpa_ft_rrb_get_tlv_vlan() 267 while (len >= sizeof(le16)) { in wpa_ft_rrb_get_tlv_vlan() 269 plain += sizeof(le16); in wpa_ft_rrb_get_tlv_vlan() 270 left -= sizeof(le16); in wpa_ft_rrb_get_tlv_vlan() 271 len -= sizeof(le16); in wpa_ft_rrb_get_tlv_vlan() 368 tlv_len += sizeof(le16); in wpa_ft_vlan_len() 373 tlv_len += sizeof(le16); in wpa_ft_vlan_len() 397 hdr->len = host_to_le16(sizeof(le16)); in wpa_ft_vlan_lin() [all...] |
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
H A D | common.h | 188 #define le_to_host16(n) ((__force u16) (le16) (n)) 189 #define host_to_le16(n) ((__force le16) (u16) (n)) 467 typedef u16 __bitwise le16; typedef
|
H A D | radiotap.h | 36 le16 it_len;
|