Home
last modified time | relevance | path

Searched refs:dtohs (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/androidfw/
DResourceTypes.cpp89 char16_t s = dtohs(*src); in strcpy16_dtoh()
101 const uint16_t headerSize = dtohs(chunk->headerSize); in validate_chunk()
130 size = dtohs(src.size); in copyFrom_dtoh()
349 h->header.headerSize = dtohs(mHeader->header.headerSize); in setTo()
350 h->header.type = dtohs(mHeader->header.type); in setTo()
430 s[i] = dtohs(strings[i]); in setTo()
912 return dtohs(((const ResXMLTree_attrExt*)mCurExt)->attributeCount); in getAttributeCount()
921 if (idx < dtohs(tag->attributeCount)) { in getAttributeNamespaceID()
924 + dtohs(tag->attributeStart) in getAttributeNamespaceID()
925 + (dtohs(tag->attributeSize)*idx)); in getAttributeNamespaceID()
[all …]
/frameworks/native/include/utils/
DByteOrder.h56 #define dtohs(x) (x) macro
63 #define dtohs(x) (android_swap_short(x)) macro