Home
last modified time | relevance | path

Searched refs:pos_w (Results 1 – 25 of 88) sorted by relevance

1234

/dports/misc/urbit/urbit-urbit-0.6.0/jets/e/
H A Dlune.c16 c3_w pos_w = end_w; in u3qe_lune() local
19 if (u3r_byte(pos_w, lub) != 10) { in u3qe_lune()
23 if (pos_w == 0) { in u3qe_lune()
27 while (--pos_w) { in u3qe_lune()
28 if (u3r_byte(pos_w, lub) == 10) { in u3qe_lune()
29 lin = u3nc(u3qc_cut(3, (pos_w + 1), (end_w - pos_w - 1), lub), lin); in u3qe_lune()
30 end_w = pos_w; in u3qe_lune()
34 if (u3r_byte(pos_w, lub) == 10) { in u3qe_lune()
36 u3nc(u3qc_cut(3, (pos_w + 1), (end_w - pos_w - 1), lub), lin)); in u3qe_lune()
39 return u3nc(u3qc_cut(3, pos_w, (end_w - pos_w), lub), lin); in u3qe_lune()
H A Dlore.c11 c3_w pos_w = 0; in u3qe_lore() local
20 if ( pos_w >= len_w ) { in u3qe_lore()
25 byt_y = u3r_byte(pos_w + meg_w, lub); in u3qe_lore()
33 if ((byt_y == 0) && ((pos_w + meg_w + 1) < len_w)) { in u3qe_lore()
39 u3r_bytes(pos_w, meg_w, byts_y, lub); in u3qe_lore()
44 if ( pos_w >= len_w ) { in u3qe_lore()
48 pos_w += (meg_w + 1); in u3qe_lore()
/dports/misc/urbit/urbit-urbit-0.6.0/jets/c/
H A Drep.c57 c3_w pos_w = 0; in u3qc_rep() local
62 u3r_chop(a_g, 0, 1, pos_w, sal_w, h_cab); in u3qc_rep()
63 pos_w++; in u3qc_rep()
H A Drap.c57 c3_w pos_w = 0; in u3qc_rap() local
63 u3r_chop(a_g, 0, len_w, pos_w, sal_w, h_cab); in u3qc_rap()
64 pos_w += len_w; in u3qc_rap()
H A Dcan.c56 c3_w pos_w = 0; in u3qc_can() local
63 u3r_chop(a_g, 0, pi_cab, pos_w, sal_w, qi_cab); in u3qc_can()
64 pos_w += pi_cab; in u3qc_can()
/dports/audio/zynaddsubfx/zynaddsubfx-3.0.6-rc5/rtosc/include/rtosc/
H A Dmiditable.h175 :pos_r(0), pos_w(0), size(0) in PendingQueue()
184 vals[pos_w] = x; in insert()
186 pos_w = (pos_w+1)%32; in insert()
205 int pos_w; variable
/dports/multimedia/ccextractor/ccextractor-0.85/src/lib_ccx/
H A Dccx_encoders_sami.c50 int pos_w=0; in write_stringz_as_sami() local
56 unescaped[pos_w] = 0; in write_stringz_as_sami()
61 unescaped[pos_w] = string[pos_r]; in write_stringz_as_sami()
64 pos_w++; in write_stringz_as_sami()
66 unescaped[pos_w] = 0; in write_stringz_as_sami()
H A Dccx_encoders_ssa.c34 int pos_w=0; in write_stringz_as_ssa() local
40 unescaped[pos_w]=0; in write_stringz_as_ssa()
45 unescaped[pos_w]=string[pos_r]; in write_stringz_as_ssa()
48 pos_w++; in write_stringz_as_ssa()
50 unescaped[pos_w]=0; in write_stringz_as_ssa()
H A Dccx_encoders_srt.c39 int pos_w=0; in write_stringz_as_srt() local
45 unescaped[pos_w]=0; in write_stringz_as_srt()
50 unescaped[pos_w]=string[pos_r]; in write_stringz_as_srt()
53 pos_w++; in write_stringz_as_srt()
55 unescaped[pos_w]=0; in write_stringz_as_srt()
H A Dccx_encoders_smptett.c43 int pos_w = 0; in write_stringz_as_smptett() local
64 unescaped[pos_w] = 0; in write_stringz_as_smptett()
69 unescaped[pos_w] = string[pos_r]; in write_stringz_as_smptett()
72 pos_w++; in write_stringz_as_smptett()
74 unescaped[pos_w] = 0; in write_stringz_as_smptett()
H A Dccx_encoders_webvtt.c149 int pos_w = 0; in write_stringz_as_webvtt() local
155 unescaped[pos_w] = 0; in write_stringz_as_webvtt()
160 unescaped[pos_w] = string[pos_r]; in write_stringz_as_webvtt()
163 pos_w++; in write_stringz_as_webvtt()
165 unescaped[pos_w] = 0; in write_stringz_as_webvtt()
/dports/astro/oskar/OSKAR-2.8.0/oskar/imager/
H A Ddefine_grid_tile_utils.h39 const float pos_w = (float)(ww[i] * w_scale);\
42 int grid_w = ROUND_float(sqrt(fabs(pos_w)));\
128 const float pos_w = (float)(ww[i] * w_scale);\
131 int grid_w = ROUND_float(sqrt(fabs(pos_w)));\
134 grid_w *= (pos_w > 0 ? 1 : -1); /* Preserve sign of pos_w in grid_w. */\
/dports/graphics/frei0r-plugins-gavl/frei0r-1.7.0-18-g86475d3/src/filter/tehroxx0r/
H A DtehRoxx0r.c130 unsigned int pos_w, pos_h; in f0r_update() local
179 pos_w = inst->block_size * in f0r_update()
186 dst = outframe + pos_w; in f0r_update()
205 dst = outframe + (h-inst->block_size) *w + pos_w; in f0r_update()
/dports/graphics/frei0r/frei0r-1.7.0-18-g86475d3/src/filter/tehroxx0r/
H A DtehRoxx0r.c130 unsigned int pos_w, pos_h; in f0r_update() local
179 pos_w = inst->block_size * in f0r_update()
186 dst = outframe + pos_w; in f0r_update()
205 dst = outframe + (h-inst->block_size) *w + pos_w; in f0r_update()
/dports/graphics/frei0r-plugins-opencv/frei0r-1.7.0-18-g86475d3/src/filter/tehroxx0r/
H A DtehRoxx0r.c130 unsigned int pos_w, pos_h; in f0r_update() local
179 pos_w = inst->block_size * in f0r_update()
186 dst = outframe + pos_w; in f0r_update()
205 dst = outframe + (h-inst->block_size) *w + pos_w; in f0r_update()
/dports/devel/boost-docs/boost_1_72_0/boost/graph/
H A Dcore_numbers.hpp261 degree_type pos_w = bin[deg_u]; in core_numbers_impl() local
262 vertex w = vert[pos_w]; in core_numbers_impl()
265 put(pos,u,pos_w); in core_numbers_impl()
267 vert[pos_w] = u; in core_numbers_impl()
/dports/devel/boost-python-libs/boost_1_72_0/boost/graph/
H A Dcore_numbers.hpp261 degree_type pos_w = bin[deg_u]; in core_numbers_impl() local
262 vertex w = vert[pos_w]; in core_numbers_impl()
265 put(pos,u,pos_w); in core_numbers_impl()
267 vert[pos_w] = u; in core_numbers_impl()
/dports/devel/R-cran-BH/BH/inst/include/boost/graph/
H A Dcore_numbers.hpp285 degree_type pos_w = bin[deg_u]; in core_numbers_impl() local
286 vertex w = vert[pos_w]; in core_numbers_impl()
290 put(pos, u, pos_w); in core_numbers_impl()
292 vert[pos_w] = u; in core_numbers_impl()
/dports/games/frogatto/frogatto-1.3.1/MacOSJet/boost/include/boost/graph/
H A Dcore_numbers.hpp259 degree_type pos_w = bin[deg_u]; in core_numbers_impl() local
260 vertex w = vert[pos_w]; in core_numbers_impl()
263 put(pos,u,pos_w); in core_numbers_impl()
265 vert[pos_w] = u; in core_numbers_impl()
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/boost/graph/
H A Dcore_numbers.hpp261 degree_type pos_w = bin[deg_u]; in core_numbers_impl() local
262 vertex w = vert[pos_w]; in core_numbers_impl()
265 put(pos,u,pos_w); in core_numbers_impl()
267 vert[pos_w] = u; in core_numbers_impl()
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/graph/
H A Dcore_numbers.hpp285 degree_type pos_w = bin[deg_u]; in core_numbers_impl() local
286 vertex w = vert[pos_w]; in core_numbers_impl()
290 put(pos, u, pos_w); in core_numbers_impl()
292 vert[pos_w] = u; in core_numbers_impl()
/dports/databases/percona57-server/boost_1_59_0/boost/graph/
H A Dcore_numbers.hpp261 degree_type pos_w = bin[deg_u]; in core_numbers_impl() local
262 vertex w = vert[pos_w]; in core_numbers_impl()
265 put(pos,u,pos_w); in core_numbers_impl()
267 vert[pos_w] = u; in core_numbers_impl()
/dports/databases/xtrabackup/boost_1_59_0/boost/graph/
H A Dcore_numbers.hpp261 degree_type pos_w = bin[deg_u]; in core_numbers_impl() local
262 vertex w = vert[pos_w]; in core_numbers_impl()
265 put(pos,u,pos_w); in core_numbers_impl()
267 vert[pos_w] = u; in core_numbers_impl()
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/graph/
H A Dcore_numbers.hpp261 degree_type pos_w = bin[deg_u]; in core_numbers_impl() local
262 vertex w = vert[pos_w]; in core_numbers_impl()
265 put(pos,u,pos_w); in core_numbers_impl()
267 vert[pos_w] = u; in core_numbers_impl()
/dports/databases/percona57-client/boost_1_59_0/boost/graph/
H A Dcore_numbers.hpp261 degree_type pos_w = bin[deg_u]; in core_numbers_impl() local
262 vertex w = vert[pos_w]; in core_numbers_impl()
265 put(pos,u,pos_w); in core_numbers_impl()
267 vert[pos_w] = u; in core_numbers_impl()

1234