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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/blackfin/lib/
H A Dgcclib.h8 #define SI_TYPE_SIZE (sizeof (SItype) * BITS_PER_UNIT)
11 typedef int SItype __attribute__ ((mode(SI))); typedef
18 SItype low, high;
H A Dashrdi3.c24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b;
27 w.s.high = uu.s.high >> (sizeof(SItype) * BITS_PER_UNIT - 1);
H A Dashldi3.c24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b;
H A Dlshrdi3.c24 bm = (sizeof(SItype) * BITS_PER_UNIT) - b;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mn10300/lib/
H A Dashrdi3.c23 typedef int SItype __attribute__((mode(SI))); typedef
29 SItype low;
30 SItype high;
49 bm = (sizeof(SItype) * BITS_PER_UNIT) - b;
52 w.s.high = uu.s.high >> (sizeof(SItype) * BITS_PER_UNIT - 1);
H A Dlshrdi3.c23 typedef int SItype __attribute__((mode(SI))); typedef
29 SItype low;
30 SItype high;
49 bm = (sizeof(SItype) * BITS_PER_UNIT) - b;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/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-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/math-emu/
H A Dsoft-fp.h193 typedef int SItype __attribute__((mode(SI))); typedef

Completed in 121 milliseconds