Home
last modified time | relevance | path

Searched refs:d_pos (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/dns/powerdns/pdns-4.5.2/pdns/
H A Drcpgenerator.cc165 d_pos++; in xfrIP()
188d_pos+len < d_string.length() && (isxdigit(d_string.at(d_pos+len)) || d_string.at(d_pos+len) == ':… in xfrIP6()
263 d_pos++; in xfrName()
294 d_pos++; in xfrBlobNoSpaces()
311 while(d_pos < d_end && isbase64(strptr[d_pos], true)) in xfrBlob()
312 d_pos++; in xfrBlob()
487 d_pos++; in xfrHexBlob()
536 while(++d_pos < d_end && d_string[d_pos]!='"') { in xfrText()
537 if(d_string[d_pos]=='\\' && d_pos+1!=d_end) { in xfrText()
561 while(++d_pos < d_end && d_string[d_pos] != ' '){ in xfrUnquotedText()
[all …]
H A Ddnsparser.cc381 d_pos+=len; in copyRecord()
390 d_pos += sizeof(ret); in xfrNodeOrLocatorID()
445 d_pos+=consumed; in getName()
494 string val(&d_content.at(d_pos), &d_content.at(d_pos+labellen-1)+1); in getText()
498 d_pos+=labellen; in getText()
510 stop_at = static_cast<uint8_t>(d_content.at(d_pos)) + d_pos + 1; in getUnquotedText()
515 if (stop_at < d_pos) { in getUnquotedText()
519 if(stop_at == d_pos) in getUnquotedText()
522 d_pos++; in getUnquotedText()
524 d_pos = stop_at; in getUnquotedText()
[all …]
/dports/devel/z88dk/z88dk/libsrc/target/nc100/fcntl/
H A Dopendir.c11 static int d_pos;
23 d_pos = 0;
38 if (d_pos == 0) { in hppa_dynamic_excp()
47 d_pos++;
59 if (d_pos == pos)
61 d_pos = pos;
63 while(d_pos != pos)
71 return d_pos;
/dports/dns/dnsdist/dnsdist-1.6.1/
H A Ddnsparser.cc381 d_pos+=len; in copyRecord()
390 d_pos += sizeof(ret); in xfrNodeOrLocatorID()
445 d_pos+=consumed; in getName()
494 string val(&d_content.at(d_pos), &d_content.at(d_pos+labellen-1)+1); in getText()
498 d_pos+=labellen; in getText()
510 stop_at = static_cast<uint8_t>(d_content.at(d_pos)) + d_pos + 1; in getUnquotedText()
515 if (stop_at < d_pos) { in getUnquotedText()
519 if(stop_at == d_pos) in getUnquotedText()
522 d_pos++; in getUnquotedText()
524 d_pos = stop_at; in getUnquotedText()
[all …]
/dports/science/scidavis/scidavis-2.4.0/libscidavis/src/
H A DPlotEnrichement.cpp32 PlotEnrichement::PlotEnrichement() : d_x_right(0), d_y_bottom(0), d_pos(QPoint()), d_size(QSize()) in PlotEnrichement()
38 d_pos = p; in setOrigin()
61 d_pos = r.topLeft(); in setBoundingRect()
70 setXValue(plot()->invTransform(xAxis(), d_pos.x())); in updateBoundingRect()
71 d_x_right = plot()->invTransform(xAxis(), d_pos.x() + d_size.width()); in updateBoundingRect()
73 setYValue(plot()->invTransform(yAxis(), d_pos.y())); in updateBoundingRect()
74 d_y_bottom = plot()->invTransform(yAxis(), d_pos.y() + d_size.height()); in updateBoundingRect()
85 if (d_pos == QPoint(x, y) && d_size == QSize(w, h)) in setRect()
88 d_pos = QPoint(x, y); in setRect()
H A DImageMarker.cpp34 ImageMarker::ImageMarker(const QString &fn) : d_pos(QPoint(0, 0)), d_x_right(0), d_y_bottom(0) in ImageMarker()
66 d_pos = p; in setOrigin()
80 if (d_pos == QPoint(x, y) && d_size == QSize(w, h)) in setRect()
83 d_pos = QPoint(x, y); in setRect()
104 d_pos = r.topLeft(); in setBoundingRect()
113 setXValue(plot()->invTransform(xAxis(), d_pos.x())); in updateBoundingRect()
114 d_x_right = plot()->invTransform(xAxis(), d_pos.x() + d_size.width()); in updateBoundingRect()
116 setYValue(plot()->invTransform(yAxis(), d_pos.y())); in updateBoundingRect()
117 d_y_bottom = plot()->invTransform(yAxis(), d_pos.y() + d_size.height()); in updateBoundingRect()
/dports/graphics/blender/blender-2.91.0/intern/iksolver/intern/
H A DIK_QTask.cpp58 Vector3d d_pos = m_goal - pos; in ComputeJacobian() local
59 double length = d_pos.norm(); in ComputeJacobian()
62 d_pos = (m_clamp_length / length) * d_pos; in ComputeJacobian()
64 jacobian.SetBetas(m_id, m_size, m_weight * d_pos); in ComputeJacobian()
89 Vector3d d_pos = m_goal - pos; in Distance() local
90 return d_pos.norm(); in Distance()
198 Vector3d d_pos = m_goal_center - center; in ComputeJacobian() local
200 m_distance = d_pos.norm(); in ComputeJacobian()
204 d_pos = (m_clamp_length / m_distance) * d_pos; in ComputeJacobian()
207 jacobian.SetBetas(m_id, m_size, m_weight * d_pos); in ComputeJacobian()
/dports/cad/nvc/nvc-r1.5.3/test/elab/
H A Dissue328.vhd25 variable d_pos : integer; variable
29 INFO_RANGE.DATA_LO := d_pos;
30 INFO_RANGE.DATA_HI := d_pos + BITS-1;
31 d_pos := d_pos + BITS;
34 d_pos := 0;
35 v.DATA_LO := d_pos;
38 v.DATA_HI := d_pos - 1;
H A Dissue330.vhd39 variable d_pos : integer; variable
43 INFO_RANGE.DATA_LO := d_pos;
44 INFO_RANGE.DATA_HI := d_pos + BITS-1;
45 d_pos := d_pos + BITS;
48 d_pos := 0;
49 v.DATA_LO := d_pos;
52 v.DATA_HI := d_pos - 1;
/dports/cad/nvc/nvc-r1.5.3/test/simp/
H A Dissue331.vhd26 variable d_pos : integer; variable
30 INFO_RANGE.DATA_LO := d_pos;
31 INFO_RANGE.DATA_HI := d_pos + BITS-1;
32 d_pos := d_pos + BITS;
35 d_pos := 0;
36 v.DATA_LO := d_pos;
41 v.DATA_HI := d_pos - 1;
/dports/games/lordsawar/lordsawar-0.3.2/src/
H A DPositioned.cpp23 :d_pos(pos) in Positioned()
28 :d_pos(pos.d_pos) in Positioned()
36 helper->getData(d_pos.x, "x"); in Positioned()
37 helper->getData(d_pos.y, "y"); in Positioned()
/dports/math/cvc4/CVC4-1.7/src/util/
H A Dbin_heap.h52 size_t d_pos; member
169 size_t pos = he->d_pos; in erase()
218 size_t pos = he->d_pos; in update()
275 size_t i = at_i->d_pos; in swapPointers()
276 size_t j = at_j->d_pos; in swapPointers()
282 Assert(i == at_i->d_pos); in swap()
283 Assert(j == at_j->d_pos); in swap()
286 at_i->d_pos = j; in swap()
287 at_j->d_pos = i; in swap()
291 const size_t& curr = he->d_pos; in up_heap()
[all …]
/dports/devel/silentbob/silentbob-3.0/src/
H A Dfs.cxx32 int d_pos = 0; in Dread_to_eof() local
42 d_ret = read (fd, &d_buf[d_pos], d_size - d_pos - 1); in Dread_to_eof()
49 d_pos += d_ret; in Dread_to_eof()
50 if ((d_size - d_pos) < 4096) { in Dread_to_eof()
62 *d_out_size = d_pos; in Dread_to_eof()
64 d_buf[d_pos] = 0; in Dread_to_eof()
/dports/www/nextcloud-appointments/appointments/lib/Backend/
H A DExternalModeSabrePlugin.php68 $d_pos=strpos($data,"\r\nDESCRIPTION:_",$es);
69 if($d_pos!==false && $d_pos<$ee){
80 $d_pos=strpos($_data,"\r\nDESCRIPTION:_",$es);
91 … $data=substr($_data,0,$d_pos).$add.substr($_data,$d_pos+($_data[$d_pos+15]==="\r"?15:0));
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/CIPLabeler/
H A DCIPMol.h29 CIPMolIter(ROMol &mol, U pos) : d_mol{mol}, d_pos{std::move(pos)} {} in CIPMolIter()
32 d_current = d_mol[*d_pos];
37 ++d_pos;
41 bool operator!=(const CIPMolIter &it) const { return d_pos != it.d_pos; }
45 U d_pos; variable
/dports/math/igraph/igraph-0.9.5/vendor/glpk/intopt/
H A Dcfg.c266 k = d_pos[v]; in intersection()
284 d_pos[v] = new_len; in intersection()
288 d_pos[v] = 0; in intersection()
296 int d_len, *d_ind, *d_pos, len, *ind; in cfg_expand_clique() local
301 d_pos = talloc(1+nv, int); in cfg_expand_clique()
306 d_ind[k] = d_pos[k] = k; in cfg_expand_clique()
313 xassert(d_pos[v] != 0); in cfg_expand_clique()
317 d_len = intersection(d_len, d_ind, d_pos, len, ind); in cfg_expand_clique()
319 xassert(d_pos[v] == 0); in cfg_expand_clique()
334 xassert(d_pos[v] == 0); in cfg_expand_clique()
[all …]
/dports/math/glpk/glpk-5.0/src/intopt/
H A Dcfg.c266 k = d_pos[v]; in intersection()
284 d_pos[v] = new_len; in intersection()
288 d_pos[v] = 0; in intersection()
296 int d_len, *d_ind, *d_pos, len, *ind; in cfg_expand_clique() local
301 d_pos = talloc(1+nv, int); in cfg_expand_clique()
306 d_ind[k] = d_pos[k] = k; in cfg_expand_clique()
313 xassert(d_pos[v] != 0); in cfg_expand_clique()
317 d_len = intersection(d_len, d_ind, d_pos, len, ind); in cfg_expand_clique()
319 xassert(d_pos[v] == 0); in cfg_expand_clique()
334 xassert(d_pos[v] == 0); in cfg_expand_clique()
[all …]
/dports/biology/vsearch/vsearch-2.17.1/src/
H A Dshowalign.cc72 static int64_t d_pos; variable
103 d_start = d_pos; in putop()
114 ds = d_seq[d_pos]; in putop()
116 d_pos += 1; in putop()
144 ds = d_seq[d_pos]; in putop()
145 d_pos += 1; in putop()
173 int64_t d2 = d_pos; in putop()
228 d_pos = seq2off; in align_show()
/dports/x11/mlterm/mlterm-3.9.1/baselib/src/
H A Dbl_util.c79 size_t d_pos; in bl_base64_decode() local
95 d_pos = e_pos = 0; in bl_base64_decode()
118 decoded[d_pos++] = (((bytes[0] << 2) & 0xfc) | ((bytes[1] >> 4) & 0x3)); in bl_base64_decode()
121 decoded[d_pos++] = (((bytes[1] << 4) & 0xf0) | ((bytes[2] >> 2) & 0xf)); in bl_base64_decode()
127 decoded[d_pos++] = (((bytes[2] << 6) & 0xc0) | (bytes[3] & 0x3f)); in bl_base64_decode()
135 decoded[d_pos] = '\0'; in bl_base64_decode()
141 return d_pos; in bl_base64_decode()
/dports/graphics/inkscape/inkscape-1.1_2021-05-24_c4e8f9ed74/src/ui/dialog/
H A Dlpe-fillet-chamfer-properties.cpp139 double d_pos = _fillet_chamfer_position_numeric.get_value(); in _apply() local
140 if (d_pos >= 0) { in _apply()
151 if (d_pos > 99.99999 || d_pos < 0) { in _apply()
152 d_pos = 0; in _apply()
154 d_pos = d_pos / 100; in _apply()
156 _satellite.amount = d_pos; in _apply()
/dports/games/edge/Edge-1.35-source/src/
H A Ds_blit.cc261 int *d_pos = dest; in MixMono() local
262 int *d_end = d_pos + pairs; in MixMono()
266 while (d_pos < d_end) in MixMono()
285 int *d_pos = dest; in MixStereo() local
286 int *d_end = d_pos + pairs * 2; in MixStereo()
290 while (d_pos < d_end) in MixStereo()
312 int *d_pos = dest; in MixInterleaved() local
313 int *d_end = d_pos + pairs * 2; in MixInterleaved()
317 while (d_pos < d_end) in MixInterleaved()
321 *d_pos++ += src_L[pos ] * chan->volume_L; in MixInterleaved()
[all …]
/dports/x11/xscreensaver/xscreensaver-5.44/hacks/
H A Dcritical.c62 int d_pos; member
336 st->d_pos = 1; in critical_init()
364 assert(st->d_pos >= 0 && st->d_pos < st->settings.trail); in critical_draw()
365 model_step (st->model, &st->history[st->d_pos]); in critical_draw()
367 draw_step (st, st->fgc, st->d_pos); in critical_draw()
371 if (++st->d_pos >= st->settings.trail) in critical_draw()
373 st->d_pos -= st->settings.trail; in critical_draw()
379 draw_step (st, st->bgc, st->d_pos+1); in critical_draw()
401 st->d_pos = 1; in critical_draw()
/dports/audio/lmms/lmms-1.2.2/plugins/LadspaEffect/swh/
H A Dcomb_1190.c175 float xf, xf_step, d_pos, fr, interp; in runComb() local
184 d_pos = comb_pos - LIN_INTERP(xf, last_offset, offset); in runComb()
185 data_pos = f_trunc(d_pos); in runComb()
186 fr = d_pos - data_pos; in runComb()
232 float xf, xf_step, d_pos, fr, interp; in runAddingComb() local
241 d_pos = comb_pos - LIN_INTERP(xf, last_offset, offset); in runAddingComb()
242 data_pos = f_trunc(d_pos); in runAddingComb()
243 fr = d_pos - data_pos; in runAddingComb()
H A Dcomb_splitter_1411.c175 float xf, xf_step, d_pos, fr, interp, in; in runCombSplitter() local
184 d_pos = comb_pos - LIN_INTERP(xf, last_offset, offset); in runCombSplitter()
185 data_pos = f_trunc(d_pos); in runCombSplitter()
186 fr = d_pos - data_pos; in runCombSplitter()
234 float xf, xf_step, d_pos, fr, interp, in; in runAddingCombSplitter() local
243 d_pos = comb_pos - LIN_INTERP(xf, last_offset, offset); in runAddingCombSplitter()
244 data_pos = f_trunc(d_pos); in runAddingCombSplitter()
245 fr = d_pos - data_pos; in runAddingCombSplitter()
/dports/science/rdkit/rdkit-Release_2021_03_5/Code/GraphMol/Trajectory/
H A DTrajectory.cpp23 PRECONDITION(d_pos, "d_pos must not be NULL"); in getPoint2D()
29 return RDGeom::Point2D(d_pos[i], d_pos[i + 1]); in getPoint2D()
33 PRECONDITION(d_pos, "d_pos must not be NULL"); in getPoint3D()
40 RDGeom::Point3D(d_pos[i], d_pos[i + 1], in getPoint3D()
41 (d_trajectory->dimension() == 3) ? d_pos[i + 2] : 0.0)); in getPoint3D()

1234567