Searched refs:currP (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/console/panic_ui/
H A Dsetupdialog.c44 int currP; local
119 currP = -1;
126 if (nextP == currP) {
128 filePos += encode_rle(fileArr, filePos, count, (unsigned char) currP);
130 currP = -1;
133 if (currP != -1) {
134 filePos += encode_rle(fileArr, filePos, count-1, (unsigned char) currP);
136 currP = nextP; // start a new run
143 filePos += encode_rle(fileArr, filePos, count, (unsigned char) currP);
218 int nextP, currP; local
[all...]
H A Dqtif2kraw.c332 compareruns( unsigned char * data, unsigned int * index, unsigned int max, union RunData * currP, int * depth ) argument
337 if ( currP == NULL || data == NULL )
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->c[1] == currP
475 union RunData * currP, * norunP ; local
[all...]
H A Dgenimage.c720 compareruns( unsigned char * data, unsigned int * index, unsigned int max, union RunData * currP, int * depth ) argument
726 if ( currP == NULL || data == NULL )
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->c[1] == currP
864 union RunData * currP, * norunP ; local
[all...]
/macosx-10.9.5/iodbc-42.5/iodbc/iodbcinst/
H A Dmisc.c361 const char *currP = szList; local
363 while (*currP)
367 if (strstr (currP, szString))
368 return currP;
372 if (!strcmp (currP, szString))
373 return currP;

Completed in 81 milliseconds