Home
last modified time | relevance | path

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

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burner/libretro/libretro-common/libco/
H A Dpsp1.c7 typedef void (*entrypoint_t)(void); typedef
16 entrypoint_t entrypoint = *(entrypoint_t *) argp; in thread_wrap()
/dports/games/retroarch/RetroArch-1.9.7/libretro-common/libco/
H A Dpsp1.c7 typedef void (*entrypoint_t)(void); typedef
16 entrypoint_t entrypoint = *(entrypoint_t *) argp; in thread_wrap()
/dports/games/mrboom/MrBoom-src-5.2/libretro-common/libco/
H A Dpsp1.c7 typedef void (*entrypoint_t)(void); typedef
16 entrypoint_t entrypoint = *(entrypoint_t *) argp; in thread_wrap()
/dports/games/libretro-hatari/hatari-561c07e/libretro/libretro-common/libco/
H A Dpsp1.c7 typedef void (*entrypoint_t)(void); typedef
16 entrypoint_t entrypoint = *(entrypoint_t *) argp; in thread_wrap()
/dports/games/libretro-mame2003/mame2003-libretro-4358db4/src/libretro-common/libco/
H A Dpsp1.c7 typedef void (*entrypoint_t)(void); typedef
16 entrypoint_t entrypoint = *(entrypoint_t *) argp; in thread_wrap()
/dports/games/libretro-mame2003_plus/mame2003-plus-libretro-17e9889/src/libretro-common/libco/
H A Dpsp1.c7 typedef void (*entrypoint_t)(void); typedef
16 entrypoint_t entrypoint = *(entrypoint_t *) argp; in thread_wrap()
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/common/
H A Dvc1.cpp34 entrypoint_t::entrypoint_t() { in entrypoint_t() function in mtx::vc1::entrypoint_t
35 memset(this, 0, sizeof(entrypoint_t)); in entrypoint_t()
183 entrypoint_t &entrypoint, in parse_entrypoint()
187 entrypoint_t ep; in parse_entrypoint()
222 memcpy(&entrypoint, &ep, sizeof(entrypoint_t)); in parse_entrypoint()
H A Dvc1.h83 struct entrypoint_t { struct
104 entrypoint_t(); argument
144 bool parse_entrypoint(const unsigned char *buf, int size, entrypoint_t &entrypoint, sequence_header…
/dports/multimedia/mkvtoolnix/mkvtoolnix-65.0.0/src/tools/
H A Dvc1parser.cpp45 virtual void dump_entrypoint(mtx::vc1::entrypoint_t &entrypoint);
70 mtx::vc1::entrypoint_t entrypoint; in handle_entrypoint_packet()
191 vc1_info_c::dump_entrypoint(mtx::vc1::entrypoint_t &entrypoint) { in dump_entrypoint()
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/static_src/
H A DMetaPathBasedLoader.c576 typedef void (*entrypoint_t)(void); typedef
578 typedef PyObject *(*entrypoint_t)(void); typedef
656 entrypoint_t entrypoint = (entrypoint_t)GetProcAddress(hDLL, entry_function_name);
683 entrypoint_t entrypoint = (entrypoint_t)dlsym(handle, entry_function_name);