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

  /external/grub/stage2/
fsys_xfs.c 126 le64 (xfs_uint64_t x) function
239 xfs.daddr = fsb2daddr (le64(ptr0));
244 xfs.next = fsb2daddr (le64(h.bb_rightsib));
272 xfs.next = fsb2daddr (le64(h.bb_rightsib));
315 ? le64(*(xfs_ino_t *)p) : le32(*(xfs_uint32_t *)p);
322 ? le64(*(xfs_ino_t *)(&inode->di_u.di_dir2sf.hdr.parent))
396 *ino = le64 (dau->entry.inumber);
469 xfs.rootino = le64 (super.sb_rootino);
550 di_size = le64 (icore.di_size);
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 220 #define le_to_host64(n) ((__force u64) (le64) (n))
221 #define host_to_le64(n) ((__force le64) (u64) (n))
410 typedef u64 __bitwise le64; typedef

Completed in 222 milliseconds