Home
last modified time | relevance | path

Searched refs:targptr (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/bsd/flex/dist/src/
H A Ddfa.c378 int targptr, totaltrans, i, comstate, comfreq, targ; in ntod() local
597 targptr = 0; in ntod()
650 targfreq[++targptr] = 1; in ntod()
651 targstate[targptr] = newds; in ntod()
753 for (i = 1; i <= targptr; ++i) in ntod()
/netbsd-src/sys/dev/raidframe/
H A Drf_dagfuncs.c530 char *targptr; in rf_XorIntoBuffer() local
537 targptr = targbuf + rf_RaidAddressToByte(raidPtr, SUOffset); in rf_XorIntoBuffer()
539 retcode = rf_bxor(srcbuf, targptr, length); in rf_XorIntoBuffer()