HomeSort by relevance Sort by last modified time
    Searched refs:__constant_be64_to_cpu (Results 1 - 6 of 6) sorted by null

  /bionic/libc/kernel/uapi/linux/byteorder/
big_endian.h 40 #define __constant_be64_to_cpu(x) ((__force __u64) (__be64) (x)) macro
little_endian.h 40 #define __constant_be64_to_cpu(x) ___constant_swab64((__force __u64) (__be64) (x)) macro
  /external/kernel-headers/original/uapi/linux/byteorder/
big_endian.h 26 #define __constant_be64_to_cpu(x) ((__force __u64)(__be64)(x)) macro
little_endian.h 26 #define __constant_be64_to_cpu(x) ___constant_swab64((__force __u64)(__be64)(x)) macro
  /external/u-boot/include/linux/byteorder/
big_endian.h 27 #define __constant_be64_to_cpu(x) ((__force __u64)(__be64)(x)) macro
little_endian.h 27 #define __constant_be64_to_cpu(x) ___constant_swab64((__force __u64)(__be64)(x)) macro

Completed in 62 milliseconds