Home
last modified time | relevance | path

Searched refs:_tstol (Results 1 – 15 of 15) sorted by relevance

/dports/emulators/fs-uae/fs-uae-3.1.35/src/include/uae/
H A Dstring.h53 #define _tstol atol macro
/dports/emulators/hatari/hatari-2.2.1/src/cpu/uae/
H A Dstring.h54 #define _tstol atol macro
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/
H A Dcfgfile.c2096 v1 = _tstol (tmpbuf); in cfgfile_parse_host()
2099 v2 = _tstol (s + 1); in cfgfile_parse_host()
2129 wh[i].width = _tstol (tmpp); in cfgfile_parse_host()
2332 vert = _tstol (equals); in cfgfile_parse_host()
2433 *pp1 = _tstol (p); in decode_rom_ident()
2439 *pp2 = _tstol (p); in decode_rom_ident()
2644 v = _tstol (val); in parse_geo()
3207 p->mmu_model = _tstol(tmpbuf); in cfgfile_parse_hardware()
3212 p->fpu_model = _tstol(tmpbuf); in cfgfile_parse_hardware()
3217 p->cpu_model = _tstol(tmpbuf); in cfgfile_parse_hardware()
[all …]
H A Dinputdevice.c667 v = _tstol (p); in getnum()
903 pr->input_selected_setting = _tstol (value) - 1; in read_inputdevice_config()
910 pr->input_joymouse_multiplier = _tstol (value); in read_inputdevice_config()
912 pr->input_joymouse_speed = _tstol (value); in read_inputdevice_config()
914 pr->input_joystick_deadzone = _tstol (value); in read_inputdevice_config()
916 pr->input_joymouse_deadzone = _tstol (value); in read_inputdevice_config()
918 pr->input_mouse_speed = _tstol (value); in read_inputdevice_config()
920 pr->input_autofire_linecnt = _tstol (value); in read_inputdevice_config()
932 pr->input_contact_bounce = _tstol (value); in read_inputdevice_config()
934 idnum = _tstol (p); in read_inputdevice_config()
[all …]
H A Dzfile_archive.c181 if (zf->zipname && zf->zipname[0] == '#' && _tstol (zf->zipname + 1) == zipcnt) in archive_access_select()
H A Dblkdev_cdimage.c1335 trackmode = _tstol (p + 5); in parseccd()
/dports/sysutils/javaservicewrapper/wrapper_3.5.45_src/src/c/
H A Dwrapper_i18n.h176 #define _tstol _wtol macro
374 #define _tstol atol macro
/dports/emulators/fs-uae/fs-uae-3.1.35/src/
H A Dcfgfile.cpp2993 v1 = _tstol (tmpbuf); in cfgfile_parse_host()
2996 v2 = _tstol (s + 1); in cfgfile_parse_host()
3027 wh[i].width = _tstol (tmpp); in cfgfile_parse_host()
3267 vert = _tstol (equals); in cfgfile_parse_host()
3269 horiz = _tstol (equals); in cfgfile_parse_host()
3382 sr->dstport = _tstol (tmpp2); in cfgfile_parse_host()
3390 sr->srcport = _tstol (tmpp2); in cfgfile_parse_host()
3440 *pp1 = _tstol (p); in decode_rom_ident()
3446 *pp2 = _tstol (p); in decode_rom_ident()
3731 v = _tstol (val); in parse_geo()
[all …]
H A Dinputdevice.cpp921 v = _tstol (p); in getnum()
1333 pr->input_joymouse_speed = _tstol (value); in read_inputdevice_config()
1335 pr->input_joystick_deadzone = _tstol (value); in read_inputdevice_config()
1337 pr->input_joymouse_deadzone = _tstol (value); in read_inputdevice_config()
1339 pr->input_mouse_speed = _tstol (value); in read_inputdevice_config()
1341 pr->input_autofire_linecnt = _tstol (value); in read_inputdevice_config()
1347 pr->input_autoswitch = _tstol (value); in read_inputdevice_config()
1355 pr->input_contact_bounce = _tstol (value); in read_inputdevice_config()
1357 idnum = _tstol (p); in read_inputdevice_config()
3378 int delay = _tstol (p + 6); in handle_custom_event()
[all …]
H A Dblkdev_cdimage.cpp1511 trackmode = _tstol (p + 5); in parseccd()
H A Dzfile_archive.cpp174 if (zf->zipname && zf->zipname[0] == '#' && _tstol (zf->zipname + 1) == zipcnt) in archive_access_select()
/dports/games/libretro-uae/libretro-uae-8333daa/sources/src/include/
H A Dsysdeps.h464 #define _tstol atol macro
/dports/lang/zig/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtchar.h218 #define _tstol _wtol macro
580 #define _tstol atol
/dports/lang/zig-devel/zig-0.9.0/lib/libc/include/any-windows-any/
H A Dtchar.h218 #define _tstol _wtol macro
580 #define _tstol atol
/dports/emulators/hatari/hatari-2.2.1/src/cpu/
H A Dnewcpu.c8159 *v = _tstol(s + 2);
8167 *v = _tstol(s + 1);