OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:le64
(Results
1 - 3
of
3
) sorted by null
/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
/external/wpa_supplicant_8/src/utils/
common.h
214
#define le_to_host64(n) ((__force u64) (
le64
) (n))
215
#define host_to_le64(n) ((__force
le64
) (u64) (n))
431
typedef u64 __bitwise
le64
;
typedef
/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);
Completed in 22 milliseconds