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

/macosx-10.10.1/Security-57031.1.35/Security/include/security_asn1/
H A Dprlong.h182 ** MACROS: LL_UDIVMOD
190 #define LL_UDIVMOD(qp, rp, a, b) \ macro
265 #define LL_UDIVMOD(qp, rp, a, b) ll_udivmod(qp, rp, a, b) macro
283 LL_UDIVMOD(&(r), 0, _a, _b); \
301 LL_UDIVMOD(0, &(r), _a, _b); \
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/Security/
H A Dprlong.h182 ** MACROS: LL_UDIVMOD
190 #define LL_UDIVMOD(qp, rp, a, b) \ macro
265 #define LL_UDIVMOD(qp, rp, a, b) ll_udivmod(qp, rp, a, b) macro
283 LL_UDIVMOD(&(r), 0, _a, _b); \
301 LL_UDIVMOD(0, &(r), _a, _b); \
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/lib/
H A Dprlong.h182 ** MACROS: LL_UDIVMOD
190 #define LL_UDIVMOD(qp, rp, a, b) \ macro
265 #define LL_UDIVMOD(qp, rp, a, b) ll_udivmod(qp, rp, a, b) macro
283 LL_UDIVMOD(&(r), 0, _a, _b); \
301 LL_UDIVMOD(0, &(r), _a, _b); \
/macosx-10.10.1/Security-57031.1.35/Security/libsecurity_asn1/security_asn1/
H A Dprlong.h182 ** MACROS: LL_UDIVMOD
190 #define LL_UDIVMOD(qp, rp, a, b) \ macro
265 #define LL_UDIVMOD(qp, rp, a, b) ll_udivmod(qp, rp, a, b) macro
283 LL_UDIVMOD(&(r), 0, _a, _b); \
301 LL_UDIVMOD(0, &(r), _a, _b); \

Completed in 194 milliseconds