Lines Matching refs:deviceToHost32
119 util::deviceToHost32(parser.getChunk()->size)); in parseTable()
167 uint32_t packageId = util::deviceToHost32(packageHeader->id); in parsePackage()
202 util::deviceToHost32(parser.getChunk()->size)); in parsePackage()
212 util::deviceToHost32(parser.getChunk()->size)); in parsePackage()
331 util::deviceToHost32(entry->key.index)).toString()); in parseType()
343 (const uint8_t*) entry + util::deviceToHost32(entry->size)); in parseType()
388 const uint32_t data = util::deviceToHost32(value->data); in parseValue()
468 if (util::deviceToHost32(map->parent.ident) != 0) { in parseStyle()
470 style->parent = Reference(util::deviceToHost32(map->parent.ident)); in parseStyle()
474 if (Res_INTERNALID(util::deviceToHost32(mapEntry.name.ident))) { in parseStyle()
479 styleEntry.key = Reference(util::deviceToHost32(mapEntry.name.ident)); in parseStyle()
497 return util::deviceToHost32(entry.name.ident) == ResTable_map::ATTR_TYPE; in parseAttr()
501 attr->typeMask = util::deviceToHost32(typeMaskIter->value.data); in parseAttr()
505 if (Res_INTERNALID(util::deviceToHost32(mapEntry.name.ident))) { in parseAttr()
506 switch (util::deviceToHost32(mapEntry.name.ident)) { in parseAttr()
519 symbol.value = util::deviceToHost32(mapEntry.value.data); in parseAttr()
520 symbol.symbol = Reference(util::deviceToHost32(mapEntry.name.ident)); in parseAttr()
549 switch (util::deviceToHost32(mapEntry.name.ident)) { in parsePlural()