Home
last modified time | relevance | path

Searched refs:R (Results 1 – 8 of 8) sorted by relevance

/xnu-8796.121.2/libkern/libkern/c++/
H A Dintrusive_shared_ptr.h474 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 Dccsha256_ltc_compress.c66 #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 DMasterVersion9 # In particular, the string is formatted as: J[.N[.R[S[L]]]], where:
12 # R represents the kernel revision number (integer)
H A DREADME.DEBUG-kernel.txt15 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 Ddis_tables.c122 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 Dresource_notify.defs52 resource_notify 827800; /* 'R''N'00 */
/xnu-8796.121.2/osfmk/arm64/
H A Dmonotonic_arm64.c330 #define UPMSR_OVF(R, CTR) ((R) >> ((CTR) + UPMSR_OVF_POS) & 0x1) argument
/xnu-8796.121.2/makedefs/
H A DMakeInc.top668 $(_v)$(CHMOD) -R go+rX $(SRCROOT)