Home
last modified time | relevance | path

Searched refs:OPTION_INT (Results 1 – 25 of 55) sorted by relevance

123

/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dpsion_pack.cpp44 OPTION_INT('S', "size", "Datapack size" )
45 OPTION_INT('R', "ram", "RAM/EPROM" )
46 OPTION_INT('P', "paged", "Paged" )
47 OPTION_INT('W', "protect", "Write-protected" )
48 OPTION_INT('B', "boot", "Bootable" )
49 OPTION_INT('C', "copy", "Copyable" )
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dpsion_pack.cpp44 OPTION_INT('S', "size", "Datapack size" )
45 OPTION_INT('R', "ram", "RAM/EPROM" )
46 OPTION_INT('P', "paged", "Paged" )
47 OPTION_INT('W', "protect", "Write-protected" )
48 OPTION_INT('B', "boot", "Bootable" )
49 OPTION_INT('C', "copy", "Copyable" )
/dports/games/openxcom/OpenXcom-1.0/src/Engine/
H A DOptionInfo.cpp48 …nst std::string &desc, const std::string &cat) : _id(id), _desc(desc), _cat(cat), _type(OPTION_INT) in OptionInfo()
93 case OPTION_INT: in load()
128 case OPTION_INT: in load()
156 case OPTION_INT: in save()
178 case OPTION_INT: in reset()
240 if (_type != OPTION_INT) in asInt()
/dports/multimedia/mjpg-streamer/mjpg-streamer-310b29f4a94c46652b20c4b7b6e5cf24e532af39/mjpg-streamer-experimental/plugins/input_opencv/
H A Dinput_opencv.cpp218 OPTION_INT(7, fps) in input_init()
222 OPTION_INT(9, quality) in input_init()
225 OPTION_INT(10, co) in input_init()
227 OPTION_INT(11, br) in input_init()
229 OPTION_INT(12, sa) in input_init()
231 OPTION_INT(13, gain) in input_init()
233 OPTION_INT(14, ex) in input_init()
/dports/emulators/mess/mame-mame0226/src/devices/imagedev/
H A Ddiablo.cpp16 OPTION_INT('C', "cylinders", "Cylinders")
17 OPTION_INT('H', "heads", "Heads")
18 OPTION_INT('S', "sectors", "Sectors")
19 OPTION_INT('L', "sectorlength", "Sector Words")
20 OPTION_INT('K', "hunksize", "Hunk Bytes")
H A Dharddriv.cpp25 OPTION_INT('C', "cylinders", "Cylinders")
26 OPTION_INT('H', "heads", "Heads")
27 OPTION_INT('S', "sectors", "Sectors")
28 OPTION_INT('L', "sectorlength", "Sector Bytes")
29 OPTION_INT('K', "hunksize", "Hunk Bytes")
/dports/emulators/mess/mame-mame0226/src/tools/imgtool/
H A Dimghd.cpp223 OPTION_INT(mess_hd_createopts_blocksize, "blocksize", "Sectors Per Block" )
224 OPTION_INT(mess_hd_createopts_cylinders, "cylinders", "Cylinders" )
225 OPTION_INT(mess_hd_createopts_heads, "heads", "Heads" )
226 OPTION_INT(mess_hd_createopts_sectors, "sectors", "Total Sectors" )
227 OPTION_INT(mess_hd_createopts_seclen, "seclen", "Sector Bytes" )
/dports/emulators/mame/mame-mame0226/src/tools/imgtool/
H A Dimghd.cpp223 OPTION_INT(mess_hd_createopts_blocksize, "blocksize", "Sectors Per Block" )
224 OPTION_INT(mess_hd_createopts_cylinders, "cylinders", "Cylinders" )
225 OPTION_INT(mess_hd_createopts_heads, "heads", "Heads" )
226 OPTION_INT(mess_hd_createopts_sectors, "sectors", "Total Sectors" )
227 OPTION_INT(mess_hd_createopts_seclen, "seclen", "Sector Bytes" )
/dports/emulators/mame/mame-mame0226/src/devices/imagedev/
H A Ddiablo.cpp16 OPTION_INT('C', "cylinders", "Cylinders")
17 OPTION_INT('H', "heads", "Heads")
18 OPTION_INT('S', "sectors", "Sectors")
19 OPTION_INT('L', "sectorlength", "Sector Words")
20 OPTION_INT('K', "hunksize", "Hunk Bytes")
H A Dharddriv.cpp25 OPTION_INT('C', "cylinders", "Cylinders")
26 OPTION_INT('H', "heads", "Heads")
27 OPTION_INT('S', "sectors", "Sectors")
28 OPTION_INT('L', "sectorlength", "Sector Bytes")
29 OPTION_INT('K', "hunksize", "Hunk Bytes")
/dports/graphics/graphite2/graphite2-1.3.14/tests/comparerenderer/
H A DRendererOptions.h30 OPTION_INT, enumerator
92 Option("-s", "--size", "Font size", Option::OPTION_INT),
102 Option("", "--repeat", "Number of times to rerun rendering", Option::OPTION_INT),
/dports/audio/moc/moc-2.5.2/
H A Doptions.c126 assert (options[opt].type & (OPTION_INT | OPTION_STR | OPTION_LIST)); in check_range()
132 case OPTION_INT: in check_range()
174 assert (options[opt].type & (OPTION_INT | OPTION_SYMB | OPTION_LIST)); in check_discrete()
180 case OPTION_INT: in check_discrete()
301 pos = init_option (name, OPTION_INT); in add_int()
411 int i = find_option (name, OPTION_INT | OPTION_BOOL); in options_set_int()
415 if (options[i].type == OPTION_INT) in options_set_int()
490 case OPTION_INT: in options_set_pair()
753 opt = find_option (name, OPTION_INT); in options_check_int()
924 case OPTION_INT: in substitute_variable()
[all …]
H A Doptions.h11 OPTION_INT = 1, enumerator
/dports/multimedia/mjpg-streamer/mjpg-streamer-310b29f4a94c46652b20c4b7b6e5cf24e532af39/mjpg-streamer-experimental/plugins/input_uvc/
H A Dinput_uvc.c283 OPTION_INT(13, quality) in input_init()
348 OPTION_INT(25, sh) in input_init()
350 OPTION_INT(26, co) in input_init()
354 OPTION_INT(28, sa) in input_init()
360 OPTION_INT(31, bk) in input_init()
362 OPTION_INT(32, rot) in input_init()
/dports/misc/libemos/libemos-4.5.9-Source/sandbox/
H A Demos_tool.c191 #define OPTION_INT 1 macro
248 {"accuracy", "accuracy", "Accuracy", OPTION_INT, 1, },
252 {"frame", "frame", "Frame", OPTION_INT, 1, },
256 {"intermediate_gaussian", "intermediate_gaussian", "Intermediate gaussian", OPTION_INT, 1, },
259 {"reduced", "reduced", "Reduced gaussian", OPTION_INT, 1, },
260 {"regular", "regular", "Regular gaussian", OPTION_INT, 1, },
263 {"truncation", "truncation", "Truncation", OPTION_INT, 1, },
776 case OPTION_INT: in main_()
/dports/emulators/mess/mame-mame0226/src/tools/imgtool/modules/
H A Dpsion.cpp648 OPTION_INT('R', "ram", "EPROM/RAM datapack" )
649 OPTION_INT('P', "paged", "linear/paged datapack" )
650 OPTION_INT('W', "protect", "write-protected datapack" )
651 OPTION_INT('B', "boot", "bootable datapack" )
652 OPTION_INT('C', "copy", "copyable datapack" )
661 OPTION_INT( 'I', "id", "File ID" ) in OPTION_GUIDE_START()
H A Dpc_hard.cpp59 OPTION_INT('T', "cylinders", "Cylinders" )
60 OPTION_INT('H', "heads", "Heads" )
61 OPTION_INT('S', "sectors", "Sectors" )
/dports/emulators/mame/mame-mame0226/src/tools/imgtool/modules/
H A Dpsion.cpp648 OPTION_INT('R', "ram", "EPROM/RAM datapack" )
649 OPTION_INT('P', "paged", "linear/paged datapack" )
650 OPTION_INT('W', "protect", "write-protected datapack" )
651 OPTION_INT('B', "boot", "bootable datapack" )
652 OPTION_INT('C', "copy", "copyable datapack" )
661 OPTION_INT( 'I', "id", "File ID" ) in OPTION_GUIDE_START()
H A Dpc_hard.cpp59 OPTION_INT('T', "cylinders", "Cylinders" )
60 OPTION_INT('H', "heads", "Heads" )
61 OPTION_INT('S', "sectors", "Sectors" )
/dports/comms/birda/birda-1.3/src/
H A Dirs.c217 { OPTION_INT, 's', "port", "OBEX server writing objects to socket" },
221 { OPTION_INT, 'O', "port", "Accept OBEX objects on this port and send them" }
/dports/multimedia/handbrake/zimg-release-3.0.1/doc/example/misc/
H A Dargparse.h16 OPTION_INT, enumerator
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/doc/example/misc/
H A Dargparse.h16 OPTION_INT, enumerator
/dports/graphics/sekrit-twc-zimg/zimg-release-3.0.3/src/testcommon/
H A Dargparse.h16 OPTION_INT, enumerator
/dports/multimedia/handbrake/zimg-release-3.0.1/src/testcommon/
H A Dargparse.h16 OPTION_INT, enumerator
/dports/games/openxcom/OpenXcom-1.0/src/Menu/
H A DOptionsAdvancedState.cpp147 else if (i->type() == OPTION_INT) in addSettings()
207 else if (setting->type() == OPTION_INT) // integer variables will need special handling in lstOptionsClick()

123