OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:le16
(Results
1 - 2
of
2
) sorted by null
/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
/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
...]
Completed in 60 milliseconds