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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dhuffman.h33 } Node; typedef in typeref:struct:__anon525
40 Node *nodes, HuffCmp cmp, int flags);
H A Dhuffman.c31 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)
52 static int build_huff_tree(VLC *vlc, Node *nodes, int head, int flags)
70 Node *nodes, HuffCmp cmp, int flags)
86 qsort(nodes, nb_codes, sizeof(Node), cmp);
100 FFSWAP(Node, nodes[j], nodes[j-1]);
H A Dfraps.c79 const Node *a = va, *b = vb;
93 Node nodes[512];
H A Dvp6.c211 const Node *a = va, *b = vb;
218 Node nodes[2*size], *tmp = &nodes[size];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/
H A Dbinfmt_misc.c55 } Node; typedef in typeref:struct:__anon7348
67 static Node *check_file(struct linux_binprm *bprm)
73 Node *e = list_entry(l, Node, list);
107 Node *fmt;
265 static char * check_special_flags (char * sfs, Node * e)
300 static Node *create_entry(const char __user *buffer, size_t count)
302 Node *e;
313 memsize = sizeof(Node) + count + 8;
318 p = buf = (char *)e + sizeof(Node);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dzorro.h67 struct Node { struct
68 struct Node *ln_Succ; /* Pointer to next (successor) */
69 struct Node *ln_Pred; /* Pointer to previous (predecessor) */
100 struct Node cd_Node;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/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);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/nmbd/
H A Dnmbd_subnetdb.c58 * Node - Pointer to a node the splay tree.
65 static int namelist_entry_compare( ubi_trItemPtr Item, ubi_trNodePtr Node )
67 struct name_record *NR = (struct name_record *)Node;

Completed in 70 milliseconds