Home
last modified time | relevance | path

Searched refs:SItype (Results 1 – 2 of 2) sorted by relevance

/lib/crypto/mpi/
A Dlonglong.h243 struct {SItype __l, __h; } __i; \
247 : "%0" ((SItype)(u)), \
248 "r" ((SItype)(v))); \
798 SItype __m0 = (m0), __m1 = (m1); \
800 : "=r" ((SItype) ph) \
817 + (((SItype) __m1 >> 31) & __m0)); \
822 : "=r" ((SItype)(xh)), \
823 "=q" ((SItype)(xl)) \
829 : "=r" ((SItype)(q)), "=q" ((SItype)(r)) \
830 : "r" ((SItype)(nh)), "1" ((SItype)(nl)), "r" ((SItype)(d)))
[all …]
A Dmpi-internal.h209 typedef int SItype __attribute__ ((mode(SI))); typedef
215 typedef long SItype; typedef

Completed in 6 milliseconds