Searched refs:temp_len (Results 1 - 8 of 8) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dresample.c49 int temp_len; member in struct:ReSampleContext
292 bufin[i] = av_malloc((nb_samples + s->temp_len) * sizeof(short));
293 memcpy(bufin[i], s->temp[i], s->temp_len * sizeof(short));
294 buftmp2[i] = bufin[i] + s->temp_len;
314 nb_samples += s->temp_len;
324 s->temp_len = nb_samples - consumed;
325 s->temp[i] = av_realloc(s->temp[i], s->temp_len * sizeof(short));
326 memcpy(s->temp[i], bufin[i] + consumed, s->temp_len * sizeof(short));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dresample.c54 int temp_len; member in struct:ReSampleContext
350 bufin[i] = av_malloc((nb_samples + s->temp_len) * sizeof(short));
351 memcpy(bufin[i], s->temp[i], s->temp_len * sizeof(short));
352 buftmp2[i] = bufin[i] + s->temp_len;
376 nb_samples += s->temp_len;
386 s->temp_len = nb_samples - consumed;
387 s->temp[i] = av_realloc(s->temp[i], s->temp_len * sizeof(short));
388 memcpy(s->temp[i], bufin[i] + consumed, s->temp_len * sizeof(short));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/rpc_server/
H A Dsrv_eventlog_lib.c599 int temp_len = 0; local
670 temp_len = strlen( stop );
671 strncpy( temp, stop, temp_len );
684 temp_len = strlen( stop );
685 strncpy( temp, stop, temp_len );
698 temp_len = strlen( stop );
699 strncpy( temp, stop, temp_len );
712 temp_len = strlen( stop );
714 strncpy( temp, stop, temp_len );
720 entry->data_record.strings_len += ( temp_len *
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/cifs/
H A Dconnect.c791 unsigned int temp_len, i, j; local
883 temp_len = strlen(value);
897 if ((value[temp_len] == 0) &&
898 (value[temp_len+1] == separator[0])) {
900 value[temp_len] = separator[0];
901 temp_len += 2; /* move after second comma */
902 while (value[temp_len] != 0) {
903 if (value[temp_len] == separator[0]) {
904 if (value[temp_len+1] ==
907 temp_len
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavformat/
H A Drtpproto.c433 socklen_t *source_len, temp_len; local
452 source_len = &temp_len;
455 temp_len = s->last_rtp_source_len;
462 temp_len = s->last_rtcp_source_len;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/staging/tidspbridge/dynload/
H A Ddload_internal.h243 unsigned temp_len; /* length of last temporary string */ member in struct:dload_state
H A Dcload.c529 dlthis->debug_string_size = soffset + dlthis->temp_len;
1948 dlthis->temp_len = dst - dlthis->str_temp;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/mtd/chips/
H A Dcfi_cmdset_0020.c1290 unsigned long temp_len = len; local
1293 while (temp_len) {
1296 temp_len -= mtd->erasesize;

Completed in 53 milliseconds