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

  /external/libsepol/src/
private.h 30 #define le64_to_cpu(x) (x) macro
37 #define le64_to_cpu(x) bswap_64(x) macro
  /external/fio/os/
os.h 210 #define le64_to_cpu(val) ({ \ macro
  /external/f2fs-tools/include/
f2fs_fs.h 32 #define le64_to_cpu(x) ((__u64)(x)) macro
39 #define le64_to_cpu(x) bswap_64(x) macro
  /external/qemu-pc-bios/bochs/bios/
rombios32.c 453 static inline uint64_t le64_to_cpu(uint64_t x) function
544 return le64_to_cpu(ret);
    [all...]

Completed in 368 milliseconds