Searched refs:reverse (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOCPU.cpp208 bool reverse)
221 if (reverse)
206 IOInstallServicePlatformAction(IOService * service, const OSSymbol * key, queue_head_t * queue, bool reverse) argument
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dbcopy.s272 ; reverse vs normal moves isn't quite correct in 64-bit mode; in rare cases we will move in
273 ; reverse when it wasn't necessary to do so. This is OK, since performance of the two cases
287 cmplw r12,r5 ; must move reverse if (dest-source)<length
291 add r6,r6,r5 ; point one past end of operands in reverse moves
293 b bbackend ; handle reverse moves
387 cmplw cr1,r12,r5 ; must move reverse if (dest-source)<length
394 blt- cr1,reverse32bit ; reverse move required
548 ; Reverse moves on 32-bit machines, also reverse word aligned uncached moves on 64-bit machines.
551 ; These are slower because we don't bother with dcbz. Fortunately, reverse moves are uncommon.
657 bbackend: ; Join here from "shortcopy" for reverse move
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dddp_nbp.c872 register int reverse = 0; local
905 reverse++;
926 if (reverse) {

Completed in 25 milliseconds