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

  /system/core/base/
endian_test.cpp 58 ASSERT_EQ(le16, letoh16(le16));
  /system/core/base/include/android-base/
endian.h 76 #define letoh16(x) (x) macro
  /bionic/libc/include/sys/
endian.h 88 #define letoh16(x) (x) macro
  /bionic/tests/
endian_test.cpp 99 ASSERT_EQ(le16, letoh16(le16));
  /external/kmod/port-gnu/
endian-darwin.h 53 # define le16toh(x) letoh16(x)

Completed in 517 milliseconds