Searched refs:civ (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-loop-ivopts.c1194 struct iv *civ; local
1220 civ = XNEW (struct iv);
1221 *civ = *iv;
1227 use = record_use (data, NULL, civ, stmt, USE_NONLINEAR_EXPR);
1241 struct iv *iv0 = NULL, *iv1 = NULL, *civ; local
1290 civ = XNEW (struct iv);
1291 *civ = zero_p (iv0->step) ? *iv1: *iv0;
1292 record_use (data, cond_p, civ, stmt, USE_COMPARE);
1508 struct iv *civ; local
1538 civ
[all...]
/freebsd-9.3-release/sys/dev/sound/pci/
H A Dich.c164 uint32_t civ; member in struct:sc_chinfo
557 ch->civ = ich_rd(sc, ch->regbase + ICH_REG_X_CIV, 1) % ch->blkcnt;
560 pos = ch->civ * ch->blksz;
638 cbi = ch->civ % ch->blkcnt;

Completed in 69 milliseconds