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

/darwin-on-arm/xnu/osfmk/console/
H A Dpanic_dialog.c483 static int decode_rle(const unsigned char *dataPtr,
603 dataPtr += decode_rle(dataPtr, &quantity, &depth, &value);
652 dataPtr += decode_rle(dataPtr, &quantity, &depth, &value);
702 dataPtr += decode_rle(dataPtr, &quantity, &depth, &value);
752 dataPtr += decode_rle(dataPtr, &quantity, &depth, &value);
780 decode_rle decodes a single quantity/value run of a "modified-RLE" encoded
806 decode_rle(const unsigned char *dataPtr, unsigned int *quantity, function
/darwin-on-arm/xnu/osfmk/console/panic_ui/
H A Dgenimage.c18 int decode_rle(
465 i += decode_rle( &fileArr[i], &quantity, &depth, &value );
489 dataIn += decode_rle( dataIn, &quantity, &depth, &value );
1039 decode_rle( unsigned char * dataPtr, unsigned int * quantity, unsigned int * depth, unsigned char ** value ) function

Completed in 27 milliseconds