Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ stbi__err
Function
stbi__err
include/stb/stb_image.h:978–982 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
976
977
#ifndef STBI_NO_FAILURE_STRINGS
978
static int stbi__err(const char *str)
979
{
980
stbi__g_failure_reason = str;
981
return 0;
982
}
983
#endif
984
985
static void *stbi__malloc(size_t size)
Callers
15
stbi__build_huffman
Function · 0.85
stbi__jpeg_decode_block
Function · 0.85
stbi__jpeg_decode_block_prog_dc
Function · 0.85
stbi__jpeg_decode_block_prog_ac
Function · 0.85
stbi__process_marker
Function · 0.85
stbi__process_scan_header
Function · 0.85
stbi__process_frame_header
Function · 0.85
stbi__decode_jpeg_header
Function · 0.85
stbi__decode_jpeg_image
Function · 0.85
stbi__jpeg_test
Function · 0.85
stbi__jpeg_info
Function · 0.85
stbi__zbuild_huffman
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected