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

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

Completed in 587 milliseconds