Home
last modified time | relevance | path

Searched refs:traceMask (Results 1 – 25 of 48) sorted by relevance

12

/dports/emulators/bochs/bochs-2.7/cpu/
H A Dicache.cc88 entry->traceMask = 0; in serveICacheMiss()
97 Bit32u traceMask = 0; in serveICacheMiss() local
136 entry->traceMask = 0x80000000; /* last line in page */ in serveICacheMiss()
137 pageWriteStampTable.markICacheMask(entry->pAddr, entry->traceMask); in serveICacheMiss()
163 traceMask |= 1 << (pageOffset >> 7); in serveICacheMiss()
164 traceMask |= 1 << ((pageOffset + iLen - 1) >> 7); in serveICacheMiss()
176 entry->traceMask |= traceMask; in serveICacheMiss()
177 pageWriteStampTable.markICacheMask(pAddr, entry->traceMask); in serveICacheMiss()
186 entry->traceMask |= traceMask; in serveICacheMiss()
188 pageWriteStampTable.markICacheMask(pAddr, entry->traceMask); in serveICacheMiss()
[all …]
H A Dicache.h110 Bit32u traceMask; member
219 e->traceMask = 0; in flushICacheEntries()
268 if (pAddrIndex == bxPageWriteStampTable::hash(e->pAddr) && (e->traceMask & mask) != 0) { in handleSMC()
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/dashboard_pi/src/wxJSON/
H A Djsonreader.cpp177 static const wxChar* traceMask = _T("traceReader"); variable
1079 wxLogTrace( traceMask, _T("(%s) end comment line=%d col=%d"), in SkipComment()
1235 wxLogTrace( traceMask, _T("(%s) line=%d col=%d"), in ReadString()
1237 wxLogTrace( traceMask, _T("(%s) string read=%s"), in ReadString()
1239 wxLogTrace( traceMask, _T("(%s) value=%s"), in ReadString()
1307 wxLogTrace( traceMask, _T("(%s) line=%d col=%d"), in ReadToken()
1309 wxLogTrace( traceMask, _T("(%s) token read=%s"), in ReadToken()
1320 wxLogTrace( traceMask, _T("(%s) EOF on line=%d col=%d"), in ReadToken()
1322 wxLogTrace( traceMask, _T("(%s) EOF - token read=%s"), in ReadToken()
1356 wxLogTrace( traceMask, _T("(%s) value=%s"), in ReadValue()
[all …]
H A Djsonval.cpp43 static const wxChar* traceMask = _T("jsonval"); variable
82 wxLogTrace( traceMask, _T("(%s) JSON refData ctor progr=%d"), in wxJSONRefData()
1838 wxLogTrace( traceMask, _T("(%s) searching key \'%s' in the actual object"), in Item()
2610 wxLogTrace( traceMask, _T("(%s) comment=%s"), __PRETTY_FUNCTION__, str.c_str() ); in AddComment()
2614 wxLogTrace( traceMask, _T(" error: len < 2") ); in AddComment()
2618 wxLogTrace( traceMask, _T(" error: does not start with\'/\'") ); in AddComment()
2622 wxLogTrace( traceMask, _T(" C++ comment" )); in AddComment()
2627 wxLogTrace( traceMask, _T(" C++ comment: LF added") ); in AddComment()
2635 wxLogTrace( traceMask, _T(" C-style comment") ); in AddComment()
2649 wxLogTrace( traceMask, _T(" error: is not a valid comment string") ); in AddComment()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/grib_pi/src/
H A Djsonreader.cpp177 static const wxChar* traceMask = _T("traceReader"); variable
1079 wxLogTrace( traceMask, _T("(%s) end comment line=%d col=%d"), in SkipComment()
1235 wxLogTrace( traceMask, _T("(%s) line=%d col=%d"), in ReadString()
1237 wxLogTrace( traceMask, _T("(%s) string read=%s"), in ReadString()
1239 wxLogTrace( traceMask, _T("(%s) value=%s"), in ReadString()
1307 wxLogTrace( traceMask, _T("(%s) line=%d col=%d"), in ReadToken()
1309 wxLogTrace( traceMask, _T("(%s) token read=%s"), in ReadToken()
1320 wxLogTrace( traceMask, _T("(%s) EOF on line=%d col=%d"), in ReadToken()
1322 wxLogTrace( traceMask, _T("(%s) EOF - token read=%s"), in ReadToken()
1356 wxLogTrace( traceMask, _T("(%s) value=%s"), in ReadValue()
[all …]
H A Djsonval.cpp43 static const wxChar* traceMask = _T("jsonval"); variable
82 wxLogTrace( traceMask, _T("(%s) JSON refData ctor progr=%d"), in wxJSONRefData()
1838 wxLogTrace( traceMask, _T("(%s) searching key \'%s' in the actual object"), in Item()
2610 wxLogTrace( traceMask, _T("(%s) comment=%s"), __PRETTY_FUNCTION__, str.c_str() ); in AddComment()
2614 wxLogTrace( traceMask, _T(" error: len < 2") ); in AddComment()
2618 wxLogTrace( traceMask, _T(" error: does not start with\'/\'") ); in AddComment()
2622 wxLogTrace( traceMask, _T(" C++ comment" )); in AddComment()
2627 wxLogTrace( traceMask, _T(" C++ comment: LF added") ); in AddComment()
2635 wxLogTrace( traceMask, _T(" C-style comment") ); in AddComment()
2649 wxLogTrace( traceMask, _T(" error: is not a valid comment string") ); in AddComment()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/libs/wxJSON/src/
H A Djsonreader.cpp178 static const wxChar* traceMask = _T("traceReader"); variable
1080 wxLogTrace( traceMask, _T("(%s) end comment line=%d col=%d"), in SkipComment()
1236 wxLogTrace( traceMask, _T("(%s) line=%d col=%d"), in ReadString()
1238 wxLogTrace( traceMask, _T("(%s) string read=%s"), in ReadString()
1240 wxLogTrace( traceMask, _T("(%s) value=%s"), in ReadString()
1308 wxLogTrace( traceMask, _T("(%s) line=%d col=%d"), in ReadToken()
1310 wxLogTrace( traceMask, _T("(%s) token read=%s"), in ReadToken()
1321 wxLogTrace( traceMask, _T("(%s) EOF on line=%d col=%d"), in ReadToken()
1323 wxLogTrace( traceMask, _T("(%s) EOF - token read=%s"), in ReadToken()
1357 wxLogTrace( traceMask, _T("(%s) value=%s"), in ReadValue()
[all …]
H A Djsonval.cpp44 static const wxChar* traceMask = _T("jsonval"); variable
83 wxLogTrace( traceMask, _T("(%s) JSON refData ctor progr=%d"), in wxJSONRefData()
1839 wxLogTrace( traceMask, _T("(%s) searching key \'%s' in the actual object"), in Item()
2613 wxLogTrace( traceMask, _T("(%s) comment=%s"), __PRETTY_FUNCTION__, str.c_str() ); in AddComment()
2617 wxLogTrace( traceMask, _T(" error: len < 2") ); in AddComment()
2621 wxLogTrace( traceMask, _T(" error: does not start with\'/\'") ); in AddComment()
2625 wxLogTrace( traceMask, _T(" C++ comment" )); in AddComment()
2630 wxLogTrace( traceMask, _T(" C++ comment: LF added") ); in AddComment()
2638 wxLogTrace( traceMask, _T(" C-style comment") ); in AddComment()
2652 wxLogTrace( traceMask, _T(" error: is not a valid comment string") ); in AddComment()
[all …]
/dports/comms/trustedqsl/tqsl-2.4/apps/
H A Djsonreader.cpp175 static const wxChar* traceMask = _T("traceReader"); variable
1049 wxLogTrace(traceMask, _T("(%s) end comment line=%d col=%d"), in SkipComment()
1203 wxLogTrace(traceMask, _T("(%s) line=%d col=%d"), in ReadString()
1205 wxLogTrace(traceMask, _T("(%s) string read=%s"), in ReadString()
1207 wxLogTrace(traceMask, _T("(%s) value=%s"), in ReadString()
1278 wxLogTrace(traceMask, _T("(%s) line=%d col=%d"), in ReadToken()
1280 wxLogTrace(traceMask, _T("(%s) token read=%s"), in ReadToken()
1293 wxLogTrace(traceMask, _T("(%s) EOF on line=%d col=%d"), in ReadToken()
1295 wxLogTrace(traceMask, _T("(%s) EOF - token read=%s"), in ReadToken()
1330 wxLogTrace(traceMask, _T("(%s) value=%s"), in ReadValue()
[all …]
H A Djsonval.cpp37 static const wxChar* traceMask = _T("jsonval"); variable
77 wxLogTrace(traceMask, _T("(%s) JSON refData ctor progr=%d"), in wxJSONRefData()
1748 wxLogTrace(traceMask, _T("(%s) searching key \'%s' in the actual object"), in Item()
2506 wxLogTrace(traceMask, _T("(%s) comment=%s"), __PRETTY_FUNCTION__, str.c_str()); in AddComment()
2512 wxLogTrace(traceMask, _T(" error: len < 2")); in AddComment()
2518 wxLogTrace(traceMask, _T(" error: does not start with\'/\'")); in AddComment()
2524 wxLogTrace(traceMask, _T(" C++ comment")); in AddComment()
2531 wxLogTrace(traceMask, _T(" C++ comment: LF added")); in AddComment()
2539 wxLogTrace(traceMask, _T(" C-style comment")); in AddComment()
2554 wxLogTrace(traceMask, _T(" error: is not a valid comment string")); in AddComment()
[all …]
/dports/games/springlobby/springlobby-0.180/src/json/
H A Djsonreader.cpp174 static const wxChar* traceMask = _T("traceReader"); variable
1076 wxLogTrace( traceMask, _T("(%s) end comment line=%d col=%d"), in SkipComment()
1232 wxLogTrace( traceMask, _T("(%s) line=%d col=%d"), in ReadString()
1234 wxLogTrace( traceMask, _T("(%s) string read=%s"), in ReadString()
1236 wxLogTrace( traceMask, _T("(%s) value=%s"), in ReadString()
1304 wxLogTrace( traceMask, _T("(%s) line=%d col=%d"), in ReadToken()
1306 wxLogTrace( traceMask, _T("(%s) token read=%s"), in ReadToken()
1317 wxLogTrace( traceMask, _T("(%s) EOF on line=%d col=%d"), in ReadToken()
1319 wxLogTrace( traceMask, _T("(%s) EOF - token read=%s"), in ReadToken()
1353 wxLogTrace( traceMask, _T("(%s) value=%s"), in ReadValue()
[all …]
H A Djsonval.cpp35 static const wxChar* traceMask = _T("jsonval"); variable
76 wxLogTrace( traceMask, _T("(%s) JSON refData ctor progr=%d"), in wxJSONRefData()
1830 wxLogTrace( traceMask, _T("(%s) searching key \'%s' in the actual object"), in Item()
2602 wxLogTrace( traceMask, _T("(%s) comment=%s"), __PRETTY_FUNCTION__, str.c_str() ); in AddComment()
2606 wxLogTrace( traceMask, _T(" error: len < 2") ); in AddComment()
2610 wxLogTrace( traceMask, _T(" error: does not start with\'/\'") ); in AddComment()
2614 wxLogTrace( traceMask, _T(" C++ comment" )); in AddComment()
2619 wxLogTrace( traceMask, _T(" C++ comment: LF added") ); in AddComment()
2627 wxLogTrace( traceMask, _T(" C-style comment") ); in AddComment()
2641 wxLogTrace( traceMask, _T(" error: is not a valid comment string") ); in AddComment()
[all …]
/dports/astro/opencpn/OpenCPN-5.2.4/plugins/wmm_pi/src/
H A Djsonreader.cpp180 static const wxChar* traceMask = _T("traceReader"); variable
1082 wxLogTrace( traceMask, _T("(%s) end comment line=%d col=%d"), in SkipComment()
1238 wxLogTrace( traceMask, _T("(%s) line=%d col=%d"), in ReadString()
1240 wxLogTrace( traceMask, _T("(%s) string read=%s"), in ReadString()
1242 wxLogTrace( traceMask, _T("(%s) value=%s"), in ReadString()
1310 wxLogTrace( traceMask, _T("(%s) line=%d col=%d"), in ReadToken()
1312 wxLogTrace( traceMask, _T("(%s) token read=%s"), in ReadToken()
1323 wxLogTrace( traceMask, _T("(%s) EOF on line=%d col=%d"), in ReadToken()
1325 wxLogTrace( traceMask, _T("(%s) EOF - token read=%s"), in ReadToken()
1359 wxLogTrace( traceMask, _T("(%s) value=%s"), in ReadValue()
[all …]
H A Djsonval.cpp46 static const wxChar* traceMask = _T("jsonval"); variable
85 wxLogTrace( traceMask, _T("(%s) JSON refData ctor progr=%d"), in wxJSONRefData()
1841 wxLogTrace( traceMask, _T("(%s) searching key \'%s' in the actual object"), in Item()
2615 wxLogTrace( traceMask, _T("(%s) comment=%s"), __PRETTY_FUNCTION__, str.c_str() ); in AddComment()
2619 wxLogTrace( traceMask, _T(" error: len < 2") ); in AddComment()
2623 wxLogTrace( traceMask, _T(" error: does not start with\'/\'") ); in AddComment()
2627 wxLogTrace( traceMask, _T(" C++ comment" )); in AddComment()
2632 wxLogTrace( traceMask, _T(" C++ comment: LF added") ); in AddComment()
2640 wxLogTrace( traceMask, _T(" C-style comment") ); in AddComment()
2654 wxLogTrace( traceMask, _T(" error: is not a valid comment string") ); in AddComment()
[all …]
/dports/games/libretro-beetle_bsnes/beetle-bsnes-libretro-b65ded5bde278c18af538c687db9b72c995b220a/mednafen/snes/src/ui_qt/debugger/
H A Dtracer.cpp7 if(!traceMask || !(traceMaskCPU[addr >> 3] & (0x80 >> (addr & 7)))) { in stepCpu()
19 if(!traceMask || !(traceMaskSMP[addr >> 3] & (0x80 >> (addr & 7)))) { in stepSmp()
49 traceMask = (state == Qt::Checked); in setTraceMaskState()
51 if(traceMask) { in setTraceMaskState()
61 traceMask = false; in Tracer()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/server/
H A DZooTrace.java52 …private static long traceMask = CLIENT_REQUEST_TRACE_MASK | SERVER_PACKET_TRACE_MASK | SESSION_TRA… field in ZooTrace
55 return traceMask; in getTextTraceLevel()
59 traceMask = mask; in setTextTraceLevel()
65 return log.isTraceEnabled() && (mask & traceMask) != 0; in isTraceEnabled()
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/include/wx/protocol/
H A Dlog.h24 wxProtocolLog(const wxString& traceMask) in wxProtocolLog() argument
25 : m_traceMask(traceMask) in wxProtocolLog()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/server/command/
H A DTraceMaskCommand.java33 long traceMask = ZooTrace.getTextTraceLevel(); in commandRun() local
34 pw.print(traceMask); in commandRun()
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/include/wx/protocol/
H A Dlog.h24 wxProtocolLog(const wxString& traceMask) in wxProtocolLog() argument
25 : m_traceMask(traceMask) in wxProtocolLog()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/include/wx/protocol/
H A Dlog.h24 wxProtocolLog(const wxString& traceMask) in wxProtocolLog() argument
25 : m_traceMask(traceMask) in wxProtocolLog()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/server/quorum/
H A DReadOnlyRequestProcessor.java64 long traceMask = ZooTrace.CLIENT_REQUEST_TRACE_MASK; in run() local
66 traceMask = ZooTrace.CLIENT_PING_TRACE_MASK; in run()
69 ZooTrace.logRequest(LOG, traceMask, 'R', request, ""); in run()
/dports/devel/libzookeeper/apache-zookeeper-3.7.0/zookeeper-server/src/main/java/org/apache/zookeeper/
H A DServerAdminClient.java177 long traceMask = Long.parseLong(traceMaskStr, 8); in setTraceMask() local
179 req.putLong(traceMask); in setTraceMask()
198 + " masks=0" + Long.toOctalString(traceMask)); in setTraceMask()
199 assert (retv == traceMask); in setTraceMask()
/dports/x11-toolkits/wxgtk31/wxWidgets-3.1.5/interface/wx/protocol/
H A Dlog.h29 wxProtocolLog(const wxString& traceMask);
/dports/x11-toolkits/wxgtk30/wxWidgets-3.0.5.1/interface/wx/protocol/
H A Dlog.h29 wxProtocolLog(const wxString& traceMask);
/dports/x11-toolkits/py-wxPython40/wxPython-4.0.7/ext/wxWidgets/interface/wx/protocol/
H A Dlog.h29 wxProtocolLog(const wxString& traceMask);

12