Searched defs:le16 (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/lib/libntfs/common/include/ntfs/
H A Dtypes.h61 typedef u16 __bitwise le16; typedef
77 typedef le16 ntfschar; /* 2-byte Unicode character type. */
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_xfs.c101 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 (
[all...]

Completed in 35 milliseconds