Home
last modified time | relevance | path

Searched refs:_ref (Results 1 – 25 of 1765) sorted by relevance

12345678910>>...71

/dports/textproc/py-pyexcel/pyexcel-0.6.7/pyexcel/internal/sheets/
H A Dcolumn.py111 for index in self._ref.column_range():
168 self._ref.delete_columns(indices)
173 self._ref.delete_columns(my_range)
176 self._ref.delete_columns([index])
184 self._ref.delete_columns([aslice])
203 self._ref, "set_named_column_at"
226 self._ref, "named_column_at"
243 return self._ref.column_at(index)
270 new_instance = self._ref.clone()
289 if attr not in self._ref.colnames:
[all …]
H A Drow.py94 for index in self._ref.row_range():
97 self._ref.filter(row_indices=to_remove)
144 self._ref.delete_rows(indices)
147 self._ref.delete_rows(my_range)
157 self._ref.delete_rows([locator])
164 if attr not in self._ref.rownames:
177 self._ref.delete_rows(to_remove)
186 self._ref.set_row_at(i, a_row)
204 return self._ref.row_at(index)
228 new_instance = self._ref.clone()
[all …]
/dports/games/doomsday/doomsday-2.3.1/doomsday/sdk/libcore/include/de/data/
H A Dcounted.h220 RefArg() : _ref(0) {} in RefArg()
221 RefArg(RefArg const &other) : _ref(other._ref) {} in RefArg()
225 operator CountedType * () { return _ref; }
227 CountedType *get() { return _ref; } in get()
234 CountedType *_ref;
245 AutoRef() : _ref(nullptr) {} in AutoRef()
246 AutoRef(CountedType *preHeld) : _ref(preHeld) {} in AutoRef()
247 AutoRef(CountedType &ref) : _ref(holdRef(ref)) {} in AutoRef()
248 ~AutoRef() { releaseRef(_ref); } in ~AutoRef()
250 CountedType *get() const { return _ref; } in get()
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/include/Ice/
H A DUniqueRef.h24 _ref(ref) in _ref() function
30 if(_ref != 0) in ~UniqueRef()
38 R r = _ref; in release()
39 _ref = 0; in release()
51 if(_ref != 0)
55 _ref = ref;
65 return _ref; in get()
70 return _ref; in get()
81 a._ref = _ref; in swap()
82 _ref = tmp; in swap()
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/include/Ice/
H A DUniqueRef.h24 _ref(ref) in _ref() function
30 if(_ref != 0) in ~UniqueRef()
38 R r = _ref; in release()
39 _ref = 0; in release()
51 if(_ref != 0)
55 _ref = ref;
65 return _ref; in get()
70 return _ref; in get()
81 a._ref = _ref; in swap()
82 _ref = tmp; in swap()
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/include/Ice/
H A DUniqueRef.h24 _ref(ref) in _ref() function
30 if(_ref != 0) in ~UniqueRef()
38 R r = _ref; in release()
39 _ref = 0; in release()
51 if(_ref != 0)
55 _ref = ref;
65 return _ref; in get()
70 return _ref; in get()
81 a._ref = _ref; in swap()
82 _ref = tmp; in swap()
[all …]
/dports/devel/php-ice37/ice-3.7.2/cpp/include/IceUtil/
H A DAtomic.h69 _ref(0)
74 _ref(desired)
83 return __sync_fetch_and_add(&_ref, value);
86 int tmp = _ref;
87 _ref += value;
104 ATOMIC_T tmp = _ref;
105 _ref -= value;
118 return _ref;
131 int tmp = _ref;
132 _ref = value;
[all …]
/dports/devel/ice37/ice-3.7.2/cpp/include/IceUtil/
H A DAtomic.h69 _ref(0)
74 _ref(desired)
83 return __sync_fetch_and_add(&_ref, value);
86 int tmp = _ref;
87 _ref += value;
104 ATOMIC_T tmp = _ref;
105 _ref -= value;
118 return _ref;
131 int tmp = _ref;
132 _ref = value;
[all …]
/dports/devel/py-ice37/ice-3.7.2/cpp/include/IceUtil/
H A DAtomic.h69 _ref(0)
74 _ref(desired)
83 return __sync_fetch_and_add(&_ref, value);
86 int tmp = _ref;
87 _ref += value;
104 ATOMIC_T tmp = _ref;
105 _ref -= value;
118 return _ref;
131 int tmp = _ref;
132 _ref = value;
[all …]
/dports/devel/libegit2/libegit2-0ef8b13/src/
H A Degit-reference.c82 EGIT_ASSERT_REFERENCE(_ref); in egit_reference_dup()
148 EGIT_ASSERT_REFERENCE(_ref); in egit_reference_name()
178 EGIT_ASSERT_REFERENCE(_ref); in egit_reference_owner()
190 EGIT_ASSERT_REFERENCE(_ref); in egit_reference_peel()
208 EGIT_ASSERT_REFERENCE(_ref); in egit_reference_resolve()
219 EGIT_ASSERT_REFERENCE(_ref); in egit_reference_shorthand()
229 EGIT_ASSERT_REFERENCE(_ref); in egit_reference_symbolic_target()
239 EGIT_ASSERT_REFERENCE(_ref); in egit_reference_target()
251 EGIT_ASSERT_REFERENCE(_ref); in egit_reference_target_peel()
262 EGIT_ASSERT_REFERENCE(_ref); in egit_reference_type()
[all …]
H A Degit-reference.h10 EGIT_DEFUN(reference_dup, emacs_value _ref);
15 EGIT_DEFUN(reference_name, emacs_value _ref);
16 EGIT_DEFUN(reference_owner, emacs_value _ref);
18 EGIT_DEFUN(reference_resolve, emacs_value _ref);
19 EGIT_DEFUN(reference_shorthand, emacs_value _ref);
21 EGIT_DEFUN(reference_target, emacs_value _ref);
23 EGIT_DEFUN(reference_type, emacs_value _ref);
25 EGIT_DEFUN(reference_delete, emacs_value _ref);
29 EGIT_DEFUN(reference_branch_p, emacs_value _ref);
33 EGIT_DEFUN(reference_note_p, emacs_value _ref);
[all …]
/dports/math/linbox/linbox-1.6.3/linbox/vector/
H A Dbit-vector.inl229 _ref._word = i._ref._word;
230 _ref._pos = i._ref._pos;
308 return (_ref._word - i._ref._word) * __LINBOX_BITSOF_LONG + (_ref._pos - i._ref._pos);
328 return (_ref._word == c._ref._word) && (_ref._pos == c._ref._pos);
333 return (_ref._word != c._ref._word) || (_ref._pos != c._ref._pos);
359 _ref (i._ref._word, i._ref._pos)
441 return (_ref._word - i._ref._word) * __LINBOX_BITSOF_LONG + (_ref._pos - i._ref._pos);
456 return (_ref._word == c._ref._word) && (_ref._pos == c._ref._pos);
461 return (this->_ref._word == c._ref._word) && (this->_ref._pos == c._ref._pos);
466 return (_ref._word != c._ref._word) || (_ref._pos != c._ref._pos);
[all …]
/dports/games/openxcom/OpenXcom-1.0/src/Engine/
H A DOptionInfo.cpp36 _ref.b = option; in OptionInfo()
50 _ref.i = option; in OptionInfo()
64 _ref.k = option; in OptionInfo()
78 _ref.s = option; in OptionInfo()
126 *(_ref.b) = b; in load()
131 *(_ref.i) = i; in load()
139 *(_ref.s) = value; in load()
230 return _ref.b; in asBool()
244 return _ref.i; in asInt()
258 return _ref.k; in asKey()
[all …]
/dports/devel/libical/libical-3.0.8/src/python/
H A DProperty.py68 self._ref = None
71 self._ref = ref
74 self._ref = icalproperty_new(kind)
77 icalproperty_set_x_name(self._ref, type)
79 if self._ref == None or self._ref == 'NULL':
99 return icalproperty_get_property_name(self._ref)
105 if not self._deleted and self._ref and \
108 icalproperty_free(self._ref)
110 self._ref = v
112 return self._ref
[all …]
H A DStore.py87 self._ref = icalfileset_new(file)
90 if self._ref == None or self._ref == 'NULL':
94 icalfileset_free(self._ref)
97 return icalfileset_path(self._ref)
100 icalfileset_mark(self._ref)
103 icalfileset_commit(self._ref)
120 return icalfileset_count_components(self._ref, _kind)
123 error = icalfileset_select(self._ref, gauge.ref())
126 icalfileset_clear(self._ref)
129 comp_ref = icalfileset_fetch(self._ref, uid)
[all …]
/dports/net-im/dendrite/dendrite-0.5.1/vendor/golang.org/x/mobile/bind/testdata/
H A Dkeywords.objc.m.golden21 int32_t refnum = go_seq_go_to_refnum(self._ref);
26 int32_t refnum = go_seq_go_to_refnum(self._ref);
31 int32_t refnum = go_seq_go_to_refnum(self._ref);
36 int32_t refnum = go_seq_go_to_refnum(self._ref);
41 int32_t refnum = go_seq_go_to_refnum(self._ref);
46 int32_t refnum = go_seq_go_to_refnum(self._ref);
51 int32_t refnum = go_seq_go_to_refnum(self._ref);
56 int32_t refnum = go_seq_go_to_refnum(self._ref);
61 int32_t refnum = go_seq_go_to_refnum(self._ref);
66 int32_t refnum = go_seq_go_to_refnum(self._ref);
[all …]
/dports/biology/hisat2/hisat2-2.2.1/
H A Dsplice_site.h111 _ref = c._ref; in init()
124 return _ref == o._ref &&
138 if(_ref < o._ref) return true;
139 if(_ref > o._ref) return false;
163 if(_ref > o._ref) return true;
164 if(_ref < o._ref) return false;
403 _ref = c._ref; in init()
415 return _ref == o._ref &&
427 if(_ref < o._ref) return true;
428 if(_ref > o._ref) return false;
[all …]
/dports/www/kf5-khtml/khtml-5.89.0/src/misc/
H A Dshared.h45 _ref++; in ref()
49 if (_ref) { in deref()
50 _ref--; in deref()
52 if (!_ref) { in deref()
63 return _ref; in refCount()
80 _ref = 0; in TreeShared()
85 _ref = 0; in TreeShared()
100 _ref++; in ref()
104 if (_ref) { in deref()
105 _ref--; in deref()
[all …]
/dports/lang/solidity/solidity_0.8.11/liblangutil/
H A DSourceReferenceFormatter.cpp105 void SourceReferenceFormatter::printSourceLocation(SourceReference const& _ref) in printSourceLocation() argument
107 if (_ref.sourceName.empty()) in printSourceLocation()
110 if (_ref.position.line < 0) in printSourceLocation()
113 m_stream << ' ' << _ref.sourceName << '\n'; in printSourceLocation()
123 m_stream << ' ' << _ref.sourceName << ':' << line << ':' << (_ref.position.column + 1) << ":\n"; in printSourceLocation()
125 string_view text = _ref.text; in printSourceLocation()
127 if (!_ref.multiline) in printSourceLocation()
129 size_t const locationLength = static_cast<size_t>(_ref.endColumn - _ref.startColumn); in printSourceLocation()
139 m_stream << ' ' << text.substr(0, static_cast<size_t>(_ref.startColumn)); in printSourceLocation()
141 m_stream << text.substr(static_cast<size_t>(_ref.endColumn)) << '\n'; in printSourceLocation()
[all …]
/dports/multimedia/libtheora/libtheora-1.1.1/lib/
H A Dencfrag.c34 _ref+=_ystride; in oc_enc_frag_sub_c()
67 _ref+=_ystride; in oc_enc_frag_sad_c()
88 _ref+=_ystride; in oc_enc_frag_sad_thresh_c()
131 t0=_src[0]-_ref[0]+_src[4]-_ref[4]; in oc_diff_hadamard()
132 t4=_src[0]-_ref[0]-_src[4]+_ref[4]; in oc_diff_hadamard()
133 t1=_src[1]-_ref[1]+_src[5]-_ref[5]; in oc_diff_hadamard()
134 t5=_src[1]-_ref[1]-_src[5]+_ref[5]; in oc_diff_hadamard()
135 t2=_src[2]-_ref[2]+_src[6]-_ref[6]; in oc_diff_hadamard()
136 t6=_src[2]-_ref[2]-_src[6]+_ref[6]; in oc_diff_hadamard()
137 t3=_src[3]-_ref[3]+_src[7]-_ref[7]; in oc_diff_hadamard()
[all …]
/dports/math/vtk9/VTK-9.1.0/ThirdParty/theora/vtktheora/lib/
H A Dencfrag.c34 _ref+=_ystride; in oc_enc_frag_sub_c()
67 _ref+=_ystride; in oc_enc_frag_sad_c()
88 _ref+=_ystride; in oc_enc_frag_sad_thresh_c()
131 t0=_src[0]-_ref[0]+_src[4]-_ref[4]; in oc_diff_hadamard()
132 t4=_src[0]-_ref[0]-_src[4]+_ref[4]; in oc_diff_hadamard()
133 t1=_src[1]-_ref[1]+_src[5]-_ref[5]; in oc_diff_hadamard()
134 t5=_src[1]-_ref[1]-_src[5]+_ref[5]; in oc_diff_hadamard()
135 t2=_src[2]-_ref[2]+_src[6]-_ref[6]; in oc_diff_hadamard()
136 t6=_src[2]-_ref[2]-_src[6]+_ref[6]; in oc_diff_hadamard()
137 t3=_src[3]-_ref[3]+_src[7]-_ref[7]; in oc_diff_hadamard()
[all …]
/dports/devel/godot/godot-3.2.3-stable/thirdparty/libtheora/
H A Dencfrag.c34 _ref+=_ystride; in oc_enc_frag_sub_c()
67 _ref+=_ystride; in oc_enc_frag_sad_c()
88 _ref+=_ystride; in oc_enc_frag_sad_thresh_c()
131 t0=_src[0]-_ref[0]+_src[4]-_ref[4]; in oc_diff_hadamard()
132 t4=_src[0]-_ref[0]-_src[4]+_ref[4]; in oc_diff_hadamard()
133 t1=_src[1]-_ref[1]+_src[5]-_ref[5]; in oc_diff_hadamard()
134 t5=_src[1]-_ref[1]-_src[5]+_ref[5]; in oc_diff_hadamard()
135 t2=_src[2]-_ref[2]+_src[6]-_ref[6]; in oc_diff_hadamard()
136 t6=_src[2]-_ref[2]-_src[6]+_ref[6]; in oc_diff_hadamard()
137 t3=_src[3]-_ref[3]+_src[7]-_ref[7]; in oc_diff_hadamard()
[all …]
/dports/devel/godot-tools/godot-3.2.3-stable/thirdparty/libtheora/
H A Dencfrag.c34 _ref+=_ystride; in oc_enc_frag_sub_c()
67 _ref+=_ystride; in oc_enc_frag_sad_c()
88 _ref+=_ystride; in oc_enc_frag_sad_thresh_c()
131 t0=_src[0]-_ref[0]+_src[4]-_ref[4]; in oc_diff_hadamard()
132 t4=_src[0]-_ref[0]-_src[4]+_ref[4]; in oc_diff_hadamard()
133 t1=_src[1]-_ref[1]+_src[5]-_ref[5]; in oc_diff_hadamard()
134 t5=_src[1]-_ref[1]-_src[5]+_ref[5]; in oc_diff_hadamard()
135 t2=_src[2]-_ref[2]+_src[6]-_ref[6]; in oc_diff_hadamard()
136 t6=_src[2]-_ref[2]-_src[6]+_ref[6]; in oc_diff_hadamard()
137 t3=_src[3]-_ref[3]+_src[7]-_ref[7]; in oc_diff_hadamard()
[all …]
/dports/math/vtk8/VTK-8.2.0/ThirdParty/theora/vtktheora/lib/
H A Dencfrag.c34 _ref+=_ystride; in oc_enc_frag_sub_c()
67 _ref+=_ystride; in oc_enc_frag_sad_c()
88 _ref+=_ystride; in oc_enc_frag_sad_thresh_c()
131 t0=_src[0]-_ref[0]+_src[4]-_ref[4]; in oc_diff_hadamard()
132 t4=_src[0]-_ref[0]-_src[4]+_ref[4]; in oc_diff_hadamard()
133 t1=_src[1]-_ref[1]+_src[5]-_ref[5]; in oc_diff_hadamard()
134 t5=_src[1]-_ref[1]-_src[5]+_ref[5]; in oc_diff_hadamard()
135 t2=_src[2]-_ref[2]+_src[6]-_ref[6]; in oc_diff_hadamard()
136 t6=_src[2]-_ref[2]-_src[6]+_ref[6]; in oc_diff_hadamard()
137 t3=_src[3]-_ref[3]+_src[7]-_ref[7]; in oc_diff_hadamard()
[all …]
/dports/math/vtk6/VTK-6.2.0/ThirdParty/oggtheora/vtkoggtheora/libtheora-1.1.1/lib/
H A Dencfrag.c34 _ref+=_ystride; in oc_enc_frag_sub_c()
67 _ref+=_ystride; in oc_enc_frag_sad_c()
88 _ref+=_ystride; in oc_enc_frag_sad_thresh_c()
131 t0=_src[0]-_ref[0]+_src[4]-_ref[4]; in oc_diff_hadamard()
132 t4=_src[0]-_ref[0]-_src[4]+_ref[4]; in oc_diff_hadamard()
133 t1=_src[1]-_ref[1]+_src[5]-_ref[5]; in oc_diff_hadamard()
134 t5=_src[1]-_ref[1]-_src[5]+_ref[5]; in oc_diff_hadamard()
135 t2=_src[2]-_ref[2]+_src[6]-_ref[6]; in oc_diff_hadamard()
136 t6=_src[2]-_ref[2]-_src[6]+_ref[6]; in oc_diff_hadamard()
137 t3=_src[3]-_ref[3]+_src[7]-_ref[7]; in oc_diff_hadamard()
[all …]

12345678910>>...71