Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Deffects.c30 static int default_function(sox_effect_t * effp UNUSED) in default_function() function
66 if (!effp->handler.start ) effp->handler.start = default_function; in sox_create_effect()
69 if (!effp->handler.stop ) effp->handler.stop = default_function; in sox_create_effect()
70 if (!effp->handler.kill ) effp->handler.kill = default_function; in sox_create_effect()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/proto/transform/
H A Ddefault.hpp435 struct default_function struct
436 : transform<default_function<Grammar> >
452 : when<function<Grammar, vararg<Grammar> >, default_function<Grammar> >