| /xnu-8796.121.2/libkern/libkern/c++/ |
| H A D | intrusive_shared_ptr.h | 474 template <typename To, typename From, typename R> 475 intrusive_shared_ptr<To, R> 476 static_pointer_cast(intrusive_shared_ptr<From, R> const& ptr) 478 return intrusive_shared_ptr<To, R>(static_cast<To*>(ptr.get()), retain); 480 template <typename To, typename From, typename R> 481 intrusive_shared_ptr<To, R> 482 static_pointer_cast(intrusive_shared_ptr<From, R>&& ptr) 484 return intrusive_shared_ptr<To, R>(static_cast<To*>(ptr.detach()), no_retain); 500 template <typename To, typename From, typename R> 501 intrusive_shared_ptr<To, R> [all …]
|
| /xnu-8796.121.2/osfmk/corecrypto/ |
| H A D | ccsha256_ltc_compress.c | 66 #define R(x, n) ((x) >> (n)) macro 69 #define Gamma0(x) (S(x, 7) ^ S(x, 18) ^ R(x, 3)) 70 #define Gamma1(x) (S(x, 17) ^ S(x, 19) ^ R(x, 10))
|
| /xnu-8796.121.2/config/ |
| H A D | MasterVersion | 9 # In particular, the string is formatted as: J[.N[.R[S[L]]]], where: 12 # R represents the kernel revision number (integer)
|
| H A D | README.DEBUG-kernel.txt | 15 bash-3.2# chown -R root:wheel /System/Library/Extensions/System.kext /mach_kernel* 16 bash-3.2# chmod -R g-w /System/Library/Extensions/System.kext /mach_kernel*
|
| /xnu-8796.121.2/bsd/dev/i386/ |
| H A D | dis_tables.c | 122 R, enumerator 612 /* [0] */ TNS("bswap",R), INVALID, INVALID, INVALID, 2199 /* [4,0] */ TSx("inc",R), TSx("inc",R), TSx("inc",R), TSx("inc",R), 2200 /* [4,4] */ TSx("inc",R), TSx("inc",R), TSx("inc",R), TSx("inc",R), 2201 /* [4,8] */ TSx("dec",R), TSx("dec",R), TSx("dec",R), TSx("dec",R), 2202 /* [4,C] */ TSx("dec",R), TSx("dec",R), TSx("dec",R), TSx("dec",R), 2204 /* [5,0] */ TSp("push",R), TSp("push",R), TSp("push",R), TSp("push",R), 2205 /* [5,4] */ TSp("push",R), TSp("push",R), TSp("push",R), TSp("push",R), 2206 /* [5,8] */ TSp("pop",R), TSp("pop",R), TSp("pop",R), TSp("pop",R), 2207 /* [5,C] */ TSp("pop",R), TSp("pop",R), TSp("pop",R), TSp("pop",R), [all …]
|
| /xnu-8796.121.2/osfmk/mach/ |
| H A D | resource_notify.defs | 52 resource_notify 827800; /* 'R''N'00 */
|
| /xnu-8796.121.2/osfmk/arm64/ |
| H A D | monotonic_arm64.c | 330 #define UPMSR_OVF(R, CTR) ((R) >> ((CTR) + UPMSR_OVF_POS) & 0x1) argument
|
| /xnu-8796.121.2/makedefs/ |
| H A D | MakeInc.top | 668 $(_v)$(CHMOD) -R go+rX $(SRCROOT)
|