Home
last modified time | relevance | path

Searched refs:LOG_NAME (Results 1 – 25 of 134) sorted by relevance

123456

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/iop/
H A DIop_Sio2.cpp9 #define LOG_NAME ("iop_sio2") macro
475 CLog::GetInstance().Print(LOG_NAME, "Multitap: ChangeSlot();\r\n"); in ProcessMultitap()
506 CLog::GetInstance().Print(LOG_NAME, "MemoryCard: Cmd_12();\r\n"); in ProcessMemoryCard()
511 CLog::GetInstance().Print(LOG_NAME, "MemoryCard: Cmd_21();\r\n"); in ProcessMemoryCard()
516 CLog::GetInstance().Print(LOG_NAME, "MemoryCard: Cmd_22();\r\n"); in ProcessMemoryCard()
543 CLog::GetInstance().Print(LOG_NAME, "MemoryCard: Probe2();\r\n"); in ProcessMemoryCard()
547 CLog::GetInstance().Print(LOG_NAME, "MemoryCard: Probe1();\r\n"); in ProcessMemoryCard()
571 CLog::GetInstance().Print(LOG_NAME, "MemoryCard: Cmd_81();\r\n"); in ProcessMemoryCard()
575 CLog::GetInstance().Print(LOG_NAME, "MemoryCard: Cmd_82();\r\n"); in ProcessMemoryCard()
579 CLog::GetInstance().Print(LOG_NAME, "MemoryCard: Cmd_BF();\r\n"); in ProcessMemoryCard()
[all …]
H A DIop_LibSd.cpp27 #define LOG_NAME "iop_libsd" macro
138 CLog::GetInstance().Print(LOG_NAME, FUNCTION_INIT "(flag = %d);\r\n", in TraceCall()
142 CLog::GetInstance().Print(LOG_NAME, FUNCTION_SETPARAM "(entry = 0x%04X, value = 0x%04X);\r\n", in TraceCall()
146 CLog::GetInstance().Print(LOG_NAME, FUNCTION_GETPARAM "(entry = 0x%04X);\r\n", in TraceCall()
150 …CLog::GetInstance().Print(LOG_NAME, FUNCTION_SETSWITCH "(entry = 0x%04X, value = 0x%08X); //(%s)\r… in TraceCall()
155 CLog::GetInstance().Print(LOG_NAME, FUNCTION_GETSWITCH "(entry = 0x%04X); //(%s)\r\n", in TraceCall()
160 CLog::GetInstance().Print(LOG_NAME, FUNCTION_SETADDR "(entry = 0x%04X, value = 0x%08X);\r\n", in TraceCall()
167 CLog::GetInstance().Print(LOG_NAME, FUNCTION_SETCOREATTR "(entry = 0x%04X, value = 0x%04X);\r\n", in TraceCall()
182 …CLog::GetInstance().Print(LOG_NAME, FUNCTION_VOICETRANSSTATUS "(channel = 0x%04X, flag = 0x%04X);\… in TraceCall()
194 CLog::GetInstance().Print(LOG_NAME, FUNCTION_SETEFFECTATTR "(core = 0x%04X, attr = 0x%08X);\r\n", in TraceCall()
[all …]
H A DIop_Cdvdfsv.cpp10 #define LOG_NAME "iop_cdvdfsv" macro
173 CLog::GetInstance().Print(LOG_NAME, "Init(mode = %d);\r\n", mode); in Invoke592()
190 CLog::GetInstance().Print(LOG_NAME, "ReadClock();\r\n"); in Invoke593()
199 CLog::GetInstance().Print(LOG_NAME, "GetDiskType();\r\n"); in Invoke593()
205 CLog::GetInstance().Print(LOG_NAME, "GetError();\r\n"); in Invoke593()
223 CLog::GetInstance().Print(LOG_NAME, "Status();\r\n"); in Invoke593()
230 CLog::GetInstance().Print(LOG_NAME, "Break();\r\n"); in Invoke593()
249 CLog::GetInstance().Print(LOG_NAME, "ReadDvdDualInfo();\r\n"); in Invoke593()
445 CLog::GetInstance().Print(LOG_NAME, "StreamStop();\r\n"); in StreamCmd()
458 CLog::GetInstance().Print(LOG_NAME, "StreamStat();\r\n"); in StreamCmd()
[all …]
H A DIop_Timrman.cpp12 #define LOG_NAME ("iop_timrman") macro
164 CLog::GetInstance().Warn(LOG_NAME, "(%08X): Unknown function (%d) called.\r\n", in Invoke()
207 CLog::GetInstance().Warn(LOG_NAME, "Couldn't allocate a timer.\r\n"); in AllocHardTimer()
233 CLog::GetInstance().Warn(LOG_NAME, "Trying to free a free timer (%d).\r\n", timerId); in FreeHardTimer()
254 CLog::GetInstance().Print(LOG_NAME, FUNCTION_GETTIMERSTATUS "(timerId = %d).\r\n", in GetTimerStatus()
265 CLog::GetInstance().Print(LOG_NAME, FUNCTION_GETTIMERCOUNTER "(timerId = %d).\r\n", in GetTimerCounter()
338 CLog::GetInstance().Warn(LOG_NAME, "Trying to setup a free timer (%d).\r\n", timerId); in SetupHardTimer()
370 CLog::GetInstance().Print(LOG_NAME, FUNCTION_STARTHARDTIMER "(timerId = %d);\r\n", in StartHardTimer()
382 CLog::GetInstance().Warn(LOG_NAME, "Trying to start a free timer (%d).\r\n", timerId); in StartHardTimer()
414 CLog::GetInstance().Print(LOG_NAME, FUNCTION_STOPHARDTIMER "(timerId = %d);\r\n", in StopHardTimer()
[all …]
H A DIop_Dmac.cpp8 #define LOG_NAME ("iop_dmac") macro
208 CLog::GetInstance().Print(LOG_NAME, "= DPCR.\r\n"); in LogRead()
211 CLog::GetInstance().Print(LOG_NAME, "= DICR.\r\n"); in LogRead()
220 CLog::GetInstance().Print(LOG_NAME, "ch%02d: = MADR.\r\n", channelId); in LogRead()
223 CLog::GetInstance().Print(LOG_NAME, "ch%02d: = CHCR.\r\n", channelId); in LogRead()
226 CLog::GetInstance().Warn(LOG_NAME, "Read an unknown register 0x%08X.\r\n", in LogRead()
240 CLog::GetInstance().Print(LOG_NAME, "DPCR = 0x%08X.\r\n", value); in LogWrite()
243 CLog::GetInstance().Print(LOG_NAME, "DICR = 0x%08X.\r\n", value); in LogWrite()
252 CLog::GetInstance().Print(LOG_NAME, "ch%02d: MADR = 0x%08X.\r\n", channelId, value); in LogWrite()
255 CLog::GetInstance().Print(LOG_NAME, "ch%02d: BCR = 0x%08X.\r\n", channelId, value); in LogWrite()
[all …]
H A DIop_Loadcore.cpp10 #define LOG_NAME "iop_loadcore" macro
98 CLog::GetInstance().Warn(LOG_NAME, "Unknown function (%d) called (PC: 0x%08X).\r\n", in Invoke()
132 CLog::GetInstance().Warn(LOG_NAME, "Invoking unknown function %d.\r\n", method); in Invoke()
158 CLog::GetInstance().Print(LOG_NAME, FUNCTION_GETLIBRARYENTRYTABLE "();\r\n"); in GetLibraryEntryTable()
159 CLog::GetInstance().Warn(LOG_NAME, FUNCTION_GETLIBRARYENTRYTABLE " is not implemented.\r\n"); in GetLibraryEntryTable()
171 …CLog::GetInstance().Warn(LOG_NAME, "Failed to register library '%s'.\r\n", module->GetId().c_str()… in RegisterLibraryEntries()
184 CLog::GetInstance().Warn(LOG_NAME, "Failed to release library '%s'.\r\n", moduleName.c_str()); in ReleaseLibraryEntries()
191 CLog::GetInstance().Print(LOG_NAME, FUNCTION_QUERYBOOTMODE "(param = %d);\r\n", param); in QueryBootMode()
293 CLog::GetInstance().Print(LOG_NAME, "StopModule(moduleId = %d, args, argsSize = 0x%08X);\r\n", in StopModule()
323 CLog::GetInstance().Print(LOG_NAME, "UnloadModule(moduleId = %d);\r\n", moduleId); in UnloadModule()
[all …]
H A DIop_Cdvdman.cpp7 #define LOG_NAME "iop_cdvdman" macro
293 CLog::GetInstance().Warn(LOG_NAME, "Unknown function called (%d).\r\n", in Invoke()
344 CLog::GetInstance().Print(LOG_NAME, FUNCTION_CDSTANDBY "();\r\n"); in CdStandby()
386 CLog::GetInstance().Print(LOG_NAME, FUNCTION_CDSEEK "(sector = 0x%X);\r\n", in CdSeek()
395 CLog::GetInstance().Print(LOG_NAME, FUNCTION_CDGETERROR "();\r\n"); in CdGetError()
459 CLog::GetInstance().Print(LOG_NAME, FUNCTION_CDSYNC "(mode = %i);\r\n", in CdSync()
479 CLog::GetInstance().Print(LOG_NAME, FUNCTION_CDGETDISKTYPE "();\r\n"); in CdGetDiskType()
513 CLog::GetInstance().Print(LOG_NAME, FUNCTION_CDSTATUS "();\r\n"); in CdStatus()
529 CLog::GetInstance().Print(LOG_NAME, FUNCTION_CDGETREADPOS "();\r\n"); in CdGetReadPos()
580 CLog::GetInstance().Print(LOG_NAME, FUNCTION_CDSTSTAT "();\r\n"); in CdStStat()
[all …]
H A DIop_Ioman.cpp18 #define LOG_NAME "iop_ioman" macro
342 CLog::GetInstance().Print(LOG_NAME, "Mkdir(path = '%s');\r\n", path); in Mkdir()
364 CLog::GetInstance().Print(LOG_NAME, "Dopen(path = '%s');\r\n", in Dopen()
388 CLog::GetInstance().Print(LOG_NAME, "Dclose(handle = %d);\r\n", in Dclose()
605 CLog::GetInstance().Print(LOG_NAME, "CdReadClock();\r\n"); in DevCtl()
609 CLog::GetInstance().Print(LOG_NAME, "CdGetError();\r\n"); in DevCtl()
619 CLog::GetInstance().Print(LOG_NAME, "HddStatus();\r\n"); in DevCtl()
622 CLog::GetInstance().Print(LOG_NAME, "HddTotalSector();\r\n"); in DevCtl()
627 CLog::GetInstance().Print(LOG_NAME, "HddFreeSector();\r\n"); in DevCtl()
631 CLog::GetInstance().Print(LOG_NAME, "PfsZoneSize();\r\n"); in DevCtl()
[all …]
H A DIop_Speed.cpp7 #define LOG_NAME ("iop_speed") macro
87 CLog::GetInstance().Print(LOG_NAME, "SMAP_PHY: Reading reg 0x%02X.\r\n", staCtrl.phyRegAddr); in ProcessEmac3StaCtrl()
326 CLog::GetInstance().Print(LOG_NAME, "= " #registerId "\r\n"); \ in LogRead()
358 CLog::GetInstance().Warn(LOG_NAME, "Read an unknown register 0x%08X.\r\n", address); in LogRead()
367 CLog::GetInstance().Print(LOG_NAME, #registerId " = 0x%08X\r\n", value); \ in LogWrite()
414 CLog::GetInstance().Print(LOG_NAME, "= %s[%d].CTRLSTAT\r\n", name, structIndex); in LogBdRead()
417 CLog::GetInstance().Print(LOG_NAME, "= %s[%d].RESERVED\r\n", name, structIndex); in LogBdRead()
420 CLog::GetInstance().Print(LOG_NAME, "= %s[%d].LENGTH\r\n", name, structIndex); in LogBdRead()
423 CLog::GetInstance().Print(LOG_NAME, "= %s[%d].POINTER\r\n", name, structIndex); in LogBdRead()
441 CLog::GetInstance().Print(LOG_NAME, "%s[%d].LENGTH = 0x%08X\r\n", name, structIndex, value); in LogBdWrite()
[all …]
H A DIop_Spu.cpp8 #define LOG_NAME ("spu") macro
256 CLog::GetInstance().Print(LOG_NAME, "Read an unknown register (0x%08X).\r\n", address); in DisassembleRead()
260 CLog::GetInstance().Print(LOG_NAME, "= %s\r\n", in DisassembleRead()
270 …CLog::GetInstance().Print(LOG_NAME, "CH%i : Read an unknown register (0x%X).\r\n", channel, regist… in DisassembleRead()
274 CLog::GetInstance().Print(LOG_NAME, "CH%i : = %s\r\n", in DisassembleRead()
288 …CLog::GetInstance().Print(LOG_NAME, "Wrote to an unknown register (0x%08X, 0x%04X).\r\n", address,… in DisassembleWrite()
292 CLog::GetInstance().Print(LOG_NAME, "%s = 0x%04X\r\n", in DisassembleWrite()
302 CLog::GetInstance().Print(LOG_NAME, "CH%i : Wrote to an unknown register (0x%X, 0x%04X).\r\n", in DisassembleWrite()
307 CLog::GetInstance().Print(LOG_NAME, "CH%i : %s = 0x%04X\r\n", in DisassembleWrite()
H A DIop_Vblank.cpp7 #define LOG_NAME "iop_vblank" macro
76 CLog::GetInstance().Warn(LOG_NAME, "Unknown function called (%d).\r\n", functionId); in Invoke()
84 CLog::GetInstance().Print(LOG_NAME, FUNCTION_WAITVBLANKSTART "();\r\n"); in WaitVblankStart()
93 CLog::GetInstance().Print(LOG_NAME, FUNCTION_WAITVBLANKEND "();\r\n"); in WaitVblankEnd()
102 CLog::GetInstance().Print(LOG_NAME, FUNCTION_WAITVBLANK "();\r\n"); in WaitVblank()
112 …CLog::GetInstance().Print(LOG_NAME, FUNCTION_REGISTERVBLANKHANDLER "(startEnd = %d, priority = %d,… in RegisterVblankHandler()
121 …CLog::GetInstance().Print(LOG_NAME, FUNCTION_RELEASEVBLANKHANDLER "(startEnd = %d, handler = 0x%08… in ReleaseVblankHandler()
H A DIop_Thvpool.cpp4 #define LOG_NAME ("iop_thvpool") macro
77 …CLog::GetInstance().Warn(LOG_NAME, "Unknown function (%d) called at (%08X).\r\n", functionId, cont… in Invoke()
84 CLog::GetInstance().Print(LOG_NAME, FUNCTION_CREATEVPL "(paramPtr = 0x%08X);\r\n", in CreateVpl()
91 CLog::GetInstance().Print(LOG_NAME, FUNCTION_DELETEVPL "(vplId = %d);\r\n", in DeleteVpl()
98 CLog::GetInstance().Print(LOG_NAME, FUNCTION_PALLOCATEVPL "(vplId = %d, size = 0x%08X);\r\n", in pAllocateVpl()
105 CLog::GetInstance().Print(LOG_NAME, FUNCTION_FREEVPL "(vplId = %d, ptr = 0x%08X);\r\n", in FreeVpl()
112 CLog::GetInstance().Print(LOG_NAME, FUNCTION_REFERVPLSTATUS "(vplId = %d, statPtr = 0x%08X);\r\n", in ReferVplStatus()
H A DIop_Thfpool.cpp4 #define LOG_NAME ("iop_thfpool") macro
67 …CLog::GetInstance().Warn(LOG_NAME, "Unknown function (%d) called at (%08X).\r\n", functionId, cont… in Invoke()
74 CLog::GetInstance().Print(LOG_NAME, FUNCTION_CREATEFPL "(paramPtr = 0x%08X);\r\n", in CreateFpl()
81 CLog::GetInstance().Print(LOG_NAME, FUNCTION_ALLOCATEFPL "(fplId = %d);\r\n", in AllocateFpl()
88 CLog::GetInstance().Print(LOG_NAME, FUNCTION_PALLOCATEFPL "(fplId = %d);\r\n", in pAllocateFpl()
95 CLog::GetInstance().Print(LOG_NAME, FUNCTION_FREEFPL "(fplId = %d, blockPtr = 0x%08X);\r\n", in FreeFpl()
H A DIop_Modload.cpp7 #define LOG_NAME ("iop_modload") macro
114 CLog::GetInstance().Warn(LOG_NAME, "(%08X): Unknown function (%d) called.\r\n", in Invoke()
135 CLog::GetInstance().Warn(LOG_NAME, "Error occured while trying to load module '%s' : %s\r\n", in LoadStartModule()
145 …CLog::GetInstance().Print(LOG_NAME, FUNCTION_STARTMODULE "(moduleId = %d, path = '%s', argsLength … in StartModule()
153 …CLog::GetInstance().Print(LOG_NAME, FUNCTION_LOADMODULEBUFFERADDRESS "(modBufPtr = 0x%08X, dstAddr… in LoadModuleBufferAddress()
165 CLog::GetInstance().Print(LOG_NAME, FUNCTION_LOADMODULEBUFFER "(modBufPtr = 0x%08X);\r\n", in LoadModuleBuffer()
174 …CLog::GetInstance().Print(LOG_NAME, FUNCTION_GETMODULEIDLIST "(readBufPtr = 0x%08X, readBufSize = … in GetModuleIdList()
186 …CLog::GetInstance().Print(LOG_NAME, FUNCTION_REFERMODULESTATUS "(moduleId = %d, moduleStatusPtr = … in ReferModuleStatus()
193 CLog::GetInstance().Print(LOG_NAME, FUNCTION_SEARCHMODULEBYNAME "(moduleNamePtr = %s);\r\n", in SearchModuleByName()
200 …CLog::GetInstance().Print(LOG_NAME, FUNCTION_ALLOCLOADMEMORY "(unknown1 = %d, size = 0x%08X, unkno… in AllocLoadMemory()
H A DIop_RootCounters.cpp9 #define LOG_NAME ("iop_counters") macro
243 CLog::GetInstance().Print(LOG_NAME, "CNT%d: = COUNT\r\n", counterId); in DisassembleRead()
246 CLog::GetInstance().Print(LOG_NAME, "CNT%d: = MODE\r\n", counterId); in DisassembleRead()
249 CLog::GetInstance().Print(LOG_NAME, "CNT%d: = TARGET\r\n", counterId); in DisassembleRead()
252 CLog::GetInstance().Print(LOG_NAME, "Reading an unknown register (0x%08X).\r\n", address); in DisassembleRead()
264 CLog::GetInstance().Print(LOG_NAME, "CNT%d: COUNT = 0x%04X\r\n", counterId, value); in DisassembleWrite()
267 CLog::GetInstance().Print(LOG_NAME, "CNT%d: MODE = 0x%08X\r\n", counterId, value); in DisassembleWrite()
270 CLog::GetInstance().Print(LOG_NAME, "CNT%d: TARGET = 0x%04X\r\n", counterId, value); in DisassembleWrite()
273 …CLog::GetInstance().Print(LOG_NAME, "Writing to an unknown register (0x%08X, 0x%08X).\r\n", addres… in DisassembleWrite()
H A DIop_Dev9.cpp4 #define LOG_NAME ("iop_dev9") macro
32 CLog::GetInstance().Print(LOG_NAME, "= REG_REV\r\n"); in LogRead()
35 CLog::GetInstance().Warn(LOG_NAME, "Read an unknown register 0x%08X.\r\n", address); in LogRead()
45 …CLog::GetInstance().Warn(LOG_NAME, "Wrote 0x%08X to an unknown register 0x%08X.\r\n", value, addre… in LogWrite()
H A DIop_Heaplib.cpp6 #define LOG_NAME ("iop_heaplib") macro
63 CLog::GetInstance().Warn(LOG_NAME, "Unknown function called (%d).\r\n", in Invoke()
71 CLog::GetInstance().Print(LOG_NAME, FUNCTION_CREATEHEAP "(heapSize = 0x%08X, flags = %d);\r\n", in CreateHeap()
78 …CLog::GetInstance().Print(LOG_NAME, FUNCTION_ALLOCHEAPMEMORY "(heapPtr = 0x%08X, size = 0x%08X);\r… in AllocHeapMemory()
86 …CLog::GetInstance().Print(LOG_NAME, FUNCTION_FREEHEAPMEMORY "(heapPtr = 0x%08X, allocPtr = 0x%08X)… in FreeHeapMemory()
H A DIop_Sysmem.cpp7 #define LOG_NAME ("iop_sysmem") macro
102 …CLog::GetInstance().Warn(LOG_NAME, "(%08X): Unknown function (%d) called.\r\n", context.m_State.nP… in Invoke()
140 CLog::GetInstance().Print(LOG_NAME, "Unknown method invoked (0x%08X).\r\n", method); in Invoke()
185 …CLog::GetInstance().Print(LOG_NAME, "AllocateMemory(size = 0x%08X, flags = 0x%08X, wantedAddress =… in AllocateMemory()
286 CLog::GetInstance().Print(LOG_NAME, "FreeMemory(address = 0x%08X);\r\n", address); in FreeMemory()
309 …CLog::GetInstance().Warn(LOG_NAME, "%s: Trying to unallocate an unexisting memory block (0x%08X).\… in FreeMemory()
317 CLog::GetInstance().Print(LOG_NAME, "result = 0x%08X = Allocate(size = 0x%08X);\r\n", in SifAllocate()
325 …CLog::GetInstance().Print(LOG_NAME, "result = 0x%08X = AllocateSystemMemory(flags = 0x%08X, size =… in SifAllocateSystemMemory()
332 CLog::GetInstance().Print(LOG_NAME, "LoadMemory(address = 0x%08X, filePath = '%s');\r\n", in SifLoadMemory()
349 CLog::GetInstance().Print(LOG_NAME, "FreeMemory(address = 0x%08X);\r\n", address); in SifFreeMemory()
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ui_libretro/
H A Dmain_libretro.cpp20 #define LOG_NAME "LIBRETRO" macro
76 CLog::GetInstance().Print(LOG_NAME, "%s\n", __FUNCTION__); in SetupVideoHandler()
92 CLog::GetInstance().Print(LOG_NAME, "%s\n", __FUNCTION__); in retro_context_destroy()
97 CLog::GetInstance().Print(LOG_NAME, "%s\n", __FUNCTION__); in retro_context_reset()
107 CLog::GetInstance().Print(LOG_NAME, "%s\n", __FUNCTION__); in SetupSoundHandler()
117 CLog::GetInstance().Print(LOG_NAME, "%s\n", __FUNCTION__); in SetupInputHandler()
181 CLog::GetInstance().Print(LOG_NAME, "%s\n", __FUNCTION__); in retro_get_system_av_info()
195 CLog::GetInstance().Print(LOG_NAME, "%s\n", __FUNCTION__); in retro_set_video_refresh()
206 CLog::GetInstance().Print(LOG_NAME, "%s\n", __FUNCTION__); in retro_set_input_poll()
212 CLog::GetInstance().Print(LOG_NAME, "%s\n", __FUNCTION__); in retro_set_input_state()
[all …]
H A DGSH_OpenGL_Libretro.cpp4 #define LOG_NAME "LIBRETRO" macro
32 CLog::GetInstance().Warn(LOG_NAME, "glewInit %d\n", result == GLEW_OK); in InitializeImpl()
37 CLog::GetInstance().Warn(LOG_NAME, "Error: %s\n", glewGetErrorString(result)); in InitializeImpl()
99 CLog::GetInstance().Print(LOG_NAME, "%s\n", __FUNCTION__); in FlipImpl()
111 CLog::GetInstance().Print(LOG_NAME, "%s\n", __FUNCTION__); in PresentBackbuffer()
/dports/www/py-google-cloud-logging/google-cloud-logging-2.7.0/tests/unit/
H A Dtest_entries.py117 log_name=LOG_NAME,
321 LOG_NAME = "test.log"
338 LOG_NAME = "test.log"
374 log_name=LOG_NAME,
408 LOG_NAME = "test.log"
423 LOG_NAME = "test.log"
461 log_name=LOG_NAME,
496 LOG_NAME = "test.log"
525 LOG_NAME = "test.log"
655 LOG_NAME = "test.log"
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/ee/
H A DTimer.cpp9 #define LOG_NAME ("ee_timer") macro
142 CLog::GetInstance().Warn(LOG_NAME, "Read an unhandled IO port (0x%08X).\r\n", nAddress); in GetRegister()
192 …CLog::GetInstance().Warn(LOG_NAME, "Wrote to an unhandled IO port (0x%08X, 0x%08X).\r\n", nAddress… in SetRegister()
204 CLog::GetInstance().Print(LOG_NAME, "= T%i_COUNT\r\n", nTimerId); in DisassembleGet()
208 CLog::GetInstance().Print(LOG_NAME, "= T%i_MODE\r\n", nTimerId); in DisassembleGet()
212 CLog::GetInstance().Print(LOG_NAME, "= T%i_COMP\r\n", nTimerId); in DisassembleGet()
216 CLog::GetInstance().Print(LOG_NAME, "= T%i_HOLD\r\n", nTimerId); in DisassembleGet()
228 CLog::GetInstance().Print(LOG_NAME, "T%i_COUNT = 0x%08X\r\n", nTimerId, nValue); in DisassembleSet()
232 CLog::GetInstance().Print(LOG_NAME, "T%i_MODE = 0x%08X\r\n", nTimerId, nValue); in DisassembleSet()
236 CLog::GetInstance().Print(LOG_NAME, "T%i_COMP = 0x%08X\r\n", nTimerId, nValue); in DisassembleSet()
[all …]
H A DVif.cpp14 #define LOG_NAME ("ee_vif") macro
1125 CLog::GetInstance().Print(LOG_NAME, "vif%i : ", m_number); in DisassembleCommand()
1129 CLog::GetInstance().Print(LOG_NAME, "(I) "); in DisassembleCommand()
1160 CLog::GetInstance().Print(LOG_NAME, "NOP\r\n"); in DisassembleCommand()
1184 CLog::GetInstance().Print(LOG_NAME, "FLUSHE();\r\n"); in DisassembleCommand()
1187 CLog::GetInstance().Print(LOG_NAME, "FLUSH();\r\n"); in DisassembleCommand()
1190 CLog::GetInstance().Print(LOG_NAME, "FLUSHA();\r\n"); in DisassembleCommand()
1199 CLog::GetInstance().Print(LOG_NAME, "MSCNT();\r\n"); in DisassembleCommand()
1202 CLog::GetInstance().Print(LOG_NAME, "STMASK();\r\n"); in DisassembleCommand()
1205 CLog::GetInstance().Print(LOG_NAME, "STROW();\r\n"); in DisassembleCommand()
[all …]
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/psx/
H A DPsxBios.cpp10 #define LOG_NAME ("psxbios") macro
532 CLog::GetInstance().Print(LOG_NAME, "rand();\r\n"); in DisassembleSyscall()
548 CLog::GetInstance().Print(LOG_NAME, "FlushCache();\r\n"); in DisassembleSyscall()
551 CLog::GetInstance().Print(LOG_NAME, "_bu_init();\r\n"); in DisassembleSyscall()
554 CLog::GetInstance().Print(LOG_NAME, "_96_remove();\r\n"); in DisassembleSyscall()
617 CLog::GetInstance().Print(LOG_NAME, "StopPAD();\r\n"); in DisassembleSyscall()
620 CLog::GetInstance().Print(LOG_NAME, "PAD_dr();\r\n"); in DisassembleSyscall()
637 CLog::GetInstance().Print(LOG_NAME, "InitCARD();\r\n"); in DisassembleSyscall()
640 CLog::GetInstance().Print(LOG_NAME, "StartCARD();\r\n"); in DisassembleSyscall()
643 CLog::GetInstance().Print(LOG_NAME, "GetC0Table();\r\n"); in DisassembleSyscall()
[all …]
/dports/multimedia/gnome-twitch/gnome-twitch-0.4.1-155-g8e774a0/data/packages/windows/
H A Dcreate_windows_installer.sh27 LOG_NAME="build-log.txt"
29 touch "$LOG_NAME"
41 pacman -Syu --noconfirm --root "${PACKAGE_DIR}" &>> "$LOG_NAME"
45 pacman -S --noconfirm --root "${PACKAGE_DIR}" bash filesystem pacman &>> "$LOG_NAME"
49 makepkg -s -c --noconfirm &>> "$LOG_NAME"
51 …w64-"${MSYSTEM_CARCH}"-gnome-twitch-git*.tar.xz --root "${PACKAGE_DIR}" --noconfirm &>> "$LOG_NAME"
111 C:/Program\ Files\ \(x86\)/Inno\ Setup\ 5/ISCC.exe gnome-twitch.iss &>> "$LOG_NAME"

123456