Home
last modified time | relevance | path

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

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dbool-cast-bad.c1 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()
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A 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 …]
/illumos-gate/usr/src/tools/smatch/src/validation/linear/
H A Dbool-cast.c7 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()