Home
last modified time | relevance | path

Searched defs:WIN (Results 1 – 25 of 682) sorted by relevance

12345678910>>...28

/dports/games/retroarch/RetroArch-1.9.7/gfx/include/userland/interface/khronos/include/EGL/
H A Deglplatform.h125 #define UNPACK_NATIVE_WINDOW_W(WIN) ((unsigned int)(WIN) & 0xfff) argument
126 #define UNPACK_NATIVE_WINDOW_H(WIN) (((unsigned int)(WIN) >> 12) & 0xfff) argument
127 #define UNPACK_NATIVE_WINDOW_I(WIN) (((unsigned int)(WIN) >> 24) & 0xf) argument
128 #define UNPACK_NATIVE_WINDOW_N(WIN) ((unsigned int)(WIN) >> 28) argument
/dports/sysutils/rpi-firmware/firmware-fcf8d2f/hardfp/opt/vc/include/EGL/
H A Deglplatform.h125 #define UNPACK_NATIVE_WINDOW_W(WIN) ((unsigned int)(WIN) & 0xfff) argument
126 #define UNPACK_NATIVE_WINDOW_H(WIN) (((unsigned int)(WIN) >> 12) & 0xfff) argument
127 #define UNPACK_NATIVE_WINDOW_I(WIN) (((unsigned int)(WIN) >> 24) & 0xf) argument
128 #define UNPACK_NATIVE_WINDOW_N(WIN) ((unsigned int)(WIN) >> 28) argument
/dports/sysutils/rpi-firmware/firmware-fcf8d2f/opt/vc/include/EGL/
H A Deglplatform.h125 #define UNPACK_NATIVE_WINDOW_W(WIN) ((unsigned int)(WIN) & 0xfff) argument
126 #define UNPACK_NATIVE_WINDOW_H(WIN) (((unsigned int)(WIN) >> 12) & 0xfff) argument
127 #define UNPACK_NATIVE_WINDOW_I(WIN) (((unsigned int)(WIN) >> 24) & 0xf) argument
128 #define UNPACK_NATIVE_WINDOW_N(WIN) ((unsigned int)(WIN) >> 28) argument
/dports/games/d2x/d2x-0.2.5/main/
H A Dinferno.h23 #define WIN(x) x macro
26 #define WIN(x) macro
/dports/databases/py-mycli/mycli-1.23.2/mycli/
H A Dcompat.py6 WIN = sys.platform in ('win32', 'cygwin') variable
/dports/databases/py-litecli/litecli-1.6.0/litecli/
H A Dcompat.py9 WIN = sys.platform in ("win32", "cygwin") variable
/dports/www/libwww/w3c-libwww-5.4.2/ComLine/src/windows/
H A DMakefile.am4 WIN := $(wildcard *.rc *.ico *.h *.c) macro
/dports/www/libwww/w3c-libwww-5.4.2/Robot/src/windows/
H A DMakefile.am4 WIN := $(wildcard *.rc *.ico *.h *.c) macro
/dports/www/mod_fastcgi/mod_fastcgi-2.4.7.1/
H A DINSTALL.AP2.md37 WIN chapter
/dports/deskutils/lumina-screenshot/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-events/
H A DLShortcutEvents.h27 WId WIN; //current window being acted on by the keys variable
/dports/deskutils/lumina-mediaplayer/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-events/
H A DLShortcutEvents.h27 WId WIN; //current window being acted on by the keys variable
/dports/deskutils/lumina-photo/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-events/
H A DLShortcutEvents.h27 WId WIN; //current window being acted on by the keys variable
/dports/deskutils/lumina-fm/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-events/
H A DLShortcutEvents.h27 WId WIN; //current window being acted on by the keys variable
/dports/deskutils/lumina-textedit/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-events/
H A DLShortcutEvents.h27 WId WIN; //current window being acted on by the keys variable
/dports/deskutils/lumina-fileinfo/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-events/
H A DLShortcutEvents.h27 WId WIN; //current window being acted on by the keys variable
/dports/www/libwww/w3c-libwww-5.4.2/LineMode/src/windows/
H A DMakefile.am5 WIN := $(wildcard *.rc *.ico *.h *.c) macro
/dports/x11/lumina-coreutils/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-events/
H A DLShortcutEvents.h27 WId WIN; //current window being acted on by the keys variable
/dports/x11/lumina-core/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-events/
H A DLShortcutEvents.h27 WId WIN; //current window being acted on by the keys variable
/dports/deskutils/lumina-archiver/lumina-1.6.0/src-qt5/core/lumina-desktop-unified/src-events/
H A DLShortcutEvents.h27 WId WIN; //current window being acted on by the keys variable
/dports/misc/py-onnx/onnx-1.10.2/third_party/pybind11/tests/
H A Denv.py7 WIN = sys.platform.startswith("win32") or sys.platform.startswith("cygwin") variable
/dports/www/libwww/w3c-libwww-5.4.2/WinCom/
H A DMakefile.am5 WIN := $(wildcard *.rc *.ico *.h *.cpp) macro
/dports/net-p2p/bazarr/bazarr-1.0.2/libs/waitress/
H A Dcompat.py10 WIN = platform.system() == "Windows" variable
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/pybind11/tests/
H A Denv.py9 WIN = sys.platform.startswith("win32") or sys.platform.startswith("cygwin") variable
/dports/www/py-waitress/waitress-2.0.0/src/waitress/
H A Dcompat.py10 WIN = platform.system() == "Windows" variable
/dports/devel/pybind11/pybind11-2.8.1/tests/
H A Denv.py9 WIN = sys.platform.startswith("win32") or sys.platform.startswith("cygwin") variable

12345678910>>...28