Lines Matching defs:skip

70  *	a very simple 'skip' calculation.  In order to support large radixes, 
140 blist_blkno_t bl_skip; /* starting skip */
155 blist_blkno_t count, blist_blkno_t radix, blist_blkno_t skip);
158 blist_blkno_t count, blist_blkno_t radix, blist_blkno_t skip,
161 blist_blkno_t skip, blist_t dest, blist_blkno_t count);
164 blist_blkno_t count, blist_blkno_t radix, blist_blkno_t skip,
167 blist_blkno_t skip, blist_blkno_t count);
170 blist_blkno_t radix, blist_blkno_t skip, int tab);
188 blist_blkno_t skip = 0;
191 * Calculate radix and skip field used for scanning.
199 skip = (skip + 1) * BLIST_META_RADIX;
206 bl->bl_skip = skip;
444 blist_blkno_t skip
447 blist_blkno_t next_skip = (skip / BLIST_META_RADIX);
464 for (i = 1; i <= skip; i += next_skip) {
479 for (i = 1; i <= skip; i += next_skip) {
574 blist_blkno_t skip,
578 blist_blkno_t next_skip = (skip / BLIST_META_RADIX);
597 for (i = 1; i <= skip; i += next_skip) {
637 while (i <= skip && blk < freeBlk + count) {
672 blist_blkno_t skip,
722 next_skip = (skip / BLIST_META_RADIX);
724 for (i = 1; count && i <= skip; i += next_skip) {
796 blist_blkno_t skip,
800 blist_blkno_t next_skip = (skip / BLIST_META_RADIX);
822 for (i = 1; i <= skip; i += next_skip) {
841 while (i <= skip && blk < allocBlk + count) {
876 blst_radix_init(blmeta_t *scan, blist_blkno_t radix, blist_blkno_t skip,
907 next_skip = (skip / BLIST_META_RADIX);
909 for (i = 1; i <= skip; i += next_skip) {
950 blist_blkno_t skip, int tab)
1005 next_skip = (skip / BLIST_META_RADIX);
1008 for (i = 1; i <= skip; i += next_skip) {