/third_party/ntfs-3g/include/ntfs-3g/ |
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_offset;/* Offset from the start of this record to [all …]
|
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 194 le16 usa_ofs; /* Offset to the Update Sequence Array (usa) 196 le16 usa_count; /* Number of le16 sized entries in the usa [all …]
|
D | types.h | 47 typedef u16 le16; typedef 67 typedef le16 ntfschar; /* 2-byte Unicode character type. */
|
D | volume.h | 194 le16 flags; /* Bit array of VOLUME_* flags. */ 308 extern int ntfs_volume_write_flags(ntfs_volume *vol, const le16 flags);
|
D | endians.h | 277 #define const_cpu_to_le16(x) ((le16) __constant_cpu_to_le16(x)) 281 #define const_sle16_to_cpu(x) ((s16) __constant_le16_to_cpu((le16) x))
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/common/ |
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_code; [all …]
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/common/ |
D | ieee802_11_defs.h | 893 le16 frame_control; 894 le16 duration_id; 898 le16 seq_ctrl; 912 le16 frame_control; 913 le16 duration; 917 le16 seq_ctrl; 920 le16 auth_alg; 921 le16 auth_transaction; 922 le16 status_code; 927 le16 reason_code; [all …]
|
/third_party/ntfs-3g/libntfs-3g/ |
D | mst.c | 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() 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()
|
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 seqn; in remove_reparse_index()
|
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*)((char*)mrec + le16_to_cpu(mrec->usa_ofs));
|
D | xattrs.c | 69 le16 tag; 70 le16 perms; 77 le16 filler;
|
D | security.c | 86 le16 offs; 87 le16 size; 89 le16 indexsz; 90 le16 indexksz; 91 le16 flags; 92 le16 fill2; 104 le16 offs; 105 le16 size; 107 le16 indexsz; 108 le16 indexksz; [all …]
|
/third_party/ltp/tools/sparse/sparse-src/validation/ |
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/ |
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/ |
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/ |
D | pcm.c | 145 ENCODE(uint16_t, le16, samples, dst, n, 0, 0x8000) in pcm_encode_frame() 169 ENCODE(int16_t, le16, samples, dst, n, 0, 0) in pcm_encode_frame() 172 ENCODE_PLANAR(int16_t, le16, dst, n, 0, 0) in pcm_encode_frame() 413 DECODE(16, le16, src, samples, n, 0, 0x8000) in pcm_decode_frame() 454 DECODE(16, le16, src, samples, n, 0, 0) in pcm_decode_frame() 457 DECODE_PLANAR(16, le16, src, samples, n, 0, 0); in pcm_decode_frame()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/utils/ |
D | platform.h | 18 #define get_unaligned_le16(p) le16_to_cpu(get_unaligned((le16 *)(p)))
|
D | radiotap.h | 68 le16 it_len; /* length of the whole
|
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
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/utils/ |
D | common.h | 176 #define le_to_host16(n) ((__force u16) (le16) (n)) 177 #define host_to_le16(n) ((__force le16) (u16) (n)) 452 typedef u16 __bitwise le16; typedef
|
D | radiotap.h | 36 le16 it_len;
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/ |
D | wpa_auth.h | 30 le16 action_length; /* little endian length of action_frame */ 92 le16 type; 93 le16 len;
|
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/ |
D | wpa_auth.h | 30 le16 action_length; /* little endian length of action_frame */ 92 le16 type; 93 le16 len;
|
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 …]
|