Lines Matching defs:__p
41 /// at \a __p, and returns the 8-bit carry-out (carry flag).
45 /// Store32(__p, __x + __y + temp)
59 /// \param __p
65 unsigned int *__p) {
66 return __builtin_ia32_addcarryx_u32(__cf, __x, __y, __p);
72 /// at \a __p, and returns the 8-bit carry-out (carry flag).
76 /// Store64(__p, __x + __y + temp)
90 /// \param __p
95 unsigned long long __y, unsigned long long *__p) {
96 return __builtin_ia32_addcarryx_u64(__cf, __x, __y, __p);