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

/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dprlong.h97 ** LL_EQ Test for equality
103 #define LL_EQ(a, b) ((a) == (b)) macro
203 #define LL_EQ(a, b) (((a).hi == (b).hi) && ((a).lo == (b).lo)) macro
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dprlong.h97 ** LL_EQ Test for equality
103 #define LL_EQ(a, b) ((a) == (b)) macro
203 #define LL_EQ(a, b) (((a).hi == (b).hi) && ((a).lo == (b).lo)) macro
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dprlong.h97 ** LL_EQ Test for equality
103 #define LL_EQ(a, b) ((a) == (b)) macro
203 #define LL_EQ(a, b) (((a).hi == (b).hi) && ((a).lo == (b).lo)) macro
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dprlong.h97 ** LL_EQ Test for equality
103 #define LL_EQ(a, b) ((a) == (b)) macro
203 #define LL_EQ(a, b) (((a).hi == (b).hi) && ((a).lo == (b).lo)) macro

Completed in 197 milliseconds