Searched refs:Node (Results 1 - 25 of 64) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dhuffman.h32 typedef struct Node { struct
36 } Node; typedef in typeref:struct:Node
44 Node *nodes, HuffCmp cmp, int flags);
H A Dhuffman.c114 Node *nodes, int node,
136 static int build_huff_tree(VLC *vlc, Node *nodes, int head, int flags, int nb_bits)
155 Node *nodes, HuffCmp cmp, int flags)
173 qsort(nodes, nb_codes, sizeof(Node), cmp);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dhuffman.h36 } Node; typedef in typeref:struct:__anon1917
43 Node *nodes, HuffCmp cmp, int flags);
H A Dhuffman.c34 static void get_tree_codes(uint32_t *bits, int16_t *lens, uint8_t *xlat, Node *nodes, int node, uint32_t pfx, int pl, int *pos, int no_zero_count)
55 static int build_huff_tree(VLC *vlc, Node *nodes, int head, int flags)
73 Node *nodes, HuffCmp cmp, int flags)
89 qsort(nodes, nb_codes, sizeof(Node), cmp);
103 FFSWAP(Node, nodes[j], nodes[j-1]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dlistimpl.cpp25 void wx##name##Node::DeleteData() \
H A Dhashmap.h148 struct Node; \
152 Node** m_table; \
159 struct Node:public _wxHashTable_NodeBase \
162 Node( const value_type& value ) \
164 Node* m_next() { return (Node*)this->m_nxt; } \
174 delete (Node*)node; \
183 Node* m_node; \
187 Iterator( Node* node, const Self* ht ) \
194 Node* GetNextNod
[all...]
H A Dlist.h672 // (as a by product of macro expansion you also get wx##name##Node
730 typedef nodetype Node; \
734 compatibility_iterator(Node *ptr = NULL) : m_ptr(ptr) { } \
736 Node *operator->() const { return m_ptr; } \
737 operator Node *() const { return m_ptr; } \
740 Node *m_ptr; \
828 typedef nodetype Node; \
834 Node* m_node; \
835 Node* m_init; \
840 iterator(Node* nod
[all...]
H A Dhash.h159 typedef wxHashTableBase_Node Node; typedef in class:wxHashTableBase
214 Node** m_table;
339 typedef wxHashTable_Node Node; typedef in class:wxHashTable
390 Node* Next();
406 Node* m_curr;
417 typedef wxNode Node; typedef in class:wxHashTable
488 Node* Next();
553 return node ? ((listclass::Node *)node)->GetData() : (eltype *)0; \
564 data = ((listclass::Node *)node)->GetData(); \
H A Dxtixml.h98 wxxVariant ReadValue(wxXmlNode *Node,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/lua/source/src/
H A Dltable.h36 LUAI_FUNC Node *luaH_mainposition (const Table *t, const TValue *key);
37 LUAI_FUNC int luaH_isdummy (Node *n);
H A Dltable.c71 static const Node dummynode_ = {
80 static Node *hashnum (const Table *t, lua_Number n) {
97 static Node *mainposition (const Table *t, const TValue *key) {
151 Node *n = mainposition(t, key);
259 Node *n = &t->node[i];
282 t->node = cast(Node *, dummynode); /* use common `dummynode' */
291 t->node = luaM_newvector(L, size, Node);
293 Node *n = gnode(t, i);
308 Node *nold = t->node; /* save old hash ... */
325 Node *ol
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/
H A Dbinfmt_misc.c56 } Node; typedef in typeref:struct:__anon16508
68 static Node *check_file(struct linux_binprm *bprm)
74 Node *e = list_entry(l, Node, list);
108 Node *fmt;
258 static char * check_special_flags (char * sfs, Node * e)
293 static Node *create_entry(const char __user *buffer, size_t count)
295 Node *e;
306 memsize = sizeof(Node) + count + 8;
311 p = buf = (char *)e + sizeof(Node);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dzorro.h65 struct Node { struct
66 struct Node *ln_Succ; /* Pointer to next (successor) */
67 struct Node *ln_Pred; /* Pointer to previous (predecessor) */
98 struct Node cd_Node;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dmenu.cpp204 wxMenuItemList::Node *node = GetMenuItems().Item(m_startRadioGroup);
247 wxMenuItemList::Node *node = GetMenuItems().GetFirst();
316 wxMenuItemList::Node *node = GetMenuItems().GetFirst();
334 wxMenuItemList::Node *node = GetMenuItems().GetFirst();
363 wxMenuItemList::Node *node;
406 wxMenuItemList::Node *node;
548 wxMenuItemList::Node *node;
796 wxMenuItemList::Node *node = menu->GetMenuItems().GetFirst();
810 wxMenuItemList::Node *node = menu->GetMenuItems().GetFirst();
823 wxMenuList::Node *nod
[all...]
H A Daccel.cpp89 wxAccelList::Node *node = M_ACCELDATA->m_accels.GetFirst();
H A Dtoolbar.cpp314 wxToolBarToolsList::Node *node = m_tools.GetFirst();
396 wxToolBarToolsList::Node *node;
434 wxToolBarToolsList::Node *node = m_tools.GetFirst();
508 wxToolBarToolsList::Node *node;
556 wxToolBarToolsList::Node *node;
H A Dradiobut.cpp54 wxWindowList::Node *node = parent->GetChildren().GetLast();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mgl/
H A Dfontenum.cpp53 wxFontBundleList::Node *node;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dhash.cpp664 wxHashTable::Node* wxHashTable::Next ()
765 Node* end = m_table[i];
770 Node *curr, *next = end->GetNext();
802 Node *start = m_table[bucket], *curr;
803 Node* prev = start;
844 Node *prev = m_table[bucket];
845 Node *next = prev->m_next;
860 Node* node = new wxHashTableBase_Node( key, data, this );
870 Node* node = new wxHashTableBase_Node( key, data, this );
884 Node *firs
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2_yacc.tab.h9 Node rec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/gsoap/source_build_platform/gsoap/VisualStudio2005/soapcpp2/soapcpp2/
H A Dsoapcpp2_yacc.tab.h9 Node rec;
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/svr4/
H A DMakefile.svr441 cp ppp.Node Node
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/applet/
H A Dappletwindow.cpp229 wxAppletList::Node *node = m_AppletList.Find(appletName);
249 for (wxAppletList::Node *node = m_AppletList.GetFirst(); node; node = node->GetNext()) {
365 for (wxAppletList::Node *node = m_AppletList.GetFirst(); node; node = node->GetNext())
406 for (wxAppletList::Node *node = m_AppletList.GetFirst(); node; node = node->GetNext())
423 for (wxAppletList::Node *node = m_AppletList.GetFirst(); node; node = node->GetNext())
478 for (wxAppletList::Node *node = m_AppletList.GetFirst(); node; node = node->GetNext()) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/web/javascript/jquery/
H A Djquery.transmenu.min.js1 (function(a){var b={onClick:function(){a(this).find(">a").each(function(){this.href&&(window.location=this.href)})},arrow_char:"►",selected_char:"✓",subDelay:300,direction:"down",mainDelay:10},c;a.fn.transMenu=function(d){var e=!1,f=2;c=a.extend({},b,d);var g=function(b,d){if(b.timer&&!b.isVisible)clearTimeout(b.timer);else if(b.timer)return;b.isVisible&&(b.timer=setTimeout(function(){a(b).find("ul li").unbind("mouseover",k).unbind("mouseout",m).unbind("click",c.onClick),a(b).hide(),b.isVisible=!1,b.timer=null},d))},h=function(b,d){b.timer&&clearTimeout(b.timer),b.isVisible||(b.timer=setTimeout(function(){if(!a(b).parent().is(".hover"))return;a(b).find("ul li").mouseover(k).mouseout(m).click(c.onClick),a(b).parent().is(".main")||a(b).css("left",a(b).parent().parent().width()-f),c.direction=="up"&&a(b).css("top",a(b).height()*-1+a(b).parent().parent().height()),b.isVisible=!0,a(b).show(),b.timer=null},d))},i=function(a){var b=(a.type=="mouseover"?a.fromElement:a.toElement)||a.relatedTarget;while(b&&b!=this)try{b=b.parentNode}catch(a){b=this}return b==this?!1:!0},j=function(b){a(this).addClass("hover").siblings("li.hover").removeClass("hover"),e&&l(this,c.mainDelay)},k=function(a){if(!i(a))return!1;if(a.target!=this&&!s(this,a.target))return;l(this,c.subDelay)},l=function(b,c){var d=b.parentNode.firstChild;for(;d;d=d.nextSibling)if(d.nodeType==1&&d.nodeName.toUpperCase()=="LI"){var e=r(d,"DIV");e&&e.timer&&!e.isVisible&&(clearTimeout(e.timer),e.timer=null)}var f=b.parentNode;for(;f;f=f.parentNode)f.nodeType==1&&f.nodeName.toUpperCase()=="DIV"&&f.timer&&(clearTimeout(f.timer),f.timer=null,a(f.parentNode).addClass("hover"));a(b).addClass("hover");var i=a(b).children("div");i=i.length?i[0]:null;if(i&&i.isVisible)if(i.timer)clearTimeout(i.timer),i.timer=null;else return;a(b.parentNode.getElementsByTagName("DIV")).each(function(){this!=i&&this.isVisible&&(g(this,c),a(this.parentNode).removeClass("hover"))}),i&&h(i,c)},m=function(b){if(!i(b))return!1;if(b.target!=this&&!s(this,b.target))return;var c=r(this,"DIV");c?c.isVisible||a(this).removeClass("hover"):a(this).removeClass("hover")},n=function(b){var c=r(this,"DIV"),d=b.relatedTarget||b.toElement,f;e?!c&&d?(f=a(b.target).parents("UL.trans_menu"),f.contains(d)&&a(this).removeClass("hover")):d&&(f=a(b.target).parents("UL.trans_menu"),!c.isVisible&&f.contains(d)&&a(this).removeClass("hover")):a(this).removeClass("hover")},o=function(){var b=r(this,"DIV");b&&b.isVisible?(q(),a(this).addClass("hover")):(l(this,c.mainDelay),e=!0,a("ul.trans_menu li").addClass("active"),a(document).bind("mousedown",p))},p=function(b){var c=!1;a(b.target).parents("UL.trans_menu").find("div").each(function(){this.isVisible&&(c=!0)}),c||q()},q=function(){a("ul.trans_menu div.outerbox").each(function(){this.timer&&(clearTimeout(this.timer),this.timer=null),this.isVisible&&(a(this).hide(),this.isVisible=!1)}),a("ul.trans_menu li").removeClass("hover"),a("ul.trans_menu>li li").unbind("mouseover",k).unbind("mouseout",m).unbind("click",c.onClick),a(document).unbind("mousedown",p),e=!1,a("ul.trans_menu li").removeClass("active")},r=function(a,b){if(!a)return null;var c=a.firstChild;for(;c;c=c.nextSibling)if(c.nodeType==1&&c.nodeName.toUpperCase()==b)return c;return null},s=function(a,b){var c=a.firstChild;for(;c;c=c.nextSibling)if(c==b)return!0;return!1};return this.each(function(){window.Node&&Node.prototype&&!Node.prototype.contains&&(Node.prototype.contains=function(a){return!!(this.compareDocumentPosition(a)&16)}),a(this).is(".trans_m (…)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/arm-uclibc/target/www/
H A Ddtree.js12 // Node object
13 function Node(id, pid, name, io, shc, icon, iconOpen, open) { class
48 this.root = new Node(-1);
55 this.aNodes[this.aNodes.length] = new Node(id, pid, name, io, shc, icon, iconOpen, open);

Completed in 153 milliseconds

123