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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
utils.h 34 static inline uint32_t le32_to_cpu(uint32_t v) function
39 static inline uint32_t le32_to_cpu(uint32_t v) function
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xshader/src/
utils.h 34 static inline uint32_t le32_to_cpu(uint32_t v) function
39 static inline uint32_t le32_to_cpu(uint32_t v) function
  /external/wpa_supplicant_8/src/utils/
platform.h 8 #define le32_to_cpu le_to_host32 macro
19 #define get_unaligned_le32(p) le32_to_cpu(get_unaligned((uint32_t *)(p)))
  /external/libsepol/src/
private.h 28 #define le32_to_cpu(x) (x) macro
35 #define le32_to_cpu(x) bswap_32(x) macro
  /external/qemu/distrib/ext4_utils/src/
ext4_utils.h 70 #define le32_to_cpu(x) (x) macro
  /system/extras/ext4_utils/
ext4_utils.h 70 #define le32_to_cpu(x) (x) macro
  /external/checkpolicy/test/
dismod.c 43 #define le32_to_cpu(x) (x) macro
45 #define le32_to_cpu(x) bswap_32(x) macro
724 if (le32_to_cpu(buf[0]) == SEPOL_MODULE_PACKAGE_MAGIC) {
  /external/fio/os/
os.h 207 #define le32_to_cpu(val) ({ \ macro
  /external/f2fs-tools/include/
f2fs_fs.h 91 #define le32_to_cpu(x) ((__u32)(x)) macro
98 #define le32_to_cpu(x) bswap_32(x) macro

Completed in 521 milliseconds