Searched refs:rootp (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl/
H A Dtsearch.c181 maybe_split_for_insert (node *rootp, node *parentp, node *gparentp, argument
184 node root = *rootp;
186 rp = &(*rootp)->right;
187 lp = &(*rootp)->left;
268 node *rootp = (node *) vrootp; local
272 if (rootp == NULL)
276 if (*rootp != NULL)
277 (*rootp)->red = 0;
279 CHECK_TREE (*rootp);
281 nextp = rootp;
336 node *rootp = (node *) vrootp; variable
369 node *rootp = (node *) vrootp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavutil/
H A Dtree.h51 * @param rootp A pointer to a pointer to the root node of the tree; note that
64 * void *tree_insert(struct AVTreeNode **rootp, void *key, int (*cmp)(void *key, const void *b), AVTreeNode **next){
66 * return av_tree_insert(rootp, key, cmp, next);
68 * void *tree_remove(struct AVTreeNode **rootp, void *key, int (*cmp)(void *key, const void *b, AVTreeNode **next)){
70 * return av_tree_insert(rootp, key, cmp, next);
78 void *av_tree_insert(struct AVTreeNode **rootp, void *key, int (*cmp)(void *key, const void *b), struct AVTreeNode **next);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/db-4.7.25.NC/btree/
H A Dbt_split.c516 __bam_broot(dbc, rootp, split, lp, rp)
519 PAGE *rootp, *lp, *rp;
536 switch (TYPE(rootp)) {
539 child_bi = GET_BINTERNAL(dbp, rootp, split);
573 child_bk = GET_BKEYDATA(dbp, rootp, split);
623 P_INIT(rootp, dbp->pgsize,
636 RE_NREC_SET(rootp, bi0.nrecs);
638 RE_NREC_ADJ(rootp, bi.nrecs);
642 rootp, 0, BINTERNAL_SIZE(0), &hdr0, NULL)) != 0)
644 ret = __db_pitem(dbc, rootp,
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/isofs/
H A Dinode.c538 struct iso_directory_record * rootp; local
660 rootp = (struct iso_directory_record *) h_pri->root_directory_record;
667 rootp = (struct iso_directory_record *) pri->root_directory_record;
709 first_data_zone = isonum_733 (rootp->extent) +
710 isonum_711 (rootp->ext_attr_length);
731 rootp = (struct iso_directory_record *)
733 first_data_zone = isonum_733 (rootp->extent) +
734 isonum_711 (rootp->ext_attr_length);

Completed in 38 milliseconds