Home
last modified time | relevance | path

Searched refs:MAX_COUNTERS (Results 1 – 23 of 23) sorted by relevance

/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/iop/
H A DIop_RootCounters.h72 MAX_COUNTERS = 6, enumerator
91 static const uint32 g_counterInterruptLines[MAX_COUNTERS];
92 static const uint32 g_counterBaseAddresses[MAX_COUNTERS];
93 static const uint32 g_counterSources[MAX_COUNTERS];
94 static const uint32 g_counterSizes[MAX_COUNTERS];
95 static const uint32 g_counterMaxScales[MAX_COUNTERS];
111 COUNTER m_counter[MAX_COUNTERS];
H A DIop_RootCounters.cpp16 const uint32 CRootCounters::g_counterInterruptLines[MAX_COUNTERS] =
26 const uint32 CRootCounters::g_counterBaseAddresses[MAX_COUNTERS] =
36 const uint32 CRootCounters::g_counterSources[MAX_COUNTERS] =
46 const uint32 CRootCounters::g_counterSizes[MAX_COUNTERS] =
56 const uint32 CRootCounters::g_counterMaxScales[MAX_COUNTERS] =
92 for(unsigned int i = 0; i < MAX_COUNTERS; i++) in LoadState()
106 for(unsigned int i = 0; i < MAX_COUNTERS; i++) in SaveState()
120 for(unsigned int i = 0; i < MAX_COUNTERS; i++) in Update()
196 assert(counterId < MAX_COUNTERS); in ReadRegister()
219 assert(counterId < MAX_COUNTERS); in WriteRegister()
H A DIop_Timrman.cpp36 static_assert((sizeof(m_hardTimerAlloc) * 8) >= Iop::CRootCounters::MAX_COUNTERS); in CTimrman()
195 for(int i = (CRootCounters::MAX_COUNTERS - 1); i >= 0; i--) in AllocHardTimer()
226 if(hardTimerIndex >= CRootCounters::MAX_COUNTERS) in FreeHardTimer()
303 if(hardTimerIndex >= CRootCounters::MAX_COUNTERS) in SetTimerCallback()
331 if(hardTimerIndex >= CRootCounters::MAX_COUNTERS) in SetupHardTimer()
375 if(hardTimerIndex >= CRootCounters::MAX_COUNTERS) in StartHardTimer()
419 if(hardTimerIndex >= CRootCounters::MAX_COUNTERS) in StopHardTimer()
/dports/emulators/mess/mame-mame0226/src/mame/machine/
H A Dsec.h63 static const size_t MAX_COUNTERS = 32;
66 int m_counters[MAX_COUNTERS];
67 char m_strings[MAX_COUNTERS][8];
/dports/emulators/mame/mame-mame0226/src/mame/machine/
H A Dsec.h63 static const size_t MAX_COUNTERS = 32;
66 int m_counters[MAX_COUNTERS];
67 char m_strings[MAX_COUNTERS][8];
/dports/print/latex2rtf/latex2rtf-2.3.17/
H A Dcounters.c29 #define MAX_COUNTERS 500 macro
36 counter_type Counters[MAX_COUNTERS];
64 if (iCounterCount == MAX_COUNTERS) { in newCounter()
/dports/games/retroarch/RetroArch-1.9.7/
H A Dperformance_counters.h29 #ifndef MAX_COUNTERS
30 #define MAX_COUNTERS 64 macro
H A Dretroarch_data.h1906 struct retro_perf_counter *perf_counters_rarch[MAX_COUNTERS];
1907 struct retro_perf_counter *perf_counters_libretro[MAX_COUNTERS];
H A Dretroarch.c8491 || p_rarch->perf_ptr_rarch >= MAX_COUNTERS in rarch_perf_register()
8502 if (perf->registered || p_rarch->perf_ptr_libretro >= MAX_COUNTERS) in performance_counter_register()
/dports/games/retroarch/RetroArch-1.9.7/menu/
H A Dmenu_driver.h46 #ifndef MAX_COUNTERS
47 #define MAX_COUNTERS 64 macro
183 …TINGS_LIBRETRO_PERF_COUNTERS_END = MENU_SETTINGS_LIBRETRO_PERF_COUNTERS_BEGIN + (MAX_COUNTERS - 1),
185 MENU_SETTINGS_PERF_COUNTERS_END = MENU_SETTINGS_PERF_COUNTERS_BEGIN + (MAX_COUNTERS - 1),
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/nds32/include/asm/
H A Dpmu.h24 enum { PFMC0, PFMC1, PFMC2, MAX_COUNTERS }; enumerator
48 struct perf_event *events[MAX_COUNTERS];
54 unsigned long used_mask[BITS_TO_LONGS(MAX_COUNTERS)];
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/nds32/include/asm/
H A Dpmu.h24 enum { PFMC0, PFMC1, PFMC2, MAX_COUNTERS }; enumerator
48 struct perf_event *events[MAX_COUNTERS];
54 unsigned long used_mask[BITS_TO_LONGS(MAX_COUNTERS)];
/dports/multimedia/libv4l/linux-5.13-rc2/arch/nds32/include/asm/
H A Dpmu.h24 enum { PFMC0, PFMC1, PFMC2, MAX_COUNTERS }; enumerator
48 struct perf_event *events[MAX_COUNTERS];
54 unsigned long used_mask[BITS_TO_LONGS(MAX_COUNTERS)];
/dports/sysutils/roct/ROCT-Thunk-Interface-9d1fb76/src/
H A Dperfctr.c597 const uint32_t MAX_COUNTERS = 512; in hsaKmtPmcRegisterTrace() local
598 uint64_t counter_id[PERFCOUNTER_BLOCKID__MAX][MAX_COUNTERS]; in hsaKmtPmcRegisterTrace()
615 if (NumberOfCounters > MAX_COUNTERS) { in hsaKmtPmcRegisterTrace()
/dports/x11-toolkits/libdazzle/libdazzle-3.42.0/src/util/
H A Ddzl-counter.c46 #define MAX_COUNTERS 2000 macro
335 if (n_counters > MAX_COUNTERS) in _dzl_counter_arena_init_remote()
/dports/audio/sc3-plugins/sc3-plugins-Version-3.9.0/external_libraries/nova-simd/benchmarks/
H A Dperf_counter.hpp561 #define MAX_COUNTERS 256 macro
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/nova-simd/benchmarks/
H A Dperf_counter.hpp561 #define MAX_COUNTERS 256 macro
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/x86/events/amd/
H A Duncore.c24 #define MAX_COUNTERS 6 macro
49 struct perf_event *events[MAX_COUNTERS];
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/x86/events/amd/
H A Duncore.c24 #define MAX_COUNTERS 6 macro
49 struct perf_event *events[MAX_COUNTERS];
/dports/multimedia/libv4l/linux-5.13-rc2/arch/x86/events/amd/
H A Duncore.c24 #define MAX_COUNTERS 6 macro
49 struct perf_event *events[MAX_COUNTERS];
/dports/multimedia/v4l-utils/linux-5.13-rc2/arch/nds32/kernel/
H A Dperf_event_cpu.c775 DECLARE_BITMAP(fake_used_mask, MAX_COUNTERS); in validate_group()
/dports/multimedia/v4l_compat/linux-5.13-rc2/arch/nds32/kernel/
H A Dperf_event_cpu.c775 DECLARE_BITMAP(fake_used_mask, MAX_COUNTERS); in validate_group()
/dports/multimedia/libv4l/linux-5.13-rc2/arch/nds32/kernel/
H A Dperf_event_cpu.c775 DECLARE_BITMAP(fake_used_mask, MAX_COUNTERS); in validate_group()