Home
last modified time | relevance | path

Searched refs:stb_decompress_length (Results 26 – 44 of 44) sorted by relevance

12

/dports/emulators/mess/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/
H A Dimgui_draw.cpp1632 static unsigned int stb_decompress_length(const unsigned char *input);
1706 …const unsigned int buf_decompressed_size = stb_decompress_length((const unsigned char*)compressed_… in AddFontFromMemoryCompressedTTF()
3153 static unsigned int stb_decompress_length(const unsigned char *input) in stb_decompress_length() function
3235 const unsigned int olen = stb_decompress_length(i); in stb_decompress()
/dports/emulators/mame/mame-mame0226/3rdparty/bgfx/3rdparty/dear-imgui/
H A Dimgui_draw.cpp1632 static unsigned int stb_decompress_length(const unsigned char *input);
1706 …const unsigned int buf_decompressed_size = stb_decompress_length((const unsigned char*)compressed_… in AddFontFromMemoryCompressedTTF()
3153 static unsigned int stb_decompress_length(const unsigned char *input) in stb_decompress_length() function
3235 const unsigned int olen = stb_decompress_length(i); in stb_decompress()
/dports/cad/PrusaSlicer/PrusaSlicer-version_2.3.3/src/imgui/
H A Dimgui_draw.cpp1728 static unsigned int stb_decompress_length(const unsigned char *input);
1802 …const unsigned int buf_decompressed_size = stb_decompress_length((const unsigned char*)compressed_… in AddFontFromMemoryCompressedTTF()
3270 static unsigned int stb_decompress_length(const unsigned char *input) in stb_decompress_length() function
3352 const unsigned int olen = stb_decompress_length(i); in stb_decompress()
/dports/math/geogram/geogram-1.7.7/src/lib/geogram_gfx/third_party/ImGui/
H A Dimgui_draw.cpp1865 static unsigned int stb_decompress_length(const unsigned char* input);
1939 …const unsigned int buf_decompressed_size = stb_decompress_length((const unsigned char*)compressed_… in AddFontFromMemoryCompressedTTF()
3604 static unsigned int stb_decompress_length(const unsigned char *input) in stb_decompress_length() function
3686 const unsigned int olen = stb_decompress_length(i); in stb_decompress()
/dports/audio/faudio/FAudio-21.01/utils/uicommon/
H A Dimgui_draw.cpp1735 static unsigned int stb_decompress_length(const unsigned char *input);
1809 …const unsigned int buf_decompressed_size = stb_decompress_length((const unsigned char*)compressed_… in AddFontFromMemoryCompressedTTF()
3379 static unsigned int stb_decompress_length(const unsigned char *input) in stb_decompress_length() function
3461 const unsigned int olen = stb_decompress_length(i); in stb_decompress()
/dports/editors/imhex/ImHex-1.7.0/external/ImGui/source/
H A Dimgui_draw.cpp1934 static unsigned int stb_decompress_length(const unsigned char* input);
2008 …const unsigned int buf_decompressed_size = stb_decompress_length((const unsigned char*)compressed_… in AddFontFromMemoryCompressedTTF()
3700 static unsigned int stb_decompress_length(const unsigned char *input) in stb_decompress_length() function
3782 const unsigned int olen = stb_decompress_length(i); in stb_decompress()
/dports/misc/dartsim/dart-6.11.1/dart/external/imgui/
H A Dimgui_draw.cpp1865 static unsigned int stb_decompress_length(const unsigned char* input);
1939 …const unsigned int buf_decompressed_size = stb_decompress_length((const unsigned char*)compressed_… in AddFontFromMemoryCompressedTTF()
3590 static unsigned int stb_decompress_length(const unsigned char *input) in stb_decompress_length() function
3672 const unsigned int olen = stb_decompress_length(i); in stb_decompress()
/dports/graphics/ospray/ospray-2.8.0/apps/common/external/imgui/
H A Dimgui_draw.cpp1928 static unsigned int stb_decompress_length(const unsigned char* input);
2002 …const unsigned int buf_decompressed_size = stb_decompress_length((const unsigned char*)compressed_… in AddFontFromMemoryCompressedTTF()
3684 static unsigned int stb_decompress_length(const unsigned char *input) in stb_decompress_length() function
3766 const unsigned int olen = stb_decompress_length(i); in stb_decompress()
/dports/graphics/ospray-studio/ospray_studio-0.9.1/external/imgui/
H A Dimgui_draw.cpp2110 static unsigned int stb_decompress_length(const unsigned char* input);
2184 …const unsigned int buf_decompressed_size = stb_decompress_length((const unsigned char*)compressed_…
3981 static unsigned int stb_decompress_length(const unsigned char *input)
4063 const unsigned int olen = stb_decompress_length(i);
/dports/graphics/openvkl/openvkl-1.1.0/examples/interactive/imgui-1.83/
H A Dimgui_draw.cpp2110 static unsigned int stb_decompress_length(const unsigned char* input);
2184 …const unsigned int buf_decompressed_size = stb_decompress_length((const unsigned char*)compressed_… in AddFontFromMemoryCompressedTTF()
3981 static unsigned int stb_decompress_length(const unsigned char *input) in stb_decompress_length() function
4063 const unsigned int olen = stb_decompress_length(i); in stb_decompress()
/dports/devel/stb/stb-f54acd4/tests/
H A Dstb.c367 dc_len = stb_decompress_length(storage1); in test_compression()
/dports/net-im/uTox/uTox/third-party/stb/tests/
H A Dstb.c364 dc_len = stb_decompress_length(storage1); in test_compression()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/tests/
H A Dstb.c367 dc_len = stb_decompress_length(storage1); in test_compression()
/dports/security/ridl/ridl-11b3240/stb/tests/
H A Dstb.c367 dc_len = stb_decompress_length(storage1); in test_compression()
/dports/devel/stb/stb-f54acd4/
H A Dstb.h10361 STB_EXTERN stb_uint stb_decompress_length(stb_uchar *input);
10377 stb_uint stb_decompress_length(stb_uchar *input)
10436 olen = stb_decompress_length(i);
10479 q = (char *) malloc(stb_decompress_length(p)+1);
/dports/net-im/uTox/uTox/third-party/stb/
H A Dstb.h10145 STB_EXTERN stb_uint stb_decompress_length(stb_uchar *input);
10161 stb_uint stb_decompress_length(stb_uchar *input)
10220 olen = stb_decompress_length(i);
10263 q = (char *) malloc(stb_decompress_length(p)+1);
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb.h10359 STB_EXTERN stb_uint stb_decompress_length(stb_uchar *input);
10375 stb_uint stb_decompress_length(stb_uchar *input)
10434 olen = stb_decompress_length(i);
10477 q = (char *) malloc(stb_decompress_length(p)+1);
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb.h10359 STB_EXTERN stb_uint stb_decompress_length(stb_uchar *input);
10375 stb_uint stb_decompress_length(stb_uchar *input)
10434 olen = stb_decompress_length(i);
10477 q = (char *) malloc(stb_decompress_length(p)+1);
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/decoders/
H A Dstb.h10361 STB_EXTERN stb_uint stb_decompress_length(stb_uchar *input);
10377 stb_uint stb_decompress_length(stb_uchar *input)
10436 olen = stb_decompress_length(i);
10479 q = (char *) malloc(stb_decompress_length(p)+1);

12