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

/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dprlong.h150 ** LL_SHR Shift right [0..64] bits with sign extension
155 #define LL_SHR(r, a, b) ((r) = (PRInt64)(a) >> (b)) macro
341 #define LL_SHR(r, a, b) { \ macro
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dprlong.h150 ** LL_SHR Shift right [0..64] bits with sign extension
155 #define LL_SHR(r, a, b) ((r) = (PRInt64)(a) >> (b)) macro
341 #define LL_SHR(r, a, b) { \ macro
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dprlong.h150 ** LL_SHR Shift right [0..64] bits with sign extension
155 #define LL_SHR(r, a, b) ((r) = (PRInt64)(a) >> (b)) macro
341 #define LL_SHR(r, a, b) { \ macro
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dprlong.h150 ** LL_SHR Shift right [0..64] bits with sign extension
155 #define LL_SHR(r, a, b) ((r) = (PRInt64)(a) >> (b)) macro
341 #define LL_SHR(r, a, b) { \ macro

Completed in 146 milliseconds