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

/external/chromium_org/third_party/mach_override/
H A Dmach_override.c621 uint64_t currentFirst64BitsOfCode = *((uint64_t *)code); local
622 currentFirst64BitsOfCode = OSSwapInt64(currentFirst64BitsOfCode); // back to memory representation
623 currentFirst64BitsOfCode &= 0x0000000000FFFFFFLL;
627 *newInstruction |= (currentFirst64BitsOfCode & 0x0000000000FFFFFFLL); // set last 3 bytes

Completed in 57 milliseconds