/aosp_15_r20/external/aac/libFDK/src/ |
H A 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 …]
|
/aosp_15_r20/external/aac/libFDK/include/ |
H A 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
|
/aosp_15_r20/external/libxml2/ |
H A D | xpath.c | 1122 xmlXPathDebugDumpNode(output, cur->nodeTab[i], depth + 1); in xmlXPathDebugDumpNodeSet() 1136 if ((cur == NULL) || (cur->nodeNr == 0) || (cur->nodeTab[0] == NULL)) { in xmlXPathDebugDumpValueTree() 1145 xmlXPathDebugDumpNodeList(output, cur->nodeTab[0]->children, depth + 1); in xmlXPathDebugDumpValueTree() 1466 if (list->nodesetval->nodeTab != NULL) in xmlXPathCacheFreeObjectList() 1467 xmlFree(list->nodesetval->nodeTab); in xmlXPathCacheFreeObjectList() 1653 ret->nodesetval->nodeTab[0] = val; in xmlXPathCacheNewNodeSet() 2548 if (xmlXPathCmpNodesExt(set->nodeTab[j], in xmlXPathNodeSetSort() 2549 set->nodeTab[j + incr]) == -1) in xmlXPathNodeSetSort() 2551 if (xmlXPathCmpNodes(set->nodeTab[j], in xmlXPathNodeSetSort() 2552 set->nodeTab[j + incr]) == -1) in xmlXPathNodeSetSort() [all …]
|
H A D | c14n.c | 47 xmlNodePtr *nodeTab; /* array of nodes in no particular order */ member 293 if(cur->nodeTab != NULL) { in xmlC14NVisibleNsStackDestroy() 294 memset(cur->nodeTab, 0, cur->nsMax * sizeof(xmlNodePtr)); in xmlC14NVisibleNsStackDestroy() 295 xmlFree(cur->nodeTab); in xmlC14NVisibleNsStackDestroy() 305 ((cur->nsTab == NULL) && (cur->nodeTab != NULL)) || in xmlC14NVisibleNsStackAdd() 306 ((cur->nsTab != NULL) && (cur->nodeTab == NULL))) in xmlC14NVisibleNsStackAdd() 309 if ((cur->nsTab == NULL) && (cur->nodeTab == NULL)) { in xmlC14NVisibleNsStackAdd() 311 cur->nodeTab = (xmlNodePtr*) xmlMalloc(XML_NAMESPACES_DEFAULT * sizeof(xmlNodePtr)); in xmlC14NVisibleNsStackAdd() 312 if ((cur->nsTab == NULL) || (cur->nodeTab == NULL)) in xmlC14NVisibleNsStackAdd() 315 memset(cur->nodeTab, 0 , XML_NAMESPACES_DEFAULT * sizeof(xmlNodePtr)); in xmlC14NVisibleNsStackAdd() [all …]
|
H A D | xinclude.c | 835 if (set->nodeTab[i] == NULL) in xmlXIncludeCopyXPointer() 837 switch (set->nodeTab[i]->type) { in xmlXIncludeCopyXPointer() 841 (xmlDocPtr) set->nodeTab[i]); in xmlXIncludeCopyXPointer() 843 xmlXIncludeErr(ctxt, set->nodeTab[i], in xmlXIncludeCopyXPointer() 854 node = set->nodeTab[i]; in xmlXIncludeCopyXPointer() 857 xmlXIncludeErr(ctxt, set->nodeTab[i], in xmlXIncludeCopyXPointer() 1266 if (set->nodeTab[i] == NULL) in xmlXIncludeLoadDoc() 1268 switch (set->nodeTab[i]->type) { in xmlXIncludeLoadDoc() 1285 set->nodeTab[i] = NULL; in xmlXIncludeLoadDoc() 1292 set->nodeTab[i] = NULL; in xmlXIncludeLoadDoc() [all …]
|
/aosp_15_r20/external/cronet/third_party/libxml/src/ |
H A D | xpath.c | 1167 xmlXPathDebugDumpNode(output, cur->nodeTab[i], depth + 1); in xmlXPathDebugDumpNodeSet() 1181 if ((cur == NULL) || (cur->nodeNr == 0) || (cur->nodeTab[0] == NULL)) { in xmlXPathDebugDumpValueTree() 1190 xmlXPathDebugDumpNodeList(output, cur->nodeTab[0]->children, depth + 1); in xmlXPathDebugDumpValueTree() 1579 if (list->nodesetval->nodeTab != NULL) in xmlXPathCacheFreeObjectList() 1580 xmlFree(list->nodesetval->nodeTab); in xmlXPathCacheFreeObjectList() 1766 ret->nodesetval->nodeTab[0] = val; in xmlXPathCacheNewNodeSet() 2671 if (xmlXPathCmpNodesExt(set->nodeTab[j], in xmlXPathNodeSetSort() 2672 set->nodeTab[j + incr]) == -1) in xmlXPathNodeSetSort() 2674 if (xmlXPathCmpNodes(set->nodeTab[j], in xmlXPathNodeSetSort() 2675 set->nodeTab[j + incr]) == -1) in xmlXPathNodeSetSort() [all …]
|
/aosp_15_r20/external/libxml2/example/ |
H A D | xpath1.c | 208 assert(nodes->nodeTab[i]); in print_xpath_nodes() 210 if(nodes->nodeTab[i]->type == XML_NAMESPACE_DECL) { in print_xpath_nodes() 213 ns = (xmlNsPtr)nodes->nodeTab[i]; in print_xpath_nodes() 222 } else if(nodes->nodeTab[i]->type == XML_ELEMENT_NODE) { in print_xpath_nodes() 223 cur = nodes->nodeTab[i]; in print_xpath_nodes() 232 cur = nodes->nodeTab[i]; in print_xpath_nodes()
|
H A D | xpath2.c | 153 assert(nodes->nodeTab[i]); in update_xpath_nodes() 155 xmlNodeSetContent(nodes->nodeTab[i], value); in update_xpath_nodes() 173 if (nodes->nodeTab[i]->type != XML_NAMESPACE_DECL) in update_xpath_nodes() 174 nodes->nodeTab[i] = NULL; in update_xpath_nodes()
|
/aosp_15_r20/external/libxml2/python/ |
H A D | types.c | 505 (obj->nodesetval->nodeTab == NULL)) { in libxml_xmlXPathObjectPtrWrap() 511 node = obj->nodesetval->nodeTab[0]->children; in libxml_xmlXPathObjectPtrWrap() 517 node = obj->nodesetval->nodeTab[0]->children; in libxml_xmlXPathObjectPtrWrap() 538 node = obj->nodesetval->nodeTab[i]; in libxml_xmlXPathObjectPtrWrap() 545 obj->nodesetval->nodeTab[i] = NULL; in libxml_xmlXPathObjectPtrWrap()
|
/aosp_15_r20/external/libxml2/os400/iconv/bldcsndfa/ |
H A 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()
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/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))
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/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))
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/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))
|
/aosp_15_r20/external/libxml2/include/libxml/ |
H A D | xpath.h | 81 xmlNodePtr *nodeTab; /* array of nodes in no particular order */ member 434 (ns)->nodeTab[(index)] \ 445 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/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))
|
/aosp_15_r20/prebuilts/vndk/v30/arm/include/external/libxml2/include/libxml/ |
D | xpath.h | 84 xmlNodePtr *nodeTab; /* array of nodes in no particular order */ member 426 (ns)->nodeTab[(index)] \ 437 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
|
/aosp_15_r20/prebuilts/vndk/v30/arm64/include/external/libxml2/include/libxml/ |
D | xpath.h | 84 xmlNodePtr *nodeTab; /* array of nodes in no particular order */ member 426 (ns)->nodeTab[(index)] \ 437 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/libxml2/include/libxml/ |
D | xpath.h | 84 xmlNodePtr *nodeTab; /* array of nodes in no particular order */ member 426 (ns)->nodeTab[(index)] \ 437 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/libxml2/include/libxml/ |
D | xpath.h | 84 xmlNodePtr *nodeTab; /* array of nodes in no particular order */ member 426 (ns)->nodeTab[(index)] \ 437 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
|
/aosp_15_r20/external/cronet/third_party/libxml/src/include/libxml/ |
H A 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))
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/external/libxml2/include/libxml/ |
D | xpath.h | 86 xmlNodePtr *nodeTab; /* array of nodes in no particular order */ member 433 (ns)->nodeTab[(index)] \ 444 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/external/libxml2/include/libxml/ |
D | xpath.h | 86 xmlNodePtr *nodeTab; /* array of nodes in no particular order */ member 433 (ns)->nodeTab[(index)] \ 444 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/external/libxml2/include/libxml/ |
D | xpath.h | 86 xmlNodePtr *nodeTab; /* array of nodes in no particular order */ member 433 (ns)->nodeTab[(index)] \ 444 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/external/libxml2/include/libxml/ |
D | xpath.h | 86 xmlNodePtr *nodeTab; /* array of nodes in no particular order */ member 433 (ns)->nodeTab[(index)] \ 444 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/external/libxml2/include/libxml/ |
D | xpath.h | 86 xmlNodePtr *nodeTab; /* array of nodes in no particular order */ member 433 (ns)->nodeTab[(index)] \ 444 (((ns) == NULL) || ((ns)->nodeNr == 0) || ((ns)->nodeTab == NULL))
|