Searched refs:ascii85 (Results 1 – 7 of 7) sorted by relevance
/external/ImageMagick/MagickCore/ |
D | compress.c | 269 if (image->ascii85 == (Ascii85Info *) NULL) in Ascii85Initialize() 270 image->ascii85=(Ascii85Info *) AcquireMagickMemory(sizeof(*image->ascii85)); in Ascii85Initialize() 271 if (image->ascii85 == (Ascii85Info *) NULL) in Ascii85Initialize() 273 (void) memset(image->ascii85,0,sizeof(*image->ascii85)); in Ascii85Initialize() 274 image->ascii85->line_break=(ssize_t) (MaxLineExtent << 1); in Ascii85Initialize() 275 image->ascii85->offset=0; in Ascii85Initialize() 284 assert(image->ascii85 != (Ascii85Info *) NULL); in Ascii85Flush() 285 if (image->ascii85->offset > 0) in Ascii85Flush() 287 image->ascii85->buffer[image->ascii85->offset]='\0'; in Ascii85Flush() 288 image->ascii85->buffer[image->ascii85->offset+1]='\0'; in Ascii85Flush() [all …]
|
D | image.h | 309 *ascii85; member
|
D | image.c | 825 if (image->ascii85 != (void *) NULL) in CloneImage() 1204 if (image->ascii85 != (Ascii85Info *) NULL) in DestroyImage() 1205 image->ascii85=(Ascii85Info *) RelinquishMagickMemory(image->ascii85); in DestroyImage()
|
/external/libcups/tools/ |
D | ippeveps.c | 43 static void ascii85(const unsigned char *data, int length, int eod); 122 ascii85(const unsigned char *data, /* I - Data to write */ in ascii85() function 757 ascii85(buffer, (int)bytes, 0); in jpeg_to_ps() 759 ascii85(buffer, 0, 1); in jpeg_to_ps() 1115 ascii85(line, (int)header.cupsBytesPerLine, 1); in raster_to_ps()
|
/external/mesa3d/src/freedreno/.gitlab-ci/traces/ |
D | crash.devcore | 17 data: !!ascii85 | 22 data: !!ascii85 | 2400 data: !!ascii85 | 2406 data: !!ascii85 | 2410 data: !!ascii85 | 2414 data: !!ascii85 | 2420 data: !!ascii85 | 2424 data: !!ascii85 | 2428 data: !!ascii85 | 2433 data: !!ascii85 | [all …]
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.5.0a1.rst | 4330 Delay the initialization of encoding and decoding tables for base32, ascii85
|
/external/python/cpython3/Misc/ |
D | HISTORY | 2029 base32, ascii85 and base85 codecs in the base64 module, and delay the
|