Searched refs:nextP (Results 1 - 3 of 3) sorted by relevance

/xnu-2422.115.4/osfmk/console/panic_ui/
H A Dqtif2kraw.c334 union RunData * nextP; local
350 nextP = (union RunData *) &data[*index];
358 if ( nextP->c[0] == currP->c[0] )
362 if ( nextP->c[0] == currP->c[0] &&
363 nextP->c[1] == currP->c[1] )
367 if ( nextP->c[0] == currP->c[0] &&
368 nextP->c[1] == currP->c[1] &&
369 nextP->c[2] == currP->c[2] )
373 if ( nextP->c[0] == currP->c[0] &&
374 nextP
[all...]
H A Dsetupdialog.c42 unsigned char nextP; local
124 nextP = fgetc(stream);
126 if (nextP == currP) {
136 currP = nextP; // start a new run
218 int nextP, currP; local
251 nextP = fgetc( stream );
252 if( nextP == currP) {
266 currP = nextP; // start a new run
H A Dgenimage.c723 union RunData * nextP; local
739 nextP = (union RunData *) &data[*index];
747 if ( nextP->c[0] == currP->c[0] )
751 if ( nextP->c[0] == currP->c[0] &&
752 nextP->c[1] == currP->c[1] )
756 if ( nextP->c[0] == currP->c[0] &&
757 nextP->c[1] == currP->c[1] &&
758 nextP->c[2] == currP->c[2] )
762 if ( nextP->c[0] == currP->c[0] &&
763 nextP
[all...]

Completed in 71 milliseconds