Lines Matching refs:htods
993 header.header.type = htods(RES_XML_TYPE);
994 header.header.headerSize = htods(sizeof(header));
1007 idsHeader->type = htods(RES_XML_RESOURCE_MAP_TYPE);
1008 idsHeader->headerSize = htods(sizeof(*idsHeader));
1356 node.header.headerSize = htods(sizeof(node));
1368 node.header.type = htods(RES_XML_START_ELEMENT_TYPE);
1378 attrExt.attributeStart = htods(sizeof(attrExt));
1379 attrExt.attributeSize = htods(sizeof(attr));
1380 attrExt.attributeCount = htods(NA);
1381 attrExt.idIndex = htods(0);
1382 attrExt.classIndex = htods(0);
1383 attrExt.styleIndex = htods(0);
1389 attrExt.idIndex = htods(i+1);
1391 attrExt.classIndex = htods(i+1);
1393 attrExt.styleIndex = htods(i+1);
1398 node.header.type = htods(RES_XML_START_NAMESPACE_TYPE);
1411 node.header.type = htods(RES_XML_CDATA_TYPE);
1416 cdataExt.typedData.size = htods(sizeof(cdataExt.typedData));
1445 attr.typedValue.size = htods(sizeof(attr.typedValue));
1470 node.header.type = htods(RES_XML_END_ELEMENT_TYPE);
1479 node.header.type = htods(RES_XML_END_NAMESPACE_TYPE);