Home
last modified time | relevance | path

Searched refs:wd_region_t (Results 1 – 7 of 7) sorted by relevance

/dports/sysutils/wiimms/wiimms-iso-tools/src/libwbfs/
H A Dfile-formats.h557 typedef struct wd_region_t struct
564 __attribute__ ((packed)) wd_region_t; argument
H A Dfile-formats.c67 TRACE_SIZEOF(wd_region_t); in validate_file_format_sizes()
133 CHECK( sizeof(wd_region_t) == WII_REGION_SIZE ); in validate_file_format_sizes()
172 CHECK( sizeof(wd_region_t) == WII_REGION_SIZE ); in validate_file_format_sizes()
H A Dwiidisc.h654 wd_region_t region; // copy of disc region settings
H A Dwiidisc.c5884 wd_region_t * reg = item->data; in wd_patch_region()
/dports/sysutils/wiimms/wiimms-iso-tools/src/
H A Dwit-mix.c124 wd_region_t * source_region; // region source
1230 wd_region_t * reg // valid pointer to prepared region set in create_gc_mix()
1354 wd_region_t * reg // valid pointer to prepared region set in create_wii_mix()
1598 wd_region_t reg; in cmd_mix()
H A Diso-interface.h637 wd_region_t region; // region settings
H A Dlib-std.c373 TRACE_SIZEOF(wd_region_t); in SetupLib()