Searched refs:ccount (Results 1 - 8 of 8) sorted by relevance
/third_party/lwip/src/netif/ppp/ |
H A D | mppe.c | 52 #define MPPE_CCOUNT_SPACE 0x1000 /* The size of the ccount space */ 163 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 [all...] |
/third_party/ffmpeg/libavformat/ |
H A D | cafdec.c | 238 int64_t pos = 0, ccount, num_packets; in read_pakt_chunk() local 242 ccount = avio_tell(pb); in read_pakt_chunk() 268 if (avio_tell(pb) - ccount > size) { in read_pakt_chunk() 272 avio_seek(pb, ccount + size, SEEK_SET); in read_pakt_chunk()
|
/third_party/exfatprogs/include/ |
H A D | exfat_dir.h | 74 clus_t start_clu, clus_t ccount);
|
/third_party/lwip/src/include/netif/ppp/ |
H A D | mppe.h | 163 u16_t ccount; /* 12-bit coherency count (seqno) */ member
|
/third_party/exfatprogs/lib/ |
H A D | exfat_dir.c | 640 clus_t start_clu, clus_t ccount) in exfat_update_file_dentry_set() 670 dset[1].dentry.stream.valid_size = cpu_to_le64(ccount * exfat->clus_size); in exfat_update_file_dentry_set() 671 dset[1].dentry.stream.size = cpu_to_le64(ccount * exfat->clus_size); in exfat_update_file_dentry_set() 637 exfat_update_file_dentry_set(struct exfat *exfat, struct exfat_dentry *dset, int dcount, const char *name, clus_t start_clu, clus_t ccount) exfat_update_file_dentry_set() argument
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
H A D | jquant2.c | 302 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/ |
H A D | pcmjob.c | 1861 snd_pcm_uframes_t ccount, pcount; in pcmjob_pollfds_handle() local 1941 ccount = readit(capt); in pcmjob_pollfds_handle() 1943 ccount == 0 && loopcount == 0) { in pcmjob_pollfds_handle() 1952 if (ccount > 0) in pcmjob_pollfds_handle() 1954 buf_add(loop, ccount); in pcmjob_pollfds_handle() 1966 } while ((ccount > 0 || pcount > 0) && loopcount < 10); in pcmjob_pollfds_handle()
|
/third_party/pcre2/pcre2/src/ |
H A D | pcre2_compile.c | 10367 unsigned int ccount = 0; in pcre2_compile() local 10382 for (i = 0, p = start; i < ccount; i++, p = (p + 1) & 7) in pcre2_compile() 10408 if (ccount < RSCAN_CACHE_SIZE) ccount++; in pcre2_compile()
|
Completed in 21 milliseconds