Home
last modified time | relevance | path

Searched refs:step_r (Results 1 – 25 of 100) sorted by relevance

1234

/dports/graphics/aloadimage/arcan-0.6.1/tests/frameservers/rcv_counter/
H A Drcv_counter.c13 static uint8_t step_r = 0; in verify_step() local
17 if (RGBA(step_r, step_g, step_b, 0xff) != cb){ in verify_step()
19 (int) cb, (int) (RGBA(step_r, step_g, step_b, 0xff))); in verify_step()
23 step_r++; in verify_step()
24 step_g += step_r == 255; in verify_step()
/dports/sysutils/acfgfs/arcan-0.6.1/tests/frameservers/rcv_counter/
H A Drcv_counter.c13 static uint8_t step_r = 0; in verify_step() local
17 if (RGBA(step_r, step_g, step_b, 0xff) != cb){ in verify_step()
19 (int) cb, (int) (RGBA(step_r, step_g, step_b, 0xff))); in verify_step()
23 step_r++; in verify_step()
24 step_g += step_r == 255; in verify_step()
/dports/x11/aclip/arcan-0.6.1/tests/frameservers/rcv_counter/
H A Drcv_counter.c13 static uint8_t step_r = 0; in arcan_frameserver_avfeed_run()
17 if (RGBA(step_r, step_g, step_b, 0xff) != cb){ in arcan_frameserver_avfeed_run()
19 (int) cb, (int) (RGBA(step_r, step_g, step_b, 0xff))); in arcan_frameserver_avfeed_run()
23 step_r++; in arcan_frameserver_avfeed_run()
24 step_g += step_r == 255; in arcan_frameserver_avfeed_run() local
/dports/x11/arcan-trayicon/arcan-0.6.1/tests/frameservers/rcv_counter/
H A Drcv_counter.c13 static uint8_t step_r = 0; in verify_step() local
17 if (RGBA(step_r, step_g, step_b, 0xff) != cb){ in verify_step()
19 (int) cb, (int) (RGBA(step_r, step_g, step_b, 0xff))); in verify_step()
23 step_r++; in verify_step()
24 step_g += step_r == 255; in verify_step()
/dports/graphics/aloadimage/arcan-0.6.1/tests/frameservers/selfdestr/
H A Dselfdestr.c19 uint8_t step_r = 0; in arcan_frameserver_avfeed_run() local
27 cont.vidp[ row * cont.addr->w + col ] = SHMIF_RGBA(step_r, step_g, step_b, 0xff); in arcan_frameserver_avfeed_run()
28 step_r++; in arcan_frameserver_avfeed_run()
29 step_g += step_r == 255; in arcan_frameserver_avfeed_run()
/dports/sysutils/acfgfs/arcan-0.6.1/tests/frameservers/selfdestr/
H A Dselfdestr.c19 uint8_t step_r = 0; in arcan_frameserver_avfeed_run() local
27 cont.vidp[ row * cont.addr->w + col ] = SHMIF_RGBA(step_r, step_g, step_b, 0xff); in arcan_frameserver_avfeed_run()
28 step_r++; in arcan_frameserver_avfeed_run()
29 step_g += step_r == 255; in arcan_frameserver_avfeed_run()
/dports/x11/arcan-trayicon/arcan-0.6.1/tests/frameservers/selfdestr/
H A Dselfdestr.c19 uint8_t step_r = 0; in arcan_frameserver_avfeed_run() local
27 cont.vidp[ row * cont.addr->w + col ] = SHMIF_RGBA(step_r, step_g, step_b, 0xff); in arcan_frameserver_avfeed_run()
28 step_r++; in arcan_frameserver_avfeed_run()
29 step_g += step_r == 255; in arcan_frameserver_avfeed_run()
/dports/x11/aclip/arcan-0.6.1/tests/frameservers/selfdestr/
H A Dselfdestr.c19 uint8_t step_r = 0; in verify_step()
27 cont.vidp[ row * cont.addr->w + col ] = SHMIF_RGBA(step_r, step_g, step_b, 0xff); in verify_step()
28 step_r++; in verify_step()
29 step_g += step_r == 255; in verify_step()
/dports/graphics/aloadimage/arcan-0.6.1/tests/frameservers/noreg/
H A Dnoreg.c24 uint8_t step_r = 0; in arcan_frameserver_avfeed_run() local
40 cont.vidp[ row * cont.addr->w + col ] = SHMIF_RGBA(step_r, step_g, step_b, 0xff); in arcan_frameserver_avfeed_run()
41 step_r++; in arcan_frameserver_avfeed_run()
42 step_g += step_r == 255; in arcan_frameserver_avfeed_run()
/dports/sysutils/acfgfs/arcan-0.6.1/tests/frameservers/noreg/
H A Dnoreg.c24 uint8_t step_r = 0; in arcan_frameserver_avfeed_run() local
40 cont.vidp[ row * cont.addr->w + col ] = SHMIF_RGBA(step_r, step_g, step_b, 0xff); in arcan_frameserver_avfeed_run()
41 step_r++; in arcan_frameserver_avfeed_run()
42 step_g += step_r == 255; in arcan_frameserver_avfeed_run()
/dports/x11/arcan-trayicon/arcan-0.6.1/tests/frameservers/noreg/
H A Dnoreg.c24 uint8_t step_r = 0; in arcan_frameserver_avfeed_run() local
40 cont.vidp[ row * cont.addr->w + col ] = SHMIF_RGBA(step_r, step_g, step_b, 0xff); in arcan_frameserver_avfeed_run()
41 step_r++; in arcan_frameserver_avfeed_run()
42 step_g += step_r == 255; in arcan_frameserver_avfeed_run()
/dports/x11/aclip/arcan-0.6.1/tests/frameservers/noreg/
H A Dnoreg.c24 uint8_t step_r = 0; in main()
40 cont.vidp[ row * cont.addr->w + col ] = SHMIF_RGBA(step_r, step_g, step_b, 0xff); in main()
41 step_r++; in main()
42 step_g += step_r == 255; in main()
/dports/games/armagetronad/armagetronad-0.2.8.3.5/src/engine/
H A DeFloor.cpp113 REAL step_r, step_g, step_b; in se_MakeColorValid() local
124 step_r = step; in se_MakeColorValid()
130 step_r = step * r / rgb_sum; in se_MakeColorValid()
135 r += step_r; in se_MakeColorValid()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/pdfium/third_party/libopenjpeg20/
H A D0009-opj_pi_next.patch13 index = pi->layno * pi->step_l + pi->resno * pi->step_r + pi->compno *
23 index = pi->layno * pi->step_l + pi->resno * pi->step_r + pi->compno *
33 index = pi->layno * pi->step_l + pi->resno * pi->step_r + pi->compno *
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/pdfium/third_party/libopenjpeg20/
H A D0009-opj_pi_next.patch13 index = pi->layno * pi->step_l + pi->resno * pi->step_r + pi->compno *
23 index = pi->layno * pi->step_l + pi->resno * pi->step_r + pi->compno *
33 index = pi->layno * pi->step_l + pi->resno * pi->step_r + pi->compno *
/dports/editors/texmaker/texmaker-5.0.3/pdfium/third_party/libopenjpeg20/
H A D0009-opj_pi_next.patch13 …index = pi->layno * pi->step_l + pi->resno * pi->step_r + pi->compno * pi->step_c + pi->precno * p…
23 …index = pi->layno * pi->step_l + pi->resno * pi->step_r + pi->compno * pi->step_c + pi->precno * p…
33 …index = pi->layno * pi->step_l + pi->resno * pi->step_r + pi->compno * pi->step_c + pi->precno * p…
/dports/graphics/reallyslick/rss-glx_0.9.1/src/
H A Dsundancer2.c81 float step_r, step_g, step_b; in hack_init() local
114 step_r = (er - sr) / (quad_count * 255.0f); in hack_init()
135 temp_r += step_r; in hack_init()
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/src/
H A Dmode_selective.F73 REAL(KIND=dp), POINTER, DIMENSION(:) :: step_r component
135 ALLOCATE (ms_vib%step_r(nrep))
160 rep_env%r(j, i) = pos0(j) + ms_vib%step_r(i)*ms_vib%delta_vec(j, i)
181 rep_env%r(j, i) = pos0(j) - ms_vib%step_r(i)*ms_vib%delta_vec(j, i)
216 DEALLOCATE (ms_vib%step_r)
425 ms_vib%step_r(i) = dx/SQRT(DOT_PRODUCT(ms_vib%delta_vec(:, i), ms_vib%delta_vec(:, i)))
426 …ms_vib%step_b(i) = SQRT(DOT_PRODUCT(ms_vib%step_r(i)*ms_vib%b_vec(:, i), ms_vib%step_r(i)*ms_vib%b…
930 ms_vib%step_r(i) = dx/SQRT(DOT_PRODUCT(ms_vib%delta_vec(:, i), ms_vib%delta_vec(:, i)))
931 …ms_vib%step_b(i) = SQRT(DOT_PRODUCT(ms_vib%step_r(i)*ms_vib%b_vec(:, i), ms_vib%step_r(i)*ms_vib%b…
/dports/science/cp2k-data/cp2k-7.1.0/src/
H A Dmode_selective.F74 REAL(KIND=dp), POINTER, DIMENSION(:) :: step_r component
136 ALLOCATE (ms_vib%step_r(nrep))
161 rep_env%r(j, i) = pos0(j) + ms_vib%step_r(i)*ms_vib%delta_vec(j, i)
182 rep_env%r(j, i) = pos0(j) - ms_vib%step_r(i)*ms_vib%delta_vec(j, i)
217 DEALLOCATE (ms_vib%step_r)
426 ms_vib%step_r(i) = dx/SQRT(DOT_PRODUCT(ms_vib%delta_vec(:, i), ms_vib%delta_vec(:, i)))
427 …ms_vib%step_b(i) = SQRT(DOT_PRODUCT(ms_vib%step_r(i)*ms_vib%b_vec(:, i), ms_vib%step_r(i)*ms_vib%b…
931 ms_vib%step_r(i) = dx/SQRT(DOT_PRODUCT(ms_vib%delta_vec(:, i), ms_vib%delta_vec(:, i)))
932 …ms_vib%step_b(i) = SQRT(DOT_PRODUCT(ms_vib%step_r(i)*ms_vib%b_vec(:, i), ms_vib%step_r(i)*ms_vib%b…
/dports/graphics/openjpeg/openjpeg-2.4.0/src/lib/openjp3d/
H A Dpi.h90 int step_r; member
/dports/print/ghostscript9-x11/ghostscript-9.06/openjpeg/libopenjpeg/
H A Dpi.h75 int step_r; member
/dports/print/ghostscript9-base/ghostscript-9.06/openjpeg/libopenjpeg/
H A Dpi.h75 int step_r; member
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/openjpeg/libopenjpeg/
H A Dpi.h75 int step_r; member
/dports/graphics/openjpeg/openjpeg-2.4.0/src/lib/openmj2/
H A Dpi.h81 int step_r; member
/dports/graphics/openjpeg15/openjpeg-version.1.5.2/libopenjpeg/
H A Dpi.h75 int step_r; member

1234