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

  /external/elfutils/libdwfl/
image-header.c 36 # define LE16(x) (x)
38 # define LE16(x) bswap_16 (x)
79 if (*(uint16_t *) (header + H_MAGIC1) == LE16 (MAGIC1)
81 && LE16 (*(uint16_t *) (header + H_VERSION)) >= MIN_VERSION)
  /external/webrtc/webrtc/base/
testutils.h 549 #define LE16(x) BYTE_CAST(((uint16_t)x) >> 0), BYTE_CAST(((uint16_t)x) >> 8)
584 #define TE16 LE16

Completed in 418 milliseconds