Home
last modified time | relevance | path

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

/dports/devel/raylib/raylib-3.7.0/src/external/
H A Djar_xm.h153 uint8_t jar_xm_get_loop_count(jar_xm_context_t* ctx);
601 uint8_t jar_xm_get_loop_count(jar_xm_context_t *ctx) { in jar_xm_get_loop_count() function
2159 uint8_t currentLoopCount = jar_xm_get_loop_count(ctx); in jar_xm_get_remaining_samples()
2161 while(jar_xm_get_loop_count(ctx) == currentLoopCount) { in jar_xm_get_remaining_samples()