Searched refs:nomatchrun (Results 1 - 2 of 2) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/console/panic_ui/
H A Dqtif2kraw.c477 unsigned int filePos, run, nomatchrun; local
481 nomatchrun = 0;
494 if( nomatchrun ) {
495 while (nomatchrun) {
498 cnt = (nomatchrun > 127) ? 127 : nomatchrun;
500 nomatchrun -= cnt;
511 nomatchrun+=run;
517 nomatchrun = 0;
527 if( nomatchrun ) {
[all...]
H A Dgenimage.c866 unsigned int filePos, run, nomatchrun; local
870 nomatchrun = 0;
886 if( nomatchrun )
888 while (nomatchrun)
892 cnt = (nomatchrun > 127) ? 127 : nomatchrun;
894 nomatchrun -= cnt;
907 nomatchrun+=run;
914 nomatchrun = 0;
924 if( nomatchrun )
[all...]

Completed in 78 milliseconds