HomeSort by: relevance | last modified time | path
    Searched defs:epuc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/stbi/
stb_image.c 619 #define epuc(x,y) ((unsigned char *) (e(x,y)?NULL:NULL)) macro
658 if (!f) return epuc("can't fopen", "Unable to open file");
687 return epuc("unknown image type", "Image not of any known type, or corrupt");
714 return epuc("unknown image type", "Image not of any known type, or corrupt");
991 return epuc("outofmem", "Out of memory");
1059 if (output == NULL) { FREE(data); return epuc("outofmem", "Out of memory"); }
1970 if (req_comp < 0 || req_comp > 4) return epuc("bad req_comp", "Internal error");
1999 if (!z->img_comp[k].linebuf) { cleanup_jpeg(z); return epuc("outofmem", "Out of memory"); }
2017 if (!output) { cleanup_jpeg(z); return epuc("outofmem", "Out of memory"); }
3111 if (req_comp < 0 || req_comp > 4) return epuc("bad req_comp", "Internal error")
    [all...]
stb_image.c 619 #define epuc(x,y) ((unsigned char *) (e(x,y)?NULL:NULL)) macro
658 if (!f) return epuc("can't fopen", "Unable to open file");
687 return epuc("unknown image type", "Image not of any known type, or corrupt");
714 return epuc("unknown image type", "Image not of any known type, or corrupt");
991 return epuc("outofmem", "Out of memory");
1059 if (output == NULL) { FREE(data); return epuc("outofmem", "Out of memory"); }
1970 if (req_comp < 0 || req_comp > 4) return epuc("bad req_comp", "Internal error");
1999 if (!z->img_comp[k].linebuf) { cleanup_jpeg(z); return epuc("outofmem", "Out of memory"); }
2017 if (!output) { cleanup_jpeg(z); return epuc("outofmem", "Out of memory"); }
3111 if (req_comp < 0 || req_comp > 4) return epuc("bad req_comp", "Internal error")
    [all...]

Completed in 27 milliseconds