Home
last modified time | relevance | path

Searched refs:cnt2 (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/usr.bin/join/
Djoin.c394 u_long cnt1, cnt2; in joinlines() local
407 for (cnt2 = 0; cnt2 < F2->setcnt; ++cnt2) in joinlines()
408 outtwoline(F1, &F1->set[cnt1], F2, &F2->set[cnt2]); in joinlines()
/openbsd/src/sys/dev/ic/
Dan.c695 int error, cnt, cnt2; in an_read_bap() local
708 for (cnt2 = (len + 1) / 2; cnt < cnt2; cnt++) in an_read_bap()
/openbsd/src/gnu/usr.bin/binutils-2.17/cpu/
Dcris.cpu3749 ((BWD tmpd) (SI cnt1) (SI cnt2))
3751 (set cnt2 (if SI (ne (and cnt1 32) 0) 31 (and cnt1 31)))
3752 (set tmpd (sra SI (ext SI (trunc BWD Rd)) cnt2))