Searched refs:InsertNode (Results 1 – 2 of 2) sorted by relevance
| /dflybsd-src/contrib/libarchive/libarchive/ |
| H A D | archive_ppmd8.c | 117 static void InsertNode(CPpmd8 *p, void *node, unsigned indx) in InsertNode() function 141 InsertNode(p, ((Byte *)ptr) + U2B(k), nu - k - 1); in SplitBlock() 143 InsertNode(p, ptr, i); in SplitBlock() 194 InsertNode(p, node, PPMD_NUM_INDEXES - 1); in GlueFreeBlocks() 198 InsertNode(p, node + k, nu - k - 1); in GlueFreeBlocks() 200 InsertNode(p, node, i); in GlueFreeBlocks() 259 InsertNode(p, oldPtr, i0); in ShrinkUnits() 268 InsertNode(p, ptr, U2I(nu)); in FreeUnits() 274 InsertNode(p, ptr, 0); in SpecialFreeUnit() 293 InsertNode(p, oldPtr, indx); in MoveUnitsUp() [all …]
|
| H A D | archive_ppmd7.c | 152 static void InsertNode(CPpmd7 *p, void *node, unsigned indx) in InsertNode() function 172 InsertNode(p, ((Byte *)ptr) + U2B(k), nu - k - 1); in SplitBlock() 174 InsertNode(p, ptr, i); in SplitBlock() 238 InsertNode(p, node, PPMD_NUM_INDEXES - 1); in GlueFreeBlocks() 242 InsertNode(p, node + k, nu - k - 1); in GlueFreeBlocks() 244 InsertNode(p, node, i); in GlueFreeBlocks() 304 InsertNode(p, oldPtr, i0); in ShrinkUnits() 558 InsertNode(p, oldPtr, i); in UpdateModel() 654 InsertNode(p, stats, U2I(((numStats + 1) >> 1))); in Rescale()
|