Home
last modified time | relevance | path

Searched refs:invalid_chunk (Results 51 – 75 of 151) sorted by relevance

1234567

/dports/audio/nekobi-lv2/Nekobi-840a692/dpf/dgl/src/nanovg/
H A Dstb_image.h2827 static char invalid_chunk[] = "XXXX PNG chunk not known";
2828 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24);
2829 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16);
2830 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8);
2831 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0);
2833 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type");
/dports/audio/zam-plugins-lv2/zam-plugins-3.14/dpf/dgl/src/nanovg/
H A Dstb_image.h2827 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
2828 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
2829 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
2830 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
2831 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
2833 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/audio/stone-phaser-lv2/stone-phaser-0.1.2-17-gda92961/dpf/dgl/src/nanovg/
H A Dstb_image.h2827 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
2828 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
2829 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
2830 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
2831 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
2833 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/audio/ssr-lv2/ssr-e1999da/dpf/dgl/src/nanovg/
H A Dstb_image.h2827 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
2828 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
2829 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
2830 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
2831 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
2833 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/audio/string-machine-lv2/string-machine-0.1.0/dpf/dgl/src/nanovg/
H A Dstb_image.h2827 static char invalid_chunk[] = "XXXX PNG chunk not known";
2828 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24);
2829 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16);
2830 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8);
2831 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0);
2833 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type");
/dports/graphics/sdump/sdump-c5fb55b/
H A Dstb_image.h2835 static char invalid_chunk[] = "XXXX stbi__pngchunk not known"; in stbi__parse_png_file() local
2836 invalid_chunk[0] = (stbi_uc) (c.type >> 24); in stbi__parse_png_file()
2837 invalid_chunk[1] = (stbi_uc) (c.type >> 16); in stbi__parse_png_file()
2838 invalid_chunk[2] = (stbi_uc) (c.type >> 8); in stbi__parse_png_file()
2839 invalid_chunk[3] = (stbi_uc) (c.type >> 0); in stbi__parse_png_file()
2841 return stbi__err(invalid_chunk, "PNG not supported: unknown stbi__pngchunk type"); in stbi__parse_png_file()
/dports/devel/py-bullet3/bullet3-3.21/examples/ThirdPartyLibs/stb_image/
H A Dstb_image.cpp2832 static char invalid_chunk[] = "XXXX chunk not known"; in parse_png_file() local
2833 invalid_chunk[0] = (uint8)(c.type >> 24); in parse_png_file()
2834 invalid_chunk[1] = (uint8)(c.type >> 16); in parse_png_file()
2835 invalid_chunk[2] = (uint8)(c.type >> 8); in parse_png_file()
2836 invalid_chunk[3] = (uint8)(c.type >> 0); in parse_png_file()
2838 return e(invalid_chunk, "PNG not supported: unknown chunk type"); in parse_png_file()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/stbi/
H A Dstb_image.c3019 static char invalid_chunk[] = "XXXX chunk not known"; in parse_png_file() local
3020 invalid_chunk[0] = (uint8) (c.type >> 24); in parse_png_file()
3021 invalid_chunk[1] = (uint8) (c.type >> 16); in parse_png_file()
3022 invalid_chunk[2] = (uint8) (c.type >> 8); in parse_png_file()
3023 invalid_chunk[3] = (uint8) (c.type >> 0); in parse_png_file()
3025 return e(invalid_chunk, "PNG not supported: unknown chunk type"); in parse_png_file()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A Dmetaspace.cpp452 Metachunk* invalid_chunk = (Metachunk*) top(); in purge() local
453 while (chunk < invalid_chunk ) { in purge()
468 Metachunk* invalid_chunk = (Metachunk*) top(); in container_count_slow() local
469 while (chunk < invalid_chunk ) { in container_count_slow()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/hotspot/src/share/vm/memory/
H A Dmetaspace.cpp452 Metachunk* invalid_chunk = (Metachunk*) top(); in purge() local
453 while (chunk < invalid_chunk ) { in purge()
468 Metachunk* invalid_chunk = (Metachunk*) top(); in container_count_slow() local
469 while (chunk < invalid_chunk ) { in container_count_slow()
/dports/games/libretro-gw/gw-libretro-2be30ba/gwlua/
H A Dstb_image.h4337 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4338 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4339 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4340 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4341 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4343 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/games/libretro-gw/gw-libretro-2be30ba/retroluxury/etc/luai/
H A Dstb_image.h4337 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4338 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4339 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4340 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4341 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4343 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/games/retroarch/RetroArch-1.9.7/deps/stb/
H A Dstb_image.h4467 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4468 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4469 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4470 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4471 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4473 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/graphics/libprojectm/projectm-3.1.12/src/libprojectM/Renderer/SOIL2/
H A Dstb_image.h4517 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4518 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4519 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4520 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4521 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4523 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/security/ridl/ridl-11b3240/nuklear/example/
H A Dstb_image.h4461 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4462 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4463 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4464 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4465 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4467 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/audio/midi-matrix-lv2/midi-matrix-0.28.0/subprojects/nk_pugl/nuklear/example/
H A Dstb_image.h4461 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4462 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4463 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4464 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4465 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4467 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/audio/moony-lv2/moony-0.36.0/subprojects/nk_pugl/nuklear/example/
H A Dstb_image.h4461 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4462 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4463 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4464 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4465 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4467 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/graphics/nanort/nanort-b1feea8/examples/common/imgui/
H A Dstb_image.h4461 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4462 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4463 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4464 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4465 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4467 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/graphics/osgearth/osgearth-osgearth-2.10.1/src/osgEarthDrivers/gltf/
H A Dstb_image.h4461 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4462 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4463 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4464 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4465 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4467 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/devel/emscripten/emscripten-2.0.3/third_party/
H A Dstb_image.c4461 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4462 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4463 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4464 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4465 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4467 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/audio/vm-lv2/vm-0.14.0/subprojects/nk_pugl/nuklear/example/
H A Dstb_image.h4461 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4462 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4463 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4464 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4465 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4467 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/audio/sherlock-lv2/sherlock.lv2-0.28.0/subprojects/nk_pugl/nuklear/example/
H A Dstb_image.h4461 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4462 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4463 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4464 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4465 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4467 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/audio/synthpod-lv2/synthpod-01aad91/nuklear/example/
H A Dstb_image.h4461 static char invalid_chunk[] = "XXXX PNG chunk not known";
4462 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24);
4463 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16);
4464 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8);
4465 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0);
4467 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type");
/dports/x11-toolkits/nuklear/Nuklear-4.09.1/example/
H A Dstb_image.h4461 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4462 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4463 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4464 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4465 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4467 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/graphics/flif/FLIF-0.3-96-g74ea92b/extern/
H A Dstb_image.h4461 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
4462 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
4463 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
4464 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
4465 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
4467 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()

1234567