HomeSort by: relevance | last modified time | path
    Searched defs:obufindex (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ir/
sir.c 168 size_t ibuflen, obufindex, obuflen; local in function:deframe_process
174 obufindex = fstate->bufindex;
198 if (obufindex >= obuflen) {
203 fstate->buffer[obufindex++] = chr;
216 if (obufindex < fcslen) {
222 obufindex);
225 obufindex -= fcslen;
246 obufindex = 0;
255 fstate->bufindex = obufindex;

Completed in 24 milliseconds