Lines Matching defs:level
26 * (num levels, num blocks in each level, etc.) and initialize @params.
42 int level;
105 * level to the starting block of that level. Level 'num_levels - 1' is
106 * the root and is stored first. Level 0 is the level directly "above"
110 /* Compute number of levels and the number of blocks in each level */
123 /* Compute the starting block of each level */
125 for (level = (int)params->num_levels - 1; level >= 0; level--) {
126 params->level_start[level] = offset;
127 offset += blocks_in_level[level];