Searched refs:amt (Results 1 – 1 of 1) sorted by relevance
3620 unsigned amt; in bc_vec_pushIndex() local3629 amt = sizeof(idx); in bc_vec_pushIndex()3633 amt--; in bc_vec_pushIndex()3637 bc_vec_pushByte(v, (SMALL_INDEX_LIMIT - 1) + amt); in bc_vec_pushIndex()5232 unsigned amt; in xc_program_index() local5236 amt = *bytes++; in xc_program_index()5237 if (amt < SMALL_INDEX_LIMIT) { in xc_program_index()5239 return amt; in xc_program_index()5241 amt -= (SMALL_INDEX_LIMIT - 1); // amt is 1 or more here in xc_program_index()5242 *bgn += amt + 1; in xc_program_index()[all …]