Home
last modified time | relevance | path

Searched refs:invalid_chunk (Results 126 – 150 of 151) sorted by relevance

1234567

/dports/multimedia/assimp/assimp-5.1.3/contrib/stb/
H A Dstb_image.h5100 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5101 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5102 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5103 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5104 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5106 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/textproc/zxing-cpp/zxing-cpp-1.2.0/thirdparty/stb/
H A Dstb_image.h5041 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5042 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5043 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5044 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5045 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5047 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Dstb_image.h5100 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5101 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5102 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5103 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5104 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5106 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/www/lagrange/lagrange-1.7.3/src/
H A Dstb_image.h5100 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5101 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5102 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5103 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5104 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5106 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/tools/aloadimage/
H A Dstb_image.h5183 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5184 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5185 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5186 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5187 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5189 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/stb_image/
H A Dstb_image.h5176 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5177 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5178 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5179 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5180 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5182 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/x11/aclip/arcan-0.6.1/src/tools/aloadimage/
H A Dstb_image.h5183 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5184 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5185 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5186 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5187 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5189 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/graphics/ospray/ospray-2.8.0/apps/common/external/stb_image/
H A Dstb_image.h5100 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5101 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5102 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5103 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5104 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5106 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/x11/aclip/arcan-0.6.1/src/engine/external/
H A Dstb_image.h5183 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5184 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5185 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5186 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5187 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5189 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/engine/external/
H A Dstb_image.h5183 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5184 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5185 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5186 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5187 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5189 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/DPF/dgl/src/nanovg/
H A Dstb_image.h5037 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5038 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5039 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5040 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5041 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5043 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/audio/wolf-shaper-lv2/wolf-shaper-0.1.8-33-ge84de58/dpf/dgl/src/nanovg/
H A Dstb_image.h5037 static char invalid_chunk[] = "XXXX PNG chunk not known";
5038 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24);
5039 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16);
5040 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8);
5041 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0);
5043 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type");
/dports/science/chrono/chrono-7.0.1/src/chrono_thirdparty/stb/
H A Dstb_image.h5037 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5038 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5039 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5040 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5041 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5043 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/misc/ncnn/ncnn-20211208/src/
H A Dstb_image.h5100 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5101 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5102 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5103 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5104 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5106 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/audio/spectacle-lv2/spectacle-2.0-1-g27b1525/dpf/dgl/src/nanovg/
H A Dstb_image.h5037 static char invalid_chunk[] = "XXXX PNG chunk not known";
5038 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24);
5039 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16);
5040 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8);
5041 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0);
5043 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type");
/dports/graphics/realsr-ncnn-vulkan/realsr-ncnn-vulkan-20210210/src/
H A Dstb_image.h5100 static char invalid_chunk[] = "XXXX PNG chunk not known"; in stbi__parse_png_file() local
5101 invalid_chunk[0] = STBI__BYTECAST(c.type >> 24); in stbi__parse_png_file()
5102 invalid_chunk[1] = STBI__BYTECAST(c.type >> 16); in stbi__parse_png_file()
5103 invalid_chunk[2] = STBI__BYTECAST(c.type >> 8); in stbi__parse_png_file()
5104 invalid_chunk[3] = STBI__BYTECAST(c.type >> 0); in stbi__parse_png_file()
5106 return stbi__err(invalid_chunk, "PNG not supported: unknown PNG chunk type"); in stbi__parse_png_file()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/ssl/test/
H A Dinet_crypto_dist.erl1306 _ = trace(invalid_chunk),
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/ssl/test/
H A Dinet_crypto_dist.erl1264 _ = trace(invalid_chunk),
/dports/lang/erlang-runtime24/otp-OTP-24.1.7/lib/ssl/test/
H A Dinet_crypto_dist.erl1306 _ = trace(invalid_chunk),
/dports/lang/erlang-wx/otp-OTP-24.1.7/lib/ssl/test/
H A Dinet_crypto_dist.erl1306 _ = trace(invalid_chunk),
/dports/lang/erlang/otp-OTP-24.1.7/lib/ssl/test/
H A Dinet_crypto_dist.erl1306 _ = trace(invalid_chunk),
/dports/lang/erlang-java/otp-OTP-24.1.7/lib/ssl/test/
H A Dinet_crypto_dist.erl1306 _ = trace(invalid_chunk),
/dports/lang/elixir-devel/elixir-1.13.1/lib/ex_unit/lib/ex_unit/
H A Ddoc_test.ex500 defp explain_docs_error({:invalid_chunk, _}),
/dports/lang/elixir/elixir-1.12.3/lib/ex_unit/lib/ex_unit/
H A Ddoc_test.ex500 defp explain_docs_error({:invalid_chunk, _}),
/dports/lang/elixir-devel/elixir-1.13.1/lib/elixir/lib/
H A Dcode.ex1621 | {:error, :module_not_found | :chunk_not_found | {:invalid_chunk, binary}}
1699 {:error, {:invalid_chunk, bin}}

1234567