Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Ddat.c79 int inpPtrInc = 0; in sox_datread() local
109 retc = sscanf(&inpstr[inpPtr]," %lg%n", &sampval, &inpPtrInc); in sox_datread()
110 inpPtr += inpPtrInc; in sox_datread()