Searched refs:rep (Results 1 – 7 of 7) sorted by relevance
| /xnu-11417.101.15/osfmk/x86_64/ |
| H A D | bzero.s | 77 rep 95 rep 99 rep 112 rep
|
| H A D | bcopy.s | 70 rep 104 rep 116 rep 122 rep
|
| H A D | locore.s | 202 rep 209 rep
|
| /xnu-11417.101.15/iokit/Kernel/ |
| H A D | IOReporter.cpp | 73 IOReporter *rep = OSDynamicCast(IOReporter, object); in configureAllReports() local 75 if (rep) { in configureAllReports() 76 (void)rep->configureReport(channelList, action, result, destination); in configureAllReports() 125 IOReporter *rep = OSDynamicCast(IOReporter, object); in updateAllReports() local 127 if (rep) { in updateAllReports() 128 (void)rep->updateReport(channelList, action, result, destination); in updateAllReports()
|
| /xnu-11417.101.15/osfmk/i386/ |
| H A D | i386_lock.s | 47 #define PAUSE rep; nop
|
| H A D | postcode.h | 46 #define CPU_PAUSE() rep; nop
|
| /xnu-11417.101.15/EXTERNAL_HEADERS/ |
| H A D | AvailabilityInternal.h | 23372 …#define __API_R(rep,x) __attribute__((availability(__API_DEPRECATED_PLATFORM_##x,replacement=rep))) argument 23374 #define __API_R(rep,x) __attribute__((availability(__API_DEPRECATED_PLATFORM_##x))) argument 23377 #define __API_R(rep,x) __attribute__((availability(__API_DEPRECATED_PLATFORM_##x))) argument 23380 #define __API_DEPRECATED_REP2(rep,x) __API_R(rep,x) argument 23381 #define __API_DEPRECATED_REP3(rep,x,y) __API_R(rep,x) __API_R(rep,y) argument 23382 #define __API_DEPRECATED_REP4(rep,x,y,z) __API_DEPRECATED_REP3(rep,x,y) __API_R(rep,z) argument 23383 #define __API_DEPRECATED_REP5(rep,x,y,z,t) __API_DEPRECATED_REP4(rep,x,y,z) __API_R(rep,t) argument
|