Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Dmppe.c163 state->ccount = MPPE_CCOUNT_SPACE - 1; in mppe_init()
223 state->ccount = (state->ccount + 1) % MPPE_CCOUNT_SPACE; in mppe_compress()
224 PPPDEBUG(LOG_DEBUG, ("mppe_compress[%d]: ccount %d\n", pcb->netif->num, state->ccount)); in mppe_compress()
226 pl[0] = state->ccount>>8; in mppe_compress()
227 pl[1] = state->ccount; in mppe_compress()
230 ((state->ccount & 0xff) == 0xff) || /* "flag" packet */ in mppe_compress()
283 u16_t ccount; in mppe_decompress() local
297 ccount = MPPE_CCOUNT(pl); in mppe_decompress()
299 pcb->netif->num, ccount)); in mppe_decompress()
315 if (state->stateful && ((ccount & 0xff) == 0xff) && !flushed) { in mppe_decompress()
[all …]
/third_party/ffmpeg/libavformat/
Dcafdec.c193 int64_t pos = 0, ccount, num_packets; in read_pakt_chunk() local
197 ccount = avio_tell(pb); in read_pakt_chunk()
223 if (avio_tell(pb) - ccount > size) { in read_pakt_chunk()
227 avio_skip(pb, ccount + size - avio_tell(pb)); in read_pakt_chunk()
/third_party/lwip/src/include/netif/ppp/
Dmppe.h163 u16_t ccount; /* 12-bit coherency count (seqno) */ member
/third_party/skia/third_party/externals/libjpeg-turbo/
Djquant2.c302 long ccount; in update_box() local
389 ccount = 0; in update_box()
395 ccount++; in update_box()
398 boxp->colorcount = ccount; in update_box()
/third_party/libjpeg-turbo/
Djquant2.c302 long ccount; in update_box() local
389 ccount = 0; in update_box()
395 ccount++; in update_box()
398 boxp->colorcount = ccount; in update_box()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/
Djquant2.c302 long ccount; in update_box() local
389 ccount = 0; in update_box()
395 ccount++; in update_box()
398 boxp->colorcount = ccount; in update_box()
/third_party/alsa-utils/alsaloop/
Dpcmjob.c1859 snd_pcm_uframes_t ccount, pcount; in pcmjob_pollfds_handle() local
1939 ccount = readit(capt); in pcmjob_pollfds_handle()
1941 ccount == 0 && loopcount == 0) { in pcmjob_pollfds_handle()
1950 if (ccount > 0) in pcmjob_pollfds_handle()
1952 buf_add(loop, ccount); in pcmjob_pollfds_handle()
1964 } while ((ccount > 0 || pcount > 0) && loopcount > 10); in pcmjob_pollfds_handle()
/third_party/pcre2/pcre2/src/
Dpcre2_compile.c10365 unsigned int ccount = 0; in pcre2_compile() local
10380 for (i = 0, p = start; i < ccount; i++, p = (p + 1) & 7) in pcre2_compile()
10406 if (ccount < RSCAN_CACHE_SIZE) ccount++; in pcre2_compile()
/third_party/node/deps/brotli/c/common/
Ddictionary.bin125ccount gives a<SCRIPTRailwaythemes/toolboxById("xhumans,watchesin some if (wicoming formats Under …
/third_party/skia/third_party/externals/brotli/c/common/
Ddictionary.bin125ccount gives a<SCRIPTRailwaythemes/toolboxById("xhumans,watchesin some if (wicoming formats Under …
/third_party/node/tools/
Dlint-md.mjs59894 function ccount(value, character) { function
60500 openingParens = ccount(url, '(');
60501 closingParens = ccount(url, ')');