HomeSort by relevance Sort by last modified time
    Searched full:le16 (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/common/
ieee802_11_defs.h 237 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/
fsys_xfs.c 101 le16 (xfs_uint16_t x) function
243 xfs.nextents = le16(h.bb_numrecs);
271 xfs.nextents = le16(h.bb_numrecs);
347 xfs.dirmax = le16 (h->count) - le16 (h->stale);
388 toread = roundup8 (le16(dau->unused.length)) - 4;
436 if ((n->hdr.info.magic == le16(XFS_DIR2_LEAFN_MAGIC))
437 || (n->hdr.info.magic == le16(XFS_DIR2_LEAF1_MAGIC))) {
438 xfs.dirmax = le16 (h->count) - le16 (h->stale)
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 212 #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
  /external/kernel-headers/original/linux/
usb_ch9.h 113 * @wValue: matches the USB wValue field (le16 byte order)
114 * @wIndex: matches the USB wIndex field (le16 byte order)
115 * @wLength: matches the USB wLength field (le16 byte order)

Completed in 36 milliseconds