Home
last modified time | relevance | path

Searched refs:m_ptr (Results 1 – 25 of 2840) sorted by relevance

12345678910>>...114

/dports/converters/wkhtmltopdf/qt-5db36ec/tools/porting/src/
H A Dcpplexer.cpp145 m_ptr = 0; in identify()
159 switch (m_buffer[m_ptr]) { in scanKeyword2()
190 switch (m_buffer[m_ptr]) { in scanKeyword3()
263 switch (m_buffer[m_ptr]) { in scanKeyword4()
371 switch (m_buffer[m_ptr]) { in scanKeyword5()
514 switch (m_buffer[m_ptr]) { in scanKeyword6()
743 switch (m_buffer[m_ptr]) { in scanKeyword7()
827 switch (m_buffer[m_ptr]) { in scanKeyword8()
971 switch (m_buffer[m_ptr]) { in scanKeyword9()
1008 switch (m_buffer[m_ptr]) { in scanKeyword10()
[all …]
H A Dtokenizer.cpp145 m_ptr = 0; in tokenize()
184 ++m_ptr; in scanWhiteSpaces()
203 ++ m_ptr; in scanNewline()
217 ++m_ptr; in scanCharLiteral()
233 ++m_ptr; in scanCharLiteral()
237 ++m_ptr; in scanCharLiteral()
248 ++m_ptr; in scanStringLiteral()
256 if (m_buffer[m_ptr+1] == '"' || m_buffer[m_ptr+1] == '\\') in scanStringLiteral()
305 if (!(m_buffer[m_ptr+1] == '/' || m_buffer[m_ptr+1] == '*')) { in scanComment()
347 ++m_ptr; in scanPreprocessor()
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/
H A DMIPSAssembler.cpp7 : m_ptr(ptr) in CMIPSAssembler()
68 m_ptr++; in ADDIU()
74 m_ptr++; in ADDU()
80 m_ptr++; in AND()
86 m_ptr++; in ANDI()
92 m_ptr++; in BEQ()
104 m_ptr++; in BGEZ()
116 m_ptr++; in BGTZ()
122 m_ptr++; in BNE()
134 m_ptr++; in BLEZ()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/JavaScriptCore/runtime/
H A DLiteralParser.cpp96 if (m_end - m_ptr >= 4 && m_ptr[1] == 'r' && m_ptr[2] == 'u' && m_ptr[3] == 'e') { in lex()
104 …if (m_end - m_ptr >= 5 && m_ptr[1] == 'a' && m_ptr[2] == 'l' && m_ptr[3] == 's' && m_ptr[4] == 'e'… in lex()
112 if (m_end - m_ptr >= 4 && m_ptr[1] == 'u' && m_ptr[2] == 'l' && m_ptr[3] == 'l') { in lex()
197 … builder.append(JSC::Lexer::convertUnicode(m_ptr[1], m_ptr[2], m_ptr[3], m_ptr[4])); in lexString()
207 if (m_ptr >= m_end || *m_ptr != '"') in lexString()
232 if (m_ptr < m_end && *m_ptr == '-') // -? in lexNumber()
236 if (m_ptr < m_end && *m_ptr == '0') // 0 in lexNumber()
238 else if (m_ptr < m_end && *m_ptr >= '1' && *m_ptr <= '9') { // [1-9] in lexNumber()
247 if (m_ptr < m_end && *m_ptr == '.') { in lexNumber()
259 if (m_ptr < m_end && (*m_ptr == 'e' || *m_ptr == 'E')) { // [eE] in lexNumber()
[all …]
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DLiteralParser.cpp40 while (m_ptr < m_end && isASCIISpace(*m_ptr)) in lex()
89 if (m_end - m_ptr >= 4 && m_ptr[1] == 'r' && m_ptr[2] == 'u' && m_ptr[3] == 'e') { in lex()
97 …if (m_end - m_ptr >= 5 && m_ptr[1] == 'a' && m_ptr[2] == 'l' && m_ptr[3] == 's' && m_ptr[4] == 'e'… in lex()
105 if (m_end - m_ptr >= 4 && m_ptr[1] == 'u' && m_ptr[2] == 'l' && m_ptr[3] == 'l') { in lex()
190 … builder.append(JSC::Lexer::convertUnicode(m_ptr[1], m_ptr[2], m_ptr[3], m_ptr[4])); in lexString()
200 if (m_ptr >= m_end || *m_ptr != '"') in lexString()
229 if (m_ptr < m_end && *m_ptr == '0') // 0 in lexNumber()
231 else if (m_ptr < m_end && *m_ptr >= '1' && *m_ptr <= '9') { // [1-9] in lexNumber()
240 if (m_ptr < m_end && *m_ptr == '.') { in lexNumber()
252 if (m_ptr < m_end && (*m_ptr == 'e' || *m_ptr == 'E')) { // [eE] in lexNumber()
[all …]
/dports/devel/qt5-scripttools/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DLiteralParser.cpp40 while (m_ptr < m_end && isASCIISpace(*m_ptr)) in lex()
89 if (m_end - m_ptr >= 4 && m_ptr[1] == 'r' && m_ptr[2] == 'u' && m_ptr[3] == 'e') { in lex()
97 …if (m_end - m_ptr >= 5 && m_ptr[1] == 'a' && m_ptr[2] == 'l' && m_ptr[3] == 's' && m_ptr[4] == 'e'… in lex()
105 if (m_end - m_ptr >= 4 && m_ptr[1] == 'u' && m_ptr[2] == 'l' && m_ptr[3] == 'l') { in lex()
190 … builder.append(JSC::Lexer::convertUnicode(m_ptr[1], m_ptr[2], m_ptr[3], m_ptr[4])); in lexString()
200 if (m_ptr >= m_end || *m_ptr != '"') in lexString()
229 if (m_ptr < m_end && *m_ptr == '0') // 0 in lexNumber()
231 else if (m_ptr < m_end && *m_ptr >= '1' && *m_ptr <= '9') { // [1-9] in lexNumber()
240 if (m_ptr < m_end && *m_ptr == '.') { in lexNumber()
252 if (m_ptr < m_end && (*m_ptr == 'e' || *m_ptr == 'E')) { // [eE] in lexNumber()
[all …]
/dports/devel/qt5-script/kde-qtscript-5.15.2p4/src/3rdparty/javascriptcore/JavaScriptCore/runtime/
H A DLiteralParser.cpp40 while (m_ptr < m_end && isASCIISpace(*m_ptr)) in lex()
89 if (m_end - m_ptr >= 4 && m_ptr[1] == 'r' && m_ptr[2] == 'u' && m_ptr[3] == 'e') { in lex()
97 …if (m_end - m_ptr >= 5 && m_ptr[1] == 'a' && m_ptr[2] == 'l' && m_ptr[3] == 's' && m_ptr[4] == 'e'… in lex()
105 if (m_end - m_ptr >= 4 && m_ptr[1] == 'u' && m_ptr[2] == 'l' && m_ptr[3] == 'l') { in lex()
190 … builder.append(JSC::Lexer::convertUnicode(m_ptr[1], m_ptr[2], m_ptr[3], m_ptr[4])); in lexString()
200 if (m_ptr >= m_end || *m_ptr != '"') in lexString()
229 if (m_ptr < m_end && *m_ptr == '0') // 0 in lexNumber()
231 else if (m_ptr < m_end && *m_ptr >= '1' && *m_ptr <= '9') { // [1-9] in lexNumber()
240 if (m_ptr < m_end && *m_ptr == '.') { in lexNumber()
252 if (m_ptr < m_end && (*m_ptr == 'e' || *m_ptr == 'E')) { // [eE] in lexNumber()
[all …]
/dports/print/panda/panda-0.5.4/panda/
H A Dpandacpp.h49 panda_page *m_ptr;
56 panda_page *m_ptr;
63 panda_page *m_ptr;
70 panda_page *m_ptr;
77 panda_page *m_ptr;
84 panda_page *m_ptr;
91 panda_page *m_ptr;
98 panda_page *m_ptr;
105 panda_page *m_ptr;
112 panda_page *m_ptr;
[all …]
/dports/net-p2p/libtorrent/libtorrent-0.13.8/src/torrent/
H A Ddownload.cc123 m_ptr->close(); in close()
158 m_ptr->main()->start(); in start()
183 m_ptr->main()->stop(); in stop()
196 if (!m_ptr->info()->is_open() || m_ptr->info()->is_active()) in hash_check()
228 m_ptr->hash_checker()->hashing_ranges().erase(0, m_ptr->hash_checker()->position()); in hash_stop()
229 m_ptr->hash_queue()->remove(m_ptr->data()); in hash_stop()
254 return m_ptr->bencode(); in bencode()
259 return m_ptr->bencode(); in bencode()
328 if (m_ptr->info()->is_open() || !m_ptr->data()->mutable_completed_bitfield()->empty()) in set_chunks_done()
340 if (m_ptr->hash_checker()->is_checked() || m_ptr->hash_checker()->is_checking()) in set_bitfield()
[all …]
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/thirdparty/pybind11/tests/
H A Dobject.h69 if (m_ptr) ((Object *) m_ptr)->incRef(); in ref()
76 ref(const ref &r) : m_ptr(r.m_ptr) { in ref()
77 if (m_ptr) in ref()
84 ref(ref &&r) noexcept : m_ptr(r.m_ptr) { in ref()
92 if (m_ptr) in ~ref()
104 if (m_ptr)
106 m_ptr = r.m_ptr;
115 if (m_ptr == r.m_ptr)
117 if (m_ptr)
119 m_ptr = r.m_ptr;
[all …]
/dports/cad/netgen/netgen-6.2.2105/external_dependencies/pybind11/tests/
H A Dobject.h69 if (m_ptr) ((Object *) m_ptr)->incRef(); in ref()
76 ref(const ref &r) : m_ptr(r.m_ptr) { in ref()
77 if (m_ptr) in ref()
84 ref(ref &&r) : m_ptr(r.m_ptr) { in ref()
92 if (m_ptr) in ~ref()
104 if (m_ptr)
106 m_ptr = r.m_ptr;
115 if (m_ptr == r.m_ptr)
117 if (m_ptr)
119 m_ptr = r.m_ptr;
[all …]
/dports/devel/pybind11/pybind11-2.8.1/tests/
H A Dobject.h69 if (m_ptr) ((Object *) m_ptr)->incRef(); in ref()
76 ref(const ref &r) : m_ptr(r.m_ptr) { in ref()
77 if (m_ptr) in ref()
84 ref(ref &&r) noexcept : m_ptr(r.m_ptr) { in ref()
92 if (m_ptr) in ~ref()
104 if (m_ptr)
106 m_ptr = r.m_ptr;
119 if (m_ptr == r.m_ptr)
121 if (m_ptr)
123 m_ptr = r.m_ptr;
[all …]
/dports/misc/py-onnx/onnx-1.10.2/third_party/pybind11/tests/
H A Dobject.h69 if (m_ptr) ((Object *) m_ptr)->incRef(); in ref()
76 ref(const ref &r) : m_ptr(r.m_ptr) { in ref()
77 if (m_ptr) in ref()
84 ref(ref &&r) : m_ptr(r.m_ptr) { in ref()
92 if (m_ptr) in ~ref()
104 if (m_ptr)
106 m_ptr = r.m_ptr;
115 if (m_ptr == r.m_ptr)
117 if (m_ptr)
119 m_ptr = r.m_ptr;
[all …]
/dports/science/smoldyn/smoldyn-2.67/source/pybind11/tests/
H A Dobject.h69 if (m_ptr) ((Object *) m_ptr)->incRef(); in ref()
76 ref(const ref &r) : m_ptr(r.m_ptr) { in ref()
77 if (m_ptr) in ref()
84 ref(ref &&r) noexcept : m_ptr(r.m_ptr) { in ref()
92 if (m_ptr) in ~ref()
104 if (m_ptr)
106 m_ptr = r.m_ptr;
119 if (m_ptr == r.m_ptr)
121 if (m_ptr)
123 m_ptr = r.m_ptr;
[all …]
/dports/devel/nextpnr/nextpnr-48cd407/3rdparty/pybind11/tests/
H A Dobject.h69 if (m_ptr) ((Object *) m_ptr)->incRef(); in ref()
76 ref(const ref &r) : m_ptr(r.m_ptr) { in ref()
77 if (m_ptr) in ref()
84 ref(ref &&r) : m_ptr(r.m_ptr) { in ref()
92 if (m_ptr) in ~ref()
104 if (m_ptr)
106 m_ptr = r.m_ptr;
115 if (m_ptr == r.m_ptr)
117 if (m_ptr)
119 m_ptr = r.m_ptr;
[all …]
/dports/graphics/instant-meshes/instant-meshes-0.0-42-g4a083f4/ext/nanogui/include/nanogui/
H A Dobject.h76 if (m_ptr) in ref()
81 ref(const ref &r) : m_ptr(r.m_ptr) { in ref()
82 if (m_ptr) in ref()
87 ref(ref &&r) noexcept : m_ptr(r.m_ptr) { in ref()
93 if (m_ptr) in ~ref()
100 if (m_ptr)
102 m_ptr = r.m_ptr;
110 if (m_ptr != r.m_ptr) {
115 m_ptr = r.m_ptr;
133 bool operator==(const ref &r) const { return m_ptr == r.m_ptr; }
[all …]
/dports/x11-toolkits/nanogui/nanogui-e9ec8a1a9861cf578d9c6e85a6420080aa715c03/include/nanogui/
H A Dobject.h76 if (m_ptr) in ref()
81 ref(const ref &r) : m_ptr(r.m_ptr) { in ref()
82 if (m_ptr) in ref()
87 ref(ref &&r) noexcept : m_ptr(r.m_ptr) { in ref()
93 if (m_ptr) in ~ref()
100 if (m_ptr)
102 m_ptr = r.m_ptr;
110 if (m_ptr != r.m_ptr) {
115 m_ptr = r.m_ptr;
133 bool operator==(const ref &r) const { return m_ptr == r.m_ptr; }
[all …]
/dports/comms/qt5-connectivity/kde-qtconnectivity-5.15.2p1/src/bluetooth/osx/
H A Dosxbtutility_p.h120 m_ptr = [rhs.m_ptr retain]; in ObjCStrongReference()
125 if (this != &rhs && m_ptr != rhs.m_ptr) {
127 m_ptr = [rhs.m_ptr retain];
136 m_ptr = xval.m_ptr; in ObjCStrongReference()
142 m_ptr = xval.m_ptr;
212 if ((m_ptr = rhs.m_ptr)) in CFStrongReference()
219 if (this != &rhs && m_ptr != rhs.m_ptr) {
222 if ((m_ptr = rhs.m_ptr))
232 m_ptr = xval.m_ptr; in CFStrongReference()
238 m_ptr = xval.m_ptr;
[all …]
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/dfb/
H A Dwrapdfb.h154 m_ptr->Release(m_ptr); in ~wxDfbWrapper()
182 { return Check(m_ptr->GetHeight(m_ptr, h)); } in GetHeight()
208 { return Check(m_ptr->GetSize(m_ptr, w, h)); } in GetSize()
220 { return Check(m_ptr->SetClip(m_ptr, clip)); } in SetClip()
264 if ( Check(m_ptr->GetPalette(m_ptr, &s)) ) in GetPalette()
330 { return Check(m_ptr->Unlock(m_ptr)); } in Unlock()
386 { return Check(m_ptr->GetID(m_ptr, id)); } in GetID()
395 { return Check(m_ptr->MoveTo(m_ptr, x, y)); } in MoveTo()
407 { return Check(m_ptr->RaiseToTop(m_ptr)); } in RaiseToTop()
415 if ( Check(m_ptr->GetSurface(m_ptr, &s)) ) in GetSurface()
[all …]
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/dfb/
H A Dwrapdfb.h154 m_ptr->Release(m_ptr); in ~wxDfbWrapper()
182 { return Check(m_ptr->GetHeight(m_ptr, h)); } in GetHeight()
208 { return Check(m_ptr->GetSize(m_ptr, w, h)); } in GetSize()
220 { return Check(m_ptr->SetClip(m_ptr, clip)); } in SetClip()
264 if ( Check(m_ptr->GetPalette(m_ptr, &s)) ) in GetPalette()
330 { return Check(m_ptr->Unlock(m_ptr)); } in Unlock()
386 { return Check(m_ptr->GetID(m_ptr, id)); } in GetID()
395 { return Check(m_ptr->MoveTo(m_ptr, x, y)); } in MoveTo()
407 { return Check(m_ptr->RaiseToTop(m_ptr)); } in RaiseToTop()
415 if ( Check(m_ptr->GetSurface(m_ptr, &s)) ) in GetSurface()
[all …]
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/dfb/
H A Dwrapdfb.h154 m_ptr->Release(m_ptr); in ~wxDfbWrapper()
182 { return Check(m_ptr->GetHeight(m_ptr, h)); } in GetHeight()
208 { return Check(m_ptr->GetSize(m_ptr, w, h)); } in GetSize()
220 { return Check(m_ptr->SetClip(m_ptr, clip)); } in SetClip()
264 if ( Check(m_ptr->GetPalette(m_ptr, &s)) ) in GetPalette()
330 { return Check(m_ptr->Unlock(m_ptr)); } in Unlock()
386 { return Check(m_ptr->GetID(m_ptr, id)); } in GetID()
395 { return Check(m_ptr->MoveTo(m_ptr, x, y)); } in MoveTo()
407 { return Check(m_ptr->RaiseToTop(m_ptr)); } in RaiseToTop()
415 if ( Check(m_ptr->GetSurface(m_ptr, &s)) ) in GetSurface()
[all …]
/dports/graphics/ossim/ossim-OrchidIsland-2.11.1/include/ossim/base/
H A DossimRefPtr.h19 ossimRefPtr(T* t):m_ptr(t) { if (m_ptr) m_ptr->ref(); } in ossimRefPtr()
20 ossimRefPtr(const ossimRefPtr& rp):m_ptr(rp.m_ptr) { if (m_ptr) m_ptr->ref(); } in ossimRefPtr()
21 ~ossimRefPtr() { if (m_ptr) m_ptr->unref(); m_ptr=0; } in ~ossimRefPtr()
25 if (m_ptr==rp.m_ptr)
28 m_ptr = rp.m_ptr;
29 if (m_ptr)
41 if (m_ptr==ptr)
44 m_ptr = ptr;
45 if (m_ptr)
93 inline T* release() { T* tmp=m_ptr; if (m_ptr) m_ptr->unref_nodelete(); m_ptr=0; return tmp;} in release()
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ee/
H A DEEAssembler.cpp11 m_ptr++; in LQ()
17 m_ptr++; in MFHI1()
23 m_ptr++; in MFLO1()
29 m_ptr++; in MTHI1()
35 m_ptr++; in MTLO1()
41 m_ptr++; in PADDW()
47 m_ptr++; in PEXCH()
53 m_ptr++; in PEXTLB()
59 m_ptr++; in PEXTUB()
65 m_ptr++; in PEXTLH()
[all …]
/dports/devel/stxxl/stxxl-1.4.1/include/stxxl/bits/common/
H A Dcounting_ptr.h71 { if (m_ptr && m_ptr->dec_reference()) delete m_ptr; } in dec_reference() local
127 { return m_ptr == other_ptr.m_ptr; }
131 { return m_ptr != other_ptr.m_ptr; }
147 { return m_ptr && m_ptr->unique(); } in unique()
152 if (m_ptr && ! m_ptr->unique()) in unify()
159 std::swap(m_ptr, b.m_ptr); in swap()
212 { if (m_ptr && m_ptr->dec_reference()) delete m_ptr; } in dec_reference() local
276 { return m_ptr == other_ptr.m_ptr; }
280 { return m_ptr != other_ptr.m_ptr; }
304 { return m_ptr && m_ptr->unique(); } in unique()
[all …]
/dports/devel/libe/e-releases-0.11.0/e/
H A Darray_ptr.h45 : m_ptr(0) in array_ptr()
56 : m_ptr(other.m_ptr) in throw()
86 m_ptr = rhs.m_ptr; in throw()
128 return m_ptr == 0 ? 0 : &array_ptr<T>::m_ptr; in bool_type()
134 return m_ptr < rhs.m_ptr;
140 return m_ptr <= rhs.m_ptr;
146 return m_ptr == rhs.m_ptr;
152 return m_ptr != rhs.m_ptr;
158 return m_ptr >= rhs.m_ptr;
164 return m_ptr > rhs.m_ptr;
[all …]

12345678910>>...114