HomeSort by relevance Sort by last modified time
    Searched refs:maxout (Results 1 - 3 of 3) sorted by null

  /external/libcups/cups/
transcode.h 57 const int maxout,
61 const int maxout,
65 const int maxout) _CUPS_API_1_2;
68 const int maxout) _CUPS_API_1_2;
transcode.c 77 const int maxout, /* I - Max output */
91 DEBUG_printf(("2cupsCharsetToUTF8(dest=%p, src=\"%s\", maxout=%d, encoding=%d)", (void *)dest, src, maxout, encoding));
93 if (!dest || !src || maxout < 1)
109 strlcpy((char *)dest, src, (size_t)maxout);
125 destend = dest + maxout - 2;
170 outBytesLeft = (size_t)maxout - 1;
201 const int maxout, /* I - Max output */
215 if (!dest || !src || maxout < 1)
230 strlcpy(dest, (char *)src, (size_t)maxout);
    [all...]
  /external/libpng/contrib/libtests/
pngvalid.c 9418 double maxout; member in struct:validate_info
    [all...]

Completed in 3496 milliseconds