Home
last modified time | relevance | path

Searched refs:limit_r_end (Results 1 – 14 of 14) sorted by relevance

/dports/devel/stb/stb-f54acd4/
H A Dstb_vorbis.c2093 unsigned int limit_r_end = (r->end < actual_size ? r->end : actual_size); in decode_residue() local
2094 int n_read = limit_r_end - limit_r_begin; in decode_residue()
4139 unsigned int limit_r_end = r->end < actual_size ? r->end : actual_size; in start_decoder() local
4140 int n_read = limit_r_end - limit_r_begin; in start_decoder()
/dports/games/jaggedalliance2/miniaudio-634cdb028f340075ae8e8a1126620695688d2ac3/extras/
H A Dstb_vorbis.c2095 unsigned int limit_r_end = (r->end < actual_size ? r->end : actual_size); in decode_residue() local
2096 int n_read = limit_r_end - limit_r_begin; in decode_residue()
4141 unsigned int limit_r_end = r->end < actual_size ? r->end : actual_size; in start_decoder() local
4142 int n_read = limit_r_end - limit_r_begin; in start_decoder()
/dports/audio/faudio/FAudio-21.01/src/
H A Dstb_vorbis.h2107 unsigned int limit_r_end = (r->end < actual_size ? r->end : actual_size); in decode_residue() local
2108 int n_read = limit_r_end - limit_r_begin; in decode_residue()
4156 unsigned int limit_r_end = r->end < actual_size ? r->end : actual_size; in start_decoder() local
4157 int n_read = limit_r_end - limit_r_begin; in start_decoder()
/dports/cad/cura-engine/CuraEngine-fadb5d6b/include/stb/
H A Dstb_vorbis.c2062 unsigned int limit_r_end = (r->end < actual_size ? r->end : actual_size); in decode_residue() local
2063 int n_read = limit_r_end - limit_r_begin; in decode_residue()
4116 unsigned int limit_r_end = r->end < actual_size ? r->end : actual_size; in start_decoder() local
4117 int n_read = limit_r_end - limit_r_begin; in start_decoder()
/dports/security/ridl/ridl-11b3240/stb/
H A Dstb_vorbis.c2059 unsigned int limit_r_end = (r->end < actual_size ? r->end : actual_size); in decode_residue() local
2060 int n_read = limit_r_end - limit_r_begin; in decode_residue()
4106 unsigned int limit_r_end = r->end < actual_size ? r->end : actual_size; in start_decoder() local
4107 int n_read = limit_r_end - limit_r_begin; in start_decoder()
/dports/devel/godot/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c2098 unsigned int limit_r_end = (r->end < actual_size ? r->end : actual_size); in decode_residue() local
2099 int n_read = limit_r_end - limit_r_begin; in decode_residue()
4147 unsigned int limit_r_end = r->end < actual_size ? r->end : actual_size; in start_decoder() local
4148 int n_read = limit_r_end - limit_r_begin; in start_decoder()
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/misc/
H A Dstb_vorbis.c2098 unsigned int limit_r_end = (r->end < actual_size ? r->end : actual_size); in decode_residue() local
2099 int n_read = limit_r_end - limit_r_begin; in decode_residue()
4147 unsigned int limit_r_end = r->end < actual_size ? r->end : actual_size; in start_decoder() local
4148 int n_read = limit_r_end - limit_r_begin; in start_decoder()
/dports/games/sdlpop/SDLPoP-1.22/src/
H A Dstb_vorbis.c2098 unsigned int limit_r_end = (r->end < actual_size ? r->end : actual_size); in decode_residue() local
2099 int n_read = limit_r_end - limit_r_begin; in decode_residue()
4147 unsigned int limit_r_end = r->end < actual_size ? r->end : actual_size; in start_decoder() local
4148 int n_read = limit_r_end - limit_r_begin; in start_decoder()
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/libs/decoders/
H A Dstb_vorbis.h2192 unsigned int limit_r_end = (r->end < actual_size ? r->end : actual_size); in decode_residue() local
2193 int n_read = limit_r_end - limit_r_begin; in decode_residue()
4248 unsigned int limit_r_end = r->end < actual_size ? r->end : actual_size; in start_decoder() local
4249 int n_read = limit_r_end - limit_r_begin; in start_decoder()
/dports/games/OpenLara/OpenLara-b4b19f2/src/libs/stb_vorbis/
H A Dstb_vorbis.c2128 unsigned int limit_r_end = (r->end < actual_size ? r->end : actual_size); in decode_residue() local
2129 int n_read = limit_r_end - limit_r_begin; in decode_residue()
4160 unsigned int limit_r_end = r->end < actual_size ? r->end : actual_size; in start_decoder() local
4161 int n_read = limit_r_end - limit_r_begin; in start_decoder()
/dports/devel/raylib/raylib-3.7.0/src/external/
H A Dstb_vorbis.h2069 unsigned int limit_r_end = (r->end < actual_size ? r->end : actual_size); in stbv_decode_residue() local
2070 int n_read = limit_r_end - limit_r_begin; in stbv_decode_residue()
4101 unsigned int limit_r_end = r->end < actual_size ? r->end : actual_size; in stbv_start_decoder() local
4102 int n_read = limit_r_end - limit_r_begin; in stbv_start_decoder()
/dports/www/lagrange/lagrange-1.7.3/src/audio/
H A Dstb_vorbis.c2098 unsigned int limit_r_end = (r->end < actual_size ? r->end : actual_size); in decode_residue() local
2099 int n_read = limit_r_end - limit_r_begin; in decode_residue()
4147 unsigned int limit_r_end = r->end < actual_size ? r->end : actual_size; in start_decoder() local
4148 int n_read = limit_r_end - limit_r_begin; in start_decoder()
/dports/graphics/magnum-plugins/magnum-plugins-2019.10/src/external/stb/
H A Dstb_vorbis.c2056 unsigned int limit_r_end = (r->end < actual_size ? r->end : actual_size); in decode_residue() local
2057 int n_read = limit_r_end - limit_r_begin; in decode_residue()
4088 unsigned int limit_r_end = r->end < actual_size ? r->end : actual_size; in start_decoder() local
4089 int n_read = limit_r_end - limit_r_begin; in start_decoder()
/dports/audio/miniaudio/miniaudio-dbca7a3b44594e0226f887472b31f54aa5f14214/extras/
H A Dstb_vorbis.c2100 unsigned int limit_r_end = (r->end < actual_size ? r->end : actual_size); in decode_residue() local
2101 int n_read = limit_r_end - limit_r_begin; in decode_residue()
4153 unsigned int limit_r_end = r->end < actual_size ? r->end : actual_size; in start_decoder() local
4154 int n_read = limit_r_end - limit_r_begin; in start_decoder()