Searched refs:tree (Results 101 - 125 of 694) sorted by relevance

1234567891011>>

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dvp56.h362 const VP56Tree *tree,
365 while (tree->val > 0) {
366 if (vp56_rac_get_prob_branchy(c, probs[tree->prob_idx]))
367 tree += tree->val;
369 tree++;
371 return -tree->val;
376 static av_always_inline int vp8_rac_get_tree(VP56RangeCoder *c, const int8_t (*tree)[2], argument
382 i = tree[i][vp56_rac_get_prob(c, probs[i])];
361 vp56_rac_get_tree(VP56RangeCoder *c, const VP56Tree *tree, const uint8_t *probs) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/tests/fate/
H A Dlibavutil.mak93 FATE_LIBAVUTIL += fate-tree
94 fate-tree: libavutil/tree-test$(EXESUF)
95 fate-tree: CMD = run libavutil/tree-test
96 fate-tree: REF = /dev/null
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/xz/src/liblzma/common/
H A Dindex.c45 /// \brief AVL tree to hold index_stream or index_group structures
50 /// Leftmost node. Since the tree will be filled sequentially,
52 /// the tree.
55 /// The rightmost node in the tree. Since the tree is filled
59 /// Number of nodes in the tree
72 /// Every Record group is part of index_stream.groups tree.
108 /// Every index_stream is a node in the tree of Sreams.
117 /// Record groups of this Stream are stored in a tree.
118 /// It's a T-tree wit
182 index_tree_init(index_tree *tree) argument
218 index_tree_end(index_tree *tree, lzma_allocator *allocator, void (*free_func)(void *node, lzma_allocator *allocator)) argument
231 index_tree_append(index_tree *tree, index_tree_node *node) argument
316 index_tree_locate(const index_tree *tree, lzma_vli target) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Ddaap_query.c47 /* Parser and the resulting AST, fed to the tree parser */
101 DPRINTF(E_SPAM, L_DAAP, "DAAP query AST:\n\t%s\n", qtree.tree->toStringTree(qtree.tree)->chars);
103 nodes = antlr3CommonTreeNodeStreamNewTree(qtree.tree, ANTLR3_SIZE_HINT);
119 /* Check for tree parser errors */
122 DPRINTF(E_LOG, L_DAAP, "DAAP query tree parser terminated with %d errors\n", sqlconv->pTreeParser->rec->state->errorCount);
H A Drsp_query.c47 /* Parser and the resulting AST, fed to the tree parser */
101 DPRINTF(E_SPAM, L_RSP, "RSP query AST:\n\t%s\n", qtree.tree->toStringTree(qtree.tree)->chars);
103 nodes = antlr3CommonTreeNodeStreamNewTree(qtree.tree, ANTLR3_SIZE_HINT);
119 /* Check for tree parser errors */
122 DPRINTF(E_LOG, L_RSP, "RSP query tree parser terminated with %d errors\n", sqlconv->pTreeParser->rec->state->errorCount);
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/xz/src/liblzma/common/
H A Dindex.c45 /// \brief AVL tree to hold index_stream or index_group structures
50 /// Leftmost node. Since the tree will be filled sequentially,
52 /// the tree.
55 /// The rightmost node in the tree. Since the tree is filled
59 /// Number of nodes in the tree
72 /// Every Record group is part of index_stream.groups tree.
108 /// Every index_stream is a node in the tree of Sreams.
117 /// Record groups of this Stream are stored in a tree.
118 /// It's a T-tree wit
182 index_tree_init(index_tree *tree) argument
218 index_tree_end(index_tree *tree, lzma_allocator *allocator, void (*free_func)(void *node, lzma_allocator *allocator)) argument
231 index_tree_append(index_tree *tree, index_tree_node *node) argument
316 index_tree_locate(const index_tree *tree, lzma_vli target) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/webserver/src/
H A Dphp_syntree.cpp186 * Syntax tree generation
1068 void php_exp_tree_free(PHP_EXP_NODE *tree) argument
1070 if ( !tree ) {
1073 switch ( tree->op ) {
1078 value_value_free(&tree->val_node);
1081 php_exp_tree_free(tree->tree_node.left);
1082 PHP_VAR_NODE *args = tree->tree_node.right->var_node;
1090 delete tree->tree_node.right->var_node;
1091 delete tree->tree_node.right;
1095 PHP_EXP_NODE *curr = tree
1115 php_syn_tree_free(PHP_SYN_NODE *tree) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/examples/
H A Dtree1.c3 * synopsis: Navigates a tree to print element names
4 * purpose: Parse a file to a tree, use xmlDocGetRootElement() to
14 #include <libxml/tree.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A Dc14n.h27 #include <libxml/tree.h>
H A Ddict.h15 #include <libxml/tree.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A Dc14n.h27 #include <libxml/tree.h>
H A Ddict.h15 #include <libxml/tree.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/examples/
H A DtestXPath.c32 #include <libxml/tree.h>
47 static int tree = 0; variable
99 if (tree)
161 else if ((!strcmp(argv[i], "-tree")) || (!strcmp(argv[i], "--tree")))
162 tree++;
207 printf("\t--tree : show the compiled XPath tree\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/html/
H A Dtree1.c3 * synopsis: Navigates a tree to print element names
4 * purpose: Parse a file to a tree, use xmlDocGetRootElement() to
14 #include <libxml/tree.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/VMS/
H A Dinstall-vms.com1 $! install-vms.com -- Installs the files in a given directory tree
6 $! P1 root of the directory tree
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dtreebase.cpp66 wxTreeCtrlBase *tree,
68 : wxNotifyEvent(commandType, tree->GetId()),
73 SetEventObject(tree);
76 SetClientObject(tree->GetItemData(item));
170 // need some minimal size even for empty tree
65 wxTreeEvent(wxEventType commandType, wxTreeCtrlBase *tree, const wxTreeItemId& item) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/samples/deprecated/treelay/
H A Dtreelay.h18 void TreeTest(wxTreeLayoutStored& tree, wxDC& dc);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dc14n.in.h27 #include <libxml/tree.h>
H A Ddict.in.h15 #include <libxml/tree.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A DtestXPath.c32 #include <libxml/tree.h>
47 static int tree = 0; variable
99 if (tree)
161 else if ((!strcmp(argv[i], "-tree")) || (!strcmp(argv[i], "--tree")))
162 tree++;
207 printf("\t--tree : show the compiled XPath tree\n");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/VMS/
H A Dinstall-vms.com1 $! install-vms.com -- Installs the files in a given directory tree
6 $! P1 root of the directory tree
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dtree1.c3 * synopsis: Navigates a tree to print element names
4 * purpose: Parse a file to a tree, use xmlDocGetRootElement() to
14 #include <libxml/tree.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A Dc14n.h27 #include <libxml/tree.h>
H A Ddict.h15 #include <libxml/tree.h>
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A DtestXPath.c32 #include <libxml/tree.h>
47 static int tree = 0; variable
99 if (tree)
161 else if ((!strcmp(argv[i], "-tree")) || (!strcmp(argv[i], "--tree")))
162 tree++;
207 printf("\t--tree : show the compiled XPath tree\n");

Completed in 122 milliseconds

1234567891011>>