Searched refs:ccount (Results 1 – 4 of 4) sorted by relevance
223 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE; in mppe_compress()227 pl[1] = state->ccount; in mppe_compress()283 u16_t ccount; in mppe_decompress() local328 if ((ccount - state->ccount) % MPPE_CCOUNT_SPACE > MPPE_CCOUNT_SPACE / 2) { in mppe_decompress()334 while (state->ccount != ccount) { in mppe_decompress()336 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE; in mppe_decompress()342 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE; in mppe_decompress()343 if (ccount != state->ccount) { in mppe_decompress()363 state->ccount = in mppe_decompress()364 (state->ccount + in mppe_decompress()[all …]
159 u16_t ccount; /* 12-bit coherency count (seqno) */ member
324 long ccount; in update_box() local411 ccount = 0; in update_box()417 ccount++; in update_box()420 boxp->colorcount = ccount; in update_box()
Completed in 9 milliseconds