Home
last modified time | relevance | path

Searched refs:rep (Results 1 – 7 of 7) sorted by relevance

/xnu-8792.41.9/osfmk/x86_64/
H A Dbcopy.s70 rep
96 rep
108 rep
114 rep
H A Dbzero.s77 rep
95 rep
99 rep
112 rep
H A Dlocore.s202 rep
209 rep
/xnu-8792.41.9/iokit/Kernel/
H A DIOReporter.cpp73 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-8792.41.9/osfmk/i386/
H A Di386_lock.s47 #define PAUSE rep; nop
H A Dpostcode.h46 #define CPU_PAUSE() rep; nop
/xnu-8792.41.9/EXTERNAL_HEADERS/
H A DAvailabilityInternal.h23372 …#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