Searched refs:SItype (Results 1 - 25 of 25) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/lib/
H A Dgcclib.h5 #define SI_TYPE_SIZE (sizeof (SItype) * BITS_PER_UNIT)
8 typedef int SItype __attribute__ ((mode (SI))); typedef
14 struct DIstruct {SItype low, high;};
H A Dashrdi3.c46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
50 w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1);
H A Dashldi3.c46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
H A Dlshrdi3.c46 bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/blackfin/lib/
H A Dgcclib.h31 #define SI_TYPE_SIZE (sizeof (SItype) * BITS_PER_UNIT)
34 typedef int SItype __attribute__ ((mode(SI))); typedef
41 SItype low, high;
H A Dashrdi3.c47 bm = (sizeof(SItype) * BITS_PER_UNIT) - b;
50 w.s.high = uu.s.high >> (sizeof(SItype) * BITS_PER_UNIT - 1);
H A Dlshrdi3.c32 typedef int SItype __attribute__ ((mode(SI))); typedef
38 SItype high, low;
61 bm = (sizeof(SItype) * BITS_PER_UNIT) - b;
H A Dashldi3.c47 bm = (sizeof(SItype) * BITS_PER_UNIT) - b;
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/v850/lib/
H A Dashrdi3.c23 typedef int SItype __attribute__ ((mode (SI))); typedef
28 struct DIstruct {SItype high, low;};
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
52 w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1);
H A Dashldi3.c23 typedef int SItype __attribute__ ((mode (SI))); typedef
28 struct DIstruct {SItype high, low;};
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
H A Dlshrdi3.c23 typedef int SItype __attribute__ ((mode (SI))); typedef
28 struct DIstruct {SItype high, low;};
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
H A Dmuldi3.c34 typedef int SItype __attribute__ ((mode (SI))); typedef
39 struct DIstruct {SItype high, low;};
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/lib/
H A Dashrdi3.c23 typedef int SItype __attribute__ ((mode (SI))); typedef
28 struct DIstruct {SItype high, low;};
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
52 w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1);
H A Dashldi3.c23 typedef int SItype __attribute__ ((mode (SI))); typedef
28 struct DIstruct {SItype high, low;};
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
H A Dlshrdi3.c23 typedef int SItype __attribute__ ((mode (SI))); typedef
28 struct DIstruct {SItype high, low;};
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
H A Dmuldi3.c36 typedef int SItype __attribute__ ((mode (SI))); typedef
41 struct DIstruct {SItype high, low;};
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/lib/
H A Dashrdi3.c23 typedef int SItype __attribute__ ((mode (SI))); typedef
28 struct DIstruct {SItype high, low;};
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
52 w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1);
H A Dashldi3.c23 typedef int SItype __attribute__ ((mode (SI))); typedef
28 struct DIstruct {SItype high, low;};
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
H A Dlshrdi3.c23 typedef int SItype __attribute__ ((mode (SI))); typedef
28 struct DIstruct {SItype high, low;};
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
H A Dmuldi3.c59 typedef int SItype __attribute__ ((mode (SI))); typedef
64 struct DIstruct {SItype high, low;};
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/h8300/lib/
H A Dashrdi3.c23 typedef int SItype __attribute__ ((mode (SI))); typedef
28 struct DIstruct {SItype high, low;};
48 bm = (sizeof (SItype) * BITS_PER_UNIT) - b;
52 w.s.high = uu.s.high >> (sizeof (SItype) * BITS_PER_UNIT - 1);
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libgcrypt-1.5.0/mpi/
H A Dlonglong.h29 SItype, USItype -- Signed and unsigned 32 bit types.
255 struct {SItype __l, __h;} __i; \
259 : "%0" ((SItype)(u)), \
260 "r" ((SItype)(v))); \
404 (xh) += ((((SItype) __m0 >> 31) & __m1) \
405 + (((SItype) __m1 >> 31) & __m0)); \
907 SItype __m0 = (m0), __m1 = (m1); \
909 : "=r" ((SItype) ph) \
925 (xh) += ((((SItype) __m0 >> 31) & __m1) \
926 + (((SItype) __m
[all...]
H A Dmpi-internal.h263 typedef int SItype __attribute__ ((mode (SI))); typedef
269 typedef long SItype; typedef
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/powerpc/math-emu/
H A Dsoft-fp.h94 typedef int SItype __attribute__((mode(SI))); typedef
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/math-emu/
H A Dsoft-fp.h167 typedef int SItype __attribute__((mode(SI))); typedef

Completed in 180 milliseconds