| /external/aac/libFDK/src/ |
| D | nlc_dec.cpp | 230 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/ |
| D | huff_nodes.h | 109 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/ |
| D | xpath1.c | 215 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()
|
| D | xpath2.c | 160 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/ |
| D | xpath.c | 1352 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 …]
|
| D | parserInternals.c | 1649 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()
|
| D | valid.c | 427 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 …]
|
| D | runsuite.c | 254 (res->nodesetval->nodeTab != NULL)) in getNext() 255 ret = res->nodesetval->nodeTab[0]; in getNext()
|
| /external/libxml2/ |
| D | xpath.c | 1352 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 …]
|
| D | c14n.c | 48 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 …]
|
| D | xinclude.c | 1016 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 …]
|
| D | parserInternals.c | 1664 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()
|
| D | xpointer.c | 559 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()
|
| D | valid.c | 427 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 …]
|
| D | debugXML.c | 1942 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()
|
| D | runsuite.c | 254 (res->nodesetval->nodeTab != NULL)) in getNext() 255 ret = res->nodesetval->nodeTab[0]; in getNext()
|
| /external/cronet/third_party/libxml/src/include/libxml/ |
| D | xpath.h | 86 xmlNodePtr *nodeTab; /* array of nodes in no particular order */ member 443 (ns)->nodeTab[(index)] \ 454 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
|
| D | valid.h | 76 xmlNodePtr *nodeTab; /* array of nodes */ member
|
| /external/libxml2/include/libxml/ |
| D | xpath.h | 86 xmlNodePtr *nodeTab; /* array of nodes in no particular order */ member 443 (ns)->nodeTab[(index)] \ 454 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
|
| D | valid.h | 76 xmlNodePtr *nodeTab; /* array of nodes */ member
|
| /external/libxml2/python/ |
| D | types.c | 566 (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()
|
| D | libxml.c | 3483 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/ |
| D | bldcsndfa.c | 893 !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/ |
| D | includexpath.c | 64 keyword = xmlNodeListGetString(doc, nodeset->nodeTab[i]->xmlChildrenNode, 1);
|
| /external/curl/docs/examples/ |
| D | crawler.c | 134 const xmlNode *node = nodeset->nodeTab[x]->xmlChildrenNode; in follow_links()
|