Home
last modified time | relevance | path

Searched refs:RLE_compress (Results 1 – 2 of 2) sorted by relevance

/dports/print/hp2xx/hp2xx-3.4.4/sources/
H A Dto_escp2.c111 static int RLE_compress(Byte * src, Byte * dst, int nb) in RLE_compress() function
183 i = RLE_compress(src, dst, nb); /* Recursion for rest */ in RLE_compress()
204 return RLE_compress(buf, p_B, nb); /* Recursive function! */ in compress_buf_RLE()
/dports/games/pvpgn/pvpgn-1.8.5/src/bniutils/
H A Dtga.c46 static int RLE_compress(FILE *f, t_tgaimg const *img);
266 if (RLE_compress(f,img)<0) { in write_tga()
367 static int RLE_compress(FILE *f, t_tgaimg const *img) { in RLE_compress() function