Home
last modified time | relevance | path

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

/dports/emulators/qemu/qemu-6.2.0/docs/spin/
H A Dwin32-qemu-event.promela21 #define RAW_SET event = true
27 #define SET RAW_SET
32 * RAW_SET/RAW_RESET/RAW_WAIT, but try to avoid invoking them.
46 if :: xchg_result == EV_BUSY -> RAW_SET; \
/dports/emulators/qemu42/qemu-4.2.1/docs/spin/
H A Dwin32-qemu-event.promela21 #define RAW_SET event = true
27 #define SET RAW_SET
32 * RAW_SET/RAW_RESET/RAW_WAIT, but try to avoid invoking them.
46 if :: xchg_result == EV_BUSY -> RAW_SET; \
/dports/emulators/qemu60/qemu-6.0.0/docs/spin/
H A Dwin32-qemu-event.promela21 #define RAW_SET event = true
27 #define SET RAW_SET
32 * RAW_SET/RAW_RESET/RAW_WAIT, but try to avoid invoking them.
46 if :: xchg_result == EV_BUSY -> RAW_SET; \
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/docs/spin/
H A Dwin32-qemu-event.promela21 #define RAW_SET event = true
27 #define SET RAW_SET
32 * RAW_SET/RAW_RESET/RAW_WAIT, but try to avoid invoking them.
46 if :: xchg_result == EV_BUSY -> RAW_SET; \
/dports/emulators/qemu5/qemu-5.2.0/docs/spin/
H A Dwin32-qemu-event.promela21 #define RAW_SET event = true
27 #define SET RAW_SET
32 * RAW_SET/RAW_RESET/RAW_WAIT, but try to avoid invoking them.
46 if :: xchg_result == EV_BUSY -> RAW_SET; \
/dports/emulators/qemu-utils/qemu-4.2.1/docs/spin/
H A Dwin32-qemu-event.promela21 #define RAW_SET event = true
27 #define SET RAW_SET
32 * RAW_SET/RAW_RESET/RAW_WAIT, but try to avoid invoking them.
46 if :: xchg_result == EV_BUSY -> RAW_SET; \
/dports/emulators/qemu-cheri/qemu-0a323821042c36e21ea80e58b9545dfc3b0cb8ef/docs/spin/
H A Dwin32-qemu-event.promela21 #define RAW_SET event = true
27 #define SET RAW_SET
32 * RAW_SET/RAW_RESET/RAW_WAIT, but try to avoid invoking them.
46 if :: xchg_result == EV_BUSY -> RAW_SET; \
/dports/emulators/qemu-guest-agent/qemu-5.0.1/docs/spin/
H A Dwin32-qemu-event.promela21 #define RAW_SET event = true
27 #define SET RAW_SET
32 * RAW_SET/RAW_RESET/RAW_WAIT, but try to avoid invoking them.
46 if :: xchg_result == EV_BUSY -> RAW_SET; \
/dports/emulators/qemu-devel/qemu-de8ed1055c2ce18c95f597eb10df360dcb534f99/docs/spin/
H A Dwin32-qemu-event.promela21 #define RAW_SET event = true
27 #define SET RAW_SET
32 * RAW_SET/RAW_RESET/RAW_WAIT, but try to avoid invoking them.
46 if :: xchg_result == EV_BUSY -> RAW_SET; \
/dports/astro/gpsd/gpsd-3.20/
H A Dgps_maskdump.c60 {RAW_SET, "RAW"}, in gps_maskdump()
H A Dlibgps_core.c383 if (collect->set & RAW_SET) in libgps_dump_state()
H A Dgps.h2212 #define RAW_SET (1llu<<39) macro
2271 LOGMESSAGE_SET|OSCILLATOR_SET|PPS_SET|RAW_SET| \
H A Dgpsrinex.c992 if (RAW_SET & gpsdata->set) { in conditionally_log_fix()
H A Dlibgps_json.c743 gpsdata->set |= RAW_SET; in libgps_json_unpack()
/dports/graphics/blender/blender-2.91.0/source/blender/makesrna/intern/
H A Drna_access.c4417 #define RAW_SET(dtype, raw, a, var) \ macro
4648 RAW_SET(bool, in, a, b); in rna_raw_access()
4653 RAW_SET(int, in, a, i); in rna_raw_access()
4658 RAW_SET(float, in, a, f); in rna_raw_access()
4711 RAW_SET(int, in, a, ((bool *)tmparray)[j]); in rna_raw_access()
4718 RAW_SET(int, in, a, ((int *)tmparray)[j]); in rna_raw_access()
4725 RAW_SET(float, in, a, ((float *)tmparray)[j]); in rna_raw_access()