Home
last modified time | relevance | path

Searched refs:newCc (Results 1 – 14 of 14) sorted by relevance

/dports/games/libretro-gambatte/gambatte-libretro-22abc24/libgambatte/src/video/
H A Dsprite_mapper.h45 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 Dppu.h129 void resetCc(unsigned long oldCc, unsigned long newCc);
H A Dppu.cpp1679 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 Dinterruptrequester.cpp49 void InterruptRequester::resetCc(unsigned long oldCc, unsigned long newCc) { in resetCc() argument
50 minIntTime_ = minIntTime_ < oldCc ? 0 : minIntTime_ - (oldCc - newCc); in resetCc()
H A Dsound.cpp118 void PSG::resetCounter(unsigned long newCc, unsigned long oldCc, bool doubleSpeed) in resetCounter() argument
121 lastUpdate_ = newCc - (oldCc - lastUpdate_); in resetCounter()
H A Dtima.cpp57 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 Dtima.h42 void resetCc(unsigned long oldCc, unsigned long newCc, TimaInterruptRequester timaIrq);
H A Dinterruptrequester.h44 void resetCc(unsigned long oldCc, unsigned long newCc);
H A Dsound.h42 void resetCounter(unsigned long newCc, unsigned long oldCc, bool doubleSpeed);
H A Dvideo.cpp161 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 Dvideo.h103 void resetCc(unsigned long oldCC, unsigned long newCc);
/dports/www/sogo2/SOGo-2.4.1/UI/MailerUI/
H A DUIxMailEditor.m363 - (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 DUIxMailEditor.m363 - (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 DUIxMailEditor.m363 - (void) setCc: (NSArray *) newCc
365 if ([newCc isKindOfClass: [NSNull class]])
366 newCc = nil;
368 ASSIGN (cc, [newCc uniqueObjects]);