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

1234567891011>>

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/arch-shark/
H A Dsystem.h13 short temp; local
17 temp=inw(0x26);
18 temp = temp | (1<<3) | (1<<10);
20 outw(temp,0x26);
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/arch-shark/
H A Dsystem.h13 short temp; local
17 temp=inw(0x26);
18 temp = temp | (1<<3) | (1<<10);
20 outw(temp,0x26);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/proc-armo/
H A Dsystem.h44 unsigned long temp; \
50 : "=r" (x), "=r" (temp) \
60 unsigned long temp; \
65 : "=r" (temp) \
75 unsigned long temp; \
80 : "=r" (temp) \
86 unsigned long temp; \
91 : "=r" (temp)); \
95 unsigned long temp; \
100 : "=r" (temp)); \
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/proc-armo/
H A Dsystem.h44 unsigned long temp; \
50 : "=r" (x), "=r" (temp) \
60 unsigned long temp; \
65 : "=r" (temp) \
75 unsigned long temp; \
80 : "=r" (temp) \
86 unsigned long temp; \
91 : "=r" (temp)); \
95 unsigned long temp; \
100 : "=r" (temp)); \
[all...]
/asus-wl-520gu-7.0.1.45/src/router/busybox/
H A Decho.c42 register char *temp; local
50 temp = argv[0] + 1;
52 for (ix = 0; temp[ix]; ix++)
54 if (strrchr("neE", temp[ix]) == 0)
58 if (!*temp)
62 * All of the options in temp are valid options to echo.
65 while (*temp)
67 if (*temp == 'n')
69 else if (*temp == 'e')
71 else if (*temp
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dehci-hub.c65 u32 temp, status = 0; local
82 temp = readl (&ehci->regs->port_status [i]);
83 if (temp & PORT_OWNER) {
85 if (temp & PORT_CSC) {
86 temp &= ~PORT_CSC;
87 writel (temp, &ehci->regs->port_status [i]);
91 if (!(temp & PORT_CONNECT))
93 if ((temp & (PORT_CSC | PORT_PEC | PORT_OCC)) != 0) {
113 u16 temp; local
120 temp
147 u32 temp, status; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/arm/boot/compressed/
H A Dofw-shark.c189 char temp[15]; local
191 temp[0]='/';
192 temp[1]='m';
193 temp[2]='e';
194 temp[3]='m';
195 temp[4]='o';
196 temp[5]='r';
197 temp[6]='y';
198 temp[7]='\0';
200 phandle=OF_finddevice(o,temp);
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/mips/galileo-boards/ev64120/compressed/
H A Dxfer.c38 unsigned int temp; local
44 for (temp = 0; temp < (0x100000 - 0x20000); temp = temp + 4) {
45 *(volatile unsigned int *) (temp + 0xa0400000) =
46 *(volatile unsigned int *) (temp + srcAddr);
47 if (*(volatile unsigned int *) (temp + 0xa0400000) !=
48 *(volatile unsigned int *) (temp + srcAddr)) {
78 unsigned temp; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-ia64/
H A Dmca_asm.h44 #define DATA_PA_TO_VA(addr,temp) \
45 mov temp = 0x7 ;; \
46 dep addr = temp, addr, 61, 3
245 #define rse_switch_context(temp,p_stackframe,p_bspstore) \
247 mov temp=ar.rsc;; \
248 st8 [p_stackframe]=temp,8;; \
249 mov temp=ar.pfs;; \
250 st8 [p_stackframe]=temp,8; \
252 mov temp=cr.ifs;; \
253 st8 [p_stackframe]=temp,
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-ia64/
H A Dmca_asm.h44 #define DATA_PA_TO_VA(addr,temp) \
45 mov temp = 0x7 ;; \
46 dep addr = temp, addr, 61, 3
245 #define rse_switch_context(temp,p_stackframe,p_bspstore) \
247 mov temp=ar.rsc;; \
248 st8 [p_stackframe]=temp,8;; \
249 mov temp=ar.pfs;; \
250 st8 [p_stackframe]=temp,8; \
252 mov temp=cr.ifs;; \
253 st8 [p_stackframe]=temp,
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips/
H A Datomic.h87 int temp; local
90 temp = v->counter;
91 temp += i;
92 v->counter = temp;
95 return temp;
101 int temp; local
104 temp = v->counter;
105 temp -= i;
106 v->counter = temp;
109 return temp;
129 unsigned long temp; local
150 unsigned long temp; local
166 unsigned long temp, result; local
187 unsigned long temp, result; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips/
H A Datomic.h87 int temp; local
90 temp = v->counter;
91 temp += i;
92 v->counter = temp;
95 return temp;
101 int temp; local
104 temp = v->counter;
105 temp -= i;
106 v->counter = temp;
109 return temp;
129 unsigned long temp; local
150 unsigned long temp; local
166 unsigned long temp, result; local
187 unsigned long temp, result; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm/
H A Datomic.h87 int temp; local
90 temp = v->counter;
91 temp += i;
92 v->counter = temp;
95 return temp;
101 int temp; local
104 temp = v->counter;
105 temp -= i;
106 v->counter = temp;
109 return temp;
129 unsigned long temp; local
150 unsigned long temp; local
166 unsigned long temp, result; local
187 unsigned long temp, result; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm/
H A Datomic.h87 int temp; local
90 temp = v->counter;
91 temp += i;
92 v->counter = temp;
95 return temp;
101 int temp; local
104 temp = v->counter;
105 temp -= i;
106 v->counter = temp;
109 return temp;
129 unsigned long temp; local
150 unsigned long temp; local
166 unsigned long temp, result; local
187 unsigned long temp, result; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-arm/proc-armv/
H A Dsystem.h54 unsigned long temp; \
59 : "=r" (x), "=r" (temp) \
69 unsigned long temp; \
74 : "=r" (temp) \
84 unsigned long temp; \
89 : "=r" (temp) \
99 unsigned long temp; \
104 : "=r" (temp) \
114 unsigned long temp; \
119 : "=r" (temp) \
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-arm/proc-armv/
H A Dsystem.h54 unsigned long temp; \
59 : "=r" (x), "=r" (temp) \
69 unsigned long temp; \
74 : "=r" (temp) \
84 unsigned long temp; \
89 : "=r" (temp) \
99 unsigned long temp; \
104 : "=r" (temp) \
114 unsigned long temp; \
119 : "=r" (temp) \
[all...]
/asus-wl-520gu-7.0.1.45/src/router/library/libupnp-1.2.1/threadutil/src/
H A Diasnprintf.c61 char *temp = NULL; local
87 temp = ( char * )realloc( ( *ret ), size + incr );
88 if( temp == NULL ) {
92 ( *ret ) = temp;
105 temp = ( char * )realloc( ( *ret ), retc + 1 );
106 if( temp == NULL ) {
111 ( *ret ) = temp; //size increased try again
116 temp = ( char * )realloc( ( *ret ), retc + 1 );
117 if( temp != NULL ) {
118 ( *ret ) = temp;
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/examples/libsmbclient/
H A Dtestacl.c29 char temp[128]; local
32 fgets(temp, sizeof(temp), stdin);
34 if (temp[strlen(temp) - 1] == '\n') /* A new line? */
36 temp[strlen(temp) - 1] = '\0';
39 if (temp[0] != '\0')
41 strncpy(pWorkgroup, temp, maxLenWorkgroup - 1);
45 fgets(temp, sizeo
[all...]
/asus-wl-520gu-7.0.1.45/src/router/samba/source/rpcclient/
H A Dcmd_dfs.c95 fstring temp; local
97 unistr2_to_ascii(temp, &info1->entrypath, sizeof(temp) - 1);
98 printf("entrypath: %s\n", temp);
105 fstring temp; local
107 unistr2_to_ascii(temp, &info2->entrypath, sizeof(temp) - 1);
108 printf("entrypath: %s\n", temp);
110 unistr2_to_ascii(temp, &info2->comment, sizeof(temp)
121 fstring temp; local
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/parisc/lib/
H A Dbitops.c26 unsigned long temp, flags; local
29 temp = *ptr;
32 return temp;
39 unsigned long temp; local
42 (long) temp = (long) *ptr;
45 return temp;
52 unsigned long temp; local
55 (long) temp = (long) *ptr;
58 return temp;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/aic7xxx/
H A Daic7xxx_93cx6.c108 uint8_t temp; local
112 temp = sd->sd_MS ^ sd->sd_CS;
113 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
118 temp ^= sd->sd_DO;
119 SEEPROM_OUTB(sd, temp);
121 SEEPROM_OUTB(sd, temp ^ sd->sd_CK);
124 temp ^= sd->sd_DO;
134 uint8_t temp; local
136 temp = sd->sd_MS;
137 SEEPROM_OUTB(sd, temp);
156 uint8_t temp; local
226 uint8_t temp; local
[all...]
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-mips64/
H A Datomic.h45 unsigned long temp; local
52 : "=&r" (temp), "=m" (v->counter)
66 unsigned long temp; local
73 : "=&r" (temp), "=m" (v->counter)
82 unsigned long temp, result; local
93 : "=&r" (result), "=&r" (temp), "=m" (v->counter)
102 unsigned long temp, result; local
113 : "=&r" (result), "=&r" (temp), "=m" (v->counter)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-mips64/
H A Datomic.h45 unsigned long temp; local
52 : "=&r" (temp), "=m" (v->counter)
66 unsigned long temp; local
73 : "=&r" (temp), "=m" (v->counter)
82 unsigned long temp, result; local
93 : "=&r" (result), "=&r" (temp), "=m" (v->counter)
102 unsigned long temp, result; local
113 : "=&r" (result), "=&r" (temp), "=m" (v->counter)
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-alpha/
H A Datomic.h33 unsigned long temp; local
42 :"=&r" (temp), "=m" (v->counter)
48 unsigned long temp; local
57 :"=&r" (temp), "=m" (v->counter)
66 long temp, result; local
77 :"=&r" (temp), "=m" (v->counter), "=&r" (result)
84 long temp, result; local
95 :"=&r" (temp), "=m" (v->counter), "=&r" (result)
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-alpha/
H A Datomic.h33 unsigned long temp; local
42 :"=&r" (temp), "=m" (v->counter)
48 unsigned long temp; local
57 :"=&r" (temp), "=m" (v->counter)
66 long temp, result; local
77 :"=&r" (temp), "=m" (v->counter), "=&r" (result)
84 long temp, result; local
95 :"=&r" (temp), "=m" (v->counter), "=&r" (result)

Completed in 158 milliseconds

1234567891011>>