Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dexample1.c59 static int output_flow(sox_effect_t *effp LSX_UNUSED, sox_sample_t const * ibuf, in output_flow() argument
60 sox_sample_t * obuf LSX_UNUSED, size_t * isamp, size_t * osamp) in output_flow() argument
H A Dsox.h75 #define LSX_UNUSED __attribute__ ((unused)) /* Parameter or local variable is intentionally unused… macro
77 #define LSX_UNUSED /* Parameter or local variable is intentionally unused. */
727 #define SOX_SAMPLE_LOCALS sox_sample_t sox_macro_temp_sample LSX_UNUSED; \
728 double sox_macro_temp_double LSX_UNUSED
H A Dsox.c1292 int LSX_UNUSED ch; in update_status()