Home
last modified time | relevance | path

Searched refs:PRINT_ERROR (Results 1 – 25 of 843) sorted by relevance

12345678910>>...34

/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/burn/
H A Ddebug_track.cpp85 if (Debug_BurnGunInitted) bprintf(PRINT_ERROR, _T("BurnGun Not Exited\n")); in DebugTrackerExit()
86 if (Debug_BurnLedInitted) bprintf(PRINT_ERROR, _T("BurnLed Not Exited\n")); in DebugTrackerExit()
87 if (Debug_BurnShiftInitted) bprintf(PRINT_ERROR, _T("BurnShit Not Exited\n")); in DebugTrackerExit()
88 if (Debug_HiscoreInitted) bprintf(PRINT_ERROR, _T("Hiscore Not Exited\n")); in DebugTrackerExit()
102 if (DebugDev_VDCInitted) bprintf(PRINT_ERROR, _T("Device VDC Not Exited\n")); in DebugTrackerExit()
143 if (DebugCPU_ARM7Initted) bprintf(PRINT_ERROR, _T("CPU ARM7 Not Exited\n")); in DebugTrackerExit()
144 if (DebugCPU_ARMInitted) bprintf(PRINT_ERROR, _T("CPU ARM Not Exited\n")); in DebugTrackerExit()
153 if (DebugCPU_SekInitted) bprintf(PRINT_ERROR, _T("CPU Sek Not Exited\n")); in DebugTrackerExit()
154 if (DebugCPU_VezInitted) bprintf(PRINT_ERROR, _T("CPU Vez Not Exited\n")); in DebugTrackerExit()
155 if (DebugCPU_ZetInitted) bprintf(PRINT_ERROR, _T("CPU Zet Not Exited\n")); in DebugTrackerExit()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/burn/
H A Ddebug_track.cpp84 if (Debug_BurnGunInitted) bprintf(PRINT_ERROR, _T("BurnGun Not Exited\n")); in DebugTrackerExit()
85 if (Debug_BurnLedInitted) bprintf(PRINT_ERROR, _T("BurnLed Not Exited\n")); in DebugTrackerExit()
86 if (Debug_BurnShiftInitted) bprintf(PRINT_ERROR, _T("BurnShit Not Exited\n")); in DebugTrackerExit()
87 if (Debug_HiscoreInitted) bprintf(PRINT_ERROR, _T("Hiscore Not Exited\n")); in DebugTrackerExit()
101 if (DebugDev_VDCInitted) bprintf(PRINT_ERROR, _T("Device VDC Not Exited\n")); in DebugTrackerExit()
141 if (DebugCPU_ARM7Initted) bprintf(PRINT_ERROR, _T("CPU ARM7 Not Exited\n")); in DebugTrackerExit()
142 if (DebugCPU_ARMInitted) bprintf(PRINT_ERROR, _T("CPU ARM Not Exited\n")); in DebugTrackerExit()
151 if (DebugCPU_SekInitted) bprintf(PRINT_ERROR, _T("CPU Sek Not Exited\n")); in DebugTrackerExit()
152 if (DebugCPU_VezInitted) bprintf(PRINT_ERROR, _T("CPU Vez Not Exited\n")); in DebugTrackerExit()
153 if (DebugCPU_ZetInitted) bprintf(PRINT_ERROR, _T("CPU Zet Not Exited\n")); in DebugTrackerExit()
[all …]
/dports/math/kalker/gmp-mpfr-sys-21966f4bfb56c87d407eb14c72e92ef4e55856aa/mpfr-4.1.0-p13-c/tests/
H A Dtcheck.c43 PRINT_ERROR ("for init"); in main()
47 PRINT_ERROR ("for nan"); in main()
51 PRINT_ERROR ("for inf"); in main()
54 PRINT_ERROR ("for zero"); in main()
61 PRINT_ERROR ("for set_ui"); in main()
68 PRINT_ERROR ("for mul"); in main()
77 PRINT_ERROR ("sgn"); in main()
90 PRINT_ERROR ("precmax"); in main()
95 PRINT_ERROR ("prec"); in main()
99 PRINT_ERROR ("exp invalid"); in main()
[all …]
H A Dtcmpabs.c112 PRINT_ERROR ("Error (1) in mpfr_cmpabs"); in test_cmpabs()
117 PRINT_ERROR ("Error (2) in mpfr_cmpabs"); in test_cmpabs()
124 PRINT_ERROR ("Error (3) in mpfr_cmpabs"); in test_cmpabs()
249 PRINT_ERROR ("mpfr_cmpabs_ui (-1, 0)"); in test_cmpabs_ui()
251 PRINT_ERROR ("mpfr_cmpabs_ui (-1, 17)"); in test_cmpabs_ui()
255 PRINT_ERROR ("mpfr_cmpabs_ui (-0, 0)"); in test_cmpabs_ui()
257 PRINT_ERROR ("mpfr_cmpabs_ui (-0, 17)"); in test_cmpabs_ui()
261 PRINT_ERROR ("mpfr_cmpabs_ui (+0, 0)"); in test_cmpabs_ui()
267 PRINT_ERROR ("mpfr_cmpabs_ui (1, 0)"); in test_cmpabs_ui()
269 PRINT_ERROR ("mpfr_cmpabs_ui (1, 1)"); in test_cmpabs_ui()
[all …]
/dports/games/libretro-fbneo/FBNeo-bbe3c05/src/cpu/
H A Dz80_intf.cpp286 if (!DebugCPU_ZetInitted) bprintf(PRINT_ERROR, _T("ZetClose called without init\n")); in ZetClose()
287 if (nOpenedCPU == -1) bprintf(PRINT_ERROR, _T("ZetClose called when no CPU open\n")); in ZetClose()
299 if (!DebugCPU_ZetInitted) bprintf(PRINT_ERROR, _T("ZetOpen called without init\n")); in ZetOpen()
375 if (!DebugCPU_ZetInitted) bprintf(PRINT_ERROR, _T("ZetRun called without init\n")); in ZetRun()
376 if (nOpenedCPU == -1) bprintf(PRINT_ERROR, _T("ZetRun called when no CPU open\n")); in ZetRun()
402 if (!DebugCPU_ZetInitted) bprintf(PRINT_ERROR, _T("ZetRun called without init\n")); in ZetRun()
652 if (!DebugCPU_ZetInitted) bprintf(PRINT_ERROR, _T("ZetBc called without init\n")); in ZetBc()
666 if (!DebugCPU_ZetInitted) bprintf(PRINT_ERROR, _T("ZetDe called without init\n")); in ZetDe()
680 if (!DebugCPU_ZetInitted) bprintf(PRINT_ERROR, _T("ZetHL called without init\n")); in ZetHL()
694 if (!DebugCPU_ZetInitted) bprintf(PRINT_ERROR, _T("ZetI called without init\n")); in ZetI()
[all …]
H A Dm6809_intf.cpp91 if (!DebugCPU_M6809Initted) bprintf(PRINT_ERROR, _T("M6809Reset called without init\n")); in M6809Reset()
92 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("M6809Reset called when no CPU open\n")); in M6809Reset()
101 if (!DebugCPU_M6809Initted) bprintf(PRINT_ERROR, _T("M6809Reset called without init\n")); in M6809Reset()
114 if (!DebugCPU_M6809Initted) bprintf(PRINT_ERROR, _T("M6809GetPC called without init\n")); in M6809GetPC()
115 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("M6809GetPC called when no CPU open\n")); in M6809GetPC()
172 if (!DebugCPU_M6809Initted) bprintf(PRINT_ERROR, _T("M6809Idle called without init\n")); in M6809Idle()
173 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("M6809Idle called when no CPU open\n")); in M6809Idle()
184 if (!DebugCPU_M6809Initted) bprintf(PRINT_ERROR, _T("M6809Idle called without init\n")); in M6809Idle()
282 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("M6809Close called when no CPU open\n")); in M6809Close()
343 if (!DebugCPU_M6809Initted) bprintf(PRINT_ERROR, _T("M6809Run called without init\n")); in M6809Run()
[all …]
H A Dm6502_intf.cpp101 if (!DebugCPU_M6502Initted) bprintf(PRINT_ERROR, _T("M6502Reset called without init\n")); in M6502Reset()
102 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("M6502Reset called with no CPU open\n")); in M6502Reset()
113 if (!DebugCPU_M6502Initted) bprintf(PRINT_ERROR, _T("M6502Reset called without init\n")); in M6502Reset()
137 if (!DebugCPU_M6502Initted) bprintf(PRINT_ERROR, _T("M6502Idle called without init\n")); in M6502Idle()
148 if (!DebugCPU_M6502Initted) bprintf(PRINT_ERROR, _T("M6502Idle called without init\n")); in M6502Idle()
163 if (!DebugCPU_M6502Initted) bprintf(PRINT_ERROR, _T("M6502Stall called without init\n")); in M6502Stall()
174 if (!DebugCPU_M6502Initted) bprintf(PRINT_ERROR, _T("M6502Stall called without init\n")); in M6502Stall()
317 if (!DebugCPU_M6502Initted) bprintf(PRINT_ERROR, _T("M6502Exit called without init\n")); in M6502Exit()
364 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("M6502Close called with no CPU open\n")); in M6502Close()
451 if (!DebugCPU_M6502Initted) bprintf(PRINT_ERROR, _T("M6502Run called without init\n")); in M6502Run()
[all …]
H A Dh6280_intf.cpp77 if (!DebugCPU_H6280Initted) bprintf(PRINT_ERROR, _T("h6280MapMemory called without init\n")); in h6280MapMemory()
78 if (nh6280CpuActive == -1) bprintf(PRINT_ERROR, _T("h6280MapMemory called with no CPU open\n")); in h6280MapMemory()
140 if (!DebugCPU_H6280Initted) bprintf(PRINT_ERROR, _T("h6280_write_rom called without init\n")); in h6280_write_rom()
183 if (!DebugCPU_H6280Initted) bprintf(PRINT_ERROR, _T("h6280_write called without init\n")); in h6280Write()
184 if (nh6280CpuActive == -1) bprintf(PRINT_ERROR, _T("h6280_write called with no CPU open\n")); in h6280Write()
207 if (!DebugCPU_H6280Initted) bprintf(PRINT_ERROR, _T("h6280_read called without init\n")); in h6280Read()
208 if (nh6280CpuActive == -1) bprintf(PRINT_ERROR, _T("h6280_read called with no CPU open\n")); in h6280Read()
229 if (!DebugCPU_H6280Initted) bprintf(PRINT_ERROR, _T("h6280_fetch1 called without init\n")); in h6280Fetch()
292 if (!DebugCPU_H6280Initted) bprintf(PRINT_ERROR, _T("h6280Exit called without init\n")); in h6280Exit()
316 if (!DebugCPU_H6280Initted) bprintf(PRINT_ERROR, _T("h6280Open called without init\n")); in h6280Open()
[all …]
H A Dhd6309_intf.cpp112 if (!DebugCPU_HD6309Initted) bprintf(PRINT_ERROR, _T("HD6309Reset called without init\n")); in HD6309Reset()
121 if (!DebugCPU_HD6309Initted) bprintf(PRINT_ERROR, _T("HD6309Reset called without init\n")); in HD6309Reset()
170 if (!DebugCPU_HD6309Initted) bprintf(PRINT_ERROR, _T("HD6309Idle called without init\n")); in HD6309Idle()
171 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("HD6309Idle called when no CPU open\n")); in HD6309Idle()
181 if (!DebugCPU_HD6309Initted) bprintf(PRINT_ERROR, _T("HD6309Idle called without init\n")); in HD6309Idle()
246 if (!DebugCPU_HD6309Initted) bprintf(PRINT_ERROR, _T("HD6309Exit called without init\n")); in HD6309Exit()
278 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("HD6309Close called when no CPU open\n")); in HD6309Close()
340 if (!DebugCPU_HD6309Initted) bprintf(PRINT_ERROR, _T("HD6309Run called without init\n")); in HD6309Run()
341 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("HD6309Run called when no CPU open\n")); in HD6309Run()
354 if (!DebugCPU_HD6309Initted) bprintf(PRINT_ERROR, _T("HD6309Run called without init\n")); in HD6309Run()
[all …]
H A Ds2650_intf.cpp78 if (!DebugCPU_S2650Initted) bprintf(PRINT_ERROR, _T("s2650MapMemory called without init\n")); in s2650MapMemory()
79 if (nActiveS2650 == -1) bprintf(PRINT_ERROR, _T("s2650MapMemory called when no CPU open\n")); in s2650MapMemory()
198 if (!DebugCPU_S2650Initted) bprintf(PRINT_ERROR, _T("s2650WriteRom called without init\n")); in s2650WriteROM()
254 if (!DebugCPU_S2650Initted) bprintf(PRINT_ERROR, _T("s2650Exit called without init\n")); in s2650Exit()
269 if (!DebugCPU_S2650Initted) bprintf(PRINT_ERROR, _T("s2650Open called without init\n")); in s2650Open()
281 if (!DebugCPU_S2650Initted) bprintf(PRINT_ERROR, _T("s2650Close called without init\n")); in s2650Close()
282 if (nActiveS2650 == -1) bprintf(PRINT_ERROR, _T("s2650Close called when no CPU open\n")); in s2650Close()
291 if (!DebugCPU_S2650Initted) bprintf(PRINT_ERROR, _T("s2650GetPC called without init\n")); in s2650GetPC()
292 if (nActiveS2650 == -1) bprintf(PRINT_ERROR, _T("s2650GetPC called when no CPU open\n")); in s2650GetPC()
311 if (!DebugCPU_S2650Initted) bprintf(PRINT_ERROR, _T("s2650Reset called without init\n")); in s2650Reset()
[all …]
H A Dnec_intf.cpp415 if (!DebugCPU_VezInitted) bprintf(PRINT_ERROR, _T("VezExit called without init\n")); in VezExit()
437 if (!DebugCPU_VezInitted) bprintf(PRINT_ERROR, _T("VezOpen called without init\n")); in VezOpen()
452 if (!DebugCPU_VezInitted) bprintf(PRINT_ERROR, _T("VezClose called without init\n")); in VezClose()
453 if (nOpenedCPU == -1) bprintf(PRINT_ERROR, _T("VezClose called when no CPU open\n")); in VezClose()
485 if (!DebugCPU_VezInitted) bprintf(PRINT_ERROR, _T("VezIdle called without init\n")); in VezIdle()
486 if (nOpenedCPU == -1) bprintf(PRINT_ERROR, _T("VezIdle called when no CPU open\n")); in VezIdle()
609 if (!DebugCPU_VezInitted) bprintf(PRINT_ERROR, _T("VezReset called without init\n")); in VezReset()
610 if (nOpenedCPU == -1) bprintf(PRINT_ERROR, _T("VezReset called when no CPU open\n")); in VezReset()
619 if (!DebugCPU_VezInitted) bprintf(PRINT_ERROR, _T("VezRun called without init\n")); in VezRun()
620 if (nOpenedCPU == -1) bprintf(PRINT_ERROR, _T("VezRun called when no CPU open\n")); in VezRun()
[all …]
H A Dz180_intf.cpp136 if (!DebugCPU_Z180Initted) bprintf(PRINT_ERROR, _T("Z180Reset called without init\n")); in Z180Reset()
137 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("Z180Reset called when no CPU open\n")); in Z180Reset()
146 if (!DebugCPU_Z180Initted) bprintf(PRINT_ERROR, _T("Z180Exit called without init\n")); in Z180Exit()
166 if (!DebugCPU_Z180Initted) bprintf(PRINT_ERROR, _T("Z180Open called without init\n")); in Z180Open()
177 if (!DebugCPU_Z180Initted) bprintf(PRINT_ERROR, _T("Z180Close called without init\n")); in Z180Close()
178 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("Z180Close called when no CPU open\n")); in Z180Close()
189 if (!DebugCPU_Z180Initted) bprintf(PRINT_ERROR, _T("Z180Run called without init\n")); in Z180Run()
190 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("Z180Run called when no CPU open\n")); in Z180Run()
238 if (!DebugCPU_Z180Initted) bprintf(PRINT_ERROR, _T("Z180Idle called without init\n")); in Z180Idle()
239 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("Z180Idle called when no CPU open\n")); in Z180Idle()
[all …]
/dports/net/mpich2/mpich2-1.5/examples/windows/pmitest/
H A Dpmitest.c232 PRINT_ERROR(rc, "PMI_KVS_Put(NULL, key, val)"); in main()
248 PRINT_ERROR(rc, "PMI_KVS_Commit(NULL)"); in main()
250 PRINT_ERROR(rc, "PMI_KVS_Commit(baloney)"); in main()
256 PRINT_ERROR(rc, "PMI_Get_id(NULL, id_maxlen)"); in main()
258 PRINT_ERROR(rc, "PMI_Get_id(id, -1)"); in main()
264 PRINT_ERROR(rc, "PMI_Init(NULL)"); in main()
266 PRINT_ERROR(rc, "PMI_Get_rank(NULL)"); in main()
268 PRINT_ERROR(rc, "PMI_Get_size(NULL)"); in main()
270 PRINT_ERROR(rc, "PMI_Get_name_length_max(NULL)"); in main()
272 PRINT_ERROR(rc, "PMI_Get_id_length_max(NULL)"); in main()
[all …]
/dports/net/openmpi/openmpi-4.1.1/opal/mca/pmix/pmix3x/pmix/test/simple/
H A Dpmitest.c232 PRINT_ERROR(rc, "PMI_KVS_Put(NULL, key, val)"); in main()
248 PRINT_ERROR(rc, "PMI_KVS_Commit(NULL)"); in main()
250 PRINT_ERROR(rc, "PMI_KVS_Commit(baloney)"); in main()
256 PRINT_ERROR(rc, "PMI_Get_id(NULL, id_maxlen)"); in main()
258 PRINT_ERROR(rc, "PMI_Get_id(id, -1)"); in main()
264 PRINT_ERROR(rc, "PMI_Init(NULL)"); in main()
266 PRINT_ERROR(rc, "PMI_Get_rank(NULL)"); in main()
268 PRINT_ERROR(rc, "PMI_Get_size(NULL)"); in main()
270 PRINT_ERROR(rc, "PMI_Get_name_length_max(NULL)"); in main()
272 PRINT_ERROR(rc, "PMI_Get_id_length_max(NULL)"); in main()
[all …]
/dports/games/libretro-fbalpha/fbalpha-84eb9d9/src/cpu/
H A Dz80_intf.cpp286 if (!DebugCPU_ZetInitted) bprintf(PRINT_ERROR, _T("ZetClose called without init\n")); in ZetClose()
287 if (nOpenedCPU == -1) bprintf(PRINT_ERROR, _T("ZetClose called when no CPU open\n")); in ZetClose()
301 if (!DebugCPU_ZetInitted) bprintf(PRINT_ERROR, _T("ZetOpen called without init\n")); in ZetOpen()
358 if (!DebugCPU_ZetInitted) bprintf(PRINT_ERROR, _T("ZetRun called without init\n")); in ZetRun()
359 if (nOpenedCPU == -1) bprintf(PRINT_ERROR, _T("ZetRun called when no CPU open\n")); in ZetRun()
385 if (!DebugCPU_ZetInitted) bprintf(PRINT_ERROR, _T("ZetRun called without init\n")); in ZetRun()
621 if (!DebugCPU_ZetInitted) bprintf(PRINT_ERROR, _T("ZetBc called without init\n")); in ZetBc()
635 if (!DebugCPU_ZetInitted) bprintf(PRINT_ERROR, _T("ZetDe called without init\n")); in ZetDe()
649 if (!DebugCPU_ZetInitted) bprintf(PRINT_ERROR, _T("ZetHL called without init\n")); in ZetHL()
663 if (!DebugCPU_ZetInitted) bprintf(PRINT_ERROR, _T("ZetI called without init\n")); in ZetI()
[all …]
H A Dh6280_intf.cpp55 if (!DebugCPU_H6280Initted) bprintf(PRINT_ERROR, _T("h6280MapMemory called without init\n")); in h6280MapMemory()
56 if (nh6280CpuActive == -1) bprintf(PRINT_ERROR, _T("h6280MapMemory called with no CPU open\n")); in h6280MapMemory()
118 if (!DebugCPU_H6280Initted) bprintf(PRINT_ERROR, _T("h6280_write_rom called without init\n")); in h6280_write_rom()
161 if (!DebugCPU_H6280Initted) bprintf(PRINT_ERROR, _T("h6280_write called without init\n")); in h6280Write()
162 if (nh6280CpuActive == -1) bprintf(PRINT_ERROR, _T("h6280_write called with no CPU open\n")); in h6280Write()
185 if (!DebugCPU_H6280Initted) bprintf(PRINT_ERROR, _T("h6280_read called without init\n")); in h6280Read()
186 if (nh6280CpuActive == -1) bprintf(PRINT_ERROR, _T("h6280_read called with no CPU open\n")); in h6280Read()
207 if (!DebugCPU_H6280Initted) bprintf(PRINT_ERROR, _T("h6280_fetch1 called without init\n")); in h6280Fetch()
270 if (!DebugCPU_H6280Initted) bprintf(PRINT_ERROR, _T("h6280Exit called without init\n")); in h6280Exit()
294 if (!DebugCPU_H6280Initted) bprintf(PRINT_ERROR, _T("h6280Open called without init\n")); in h6280Open()
[all …]
H A Dhd6309_intf.cpp52 if (!DebugCPU_HD6309Initted) bprintf(PRINT_ERROR, _T("HD6309Reset called without init\n")); in HD6309Reset()
61 if (!DebugCPU_HD6309Initted) bprintf(PRINT_ERROR, _T("HD6309NewFrame called without init\n")); in HD6309NewFrame()
124 if (!DebugCPU_HD6309Initted) bprintf(PRINT_ERROR, _T("HD6309Exit called without init\n")); in HD6309Exit()
140 if (!DebugCPU_HD6309Initted) bprintf(PRINT_ERROR, _T("HD6309Open called without init\n")); in HD6309Open()
155 if (!DebugCPU_HD6309Initted) bprintf(PRINT_ERROR, _T("HD6309Close called without init\n")); in HD6309Close()
156 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("HD6309Close called when no CPU open\n")); in HD6309Close()
206 if (!DebugCPU_HD6309Initted) bprintf(PRINT_ERROR, _T("HD6309Run called without init\n")); in HD6309Run()
207 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("HD6309Run called when no CPU open\n")); in HD6309Run()
221 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("HD6309RunEnd called when no CPU open\n")); in HD6309RunEnd()
228 if (!DebugCPU_HD6309Initted) bprintf(PRINT_ERROR, _T("HD6309GetPC called without init\n")); in HD6309GetPC()
[all …]
H A Dm6502_intf.cpp62 if (!DebugCPU_M6502Initted) bprintf(PRINT_ERROR, _T("M6502Reset called without init\n")); in M6502Reset()
63 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("M6502Reset called with no CPU open\n")); in M6502Reset()
72 if (!DebugCPU_M6502Initted) bprintf(PRINT_ERROR, _T("M6502NewFrame called without init\n")); in M6502NewFrame()
213 if (!DebugCPU_M6502Initted) bprintf(PRINT_ERROR, _T("M6502Exit called without init\n")); in M6502Exit()
244 if (!DebugCPU_M6502Initted) bprintf(PRINT_ERROR, _T("M6502Open called without init\n")); in M6502Open()
261 if (!DebugCPU_M6502Initted) bprintf(PRINT_ERROR, _T("M6502Close called without init\n")); in M6502Close()
262 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("M6502Close called with no CPU open\n")); in M6502Close()
287 if (!DebugCPU_M6502Initted) bprintf(PRINT_ERROR, _T("M6502Idle called without init\n")); in M6502Idle()
345 if (!DebugCPU_M6502Initted) bprintf(PRINT_ERROR, _T("M6502Run called without init\n")); in M6502Run()
346 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("M6502Run called with no CPU open\n")); in M6502Run()
[all …]
H A Dm6800_intf.cpp110 if (!DebugCPU_M6800Initted) bprintf(PRINT_ERROR, _T("M6800Reset called without init\n")); in M6800Reset()
136 if (!DebugCPU_M6800Initted) bprintf(PRINT_ERROR, _T("M6800Open called without init\n")); in M6800Open()
151 if (!DebugCPU_M6800Initted) bprintf(PRINT_ERROR, _T("M6800Close called without init\n")); in M6800Close()
152 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("M6800Close called when no CPU open\n")); in M6800Close()
271 if (!DebugCPU_M6800Initted) bprintf(PRINT_ERROR, _T("M6800Exit called without init\n")); in M6800Exit()
427 if (!DebugCPU_M6800Initted) bprintf(PRINT_ERROR, _T("M6800Run called without init\n")); in M6800Run()
428 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("M6800Run called when no CPU open\n")); in M6800Run()
443 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("HD63701Run called when no CPU open\n")); in HD63701Run()
457 if (!DebugCPU_M6800Initted) bprintf(PRINT_ERROR, _T("M6803Run called without init\n")); in M6803Run()
458 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("M6803Run called when no CPU open\n")); in M6803Run()
[all …]
H A Dm6809_intf.cpp53 if (!DebugCPU_M6809Initted) bprintf(PRINT_ERROR, _T("M6809Reset called without init\n")); in M6809Reset()
54 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("M6809Reset called when no CPU open\n")); in M6809Reset()
63 if (!DebugCPU_M6809Initted) bprintf(PRINT_ERROR, _T("M6809GetPC called without init\n")); in M6809GetPC()
64 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("M6809GetPC called when no CPU open\n")); in M6809GetPC()
74 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("M6809GetPrevPC called when no CPU open\n")); in M6809GetPrevPC()
148 if (!DebugCPU_M6809Initted) bprintf(PRINT_ERROR, _T("M6809Exit called without init\n")); in M6809Exit()
164 if (!DebugCPU_M6809Initted) bprintf(PRINT_ERROR, _T("M6809Open called without init\n")); in M6809Open()
180 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("M6809Close called when no CPU open\n")); in M6809Close()
230 if (!DebugCPU_M6809Initted) bprintf(PRINT_ERROR, _T("M6809Run called without init\n")); in M6809Run()
231 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("M6809Run called when no CPU open\n")); in M6809Run()
[all …]
H A Ds2650_intf.cpp57 if (!DebugCPU_S2650Initted) bprintf(PRINT_ERROR, _T("s2650MapMemory called without init\n")); in s2650MapMemory()
58 if (nActiveS2650 == -1) bprintf(PRINT_ERROR, _T("s2650MapMemory called when no CPU open\n")); in s2650MapMemory()
177 if (!DebugCPU_S2650Initted) bprintf(PRINT_ERROR, _T("s2650WriteRom called without init\n")); in s2650WriteROM()
248 if (!DebugCPU_S2650Initted) bprintf(PRINT_ERROR, _T("s2650Exit called without init\n")); in s2650Exit()
263 if (!DebugCPU_S2650Initted) bprintf(PRINT_ERROR, _T("s2650Open called without init\n")); in s2650Open()
275 if (!DebugCPU_S2650Initted) bprintf(PRINT_ERROR, _T("s2650Close called without init\n")); in s2650Close()
276 if (nActiveS2650 == -1) bprintf(PRINT_ERROR, _T("s2650Close called when no CPU open\n")); in s2650Close()
285 if (!DebugCPU_S2650Initted) bprintf(PRINT_ERROR, _T("s2650GetPC called without init\n")); in s2650GetPC()
286 if (nActiveS2650 == -1) bprintf(PRINT_ERROR, _T("s2650GetPC called when no CPU open\n")); in s2650GetPC()
305 if (!DebugCPU_S2650Initted) bprintf(PRINT_ERROR, _T("s2650Reset called without init\n")); in s2650Reset()
[all …]
H A Dnec_intf.cpp386 if (!DebugCPU_VezInitted) bprintf(PRINT_ERROR, _T("VezExit called without init\n")); in VezExit()
408 if (!DebugCPU_VezInitted) bprintf(PRINT_ERROR, _T("VezOpen called without init\n")); in VezOpen()
423 if (!DebugCPU_VezInitted) bprintf(PRINT_ERROR, _T("VezClose called without init\n")); in VezClose()
424 if (nOpenedCPU == -1) bprintf(PRINT_ERROR, _T("VezClose called when no CPU open\n")); in VezClose()
456 if (!DebugCPU_VezInitted) bprintf(PRINT_ERROR, _T("VezIdle called without init\n")); in VezIdle()
457 if (nOpenedCPU == -1) bprintf(PRINT_ERROR, _T("VezIdle called when no CPU open\n")); in VezIdle()
578 if (!DebugCPU_VezInitted) bprintf(PRINT_ERROR, _T("VezReset called without init\n")); in VezReset()
579 if (nOpenedCPU == -1) bprintf(PRINT_ERROR, _T("VezReset called when no CPU open\n")); in VezReset()
588 if (!DebugCPU_VezInitted) bprintf(PRINT_ERROR, _T("VezRun called without init\n")); in VezRun()
589 if (nOpenedCPU == -1) bprintf(PRINT_ERROR, _T("VezRun called when no CPU open\n")); in VezRun()
[all …]
H A Dz180_intf.cpp114 if (!DebugCPU_Z180Initted) bprintf(PRINT_ERROR, _T("Z180Reset called without init\n")); in Z180Reset()
115 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("Z180Reset called when no CPU open\n")); in Z180Reset()
124 if (!DebugCPU_Z180Initted) bprintf(PRINT_ERROR, _T("Z180Exit called without init\n")); in Z180Exit()
144 if (!DebugCPU_Z180Initted) bprintf(PRINT_ERROR, _T("Z180Open called without init\n")); in Z180Open()
155 if (!DebugCPU_Z180Initted) bprintf(PRINT_ERROR, _T("Z180Close called without init\n")); in Z180Close()
156 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("Z180Close called when no CPU open\n")); in Z180Close()
167 if (!DebugCPU_Z180Initted) bprintf(PRINT_ERROR, _T("Z180Run called without init\n")); in Z180Run()
168 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("Z180Run called when no CPU open\n")); in Z180Run()
189 if (nActiveCPU == -1) bprintf(PRINT_ERROR, _T("Z180RunEnd called when no CPU open\n")); in Z180RunEnd()
220 bprintf(PRINT_ERROR, _T("Z180SetIRQLine called with invalid state %d\n"), state); in Z180SetIRQLine()
[all …]
/dports/audio/aacgain/aacgain-1.8/mpeg4ip/lib/mp4v2/
H A Dmp4.cpp160 PRINT_ERROR(e); in MP4Close()
178 PRINT_ERROR(e); in MP4Dump()
195 PRINT_ERROR(e); in MP4GetVerbosity()
210 PRINT_ERROR(e); in MP4SetVerbosity()
224 PRINT_ERROR(e); in MP4GetDuration()
238 PRINT_ERROR(e); in MP4GetTimeScale()
253 PRINT_ERROR(e); in MP4SetTimeScale()
267 PRINT_ERROR(e); in MP4GetODProfileLevel()
282 PRINT_ERROR(e); in MP4SetODProfileLevel()
296 PRINT_ERROR(e); in MP4GetSceneProfileLevel()
[all …]
/dports/math/mpc/mpc-1.2.1/tests/
H A Dtset.c99 PRINT_ERROR ("mpc_set_d", prec, z); in mpc_set_ui_fr()
104 PRINT_ERROR ("mpc_set_c", prec, z); in mpc_set_ui_fr()
110 PRINT_ERROR ("mpc_set_ui", prec, z); in mpc_set_ui_fr()
114 PRINT_ERROR ("mpc_set_d_d", prec, z); in mpc_set_ui_fr()
118 PRINT_ERROR ("mpc_set_si", prec, z); in mpc_set_ui_fr()
129 PRINT_ERROR ("mpc_set_lc", prec, z); in mpc_set_ui_fr()
141 PRINT_ERROR ("mpc_set_ld", prec, z); in mpc_set_ui_fr()
193 PRINT_ERROR ("mpc_set_z", prec, z); in mpc_set_ui_fr()
222 PRINT_ERROR ("mpc_set_q", prec, z); in mpc_set_ui_fr()
237 PRINT_ERROR ("mpc_set_f", prec, z); in mpc_set_ui_fr()
[all …]

12345678910>>...34