HomeSort by relevance Sort by last modified time
    Searched defs:Bcnt (Results 1 - 2 of 2) sorted by null

  /external/ltp/testcases/kernel/syscalls/pipe/
pipe09.c 82 int Acnt = 0, Bcnt = 0; /* count 'A' and 'B' */
167 Bcnt++;
181 if (Bcnt == Acnt && Bcnt == (PIPEWRTCNT / 2)) {
185 "= %d, Bcnt = %d", Acnt, Bcnt);
189 Acnt = Bcnt = 0;
  /hardware/intel/img/psb_video/src/mrst/
lnc_hostheader.c 60 IMG_UINT32 uiLp, uiBt, Bcnt;
61 Bcnt = 0;
66 Bcnt++;
67 if (Bcnt > Bits + ByteStartBit || Bcnt <= ByteStartBit)
    [all...]

Completed in 125 milliseconds