1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/plugins/pdbox/PDa/src
Thomas Jarosch fdd4aef340 Make thirty functions static to reduce binary size
If any of those functions should be (unused) API functions,
they can easily be turned back once really needed.

Detected using a new cppcheck check that
uses the internal symbol database to catch
functions that are only used in the current file.

Change-Id: Ic2b1e5b8020b76397f11cefc4e205f3b7ac1f184
2015-01-05 18:44:36 +01:00
..
d_arithmetic.c
d_ctl.c
d_dac.c
d_fft.c
d_fftroutine.c
d_global.c
d_imayer_fft.c Make thirty functions static to reduce binary size 2015-01-05 18:44:36 +01:00
d_imayer_tables.h
d_mayer_fft.c
d_misc.c
d_resample.c
d_soundfile.c Fix wrong pointer arithmetic in the PDbox aiff header writing code 2012-01-22 21:41:38 +01:00
d_ugen.c Fix several 'variable set but not used' warnings reported by GCC 6.4.1. 2011-05-13 18:47:42 +00:00
g_all_guis.c
g_all_guis.h
g_array.c Fix several 'variable set but not used' warnings reported by GCC 6.4.1. 2011-05-13 18:47:42 +00:00
g_bang.c
g_canvas.c Fix several 'variable set but not used' warnings reported by GCC 6.4.1. 2011-05-13 18:47:42 +00:00
g_canvas.h
g_editor.c Fix even more 'set but not used' warnings and a regression. 2011-05-13 19:23:27 +00:00
g_graph.c Fix several 'variable set but not used' warnings reported by GCC 6.4.1. 2011-05-13 18:47:42 +00:00
g_guiconnect.c
g_hdial.c
g_hslider.c
g_io.c
g_mycanvas.c
g_numbox.c
g_readwrite.c
g_rtext.c Fix last known 'set but not used' warning by GCC 4.6.1. 2011-05-13 19:40:17 +00:00
g_scalar.c
g_template.c Fix several 'variable set but not used' warnings reported by GCC 6.4.1. 2011-05-13 18:47:42 +00:00
g_text.c Fix several 'variable set but not used' warnings reported by GCC 6.4.1. 2011-05-13 18:47:42 +00:00
g_toggle.c
g_traversal.c
g_vdial.c
g_vslider.c
g_vumeter.c
m_atom.c
m_binbuf.c Fix several 'variable set but not used' warnings reported by GCC 6.4.1. 2011-05-13 18:47:42 +00:00
m_class.c
m_conf.c
m_fixed.c
m_fixed.h
m_glob.c
m_imp.h
m_memory.c
m_obj.c Fix several 'variable set but not used' warnings reported by GCC 6.4.1. 2011-05-13 18:47:42 +00:00
m_pd.c
m_pd.h
m_sched.c
makecostab.c
s_audio.c
s_audio_rockbox.c Revise the PCM callback system after adding multichannel audio. 2012-03-03 07:23:38 +01:00
s_file.c
s_loader.c
s_path.c
s_print.c
s_stuff.h
t_tk.h
x_acoustics.c pdbox: Always use fixedpoint version of math functions 2012-10-07 15:04:24 +02:00
x_arithmetic.c pdbox: Always use fixedpoint version of math functions 2012-10-07 15:04:24 +02:00
x_connective.c Fix several 'variable set but not used' warnings reported by GCC 6.4.1. 2011-05-13 18:47:42 +00:00
x_interface.c
x_misc.c
x_net.c
x_qlist.c
x_time.c