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

  /bionic/libc/kernel/uapi/linux/byteorder/
big_endian.h 44 #define __constant_be16_to_cpu(x) ((__force __u16) (__be16) (x)) macro
little_endian.h 44 #define __constant_be16_to_cpu(x) ___constant_swab16((__force __u16) (__be16) (x)) macro
  /external/kernel-headers/original/uapi/linux/byteorder/
big_endian.h 30 #define __constant_be16_to_cpu(x) ((__force __u16)(__be16)(x)) macro
little_endian.h 30 #define __constant_be16_to_cpu(x) ___constant_swab16((__force __u16)(__be16)(x)) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/byteorder/
big_endian.h 29 #define __constant_be16_to_cpu(x) ((__u16)(__be16)(x)) macro
little_endian.h 29 #define __constant_be16_to_cpu(x) ___constant_swab16((__u16)(__be16)(x)) macro

Completed in 309 milliseconds