Searched refs:temp (Results 1 - 25 of 738) sorted by path

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/IGMP-PROXY/
H A Dconfigure2242 eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/bftpd-1.6.6/
H A Dcommands.c192 struct passwd *temp = getpwnam(user); local
193 if (temp) {
194 userinfo.pw_name = strdup(temp->pw_name);
195 userinfo.pw_passwd = strdup(temp->pw_passwd);
196 userinfo.pw_uid = temp->pw_uid;
197 userinfo.pw_gid = temp->pw_gid;
198 userinfo.pw_gecos = strdup(temp->pw_gecos);
199 userinfo.pw_dir = strdup(temp->pw_dir);
200 userinfo.pw_shell = strdup(temp->pw_shell);
H A Ddirlist.c155 char temp[MAXCMD + 3], linktarget[MAXCMD + 5], perm[11], timestr[17], uid[USERLEN + 1], gid[USERLEN + 1]; local
197 temp[readlink(name, temp, sizeof(temp) - 1)] = '\0';
198 sprintf(linktarget, " -> %s", temp);
H A Doptions.c83 struct passwd *temp; local
117 if (!((temp = getpwuid(uid))))
120 if (!((temp = getpwnam(foo))))
127 endp->pwd.pw_name = strdup(temp->pw_name);
128 endp->pwd.pw_passwd = strdup(temp->pw_passwd);
129 endp->pwd.pw_uid = temp->pw_uid;
130 endp->pwd.pw_gid = temp->pw_gid;
131 endp->pwd.pw_gecos = strdup(temp->pw_gecos);
132 endp->pwd.pw_dir = strdup(temp->pw_dir);
133 endp->pwd.pw_shell = strdup(temp
409 char *temp; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dformdata.c852 struct Form temp; local
854 Curl_FormInit(&temp, ptr);
857 nread = readfromfile(&temp, buffer, sizeof(buffer));
861 if(temp.fp)
862 fclose(temp.fp);
H A Dgetenv.c42 char *temp = getenv(variable);
44 if(temp != NULL)
45 ExpandEnvironmentStrings(temp, env, sizeof(env));
H A Drtsp.c751 char *temp = strdup(header); local
752 if(!temp)
754 Curl_strntoupper(temp, temp, sizeof(temp));
755 nc = sscanf(temp, "CSEQ: %ld", &CSeq);
756 free(temp);
H A Dtelnet.c849 unsigned char temp[2048]; local
863 snprintf((char *)temp, sizeof(temp),
866 bytes_written = swrite(conn->sock[FIRSTSOCKET], temp, len);
871 printsub(data, '>', &temp[2], len-2);
875 snprintf((char *)temp, sizeof(temp),
878 bytes_written = swrite(conn->sock[FIRSTSOCKET], temp, len);
883 printsub(data, '>', &temp[2], len-2);
886 snprintf((char *)temp, sizeo
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/lib/
H A Dll_addr.c73 int temp; local
79 if (sscanf(arg, "%x", &temp) != 1) {
83 if (temp < 0 || temp > 255) {
87 lladdr[i] = temp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/misc/
H A Difstat.c248 char temp[64]; local
257 sprintf(temp, "%uM", (unsigned)(rates[i]/mega));
258 fprintf(fp, "%-6s ", temp);
260 sprintf(temp, "%uK", (unsigned)(rates[i]/kilo));
261 fprintf(fp, "%-6s ", temp);
268 char temp[64]; local
277 sprintf(temp, "%uM", (unsigned)(vals[k]/mega));
278 fprintf(fp, "%-6s ", temp);
280 sprintf(temp, "%uK", (unsigned)(vals[k]/kilo));
281 fprintf(fp, "%-6s ", temp);
[all...]
H A Drtacct.c135 char temp[64]; local
138 sprintf(temp, "%uM", (unsigned)rint(rate/(1024*1024)));
139 fprintf(fp, " %-10s", temp);
141 sprintf(temp, "%uK", (unsigned)rint(rate/1024));
142 fprintf(fp, " %-10s", temp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l2tpd-0.69/
H A Dcall.c520 int *temp; local
521 temp = (int *)entropy_buf;
522 tmp->ourcid = *temp & 0xFFFF;
524 log(LOG_DEBUG, "ourcid = %u, entropy_buf = %hx\n", tmp->ourcid, *temp);
H A Dl2tpd.c1000 int *temp; local
1001 temp = (int *)entropy_buf;
1002 tmp->ourtid = *temp & 0xFFFF;
1004 log(LOG_DEBUG, "ourtid = %u, entropy_buf = %hx\n", tmp->ourtid, *temp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l7filter/
H A Dl7_filter_main.c189 char *temp; local
198 temp = strtok(qos_l7_appls, " ");
199 while (temp)
201 sscanf(temp, "%d:%d", &apps, &priority);
210 temp = strtok(NULL, " ");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/l7filter/regexp/
H A Dregexp.c660 register char *temp; local
669 temp = regnext(scan);
670 if (temp == NULL)
672 scan = temp;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A D4xm.c160 int temp[64]; local
190 temp[8*0 + i] = tmp0 + tmp7;
191 temp[8*7 + i] = tmp0 - tmp7;
192 temp[8*1 + i] = tmp1 + tmp6;
193 temp[8*6 + i] = tmp1 - tmp6;
194 temp[8*2 + i] = tmp2 + tmp5;
195 temp[8*5 + i] = tmp2 - tmp5;
196 temp[8*4 + i] = tmp3 + tmp4;
197 temp[8*3 + i] = tmp3 - tmp4;
201 tmp10 = temp[
477 DCTELEM *temp= block[(x>>2) + 2*(y>>2)] + 2*(x&3) + 2*8*(y&3); //FIXME optimize local
684 AVFrame *p, temp; local
[all...]
H A Daac.c1428 float * temp = ac->temp; local
1460 ac->dsp.vector_fmul_window(temp, buf + 3*128 + 64, buf + 4*128, swindow, ac->add_bias, 64);
1461 memcpy( out + 448 + 4*128, temp, 64 * sizeof(float));
1472 saved[i] = temp[64 + i] - ac->add_bias;
H A Daac.h294 DECLARE_ALIGNED(16, float, temp[128]);
H A Datrac3.c141 * @param temp temp buffer
145 static void iqmf (float *inlo, float *inhi, unsigned int nIn, float *pOut, float *delayBuf, float *temp) argument
150 memcpy(temp, delayBuf, 46*sizeof(float));
152 p3 = temp + 46;
163 p1 = temp;
181 memcpy(delayBuf, temp + nIn*2, 46*sizeof(float));
H A Dcabac.h304 int temp; local
312 : "+r"(c->range), "+r"(c->low), "+c"(temp)
321 : "+r"(c->range), "+r"(c->low), "+c"(temp)
334 : "+r"(c->range), "+r"(c->low), "+a"(temp), "+d"(temp2)
347 : "+r"(c->range), "+r"(c->low), "+a"(temp), "+d"(temp2)
358 : "+r"(c->range), "+r"(c->low), "+a"(temp), "+d"(temp2)
H A Dcavsdsp.c331 int16_t temp[8*(8+5)];\
332 int16_t *tmp = temp;\
352 tmp = temp+8*2; \
381 tmp = temp+8*2; \
H A Ddsputil.c2921 int temp[64]; local
2924 temp[x ] = 4*src[x ];
2925 temp[x + 7*8] = 4*src[x + 7*stride];
2931 temp[yz] = src[xy - stride] + 2*src[xy] + src[xy + stride];
2936 src[ y*stride] = (temp[ y*8] + 2)>>2;
2937 src[7+y*stride] = (temp[7+y*8] + 2)>>2;
2941 src[xy] = (temp[yz-1] + 2*temp[yz] + temp[yz+1] + 8)>>4;
3403 DCTELEM temp[6 local
3597 int temp[64]; local
3649 int temp[64]; local
3698 DCTELEM * const temp= (DCTELEM*)aligned_temp; local
3763 DCTELEM * const temp= (DCTELEM*)aligned_temp; local
3780 DCTELEM * const temp= (DCTELEM*)aligned_temp; local
3806 DCTELEM * const temp= (DCTELEM*)aligned_temp; local
3884 DCTELEM * const temp= (DCTELEM*)aligned_temp; local
[all...]
H A Deaidct.c81 DCTELEM temp[64]; local
84 ea_idct_col(&temp[i], &block[i]);
86 IDCT_ROW( (&dest[i*linesize]), (&temp[8*i]) );
H A Dfaandct.c70 static av_always_inline void row_fdct(FLOAT temp[64], DCTELEM * data) argument
93 temp[0 + i]= tmp10 + tmp11;
94 temp[4 + i]= tmp10 - tmp11;
98 temp[2 + i]= tmp13 + tmp12;
99 temp[6 + i]= tmp13 - tmp12;
118 temp[5 + i]= z13 + z2;
119 temp[3 + i]= z13 - z2;
120 temp[1 + i]= z11 + z4;
121 temp[7 + i]= z11 - z4;
131 FLOAT temp[6 local
189 FLOAT temp[64]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/arm/
H A Dsimple_idct_arm.S102 @@ at this point, R0=block (temp), R1(free), R2=ROWr32[1], R3=ROWr32[2], R4=ROWr32[3],
103 @@ R5=(temp), R6=ROWr16[0], R7=ROWr16[1], R8-R11 free,
134 @@ temp = ((uint32_t*)row)[2] | ((uint32_t*)row)[3];
135 @@ if (temp != 0) {}
186 @@ temp = ((uint32_t*)row)[2] | ((uint32_t*)row)[3];
187 @@ if (temp != 0) {}
277 @@ R3=ROWr32[2], R4=ROWr32[3], R5=(temp), R6=ROWr16[0], R7=ROWr16[1],
278 @@ R8=0xFFFF (temp), R9-R11 free
304 @@ at this point, R0=block (temp), R1-R11 (free)

Completed in 216 milliseconds

1234567891011>>