Searched refs:ccount (Results 1 – 2 of 2) sorted by relevance
369 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE; in mppe_compress()372 state->ccount); in mppe_compress()438 unsigned ccount; in mppe_decompress() local495 if ((ccount - state->ccount) % MPPE_CCOUNT_SPACE in mppe_decompress()502 while (state->ccount != ccount) { in mppe_decompress()504 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE; in mppe_decompress()510 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE; in mppe_decompress()511 if (ccount != state->ccount) { in mppe_decompress()530 state->ccount = in mppe_decompress()531 (state->ccount + in mppe_decompress()[all …]
275 int ccount, cr, offset = 0; in pattern_trig_store_patterns_string() local279 ccount = sscanf(buf + offset, "%u %u %n", in pattern_trig_store_patterns_string()283 if (ccount != 2 || in pattern_trig_store_patterns_string()
Completed in 7 milliseconds