Searched refs:stree (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/reiserfs/
H A DMakefile8 super.o prints.o objectid.o lbalance.o ibalance.o stree.o \
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jfs/
H A Djfs_dmap.c1144 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx);
1273 leaf = dp->tree.stree + le32_to_cpu(dp->tree.leafidx);
1462 if (l2nb > dcp->stree[ti])
1471 if (l2nb <= dcp->stree[m + n]) {
1478 "dbAllocAG: failed descending stree");
1794 if (dp->tree.stree[ROOT] != L2BPERDMAP) {
1922 if (dp->tree.stree[leafidx + LEAFIND] < BUDMIN)
1969 oldroot = dp->tree.stree[ROOT];
1975 if (dp->tree.stree[ROOT] == oldroot)
1982 if ((rc = dbAdjCtl(bmp, blkno, dp->tree.stree[ROO
[all...]
H A Djfs_dmap.h153 s8 stree[TREESIZE]; /* TREESIZE: tree */ member in struct:dmaptree
181 s8 stree[CTLTREESIZE]; /* CTLTREESIZE: dmapctl tree */ member in struct:dmapctl
199 #define dmt_stree t1.stree
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/
H A Dtrees.c487 * The length opt_len is updated; static_len is also updated if stree is
496 const ct_data *stree = desc->stat_desc->static_tree; local
528 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
617 * also updated if stree is not null. The field max_code is set.
624 const ct_data *stree = desc->stat_desc->static_tree; local
654 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/
H A Dtrees.c487 * The length opt_len is updated; static_len is also updated if stree is
496 const ct_data *stree = desc->stat_desc->static_tree; local
528 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
617 * also updated if stree is not null. The field max_code is set.
624 const ct_data *stree = desc->stat_desc->static_tree; local
654 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/lib/zlib_deflate/
H A Ddeftree.c404 * The length opt_len is updated; static_len is also updated if stree is
414 const ct_data *stree = desc->stat_desc->static_tree; local
446 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
536 * also updated if stree is not null. The field max_code is set.
544 const ct_data *stree = desc->stat_desc->static_tree; local
574 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/archival/
H A Dgzip.c1059 * The length opt_len is updated; static_len is also updated if stree is
1069 ct_data *stree = desc->static_tree; local
1105 if (stree)
1106 G2.static_len += (ulg) f * (stree[n].Len + xbits);
1200 * also updated if stree is not null. The field max_code is set.
1219 ct_data *stree = desc->static_tree; local
1252 if (stree)
1253 G2.static_len -= stree[new].Len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/pppdump/
H A Dzlib.c1845 * The length opt_len is updated; static_len is also updated if stree is
1854 ct_data *stree = desc->stat_desc->static_tree; local
1886 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
1975 * also updated if stree is not null. The field max_code is set.
1982 ct_data *stree = desc->stat_desc->static_tree; local
2012 s->opt_len--; if (stree) s->static_len -= stree[node].Len;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/common/
H A Dzlib.c2243 * The length opt_len is updated; static_len is also updated if stree is
2252 ct_data *stree = desc->stat_desc->static_tree; local
2284 if (stree) s->static_len += (ulg)f * (stree[n].Len + xbits);
2373 * also updated if stree is not null. The field max_code is set.
2380 ct_data *stree = desc->stat_desc->static_tree; local
2410 s->opt_len--; if (stree) s->static_len -= stree[node].Len;

Completed in 221 milliseconds