Home
last modified time | relevance | path

Searched refs:F_BOOL (Results 1 – 23 of 23) sorted by relevance

/dports/games/openomf/openomf-c36c421/src/game/utils/
H A Dsettings.c10 #define F_BOOL(struct_, var, def) {#var, TYPE_BOOL, {.b=def}, offsetof(struct_, var)} macro
51 F_BOOL(settings_video, vsync, 0),
52 F_BOOL(settings_video, fullscreen, 0),
54 F_BOOL(settings_video, instant_console, 0),
55 F_BOOL(settings_video, crossfade_on, 1),
62 F_BOOL(settings_sound, music_mono, 0),
90 F_BOOL(settings_gameplay, hazards_on, 1),
/dports/sysutils/openipmi/OpenIPMI-2.0.29/lib/
H A Dpef.c2496 #define F_BOOL(name) \ macro
2538 F_BOOL(startup_delay_enabled),
2539 F_BOOL(event_messages_enabled),
2540 F_BOOL(pef_enabled),
2541 F_BOOL(diagnostic_interrupt_enabled),
2542 F_BOOL(oem_action_enabled), /* 5 */
2543 F_BOOL(power_cycle_enabled),
2544 F_BOOL(reset_enabled),
2545 F_BOOL(power_down_enabled),
2546 F_BOOL(alert_enabled),
[all …]
H A Dsolparm.c1506 #define F_BOOL(name) \ macro
1521 F_BOOL(enable), /* 0 */
1522 F_BOOL(force_payload_encryption),
1523 F_BOOL(force_payload_authentication),
/dports/devel/py-trollius/trollius-2.2/
H A Doverlapped.c29 #define F_BOOL "i" macro
365 if (!PyArg_ParseTuple(args, "O" F_BOOL F_BOOL "Z", in overlapped_CreateEvent()
367 if (!PyArg_ParseTuple(args, "O" F_BOOL F_BOOL "z", in overlapped_CreateEvent()
666 if (!PyArg_ParseTuple(args, "|" F_BOOL, &wait)) in Overlapped_getresult()
/dports/devel/py-billiard/billiard-3.6.3.0/Modules/_billiard/
H A Dwin32_functions.c28 #define F_BOOL "i" macro
288 F_HANDLE "|" F_BOOL, kwlist, in win32_ConnectNamedPipe()
655 if (!PyArg_ParseTuple(args, "O" F_BOOL "|" F_DWORD in win32_WaitForMultipleObjects()
736 F_HANDLE F_HANDLE F_HANDLE F_DWORD F_BOOL F_DWORD in win32_DuplicateHandle()
/dports/security/masscan/masscan-1.3.2/src/
H A Dmain-conf.c1686 enum {F_NONE, F_BOOL}; enumerator
1691 {"arpscan", SET_arpscan, F_BOOL, {"arp",0}},
1692 {"randomize-hosts", SET_randomize_hosts, F_BOOL, {0}},
1695 {"banners", SET_banners, F_BOOL, {"banner",0}},
1696 {"nobanners", SET_nobanners, F_BOOL, {"nobanner",0}},
1698 {"noreset", SET_noreset, F_BOOL, {0}},
1701 {"offline", SET_offline, F_BOOL, {"notransmit", "nosend", 0}},
1715 {"output-show-open",SET_output_show_open, F_BOOL, {"open", "open-only", 0}},
2410 return (config_parameters[i].flags & F_BOOL) == F_BOOL; in is_singleton()
2415 return (config_parameters[i].flags & F_BOOL) == F_BOOL; in is_singleton()
/dports/devel/py-asyncio/asyncio-3.4.3/
H A Doverlapped.c29 #define F_BOOL "i" macro
348 if (!PyArg_ParseTuple(args, "O" F_BOOL F_BOOL "Z", in overlapped_CreateEvent()
646 if (!PyArg_ParseTuple(args, "|" F_BOOL, &wait)) in Overlapped_getresult()
/dports/lang/python37/Python-3.7.12/Modules/
H A Doverlapped.c35 #define F_BOOL "i" macro
360 if (!PyArg_ParseTuple(args, "O" F_BOOL F_BOOL "Z", in overlapped_CreateEvent()
673 if (!PyArg_ParseTuple(args, "|" F_BOOL, &wait)) in Overlapped_getresult()
/dports/net/py-mpi4py/mpi4py-3.1.3/docs/source/usrman/
H A Dmpi4py.MPI.rst411 F_BOOL
/dports/databases/py-gdbm/Python-3.8.12/Modules/
H A Doverlapped.c35 #define F_BOOL "i" macro
373 if (!PyArg_ParseTuple(args, "O" F_BOOL F_BOOL "Z", in overlapped_CreateEvent()
767 if (!PyArg_ParseTuple(args, "|" F_BOOL, &wait)) in Overlapped_getresult()
/dports/lang/python-tools/Python-3.8.12/Modules/
H A Doverlapped.c35 #define F_BOOL "i" macro
373 if (!PyArg_ParseTuple(args, "O" F_BOOL F_BOOL "Z", in overlapped_CreateEvent()
767 if (!PyArg_ParseTuple(args, "|" F_BOOL, &wait)) in Overlapped_getresult()
/dports/lang/python39/Python-3.9.9/Modules/
H A Doverlapped.c35 #define F_BOOL "i" macro
373 if (!PyArg_ParseTuple(args, "O" F_BOOL F_BOOL "Z", in overlapped_CreateEvent()
767 if (!PyArg_ParseTuple(args, "|" F_BOOL, &wait)) in Overlapped_getresult()
/dports/lang/python38/Python-3.8.12/Modules/
H A Doverlapped.c35 #define F_BOOL "i" macro
373 if (!PyArg_ParseTuple(args, "O" F_BOOL F_BOOL "Z", in overlapped_CreateEvent()
767 if (!PyArg_ParseTuple(args, "|" F_BOOL, &wait)) in Overlapped_getresult()
/dports/databases/py-sqlite3/Python-3.8.12/Modules/
H A Doverlapped.c35 #define F_BOOL "i" macro
373 if (!PyArg_ParseTuple(args, "O" F_BOOL F_BOOL "Z", in overlapped_CreateEvent()
767 if (!PyArg_ParseTuple(args, "|" F_BOOL, &wait)) in Overlapped_getresult()
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/
H A Doverlapped.c35 #define F_BOOL "i" macro
373 if (!PyArg_ParseTuple(args, "O" F_BOOL F_BOOL "Z", in overlapped_CreateEvent()
767 if (!PyArg_ParseTuple(args, "|" F_BOOL, &wait)) in Overlapped_getresult()
/dports/www/chromium-legacy/chromium-88.0.4324.182/mojo/public/cpp/bindings/tests/
H A Dunion_unittest.cc139 EXPECT_EQ(pod->which(), PodUnion::Tag::F_BOOL); in TEST()
198 EXPECT_EQ(pod->which(), PodUnion::Tag::F_BOOL); in TEST()
/dports/lang/python311/Python-3.11.0a3/Modules/
H A Doverlapped.c35 #define F_BOOL "i" macro
/dports/lang/python310/Python-3.10.1/Modules/
H A Doverlapped.c35 #define F_BOOL "i" macro
/dports/math/vtk6/VTK-6.2.0/ThirdParty/mpi4py/vtkmpi4py/src/MPI/
H A DDatatype.pyx902 F_BOOL = __LOGICAL__ variable
/dports/math/vtk8/VTK-8.2.0/ThirdParty/mpi4py/vtkmpi4py/src/MPI/
H A DDatatype.pyx1048 F_BOOL = __LOGICAL__ variable
/dports/net/py-mpi4py/mpi4py-3.1.3/src/mpi4py/MPI/
H A DDatatype.pyx1123 F_BOOL = __LOGICAL__ variable
/dports/net/py-mpi4py/mpi4py-3.1.3/docs/
H A Dmpi4py.info440 * mpi4py.MPI.F_BOOL: mpi4py MPI F_BOOL.
3356 *note F_BOOL: 1d6.*note Datatype: c8. ‘F_BOOL
5562 * mpi4py.MPI.F_BOOL: mpi4py MPI F_BOOL.
16007 *note F_BOOL: 1d6.*note Datatype: c8. ‘F_BOOL
19789 9.1.295 mpi4py.MPI.F_BOOL
19792 -- Data: mpi4py.MPI.F_BOOL: *note Datatype: c8. = F_BOOL
19794 *note Datatype: c8. ‘F_BOOL
21305 * F_BOOL (in module mpi4py.MPI): mpi4py MPI F_BOOL. (line 6)
27085 Node: mpi4py MPI F_BOOL553361
27086 Ref: reference/mpi4py MPI F_BOOL doc553481
[all …]
/dports/net/py-mpi4py/mpi4py-3.1.3/src/mpi4py/
H A DMPI.pyi354 F_BOOL: Final[Datatype] = ...