Home
last modified time | relevance | path

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

/third_party/alsa-lib/test/
Dmidifile.c715 static int Msgindex = 0; /* index of next available location in Msg */ variable
721 Msgindex = 0; in msginit()
734 return (Msgindex); in msgleng()
743 if (Msgindex >= Msgsize)
745 Msgbuff[Msgindex++] = c;