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

/darwin-on-arm/xnu/osfmk/console/panic_ui/
H A Dsetupdialog.c14 unsigned int encode_rle(unsigned char * fileArr, unsigned int filePos, unsigned int quantity, unsigned char value);
39 unsigned int i, pixels, filePos; local
121 filePos = 0; // position in the file we're writing out
128 filePos += encode_rle(fileArr, filePos, count, (unsigned char) currP);
134 filePos += encode_rle(fileArr, filePos, count-1, (unsigned char) currP);
143 filePos += encode_rle(fileArr, filePos, count, (unsigned char) currP);
166 fprintf( out_stream, " unsigned char image_pixel_data[%#4.2x];\n", (filePos));
340 encode_rle(unsigned char * fileArr, unsigned int filePos, unsigned int quantity, unsigned char value) argument
[all...]
H A Dqtif2kraw.c326 unsigned int filePos,
477 unsigned int filePos, run, nomatchrun; local
482 filePos = 0; // position in the file we're writing out
499 fileArr[filePos++] = cnt;
503 fileArr[filePos++] = *p++;
507 filePos += encode_rle(fileArr, filePos, run, currP, depth);
533 fileArr[filePos++] = cnt;
537 fileArr[filePos++] = *p++;
543 filePos
572 encode_length(unsigned char * fileArr, unsigned int filePos, unsigned int quantity, unsigned int mask) argument
598 encode_rle(unsigned char * fileArr, unsigned int filePos, unsigned int quantity, union RunData * value, int depth) argument
[all...]
H A Dgenimage.c714 unsigned int filePos,
866 unsigned int filePos, run, nomatchrun; local
871 filePos = 0; // position in the file we're writing out
893 fileArr[filePos++] = cnt;
897 fileArr[filePos++] = *p++;
901 filePos += encode_rle(fileArr, filePos, run, currP, depth);
932 fileArr[filePos++] = cnt;
936 fileArr[filePos++] = *p++;
942 filePos
971 encode_length(unsigned char * fileArr, unsigned int filePos, unsigned int quantity, unsigned int mask) argument
999 encode_rle(unsigned char * fileArr, unsigned int filePos, unsigned int quantity, union RunData * value, int depth) argument
[all...]

Completed in 21 milliseconds