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

12

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/lib/
H A Dlocking-selftest-spin.h11 #define INIT SI
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/arm26/lib/
H A Dgcclib.h8 typedef int SItype __attribute__ ((mode (SI)));
9 typedef unsigned int USItype __attribute__ ((mode (SI)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/blackfin/lib/
H A Dgcclib.h34 typedef int SItype __attribute__ ((mode(SI)));
35 typedef unsigned int USItype __attribute__ ((mode(SI)));
H A Dlshrdi3.c32 typedef int SItype __attribute__ ((mode(SI)));
33 typedef unsigned int USItype __attribute__ ((mode(SI)));
H A Dmuldi3.c71 typedef unsigned int usitype __attribute__ ((mode(SI)));
72 typedef int sitype __attribute__ ((mode(SI)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/v850/lib/
H A Dashldi3.c23 typedef int SItype __attribute__ ((mode (SI)));
24 typedef unsigned int USItype __attribute__ ((mode (SI)));
H A Dashrdi3.c23 typedef int SItype __attribute__ ((mode (SI)));
24 typedef unsigned int USItype __attribute__ ((mode (SI)));
H A Dlshrdi3.c23 typedef int SItype __attribute__ ((mode (SI)));
24 typedef unsigned int USItype __attribute__ ((mode (SI)));
H A Dmuldi3.c34 typedef int SItype __attribute__ ((mode (SI)));
35 typedef unsigned int USItype __attribute__ ((mode (SI)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68k/lib/
H A Dashldi3.c23 typedef int SItype __attribute__ ((mode (SI)));
24 typedef unsigned int USItype __attribute__ ((mode (SI)));
H A Dashrdi3.c23 typedef int SItype __attribute__ ((mode (SI)));
24 typedef unsigned int USItype __attribute__ ((mode (SI)));
H A Dlshrdi3.c23 typedef int SItype __attribute__ ((mode (SI)));
24 typedef unsigned int USItype __attribute__ ((mode (SI)));
H A Dmuldi3.c36 typedef int SItype __attribute__ ((mode (SI)));
37 typedef unsigned int USItype __attribute__ ((mode (SI)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/m68knommu/lib/
H A Dashldi3.c23 typedef int SItype __attribute__ ((mode (SI)));
24 typedef unsigned int USItype __attribute__ ((mode (SI)));
H A Dashrdi3.c23 typedef int SItype __attribute__ ((mode (SI)));
24 typedef unsigned int USItype __attribute__ ((mode (SI)));
H A Dlshrdi3.c23 typedef int SItype __attribute__ ((mode (SI)));
24 typedef unsigned int USItype __attribute__ ((mode (SI)));
H A Dmuldi3.c59 typedef int SItype __attribute__ ((mode (SI)));
60 typedef unsigned int USItype __attribute__ ((mode (SI)));
/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)));
24 typedef unsigned int USItype __attribute__ ((mode (SI)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libiconv-1.11/lib/
H A Diso2022_kr.h34 #define SI 0x0f macro
86 if (c == SI) {
151 r[0] = SI;
205 r[0] = SI;
H A Diso2022_cn.h29 #define SI 0x0f macro
121 if (c == SI) {
196 r[0] = SI;
304 r[0] = SI;
H A Diso2022_cnext.h29 #define SI 0x0f macro
237 if (c == SI) {
314 r[0] = SI;
563 r[0] = SI;
/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)));
96 typedef unsigned int USItype __attribute__((mode(SI)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/ata/
H A Dsata_sis.c71 { PCI_VDEVICE(SI, 0x0180), sis_180 }, /* SiS 964/180 */
72 { PCI_VDEVICE(SI, 0x0181), sis_180 }, /* SiS 964/180 */
73 { PCI_VDEVICE(SI, 0x0182), sis_180 }, /* SiS 965/965L */
74 { PCI_VDEVICE(SI, 0x0183), sis_180 }, /* SiS 965/965L */
75 { PCI_VDEVICE(SI, 0x1182), sis_180 }, /* SiS 966/680 */
76 { PCI_VDEVICE(SI, 0x1183), sis_180 }, /* SiS 966/966L/968/680 */
/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)));
169 typedef unsigned int USItype __attribute__((mode(SI)));
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/ppc/xmon/
H A Dppc-opc.c282 SI field, only negated. */
338 /* The SI field in a D form instruction. */
339 #define SI (49)
342 /* The SI field in a D form instruction when we accept a wide range
735 /* The NSI field in a D form instruction. This is the same as the SI
1159 { "tdlgti", OPTO(2,TOLGT), OPTO_MASK, PPC|B64, { RA, SI } },
1160 { "tdllti", OPTO(2,TOLLT), OPTO_MASK, PPC|B64, { RA, SI } },
1161 { "tdeqi", OPTO(2,TOEQ), OPTO_MASK, PPC|B64, { RA, SI } },
1162 { "tdlgei", OPTO(2,TOLGE), OPTO_MASK, PPC|B64, { RA, SI } },
1163 { "tdlnli", OPTO(2,TOLNL), OPTO_MASK, PPC|B64, { RA, SI } },
337 #define SI macro
[all...]

Completed in 96 milliseconds

12