Searched refs:ccount (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10/ppp-786.1.1/Drivers/PPTP/PPTP-extension/
H A Dppp_mppe.c83 unsigned int ccount; /*coherency count */ member in struct:ppp_mppe_state
99 #define MPPE_CTRLHI(state) ((((state)->ccount & 0xf00)>>8)|((state)->bits))
100 #define MPPE_CTRLLO(state) ((state)->ccount & 0xff)
381 state->ccount = 0;
412 if ( 0xff == (state->ccount&0xff)){
414 if ( 0xfff == (state->ccount&0xfff)){
415 state->ccount = 0;
417 (state->ccount)++;
421 state->ccount++;
424 if ( 0xFFF == (state->ccount
[all...]
/macosx-10.10/tcl-105/tcl_ext/tkimg/tkimg/compat/libjpeg/
H A Djquant2.c323 long ccount; local
410 ccount = 0;
416 ccount++;
419 boxp->colorcount = ccount;
/macosx-10.10/zsh-61/zsh/Src/Zle/
H A Dcomp.h61 int ccount; /* number of compctls used */ member in struct:cmgroup
/macosx-10.10/swig-12/Source/Modules/
H A Dtypepass.cxx906 int ccount = 0; local
969 ccount++;
992 if (ccount > 1) {
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dsched_prim.c3766 integer_t ccount = SCHED(processor_runq_count)(processor); local
3767 if (ccount < lowest_count) {
3768 lowest_count = ccount;

Completed in 250 milliseconds