HomeSort by relevance Sort by last modified time
    Searched defs:le32 (Results 1 - 4 of 4) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 216 #define le_to_host32(n) ((__force u32) (le32) (n))
217 #define host_to_le32(n) ((__force le32) (u32) (n))
408 typedef u32 __bitwise le32; typedef
  /external/wpa_supplicant_8/src/utils/
common.h 210 #define le_to_host32(n) ((__force u32) (le32) (n))
211 #define host_to_le32(n) ((__force le32) (u32) (n))
429 typedef u32 __bitwise le32; typedef
  /external/grub/stage2/
fsys_xfs.c 110 le32 (xfs_uint32_t x) function
130 return (((xfs_uint64_t)le32(l)) << 32) | ((xfs_uint64_t)(le32(h)));
137 return (((xfs_fsblock_t)(le32 (r->l1) & mask32lo(9))) << 43) |
138 (((xfs_fsblock_t)le32 (r->l2)) << 11) |
139 (((xfs_fsblock_t)le32 (r->l3)) >> 21);
145 return (((xfs_fileoff_t)le32 (r->l0) &
147 (((xfs_fileoff_t)le32 (r->l1)) >> 9);
153 return le32(r->l3) & mask32lo(21);
234 xfs.nextents = le32 (icore.di_nextents)
    [all...]
  /external/llvm/include/llvm/ADT/
Triple.h 67 le32, // le32: generic little-endian 32-bit CPU (PNaCl / Emscripten) enumerator in enum:llvm::Triple::ArchType

Completed in 209 milliseconds