Lines Matching refs:alt
422 static size_t scan_trans(long long t, int local, size_t *alt)
431 if (alt) *alt = 0;
465 * and the index-zero (after transition) type as the alt. */
467 if (alt) *alt = index[0];
473 if (alt) {
475 *alt = index[a-1];
477 *alt = index[a+1];
479 *alt = index[a];
534 size_t alt, i = scan_trans(t, local, &alt);
539 if (oppoff) *oppoff = (int32_t)zi_read32(types+6*alt);