Searched refs:temp (Results 26 - 50 of 738) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-powerpc/
H A Dedac.h22 unsigned int temp; local
34 : "=&r"(temp)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/zlib-1.2.3/examples/
H A Dgzlog.c135 unsigned char temp[20]; local
168 if (read(log->fd, temp, 12) != 12 || temp[0] != 0x1f ||
169 temp[1] != 0x8b || temp[2] != 8 || (temp[3] & 4) == 0) {
175 xlen = temp[10] + (temp[11] << 8);
178 if (xlen < 4 || read(log->fd, temp, 4) != 4)
180 sub_len = temp[
229 unsigned char temp[5]; local
273 unsigned char temp[16]; local
367 unsigned char temp[8]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/zlib-1.2.3/examples/
H A Dgzlog.c135 unsigned char temp[20]; local
168 if (read(log->fd, temp, 12) != 12 || temp[0] != 0x1f ||
169 temp[1] != 0x8b || temp[2] != 8 || (temp[3] & 4) == 0) {
175 xlen = temp[10] + (temp[11] << 8);
178 if (xlen < 4 || read(log->fd, temp, 4) != 4)
180 sub_len = temp[
229 unsigned char temp[5]; local
273 unsigned char temp[16]; local
367 unsigned char temp[8]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/md4/
H A Dmd4_one.c79 char temp[1024]; local
84 chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
85 ebcdic2ascii(temp, d, chunk);
86 MD4_Update(&c,temp,chunk);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/md5/
H A Dmd5_one.c79 char temp[1024]; local
84 chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
85 ebcdic2ascii(temp, d, chunk);
86 MD5_Update(&c,temp,chunk);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/md4/
H A Dmd4_one.c80 char temp[1024];
85 chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
86 ebcdic2ascii(temp, d, chunk);
87 MD4_Update(&c,temp,chunk);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/md5/
H A Dmd5_one.c80 char temp[1024];
85 chunk = (n > sizeof(temp)) ? sizeof(temp) : n;
86 ebcdic2ascii(temp, d, chunk);
87 MD5_Update(&c,temp,chunk);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68knommu/lib/
H A Dmemset.c6 size_t temp; local
27 temp = count >> 2;
28 if (temp)
31 for (; temp; temp--)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm/
H A Datomic.h54 unsigned long temp; local
63 : "=&r" (temp), "=m" (v->counter)
66 unsigned long temp; local
78 : "=&r" (temp), "=m" (v->counter)
99 unsigned long temp; local
108 : "=&r" (temp), "=m" (v->counter)
111 unsigned long temp; local
123 : "=&r" (temp), "=m" (v->counter)
144 unsigned long temp; local
154 : "=&r" (result), "=&r" (temp), "
158 unsigned long temp; local
196 unsigned long temp; local
210 unsigned long temp; local
256 unsigned long temp; local
274 unsigned long temp; local
435 unsigned long temp; local
447 unsigned long temp; local
480 unsigned long temp; local
492 unsigned long temp; local
525 unsigned long temp; local
539 unsigned long temp; local
577 unsigned long temp; local
591 unsigned long temp; local
637 unsigned long temp; local
655 unsigned long temp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-mips/
H A Datomic.h54 unsigned long temp; local
63 : "=&r" (temp), "=m" (v->counter)
66 unsigned long temp; local
78 : "=&r" (temp), "=m" (v->counter)
99 unsigned long temp; local
108 : "=&r" (temp), "=m" (v->counter)
111 unsigned long temp; local
123 : "=&r" (temp), "=m" (v->counter)
144 unsigned long temp; local
154 : "=&r" (result), "=&r" (temp), "
158 unsigned long temp; local
196 unsigned long temp; local
210 unsigned long temp; local
256 unsigned long temp; local
274 unsigned long temp; local
435 unsigned long temp; local
447 unsigned long temp; local
480 unsigned long temp; local
492 unsigned long temp; local
525 unsigned long temp; local
539 unsigned long temp; local
577 unsigned long temp; local
591 unsigned long temp; local
637 unsigned long temp; local
655 unsigned long temp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/embedded6xx/
H A Dprpmc2800.c80 u32 temp; local
84 temp = in_le32(mv64x60_mpp_reg_base + MV64x60_MPP_CNTL_0);
85 temp &= 0xFFFF0FFF;
86 out_le32(mv64x60_mpp_reg_base + MV64x60_MPP_CNTL_0, temp);
88 temp = in_le32(mv64x60_gpp_reg_base + MV64x60_GPP_LEVEL_CNTL);
89 temp |= 0x00000004;
90 out_le32(mv64x60_gpp_reg_base + MV64x60_GPP_LEVEL_CNTL, temp);
92 temp = in_le32(mv64x60_gpp_reg_base + MV64x60_GPP_IO_CNTL);
93 temp |= 0x00000004;
94 out_le32(mv64x60_gpp_reg_base + MV64x60_GPP_IO_CNTL, temp);
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/lib/
H A Dstring.c21 size_t temp, temp1; local
40 temp = count >> 2;
41 if (temp) {
62 : "=a" (ls), "=d" (temp), "=&d" (temp1)
63 : "d" (c), "0" (ls), "1" (temp));
82 size_t temp, temp1; local
102 temp = n >> 2;
103 if (temp) {
125 : "=a" (lfrom), "=a" (lto), "=d" (temp), "=&d" (temp1)
126 : "0" (lfrom), "1" (lto), "2" (temp));
149 size_t temp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_ipv6header.c40 unsigned int temp; local
53 temp = 0;
64 temp |= MASK_NONE;
69 temp |= MASK_ESP;
87 temp |= MASK_HOPOPTS;
90 temp |= MASK_ROUTING;
93 temp |= MASK_FRAGMENT;
96 temp |= MASK_AH;
99 temp |= MASK_DSTOPTS;
114 temp |
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/fs/jffs2/
H A Dsummary.c114 struct jffs2_sum_inode_mem *temp = kmalloc(sizeof(struct jffs2_sum_inode_mem), GFP_KERNEL); local
116 if (!temp)
119 temp->nodetype = ri->nodetype;
120 temp->inode = ri->ino;
121 temp->version = ri->version;
122 temp->offset = cpu_to_je32(ofs); /* relative offset from the begining of the jeb */
123 temp->totlen = ri->totlen;
124 temp->next = NULL;
126 return jffs2_sum_add_mem(s, (union jffs2_sum_mem *)temp);
132 struct jffs2_sum_dirent_mem *temp local
156 struct jffs2_sum_xattr_mem *temp; local
174 struct jffs2_sum_xref_mem *temp; local
191 union jffs2_sum_mem *temp; local
261 struct jffs2_sum_inode_mem *temp = local
278 struct jffs2_sum_dirent_mem *temp = local
312 struct jffs2_sum_xattr_mem *temp; local
327 struct jffs2_sum_xref_mem *temp; local
657 union jffs2_sum_mem *temp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dfaanidct.c49 static inline void p8idct(DCTELEM data[64], FLOAT temp[64], uint8_t *dest, int stride, int x, int y, int type){ argument
57 s17= temp[1*x + i] + temp[7*x + i];
58 d17= temp[1*x + i] - temp[7*x + i];
59 s53= temp[5*x + i] + temp[3*x + i];
60 d53= temp[5*x + i] - temp[3*x + i];
78 s26 = temp[
132 FLOAT temp[64]; local
145 FLOAT temp[64]; local
158 FLOAT temp[64]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-cris/
H A Dsystem.h46 unsigned long flags,temp; local
50 *((unsigned char *)&temp) = x;
52 *(unsigned char *)ptr = *((unsigned char *)&temp);
55 *((unsigned short *)&temp) = x;
57 *(unsigned short *)ptr = *((unsigned short *)&temp);
60 temp = x;
62 *(unsigned long *)ptr = temp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dgetenv.c42 char *temp = getenv(variable);
44 if(temp != NULL)
45 ExpandEnvironmentStrings(temp, env, sizeof(env));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm26/
H A Dsystem.h112 unsigned long temp; \
118 : "=r" (x), "=r" (temp) \
128 unsigned long temp; \
133 : "=r" (temp) \
143 unsigned long temp; \
148 : "=r" (temp) \
156 unsigned long temp; \
161 : "=r" (temp)); \
167 unsigned long temp; \
172 : "=r" (temp)); \
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/agp/
H A Dali-agp.c24 u32 temp; local
27 pci_read_config_dword(agp_bridge->dev, ALI_ATTBASE, &temp);
28 temp &= ~(0xfffffff0);
32 if (temp == values[i].size_value) {
45 u32 temp; local
47 pci_read_config_dword(agp_bridge->dev, ALI_TLBCTRL, &temp);
48 temp &= 0xfffffff0;
49 temp |= (1<<0 | 1<<1);
50 pci_write_config_dword(agp_bridge->dev, ALI_TAGCTRL, temp);
56 u32 temp; local
72 u32 temp; local
103 u32 temp; local
121 u32 temp; local
145 u32 temp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-ixp23xx/
H A Dpci.c127 u32 temp; local
133 temp = (u32) (value) << ((where % 0x4) * 8);
134 *addr = (*addr & mask) | temp;
153 volatile unsigned long temp; local
159 temp = *IXP23XX_PCI_CONTROL;
164 if (temp & ((1 << 8) | (1 << 5)))
165 *IXP23XX_PCI_CONTROL = temp;
167 temp = *IXP23XX_PCI_CMDSTAT;
169 if (temp & (1 << 29))
170 *IXP23XX_PCI_CMDSTAT = temp;
185 volatile u32 temp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-dbg.c358 unsigned temp; local
376 temp = scnprintf (next, size,
386 size -= temp;
387 next += temp;
404 temp = snprintf (next, size,
416 if (temp < 0)
417 temp = 0;
418 else if (size < temp)
419 temp = size;
420 size -= temp;
446 unsigned temp, size; local
489 unsigned temp, size, seen_count; local
630 unsigned temp, size, i; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/i2c/busses/
H A Di2c-ali15x3.c138 unsigned char temp; local
151 pci_read_config_byte(ALI15X3_dev, SMBATPC, &temp);
152 if (temp & ALI15X3_LOCK) {
153 temp &= ~ALI15X3_LOCK;
154 pci_write_config_byte(ALI15X3_dev, SMBATPC, temp);
195 pci_read_config_byte(ALI15X3_dev, SMBCOM, &temp);
196 if ((temp & 1) == 0) {
198 pci_write_config_byte(ALI15X3_dev, SMBCOM, temp | 0x01);
202 pci_read_config_byte(ALI15X3_dev, SMBHSTCFG, &temp);
203 if ((temp
231 int temp; local
347 int temp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dgianfar_sysfs.c72 u32 temp; local
89 temp = gfar_read(&priv->regs->attr);
92 temp |= ATTR_BDSTASH;
94 temp &= ~(ATTR_BDSTASH);
96 gfar_write(&priv->regs->attr, temp);
117 u32 temp; local
129 temp = gfar_read(&priv->regs->attreli);
130 temp &= ~ATTRELI_EL_MASK;
131 temp |= ATTRELI_EL(length);
132 gfar_write(&priv->regs->attreli, temp);
165 u32 temp; local
202 u32 temp; local
236 u32 temp; local
271 u32 temp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/examples/libsmbclient/
H A Dtestsmbc.c35 char temp[128]; local
40 fgets(temp, sizeof(temp), stdin);
42 if (temp[strlen(temp) - 1] == 0x0a) /* A new line? */
43 temp[strlen(temp) - 1] = 0x00;
45 if (temp[0]) strncpy(workgroup, temp, wgmaxlen - 1);
48 fgets(temp, sizeo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/pci/
H A Dfixup-ddb5477.c63 u16 temp; local
71 temp = inw(ioaddr + PCNET32_WIO_BDP);
72 temp |= 0x0800;
74 outw(temp, ioaddr + PCNET32_WIO_BDP);

Completed in 308 milliseconds

1234567891011>>