Home
last modified time | relevance | path

Searched refs:qnx (Results 1 – 25 of 6653) sorted by relevance

12345678910>>...267

/dports/games/retroarch/RetroArch-1.9.7/input/drivers/
H A Dqnx_input.c101 if (!qnx) in qnx_init_controller()
227 if (!qnx) in qnx_input_autodetect_gamepad()
258 if (!qnx) in qnx_handle_device()
342 qnx_init_controller(qnx, &qnx->devices[i]); in qnx_discover_controllers()
357 qnx->devices[qnx->pads_connected].index = qnx->pads_connected; in qnx_discover_controllers()
358 qnx_handle_device(qnx, &qnx->devices[qnx->pads_connected]); in qnx_discover_controllers()
445 qnx->touch_map[qnx->pointer_count] = i; in qnx_process_touch_event()
453 qnx->touch_map[2], qnx->touch_map[3], qnx->touch_map[4], in qnx_process_touch_event()
482 qnx->touch_map[2], qnx->touch_map[3], qnx->touch_map[4], in qnx_process_touch_event()
681 if (!qnx) in qnx_input_init()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/gfx/drivers_context/
H A Dqnx_ctx.c68 qnx_ctx_data_t *qnx = (qnx_ctx_data_t*)data; in gfx_ctx_qnx_destroy() local
71 egl_destroy(&qnx->egl); in gfx_ctx_qnx_destroy()
108 qnx_ctx_data_t *qnx = (qnx_ctx_data_t*)calloc(1, sizeof(*qnx)); in gfx_ctx_qnx_init() local
110 if (!qnx) in gfx_ctx_qnx_init()
261 return qnx; in gfx_ctx_qnx_init()
274 qnx_ctx_data_t *qnx = (qnx_ctx_data_t*)data; in gfx_ctx_qnx_get_video_size() local
285 qnx_ctx_data_t *qnx = (qnx_ctx_data_t*)data; in gfx_ctx_qnx_check_window() local
333 if(!qnx) in dpi_get_density()
361 dpi = dpi_get_density(qnx); in gfx_ctx_qnx__get_metrics()
397 egl_swap_buffers(&qnx->egl); in gfx_ctx_qnx_swap_buffers()
[all …]
/dports/games/retroarch/RetroArch-1.9.7/input/drivers_joypad/
H A Dqnx_joypad.c48 qnx_input_t *qnx = (qnx_input_t*)input_driver_get_data(); in qnx_joypad_button() local
50 if (!qnx || port >= DEFAULT_MAX_PADS) in qnx_joypad_button()
53 controller = (qnx_input_device_t*)&qnx->devices[port]; in qnx_joypad_button()
61 qnx_input_t *qnx, in qnx_joypad_axis_state() argument
102 qnx_input_t *qnx = (qnx_input_t*)input_driver_get_data(); in qnx_joypad_axis() local
104 if (!qnx || port >= DEFAULT_MAX_PADS) in qnx_joypad_axis()
106 controller = (qnx_input_device_t*)&qnx->devices[port]; in qnx_joypad_axis()
107 return qnx_joypad_axis_state(qnx, controller, port, joyaxis); in qnx_joypad_axis()
117 qnx_input_t *qnx = (qnx_input_t*)input_driver_get_data(); in qnx_joypad_state() local
121 if (!qnx || port_idx >= DEFAULT_MAX_PADS) in qnx_joypad_state()
[all …]
/dports/devel/radare2/radare2-5.1.1/test/db/formats/
H A Dqnx1 NAME=load qnx
2 FILE=bins/qnx/test.x
9 NAME=entry point of qnx
10 FILE=bins/qnx/test.x
18 NAME=sections of qnx
19 FILE=bins/qnx/test.x
33 FILE=bins/qnx/test.x
42 FILE=bins/qnx/test.x
50 FILE=bins/qnx/test.x
/dports/devel/qbs/qbs-src-1.21.0/share/qbs/modules/cpp/
H A Dqnx-qcc.qbs34 Depends { name: "qnx" }
36 condition: qbs.targetOS.contains("qnx") &&
40 distributionIncludePaths: FileInfo.joinPaths(qnx.targetDir, "usr", "include")
42 toolchainInstallPath: FileInfo.joinPaths(qnx.hostDir, "usr", "bin")
44 sysroot: qnx.targetDir
48 cxxCompilerName: (qnx.qnx7 ? "q++" : "QCC") + compilerExtension
52 systemIncludeFlag: !qnx.qnx7 ? includeFlag : base
55 ? qnx.compilerName + "_" + targetSystem + qnxTargetArchName
84 targetAbi: "qnx" + qnx.version + (qnxTargetArchName === "armv7le" ? "eabi" : "")
86 buildEnv: qnx.buildEnv
/dports/devel/qbs/qbs-src-1.21.0/doc/reference/modules/
H A Dqnx-module.qdoc29 \qmltype qnx
35 The \c qnx module contains properties and rules for QNX development.
40 \qmlproperty string qnx::sdkDir
50 \qmlproperty string qnx::configurationDir
56 \defaultvalue \c{~/.qnx}
60 \qmlproperty string qnx::hostDir
68 QNX SDK in \l{qnx::}{sdkDir}.
74 \qmlproperty string qnx::targetDir
81 appropriate value based on the installed QNX SDK in \l{qnx::}{sdkDir}.
/dports/sysutils/apcctrl/apcctrl-0.8.21/platforms/qnx/
H A DMakefile6 all-install: install-qnx
7 all-uninstall: uninstall-qnx
9 install-qnx:
16 uninstall-qnx:
/dports/sysutils/apcupsd/apcupsd-3.14.14/platforms/qnx/
H A DMakefile6 all-install: install-qnx
7 all-uninstall: uninstall-qnx
9 install-qnx:
16 uninstall-qnx:
/dports/devel/qbs/qbs-src-1.21.0/doc/targets/
H A Dqbs-target-qnx.qdoc28 \page qbs-target-qnx.html
46 dependency to the \l{qnx} module to your application and set the
47 \l{qnx::sdkDir}{qnx.sdkDir} property:
55 Depends { name: "qnx" }
56 qnx.sdkDir: "/path/to/qnx700"
60 Alternatively, you can set the \c qnx.sdkDir property in a profile or on
66 RTOS, see the \l{http://www.qnx.com/developers/docs/}
/dports/lang/perl5.34/perl-5.34.0/hints/
H A Dqnx.sh185 cover found in the qnx subdirectory of this distribution.
224 thin cover for cpp in the qnx subdirectory of this
231 There is a cpp cover in the qnx subdirectory of this
240 test -f qnx.c || cp qnx/qnx.c .
/dports/lang/perl5.30/perl-5.30.3/hints/
H A Dqnx.sh185 cover found in the qnx subdirectory of this distribution.
224 thin cover for cpp in the qnx subdirectory of this
231 There is a cpp cover in the qnx subdirectory of this
240 test -f qnx.c || cp qnx/qnx.c .
/dports/lang/perl5.32/perl-5.32.1/hints/
H A Dqnx.sh185 cover found in the qnx subdirectory of this distribution.
224 thin cover for cpp in the qnx subdirectory of this
231 There is a cpp cover in the qnx subdirectory of this
240 test -f qnx.c || cp qnx/qnx.c .
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/hints/
H A Dqnx.sh185 cover found in the qnx subdirectory of this distribution.
224 thin cover for cpp in the qnx subdirectory of this
231 There is a cpp cover in the qnx subdirectory of this
240 test -f qnx.c || cp qnx/qnx.c .
/dports/multimedia/qt5-multimedia/kde-qtmultimedia-5.15.2p3/src/plugins/
H A Dplugins.pro20 qnx {
21 qtConfig(mmrenderer): SUBDIRS += qnx
25 qnx {
26 SUBDIRS += qnx-audio
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/cmake/patches/
H A Dgc.qnx.patch1 diff -ruN gc-7.2/dyn_load.c gc-7.2.qnx/dyn_load.c
3 +++ gc-7.2.qnx/dyn_load.c 2013-09-21 13:42:34.158631800 +0200
51 diff -ruN gc-7.2/include/gc_config_macros.h gc-7.2.qnx/include/gc_config_macros.h
53 +++ gc-7.2.qnx/include/gc_config_macros.h 2013-09-21 13:38:24.027325100 +0200
64 diff -ruN gc-7.2/include/private/gcconfig.h gc-7.2.qnx/include/private/gcconfig.h
66 +++ gc-7.2.qnx/include/private/gcconfig.h 2013-09-21 13:40:27.678397600 +0200
142 +++ gc-7.2.qnx/include/private/thread_local_alloc.h 2013-09-21 13:38:24.128330900 +0200
153 diff -ruN gc-7.2/os_dep.c gc-7.2.qnx/os_dep.c
155 +++ gc-7.2.qnx/os_dep.c 2013-09-21 13:38:24.184334100 +0200
245 diff -ruN gc-7.2/pthread_support.c gc-7.2.qnx/pthread_support.c
[all …]
/dports/archivers/arj/arj-3.10.22/gnu/
H A Darj.qpg27 <QPG:Add permissions="0755" file="../nto-qnx/en/rs/arj/arj" install="/opt/bin/"/>
28 … <QPG:Add permissions="0755" file="../nto-qnx/en/rs/arjcrypt/arjcrypt.so" install="/opt/lib/arj/"/>
29 <QPG:Add permissions="0755" file="../nto-qnx/en/rs/arjdisp/arjdisp" install="/opt/bin/"/>
30 <QPG:Add permissions="0755" file="../nto-qnx/en/rs/rearj/rearj" install="/opt/bin/"/>
31 … <QPG:Add permissions="0755" file="../nto-qnx/en/rs/register/arj-register" install="/opt/bin/"/>
42 <QPG:Add permissions="0644" file="../nto-qnx/en/rs/file_id.diz" install="/usr/doc/arj32/"/>
43 <QPG:Add permissions="0644" file="../nto-qnx/en/rs/history.txt" install="/usr/doc/arj32/"/>
44 <QPG:Add permissions="0644" file="../nto-qnx/en/rs/readme.txt" install="/usr/doc/arj32/"/>
45 <QPG:Add permissions="0644" file="../nto-qnx/en/rs/unix.txt" install="/usr/doc/arj32/"/>
55 <QPM:PackageRepository>http://mike.qnx.org.ru/repository</QPM:PackageRepository>
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/afterstep/looks/
H A Dlook.QNX368 TitleButton 1 buttons/qnx-switchwindow buttons/qnx-switchwindow-pressed
369 TitleButton 2 buttons/qnx-close buttons/qnx-close-pressed
370 TitleButton 3 buttons/qnx-menu buttons/qnx-menu-pressed
371 TitleButton 4 buttons/qnx-shade buttons/qnx-shade-pressed
372 TitleButton 6 buttons/qnx-iconify buttons/qnx-iconify-pressed
376 TitleButton 5 buttons/qnx-pin buttons/qnx-pin-pressed
/dports/devel/allegro5/allegro5-5.2.7.0/misc/
H A Dmkunixdists.sh87 (cd src && rm -rf beos qnx dos mac ppc win)
88 (cd obj && rm -rf bcc32 beos qnx djgpp mingw32 msvc watcom)
89 (cd lib && rm -rf bcc32 beos qnx djgpp mingw32 msvc watcom)
92 (cd misc && rm -f allegro-config-qnx.sh zipup.sh zipwin.sh *.bat *.c)
97 rm -f makefile.all makefile.be makefile.qnx makefile.bcc makefile.dj
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/geometry/compression/
H A DCompressionStreamNormal.java152 double th, psi, qnx, qny, qnz ; in computeNormals() local
164 qnx = Math.cos(th)*Math.cos(psi) ; in computeNormals()
173 qnx = qnx*UNITY_14 ; inx = (int)qnx ; in computeNormals()
174 qnx = inx ; qnx = qnx/UNITY_14 ; in computeNormals()
182 cgNormals[quant][j][i][0] = qnx ; in computeNormals()
/dports/java/java3d/java3d-1.5.2/j3d-core-utils/src/classes/share/com/sun/j3d/utils/compression/
H A DCompressionStreamNormal.java152 double th, psi, qnx, qny, qnz ; in computeNormals() local
164 qnx = Math.cos(th)*Math.cos(psi) ; in computeNormals()
173 qnx = qnx*UNITY_14 ; inx = (int)qnx ; in computeNormals()
174 qnx = inx ; qnx = qnx/UNITY_14 ; in computeNormals()
182 cgNormals[quant][j][i][0] = qnx ; in computeNormals()
/dports/devel/radare2/radare2-5.1.1/libr/io/p/
H A Dqnx.mk7 LIB_PATH=$(SHLR)/qnx/
8 CFLAGS+=-I$(SHLR)/qnx/include/
9 LDFLAGS+=$(SHLR)/qnx/lib/libqnxr.$(EXT_AR)
/dports/devel/radare2/radare2-5.1.1/libr/debug/p/
H A Dqnx.mk4 CFLAGS+=-I$(SHLR)/qnx/include/
5 LIB_PATH=$(SHRL)/qnx/
17 -include $(STOP)/qnx/deps.mk
/dports/devel/radare2/radare2-5.1.1/doc/
H A Dqnx.md8 ./configure --with-compiler=qnx --with-ostype=qnx --prefix=/accounts/devuser/radare2 --without-pic …
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qbytearray/
H A Dqbytearray.pro7 wince*|symbian|qnx {
13 wince*|qnx {
/dports/converters/wkhtmltopdf/qt-5db36ec/mkspecs/qnx-x86-qcc/
H A Dqmake.conf8 CONFIG += qt warn_on release link_prl qnx
18 include(../common/qcc-base-qnx.conf)

12345678910>>...267