Lines Matching defs:anchor
66 * An anchor points forward, backward and 'down' (to a block).
72 * "anchor"
74 * prior<--| |-->next anchor
75 * anchor | |
97 * by allocating an anchor and initializing countbase and countlimit
110 * links in a new associated anchor, adding a new anchor&block pair
163 typedef struct anchor ANCHOR;
165 struct anchor {
175 static ANCHOR *curAnchor = NULL; /* addr of anchor for current block */
176 static ANCHOR firstAnchor; /* the first anchor to use */
233 * Get an anchor for the block, and link the anchor+block onto
299 /* get an anchor for the block */
309 /* link anchor+block into chain */
348 curAnchor = newanchp; /* make latest addition, the cur anchor */
365 ANCHOR *ap; /* temp anchor ptr */
367 ANCHOR *histp; /* anchor with histogram to use */
374 * (2) finds anchor of last block w / hist(histp)
424 * and an associated anchor (see header comments), inits the
425 * header (region 1) of the block, links the anchor into the
437 * call libc_malloc() to get an anchor & a regn1&2 block, together
452 /* get anchor And block, together */
467 /* link anchor+block into chain */
482 curAnchor = newanchp; /* make latest addition, cur anchor */