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

  /frameworks/native/include/utils/
ByteOrder.h 56 #define dtohs(x) (x) macro
63 #define dtohs(x) (android_swap_short(x)) macro
  /frameworks/base/libs/androidfw/
ResourceTypes.cpp 89 char16_t s = dtohs(*src);
101 const uint16_t headerSize = dtohs(chunk->headerSize);
130 size = dtohs(src.size);
349 h->header.headerSize = dtohs(mHeader->header.headerSize);
350 h->header.type = dtohs(mHeader->header.type);
430 s[i] = dtohs(strings[i]);
912 return dtohs(((const ResXMLTree_attrExt*)mCurExt)->attributeCount);
921 if (idx < dtohs(tag->attributeCount)) {
924 + dtohs(tag->attributeStart)
925 + (dtohs(tag->attributeSize)*idx))
    [all...]

Completed in 761 milliseconds