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

12

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v32/arch/
H A Dunistd.h26 #define _syscall1(type,name,type1,arg1) \
27 type name(type1 arg1) \
44 #define _syscall2(type,name,type1,arg1,type2,arg2) \
45 type name(type1 arg1,type2 arg2) \
63 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
64 type name(type1 arg1,type2 arg2,type3 arg3) \
83 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
84 type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
105 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
107 type name (type1 arg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/cris/include/arch-v10/arch/
H A Dunistd.h25 #define _syscall1(type,name,type1,arg1) \
26 type name(type1 arg1) \
42 #define _syscall2(type,name,type1,arg1,type2,arg2) \
43 type name(type1 arg1,type2 arg2) \
60 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
61 type name(type1 arg1,type2 arg2,type3 arg3) \
79 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
80 type name (type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
100 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4, \
102 type name (type1 arg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/alpha/kernel/
H A Dcore_apecs.c92 unsigned long *pci_addr, unsigned char *type1)
98 " pci_addr=0x%p, type1=0x%p)\n",
99 bus, device_fn, where, pci_addr, type1));
112 *type1 = 0;
116 *type1 = 1;
125 conf_read(unsigned long addr, unsigned char type1) argument
133 DBGC(("conf_read(addr=0x%lx, type1=%d)\n", addr, type1));
142 if (type1) {
195 if (type1) {
91 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, unsigned long *pci_addr, unsigned char *type1) argument
205 conf_write(unsigned long addr, unsigned int value, unsigned char type1) argument
273 unsigned char type1; local
292 unsigned char type1; local
[all...]
H A Dcore_polaris.c67 unsigned long *pci_addr, u8 *type1)
71 *type1 = (bus == 0) ? 0 : 1;
87 unsigned char type1; local
89 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
113 unsigned char type1; local
115 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
66 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, unsigned long *pci_addr, u8 *type1) argument
H A Dcore_t2.c142 unsigned long *pci_addr, unsigned char *type1)
148 " addr=0x%lx, type1=0x%x)\n",
149 bus, device_fn, where, pci_addr, type1));
162 *type1 = 0;
166 *type1 = 1;
176 * to do type1 access. This is protected by the use of spinlock IRQ
181 conf_read(unsigned long addr, unsigned char type1) argument
188 DBG(("conf_read(addr=0x%lx, type1=%d)\n", addr, type1));
191 if (type1) {
141 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, unsigned long *pci_addr, unsigned char *type1) argument
235 conf_write(unsigned long addr, unsigned int value, unsigned char type1) argument
288 unsigned char type1; local
307 unsigned char type1; local
[all...]
H A Dcore_irongate.c83 unsigned long *pci_addr, unsigned char *type1)
89 "pci_addr=0x%p, type1=0x%p)\n",
90 bus, device_fn, where, pci_addr, type1));
92 *type1 = (bus != 0);
107 unsigned char type1; local
109 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
132 unsigned char type1; local
134 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
82 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, unsigned long *pci_addr, unsigned char *type1) argument
H A Dcore_mcpcia.c86 conf_read(unsigned long addr, unsigned char type1, argument
97 DBG_CFG(("conf_read(addr=0x%lx, type1=%d, hose=%d)\n",
98 addr, type1, mid));
134 conf_write(unsigned long addr, unsigned int value, unsigned char type1, argument
171 unsigned char *type1)
177 " pci_addr=0x%p, type1=0x%p)\n",
178 bus, devfn, hose->index, where, pci_addr, type1));
181 *type1 = 1;
200 unsigned char type1; local
202 if (mk_conf_addr(bus, devfn, where, hose, &addr, &type1))
169 mk_conf_addr(struct pci_bus *pbus, unsigned int devfn, int where, struct pci_controller *hose, unsigned long *pci_addr, unsigned char *type1) argument
227 unsigned char type1; local
[all...]
H A Dcore_cia.c89 unsigned long *pci_addr, unsigned char *type1)
93 *type1 = (bus != 0);
104 conf_read(unsigned long addr, unsigned char type1) argument
110 DBGC(("conf_read(addr=0x%lx, type1=%d) ", addr, type1));
120 if (type1) {
146 if (type1) {
159 conf_write(unsigned long addr, unsigned int value, unsigned char type1) argument
164 DBGC(("conf_write(addr=0x%lx, type1=%d) ", addr, type1));
88 mk_conf_addr(struct pci_bus *bus_dev, unsigned int device_fn, int where, unsigned long *pci_addr, unsigned char *type1) argument
212 unsigned char type1; local
231 unsigned char type1; local
[all...]
H A Dcore_tsunami.c91 unsigned long *pci_addr, unsigned char *type1)
98 "pci_addr=0x%p, type1=0x%p)\n",
99 bus, device_fn, where, pci_addr, type1));
103 *type1 = (bus != 0);
118 unsigned char type1; local
120 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
143 unsigned char type1; local
145 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
90 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, unsigned long *pci_addr, unsigned char *type1) argument
H A Dcore_titan.c118 unsigned long *pci_addr, unsigned char *type1)
125 "pci_addr=0x%p, type1=0x%p)\n",
126 bus, device_fn, where, pci_addr, type1));
130 *type1 = (bus != 0);
145 unsigned char type1;
147 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
170 unsigned char type1;
172 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
115 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, unsigned long *pci_addr, unsigned char *type1) argument
143 unsigned char type1; local
168 unsigned char type1; local
H A Dcore_wildfire.c333 unsigned long *pci_addr, unsigned char *type1)
340 "pci_addr=0x%p, type1=0x%p)\n",
341 bus, device_fn, where, pci_addr, type1));
345 *type1 = (bus != 0);
360 unsigned char type1; local
362 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
385 unsigned char type1; local
387 if (mk_conf_addr(bus, devfn, where, &addr, &type1))
332 mk_conf_addr(struct pci_bus *pbus, unsigned int device_fn, int where, unsigned long *pci_addr, unsigned char *type1) argument
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/objects/
H A Dobjects.h1025 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
1027 static int nm##_cmp(type1 const *, type2 const *); \
1028 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1030 # define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \
1031 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
1032 # define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \
1033 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1062 # define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \
1065 type1 const *a = a_; \
1069 static type2 *OBJ_bsearch_##nm(type1 *ke
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/objects/
H A Dobjects.h1025 # define _DECLARE_OBJ_BSEARCH_CMP_FN(scope, type1, type2, nm) \
1027 static int nm##_cmp(type1 const *, type2 const *); \
1028 scope type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1030 # define DECLARE_OBJ_BSEARCH_CMP_FN(type1, type2, cmp) \
1031 _DECLARE_OBJ_BSEARCH_CMP_FN(static, type1, type2, cmp)
1032 # define DECLARE_OBJ_BSEARCH_GLOBAL_CMP_FN(type1, type2, nm) \
1033 type2 * OBJ_bsearch_##nm(type1 *key, type2 const *base, int num)
1062 # define IMPLEMENT_OBJ_BSEARCH_CMP_FN(type1, type2, nm) \
1065 type1 const *a = a_; \
1069 static type2 *OBJ_bsearch_##nm(type1 *ke
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/src/
H A Dformat-pascal.c306 enum format_arg_type type1 = numbered[i].type; local
310 if (type1 == type2)
311 type_both = type1;
312 else if ((type1 == FAT_INTEGER && type2 == FAT_INTEGER64)
313 || (type1 == FAT_INTEGER64 && type2 == FAT_INTEGER))
318 type_both = type1;
H A Dformat-librep.c223 enum format_arg_type type1 = spec.numbered[i].type; local
227 if (type1 == type2)
228 type_both = type1;
H A Dformat-elisp.c259 enum format_arg_type type1 = spec.numbered[i].type; local
263 if (type1 == type2)
264 type_both = type1;
H A Dformat-tcl.c301 enum format_arg_type type1 = spec.numbered[i].type; local
305 if (type1 == type2)
306 type_both = type1;
H A Dformat-java.c654 enum format_arg_type type1 = spec.numbered[i].type; local
658 if (type1 == type2 || type2 == FAT_OBJECT)
659 type_both = type1;
660 else if (type1 == FAT_OBJECT)
H A Dformat-python.c329 enum format_arg_type type1 = spec.named[i].type; local
333 if (type1 == type2 || type2 == FAT_ANY)
334 type_both = type1;
335 else if (type1 == FAT_ANY)
H A Dformat-awk.c420 enum format_arg_type type1 = spec.numbered[i].type; local
424 if (type1 == type2)
425 type_both = type1;
H A Dformat-perl.c492 format_arg_type_t type1 = numbered[i].type; local
496 if (type1 == type2)
497 type_both = type1;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/include/asm/
H A Dunistd.h935 #define _syscall1(type,name,type1,arg1) \
936 type name(type1 arg1) \
941 #define _syscall2(type,name,type1,arg1,type2,arg2) \
942 type name(type1 arg1, type2 arg2) \
947 #define _syscall3(type,name,type1,arg1,type2,arg2,type3,arg3) \
948 type name(type1 arg1, type2 arg2, type3 arg3) \
953 #define _syscall4(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4) \
954 type name(type1 arg1, type2 arg2, type3 arg3, type4 arg4) \
960 #define _syscall5(type,name,type1,arg1,type2,arg2,type3,arg3,type4,arg4,type5,arg5) \
961 type name(type1 arg
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/mtrr/
H A Dmain.c192 static inline int types_compatible(mtrr_type type1, mtrr_type type2) argument
194 return type1 == MTRR_TYPE_UNCACHABLE ||
196 (type1 == MTRR_TYPE_WRTHROUGH && type2 == MTRR_TYPE_WRBACK) ||
197 (type1 == MTRR_TYPE_WRBACK && type2 == MTRR_TYPE_WRTHROUGH);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/generic/
H A Dcalctrl.h233 void GenerateEvents(wxEventType type1, wxEventType type2) argument
235 GenerateEvent(type1);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/wlags49_h2/
H A Dmdd.h119 #define XX1( name, type1, par1 ) \
123 type1 par1; \
126 #define XX2( name, type1, par1, type2, par2 ) \
130 type1 par1; \
134 #define XX3( name, type1, par1, type2, par2, type3, par3 ) \
138 type1 par1; \
143 #define XX4( name, type1, par1, type2, par2, type3, par3, type4, par4 ) \
147 type1 par1; \

Completed in 184 milliseconds

12