Home
last modified time | relevance | path

Searched refs:off_copy (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/stream_processor/
H A Dflb_sp_snapshot.c51 size_t off_copy;
64 off_copy = off;
75 snapshot->size = snapshot->size - (off - off_copy);
76 off_copy = off;
88 snapshot->size = snapshot->size - (off - off_copy);
89 off_copy = off;
H A Dflb_sp.c1572 size_t off_copy; in sp_process_data() local
1593 off_copy = off; in sp_process_data()
1613 flb_sp_snapshot_update(task, buf_data + off_copy, off - off_copy, &tms); in sp_process_data()
1614 off_copy = off; in sp_process_data()
/dports/math/wfmath/wfmath-1.0.2/wfmath/
H A Dpolygon_intersect.h325 Vector<dim> off_copy = off; in _Intersect() local
328 off_copy -= o1.m_axes[0] * data.off[0]; in _Intersect()
330 off_copy -= o1.m_axes[1] * data.off[1]; in _Intersect()
332 if(off_copy.sqrMag() > off_sqr_mag * numeric_constants<CoordType>::epsilon()) in _Intersect()