Home
last modified time | relevance | path

Searched refs:le16 (Results 1 – 3 of 3) sorted by relevance

/external/wpa_supplicant_6/wpa_supplicant/src/common/
Dieee802_11_defs.h237 le16 frame_control;
238 le16 duration;
242 le16 seq_ctrl;
245 le16 auth_alg;
246 le16 auth_transaction;
247 le16 status_code;
252 le16 reason_code;
255 le16 capab_info;
256 le16 listen_interval;
261 le16 capab_info;
[all …]
/external/grub/stage2/
Dfsys_xfs.c101 le16 (xfs_uint16_t x) in le16() function
243 xfs.nextents = le16(h.bb_numrecs); in init_extents()
271 xfs.nextents = le16(h.bb_numrecs); in next_extent()
347 xfs.dirmax = le16 (h->count) - le16 (h->stale); in next_dentry()
388 toread = roundup8 (le16(dau->unused.length)) - 4; in next_dentry()
436 if ((n->hdr.info.magic == le16(XFS_DIR2_LEAFN_MAGIC)) in first_dentry()
437 || (n->hdr.info.magic == le16(XFS_DIR2_LEAF1_MAGIC))) { in first_dentry()
438 xfs.dirmax = le16 (h->count) - le16 (h->stale); in first_dentry()
461 || ((le16(super.sb_versionnum) in xfs_mount()
470 xfs.isize = le16 (super.sb_inodesize); in xfs_mount()
[all …]
/external/wpa_supplicant_6/wpa_supplicant/src/utils/
Dcommon.h212 #define le_to_host16(n) ((__force u16) (le16) (n))
213 #define host_to_le16(n) ((__force le16) (u16) (n))
406 typedef u16 __bitwise le16; typedef