Searched refs:newCc (Results 1 – 14 of 14) sorted by relevance
/dports/games/libretro-gambatte/gambatte-libretro-22abc24/libgambatte/src/video/ |
H A D | sprite_mapper.h | 45 void resetCycleCounter(unsigned long oldCc, unsigned long newCc) { in resetCycleCounter() argument 47 oamReader_.resetCycleCounter(oldCc, newCc); in resetCycleCounter() 86 void resetCycleCounter(unsigned long oldCc, unsigned long newCc) { lu_ -= oldCc - newCc; } in resetCycleCounter() argument
|
H A D | ppu.h | 129 void resetCc(unsigned long oldCc, unsigned long newCc);
|
H A D | ppu.cpp | 1679 void PPU::resetCc(unsigned long const oldCc, unsigned long const newCc) { in resetCc() argument 1680 unsigned long const dec = oldCc - newCc; in resetCc() 1686 p_.spriteMapper.resetCycleCounter(oldCc, newCc); in resetCc()
|
/dports/games/libretro-gambatte/gambatte-libretro-22abc24/libgambatte/src/ |
H A D | interruptrequester.cpp | 49 void InterruptRequester::resetCc(unsigned long oldCc, unsigned long newCc) { in resetCc() argument 50 minIntTime_ = minIntTime_ < oldCc ? 0 : minIntTime_ - (oldCc - newCc); in resetCc()
|
H A D | sound.cpp | 118 void PSG::resetCounter(unsigned long newCc, unsigned long oldCc, bool doubleSpeed) in resetCounter() argument 121 lastUpdate_ = newCc - (oldCc - lastUpdate_); in resetCounter()
|
H A D | tima.cpp | 57 void Tima::resetCc(unsigned long const oldCc, unsigned long const newCc, TimaInterruptRequester tim… in resetCc() argument 62 unsigned long const dec = oldCc - newCc; in resetCc()
|
H A D | tima.h | 42 void resetCc(unsigned long oldCc, unsigned long newCc, TimaInterruptRequester timaIrq);
|
H A D | interruptrequester.h | 44 void resetCc(unsigned long oldCc, unsigned long newCc);
|
H A D | sound.h | 42 void resetCounter(unsigned long newCc, unsigned long oldCc, bool doubleSpeed);
|
H A D | video.cpp | 161 void LCD::resetCc(const unsigned long oldCc, const unsigned long newCc) in resetCc() argument 164 ppu_.resetCc(oldCc, newCc); in resetCc() 168 const unsigned long dec = oldCc - newCc; in resetCc() 171 lycIrq_.reschedule(ppu_.lyCounter(), newCc); in resetCc()
|
H A D | video.h | 103 void resetCc(unsigned long oldCC, unsigned long newCc);
|
/dports/www/sogo2/SOGo-2.4.1/UI/MailerUI/ |
H A D | UIxMailEditor.m | 363 - (void) setCc: (NSArray *) newCc 365 if ([newCc isKindOfClass: [NSNull class]]) 366 newCc = nil; 368 ASSIGN (cc, newCc);
|
/dports/www/sogo/SOGo-5.4.0/UI/MailerUI/ |
H A D | UIxMailEditor.m | 363 - (void) setCc: (NSArray *) newCc 365 if ([newCc isKindOfClass: [NSNull class]]) 366 newCc = nil; 368 ASSIGN (cc, [newCc uniqueObjects]);
|
/dports/www/sogo-activesync/SOGo-5.4.0/UI/MailerUI/ |
H A D | UIxMailEditor.m | 363 - (void) setCc: (NSArray *) newCc 365 if ([newCc isKindOfClass: [NSNull class]]) 366 newCc = nil; 368 ASSIGN (cc, [newCc uniqueObjects]);
|