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

  /external/valgrind/main/none/tests/ppc32/
ldstrev.stdout.exp 2 ld le16 0x00003412
6 st le16 0xcdab5678
  /external/wpa_supplicant_8/src/common/
ieee802_11_defs.h 390 le16 frame_control;
391 le16 duration_id;
395 le16 seq_ctrl;
409 le16 frame_control;
410 le16 duration;
414 le16 seq_ctrl;
417 le16 auth_alg;
418 le16 auth_transaction;
419 le16 status_code;
424 le16 reason_code
    [all...]
wpa_common.h 304 le16 status_code;
  /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_8/src/ap/
wpa_auth.h 25 le16 action_length; /* little endian length of action_frame */
49 le16 data_length; /* little endian length of data (44) */
63 le16 data_length; /* little endian length of data (76) */
71 le16 pairwise;
79 le16 data_length; /* little endian length of data (88) */
90 le16 pairwise;
  /external/wpa_supplicant_8/src/utils/
common.h 190 #define le_to_host16(n) ((__force u16) (le16) (n))
191 #define host_to_le16(n) ((__force le16) (u16) (n))
448 typedef u16 __bitwise le16; typedef

Completed in 148 milliseconds