Home
last modified time | relevance | path

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

/dports/games/libretro-snes9x/snes9x-73aa348/apu/bapu/dsp/
H A DSPC_DSP.h64 typedef dsp_copy_func_t copy_func_t; typedef
65 void copy_state( unsigned char** io, copy_func_t );
306 SPC_DSP::copy_func_t func;
309 SPC_State_Copier( unsigned char** p, SPC_DSP::copy_func_t f ) { func = f; buf = p; } in SPC_State_Copier()
H A DSPC_DSP.cpp1304 void SPC_DSP::copy_state( unsigned char** io, copy_func_t copy ) in copy_state()
/dports/emulators/snes9x-gtk/snes9x-1.54.1/apu/bapu/dsp/
H A DSPC_DSP.h62 typedef dsp_copy_func_t copy_func_t; typedef
63 void copy_state( unsigned char** io, copy_func_t );
299 SPC_DSP::copy_func_t func;
302 SPC_State_Copier( unsigned char** p, SPC_DSP::copy_func_t f ) { func = f; buf = p; } in SPC_State_Copier()
H A DSPC_DSP.cpp936 void SPC_DSP::copy_state( unsigned char** io, copy_func_t copy ) in copy_state()
/dports/audio/deadbeef/deadbeef-0.7.2/plugins/gme/game-music-emu-0.6pre/gme/higan/dsp/
H A DSPC_DSP.h64 typedef dsp_copy_func_t copy_func_t; typedef
65 void copy_state( unsigned char** io, copy_func_t );
308 SPC_DSP::copy_func_t func;
311 SPC_State_Copier( unsigned char** p, SPC_DSP::copy_func_t f ) { func = f; buf = p; } in SPC_State_Copier()
H A DSPC_DSP.cpp1330 void SPC_DSP::copy_state( unsigned char** io, copy_func_t copy ) in copy_state()
/dports/multimedia/musikcube/musikcube-0.96.7/src/plugins/gmedecoder/gme/higan/dsp/
H A DSPC_DSP.h64 typedef dsp_copy_func_t copy_func_t; typedef
65 void copy_state( unsigned char** io, copy_func_t );
308 SPC_DSP::copy_func_t func;
311 SPC_State_Copier( unsigned char** p, SPC_DSP::copy_func_t f ) { func = f; buf = p; } in SPC_State_Copier()
H A DSPC_DSP.cpp1330 void SPC_DSP::copy_state( unsigned char** io, copy_func_t copy ) in copy_state()
/dports/devel/libplist/libplist-2.2.0/libcnary/include/
H A Dnode.h60 typedef void* (*copy_func_t)(const void *src); typedef
61 node_t* node_copy_deep(node_t* node, copy_func_t copy_func);
/dports/devel/py-libplist/libplist-2.2.0/libcnary/include/
H A Dnode.h60 typedef void* (*copy_func_t)(const void *src); typedef
61 node_t* node_copy_deep(node_t* node, copy_func_t copy_func);
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/include/solarus/third_party/snes_spc/
H A DSNES_SPC.h92 typedef SPC_DSP::copy_func_t copy_func_t; typedef
93 void copy_state( unsigned char** io, copy_func_t );
/dports/audio/libgme/game-music-emu-0.6.1/gme/
H A DSnes_Spc.h92 typedef Spc_Dsp::copy_func_t copy_func_t; typedef
93 void copy_state( unsigned char** io, copy_func_t );
/dports/games/zdoom/zdoom-2.8.1/game-music-emu/gme/
H A DSnes_Spc.h92 typedef Spc_Dsp::copy_func_t copy_func_t; typedef
93 void copy_state( unsigned char** io, copy_func_t );
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/libs/gme/gme/
H A DSnes_Spc.h92 typedef Spc_Dsp::copy_func_t copy_func_t; typedef
93 void copy_state( unsigned char** io, copy_func_t );
/dports/multimedia/audacious-plugins/audacious-plugins-4.1/src/console/
H A DSnes_Spc.h90 typedef Spc_Dsp::copy_func_t copy_func_t; typedef
91 void copy_state( unsigned char** io, copy_func_t );
/dports/audio/zmusic/ZMusic-1.1.8/thirdparty/game-music-emu/gme/
H A DSnes_Spc.h92 typedef Spc_Dsp::copy_func_t copy_func_t; typedef
93 void copy_state( unsigned char** io, copy_func_t );
/dports/games/solarus/solarus-f43727b232b3ed13d98440a845e2a29e470e4f0d/src/third_party/snes_spc/
H A DSNES_SPC_state.cpp80 void SNES_SPC::copy_state( unsigned char** io, copy_func_t copy ) in copy_state()
/dports/devel/libplist/libplist-2.2.0/libcnary/
H A Dnode.c202 node_t* node_copy_deep(node_t* node, copy_func_t copy_func) in node_copy_deep()
/dports/devel/py-libplist/libplist-2.2.0/libcnary/
H A Dnode.c202 node_t* node_copy_deep(node_t* node, copy_func_t copy_func) in node_copy_deep()