Home
last modified time | relevance | path

Searched refs:nodeTab (Results 1 – 25 of 40) sorted by relevance

12

/external/aac/libFDK/src/
Dnlc_dec.cpp230 const SHORT (*nodeTab)[MAX_ENTRIES][2], in huff_read()
239 node = (*nodeTab)[node][next_bit]; in huff_read()
248 const SHORT (*nodeTab)[MAX_ENTRIES][2], in huff_read_2D()
255 if ((err = huff_read(strm, nodeTab, &node)) != HUFFDEC_OK) { in huff_read_2D()
320 const SHORT(*nodeTab)[MAX_ENTRIES][2] = NULL; in huff_dec_1D() local
325 nodeTab = (HANDLE_HUFF_NODE)&FDK_huffCLDNodes.h1D[dim1]->nodeTab[0][0]; in huff_dec_1D()
329 nodeTab = (HANDLE_HUFF_NODE)&FDK_huffICCNodes.h1D[dim1]->nodeTab[0][0]; in huff_dec_1D()
333 nodeTab = (HANDLE_HUFF_NODE)&huffOLDNodes.h1D[dim1]->nodeTab[0][0]; in huff_dec_1D()
337 nodeTab = (HANDLE_HUFF_NODE)&FDK_huffIPDNodes.h1D[dim1].nodeTab[0][0]; in huff_dec_1D()
361 if ((err = huff_read(strm, nodeTab, &node)) != HUFFDEC_OK) { in huff_dec_1D()
[all …]
/external/aac/libFDK/include/
Dhuff_nodes.h109 SHORT nodeTab[39][2]; member
115 SHORT nodeTab[30][2]; member
120 SHORT nodeTab[7][2]; member
125 SHORT nodeTab[50][2]; member
130 SHORT nodeTab[15][2]; member
135 SHORT nodeTab[63][2]; member
222 SHORT nodeTab[3][2]; member
228 SHORT nodeTab[7][2]; member
/external/libxml2/doc/examples/
Dxpath1.c215 assert(nodes->nodeTab[i]); in print_xpath_nodes()
217 if(nodes->nodeTab[i]->type == XML_NAMESPACE_DECL) { in print_xpath_nodes()
220 ns = (xmlNsPtr)nodes->nodeTab[i]; in print_xpath_nodes()
229 } else if(nodes->nodeTab[i]->type == XML_ELEMENT_NODE) { in print_xpath_nodes()
230 cur = nodes->nodeTab[i]; in print_xpath_nodes()
239 cur = nodes->nodeTab[i]; in print_xpath_nodes()
Dxpath2.c160 assert(nodes->nodeTab[i]); in update_xpath_nodes()
162 xmlNodeSetContent(nodes->nodeTab[i], value); in update_xpath_nodes()
180 if (nodes->nodeTab[i]->type != XML_NAMESPACE_DECL) in update_xpath_nodes()
181 nodes->nodeTab[i] = NULL; in update_xpath_nodes()
/external/cronet/third_party/libxml/src/
Dxpath.c1352 xmlXPathDebugDumpNode(output, cur->nodeTab[i], depth + 1); in xmlXPathDebugDumpNodeSet()
1366 if ((cur == NULL) || (cur->nodeNr == 0) || (cur->nodeTab[0] == NULL)) { in xmlXPathDebugDumpValueTree()
1375 xmlXPathDebugDumpNodeList(output, cur->nodeTab[0]->children, depth + 1); in xmlXPathDebugDumpValueTree()
2248 if (obj->nodesetval->nodeTab != NULL) in xmlXPathCacheFreeObjectList()
2249 xmlFree(obj->nodesetval->nodeTab); in xmlXPathCacheFreeObjectList()
2458 ret->nodesetval->nodeTab[0] = val; in xmlXPathCacheNewNodeSet()
3447 if (xmlXPathCmpNodesExt(set->nodeTab[j], in xmlXPathNodeSetSort()
3448 set->nodeTab[j + incr]) == -1) in xmlXPathNodeSetSort()
3450 if (xmlXPathCmpNodes(set->nodeTab[j], in xmlXPathNodeSetSort()
3451 set->nodeTab[j + incr]) == -1) in xmlXPathNodeSetSort()
[all …]
DparserInternals.c1649 if (ctxt->nodeTab == NULL) { in xmlInitSAXParserCtxt()
1650 ctxt->nodeTab = (xmlNodePtr *) xmlMalloc(10 * sizeof(xmlNodePtr)); in xmlInitSAXParserCtxt()
1653 if (ctxt->nodeTab == NULL) { in xmlInitSAXParserCtxt()
1800 if (ctxt->nodeTab != NULL) xmlFree(ctxt->nodeTab); in xmlFreeParserCtxt()
1815 if (ctxt->vctxt.nodeTab != NULL) xmlFree(ctxt->vctxt.nodeTab); in xmlFreeParserCtxt()
Dvalid.c427 ctxt->nodeTab = in nodeVPush()
429 sizeof(ctxt->nodeTab[0])); in nodeVPush()
430 if (ctxt->nodeTab == NULL) { in nodeVPush()
438 tmp = (xmlNodePtr *) xmlRealloc(ctxt->nodeTab, in nodeVPush()
439 ctxt->nodeMax * 2 * sizeof(ctxt->nodeTab[0])); in nodeVPush()
445 ctxt->nodeTab = tmp; in nodeVPush()
447 ctxt->nodeTab[ctxt->nodeNr] = value; in nodeVPush()
460 ctxt->node = ctxt->nodeTab[ctxt->nodeNr - 1]; in nodeVPop()
463 ret = ctxt->nodeTab[ctxt->nodeNr]; in nodeVPop()
464 ctxt->nodeTab[ctxt->nodeNr] = NULL; in nodeVPop()
[all …]
Drunsuite.c254 (res->nodesetval->nodeTab != NULL)) in getNext()
255 ret = res->nodesetval->nodeTab[0]; in getNext()
/external/libxml2/
Dxpath.c1352 xmlXPathDebugDumpNode(output, cur->nodeTab[i], depth + 1); in xmlXPathDebugDumpNodeSet()
1366 if ((cur == NULL) || (cur->nodeNr == 0) || (cur->nodeTab[0] == NULL)) { in xmlXPathDebugDumpValueTree()
1375 xmlXPathDebugDumpNodeList(output, cur->nodeTab[0]->children, depth + 1); in xmlXPathDebugDumpValueTree()
2248 if (obj->nodesetval->nodeTab != NULL) in xmlXPathCacheFreeObjectList()
2249 xmlFree(obj->nodesetval->nodeTab); in xmlXPathCacheFreeObjectList()
2458 ret->nodesetval->nodeTab[0] = val; in xmlXPathCacheNewNodeSet()
3468 if (xmlXPathCmpNodesExt(set->nodeTab[j], in xmlXPathNodeSetSort()
3469 set->nodeTab[j + incr]) == -1) in xmlXPathNodeSetSort()
3471 if (xmlXPathCmpNodes(set->nodeTab[j], in xmlXPathNodeSetSort()
3472 set->nodeTab[j + incr]) == -1) in xmlXPathNodeSetSort()
[all …]
Dc14n.c48 xmlNodePtr *nodeTab; /* array of nodes in no particular order */ member
303 if(cur->nodeTab != NULL) { in xmlC14NVisibleNsStackDestroy()
304 memset(cur->nodeTab, 0, cur->nsMax * sizeof(xmlNodePtr)); in xmlC14NVisibleNsStackDestroy()
305 xmlFree(cur->nodeTab); in xmlC14NVisibleNsStackDestroy()
315 ((cur->nsTab == NULL) && (cur->nodeTab != NULL)) || in xmlC14NVisibleNsStackAdd()
316 ((cur->nsTab != NULL) && (cur->nodeTab == NULL))) { in xmlC14NVisibleNsStackAdd()
321 if ((cur->nsTab == NULL) && (cur->nodeTab == NULL)) { in xmlC14NVisibleNsStackAdd()
323 cur->nodeTab = (xmlNodePtr*) xmlMalloc(XML_NAMESPACES_DEFAULT * sizeof(xmlNodePtr)); in xmlC14NVisibleNsStackAdd()
324 if ((cur->nsTab == NULL) || (cur->nodeTab == NULL)) { in xmlC14NVisibleNsStackAdd()
329 memset(cur->nodeTab, 0 , XML_NAMESPACES_DEFAULT * sizeof(xmlNodePtr)); in xmlC14NVisibleNsStackAdd()
[all …]
Dxinclude.c1016 if (set->nodeTab[i] == NULL) in xmlXIncludeCopyXPointer()
1018 switch (set->nodeTab[i]->type) { in xmlXIncludeCopyXPointer()
1022 (xmlDocPtr) set->nodeTab[i]); in xmlXIncludeCopyXPointer()
1024 xmlXIncludeErr(ctxt, set->nodeTab[i], in xmlXIncludeCopyXPointer()
1035 node = set->nodeTab[i]; in xmlXIncludeCopyXPointer()
1038 xmlXIncludeErr(ctxt, set->nodeTab[i], in xmlXIncludeCopyXPointer()
1479 if (set->nodeTab[i] == NULL) in xmlXIncludeLoadDoc()
1481 switch (set->nodeTab[i]->type) { in xmlXIncludeLoadDoc()
1498 set->nodeTab[i] = NULL; in xmlXIncludeLoadDoc()
1505 set->nodeTab[i] = NULL; in xmlXIncludeLoadDoc()
[all …]
DparserInternals.c1664 if (ctxt->nodeTab == NULL) { in xmlInitSAXParserCtxt()
1665 ctxt->nodeTab = (xmlNodePtr *) xmlMalloc(10 * sizeof(xmlNodePtr)); in xmlInitSAXParserCtxt()
1668 if (ctxt->nodeTab == NULL) { in xmlInitSAXParserCtxt()
1815 if (ctxt->nodeTab != NULL) xmlFree(ctxt->nodeTab); in xmlFreeParserCtxt()
1830 if (ctxt->vctxt.nodeTab != NULL) xmlFree(ctxt->vctxt.nodeTab); in xmlFreeParserCtxt()
Dxpointer.c559 endNode = end->nodesetval->nodeTab[end->nodesetval->nodeNr - 1]; in xmlXPtrNewRangeNodeObject()
815 xmlXPtrNewCollapsedRange(set->nodeTab[i])); in xmlXPtrNewLocationSetNodeSet()
908 cur = xmlXPtrGetNthChild(oldset->nodeTab[0], indx); in xmlXPtrGetChildNo()
914 oldset->nodeTab[0] = cur; in xmlXPtrGetChildNo()
1395 (set->nodeTab[0] != (xmlNodePtr) ctx->doc)) in xmlXPtrEval()
1612 if (set->nodeTab[i] == NULL) in xmlXPtrBuildNodeList()
1614 switch (set->nodeTab[i]->type) { in xmlXPtrBuildNodeList()
1639 list = last = xmlCopyNode(set->nodeTab[i], 1); in xmlXPtrBuildNodeList()
1641 xmlAddNextSibling(last, xmlCopyNode(set->nodeTab[i], 1)); in xmlXPtrBuildNodeList()
Dvalid.c427 ctxt->nodeTab = in nodeVPush()
429 sizeof(ctxt->nodeTab[0])); in nodeVPush()
430 if (ctxt->nodeTab == NULL) { in nodeVPush()
438 tmp = (xmlNodePtr *) xmlRealloc(ctxt->nodeTab, in nodeVPush()
439 ctxt->nodeMax * 2 * sizeof(ctxt->nodeTab[0])); in nodeVPush()
445 ctxt->nodeTab = tmp; in nodeVPush()
447 ctxt->nodeTab[ctxt->nodeNr] = value; in nodeVPush()
460 ctxt->node = ctxt->nodeTab[ctxt->nodeNr - 1]; in nodeVPop()
463 ret = ctxt->nodeTab[ctxt->nodeNr]; in nodeVPop()
464 ctxt->nodeTab[ctxt->nodeNr] = NULL; in nodeVPop()
[all …]
DdebugXML.c1942 list->nodesetval->nodeTab[indx]); in xmlShellPrintXPathResultCtxt()
2990 nodeTab[indx], NULL); in xmlShell()
3104 nodeTab[indx], NULL); in xmlShell()
3108 nodeTab[indx], NULL); in xmlShell()
3186 nodeTab[indx], NULL)) in xmlShell()
3260 ctxt->node = list->nodesetval->nodeTab[0]; in xmlShell()
3354 nodeTab[indx], NULL); in xmlShell()
Drunsuite.c254 (res->nodesetval->nodeTab != NULL)) in getNext()
255 ret = res->nodesetval->nodeTab[0]; in getNext()
/external/cronet/third_party/libxml/src/include/libxml/
Dxpath.h86 xmlNodePtr *nodeTab; /* array of nodes in no particular order */ member
443 (ns)->nodeTab[(index)] \
454 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
Dvalid.h76 xmlNodePtr *nodeTab; /* array of nodes */ member
/external/libxml2/include/libxml/
Dxpath.h86 xmlNodePtr *nodeTab; /* array of nodes in no particular order */ member
443 (ns)->nodeTab[(index)] \
454 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
Dvalid.h76 xmlNodePtr *nodeTab; /* array of nodes */ member
/external/libxml2/python/
Dtypes.c566 (obj->nodesetval->nodeTab == NULL)) { in libxml_xmlXPathObjectPtrWrap()
572 node = obj->nodesetval->nodeTab[0]->children; in libxml_xmlXPathObjectPtrWrap()
578 node = obj->nodesetval->nodeTab[0]->children; in libxml_xmlXPathObjectPtrWrap()
599 node = obj->nodesetval->nodeTab[i]; in libxml_xmlXPathObjectPtrWrap()
606 obj->nodesetval->nodeTab[i] = NULL; in libxml_xmlXPathObjectPtrWrap()
Dlibxml.c3483 nodeSet->nodeTab in PyxmlNodeSet_Convert()
3486 if (nodeSet->nodeTab == NULL) { in PyxmlNodeSet_Convert()
3491 memset(nodeSet->nodeTab, 0 , in PyxmlNodeSet_Convert()
3502 nodeSet->nodeTab[nodeSet->nodeNr++] = pynode; in PyxmlNodeSet_Convert()
3609 xmlFree(nodes->nodeTab); in libxml_C14NDocDumpMemory()
3624 xmlFree(nodes->nodeTab); in libxml_C14NDocDumpMemory()
3698 xmlFree(nodes->nodeTab); in libxml_C14NDocSaveTo()
3714 xmlFree(nodes->nodeTab); in libxml_C14NDocSaveTo()
/external/libxml2/os400/iconv/bldcsndfa/
Dbldcsndfa.c893 !obj->nodesetval->nodeTab || !obj->nodesetval->nodeNr) { in read_assocs()
899 node = obj->nodesetval->nodeTab[i]; in read_assocs()
977 obj->nodesetval->nodeTab && obj->nodesetval->nodeNr) { in read_assocs()
979 node = obj->nodesetval->nodeTab[i]; in read_assocs()
1047 !obj1->nodesetval->nodeTab || obj1->nodesetval->nodeNr <= 1) { in read_iana()
1056 xmlXPathSetContextNode(obj1->nodesetval->nodeTab[0], ctxt); in read_iana()
1081 xmlXPathSetContextNode(obj1->nodesetval->nodeTab[n], ctxt); in read_iana()
1160 if (obj2->nodesetval && obj2->nodesetval->nodeTab) in read_iana()
1162 node = obj2->nodesetval->nodeTab[i]; in read_iana()
/external/libxml2/doc/tutorial/
Dincludexpath.c64 keyword = xmlNodeListGetString(doc, nodeset->nodeTab[i]->xmlChildrenNode, 1);
/external/curl/docs/examples/
Dcrawler.c134 const xmlNode *node = nodeset->nodeTab[x]->xmlChildrenNode; in follow_links()

12