Searched refs:fsize (Results 1 - 25 of 30) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/prebuilt/WW/etc/avahi/
H A Davahi-daemon.conf57 rlimit-fsize=0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/avahi-daemon/
H A Davahi-daemon.conf61 rlimit-fsize=0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/avahi-0.6.25/files/
H A Davahi-daemon.conf57 rlimit-fsize=0
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/core/
H A Dpcm_timer.c50 unsigned long rate, mult, fsize, l, post; local
59 fsize = runtime->period_size;
60 snd_assert(fsize != 0, return);
61 l = gcd(rate, fsize);
63 fsize /= l;
65 while ((mult * fsize) / fsize != mult) {
74 runtime->timer_resolution = (mult * fsize / rate) * post;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/docs/examples/
H A Dftpupload.c70 curl_off_t fsize; local
81 fsize = (curl_off_t)file_info.st_size;
83 printf("Local file size: %" CURL_FORMAT_CURL_OFF_T " bytes.\n", fsize);
118 (curl_off_t)fsize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/
H A Ddirectories.pm206 my $fsize = "";
208 $fsize = $file{'size'} ? sprintf("%7s", $file{'size'}) : sprintf("%7d", 4096);
211 $fsize = sprintf("%7d", length $file{'content'});
215 push(@contentlist, "$ftype$fperm $fhlink $fuser $fgroup $fsize $ftime $file{'name'}$eol");
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dbmp.c43 unsigned int fsize, hsize; local
65 fsize = bytestream_get_le32(&buf);
66 if(buf_size < fsize){
68 buf_size, fsize);
69 fsize = buf_size;
83 if(fsize == 14 || fsize == ihsize + 14)
84 fsize = buf_size - 2;
86 if(fsize <= hsize){
88 fsize, hsiz
[all...]
H A Dmpegaudiodec.c2470 int fsize, len = buf_size, out_size = 0; local
2491 fsize = AV_RB16(buf) >> 4;
2492 fsize = FFMIN3(fsize, len, MPA_MAX_CODED_FRAME_SIZE);
2502 out_size += mp_decode_frame(m, outptr, buf, fsize);
2503 buf += fsize;
2504 len -= fsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavformat/
H A Ddxa.c89 uint32_t size, fsize; local
94 fsize = get_le32(pb);
99 get_wav_header(pb, ast->codec, fsize);
103 fsize = get_le32(pb);
105 url_fskip(pb, fsize);
107 c->bpc = (fsize + c->frames - 1) / c->frames;
110 c->bytes_left = fsize;
H A Ddvenc.c378 int fsize; local
380 fsize = dv_assemble_frame(s->priv_data, s->streams[pkt->stream_index],
382 if (fsize > 0) {
383 put_buffer(s->pb, frame, fsize);
H A Dflvdec.c387 const int64_t fsize= url_fsize(s->pb); local
388 url_fseek(s->pb, fsize-4, SEEK_SET);
390 url_fseek(s->pb, fsize-3-size, SEEK_SET);
H A Dmp3.c363 int fsize, frames, sample_rate; local
382 fsize = ff_mpa_decode_header(&avctx, header, &sample_rate, &sample_rate, &sample_rate, &sample_rate);
383 if(fsize < 0)
385 buf2 += fsize;
H A Draw.c590 int fsize, frames; local
608 fsize = (AV_RB32(buf2+3)>>13) & 0x8FFF;
609 if(fsize < 7)
611 buf2 += fsize;
H A Davidec.c56 int64_t fsize; member in struct:__anon622
261 avi->fsize = url_fsize(pb);
262 if(avi->fsize<=0)
263 avi->fsize= avi->riff_end;
804 if(i + (uint64_t)size > avi->fsize || d[0]<0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/kernel/
H A Dsignal.c324 int fsize, formatvec; local
346 fsize = frame_extra_sizes[regs->format];
347 if (fsize < 0) {
361 if (fsize) {
386 : "a" (sw), "d" (fsize), "d" (frame_offset/4-1),
408 int fsize, temp; local
447 fsize = frame_extra_sizes[regs->format];
448 if (fsize < 0) {
462 if (fsize) {
485 : "a" (sw), "d" (fsize), "
775 int fsize = frame_extra_sizes[regs->format]; local
852 int fsize = frame_extra_sizes[regs->format]; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/pwc/
H A Dpwc-v4l.c1177 struct v4l2_frmsizeenum *fsize = arg; local
1178 unsigned int i = 0, index = fsize->index;
1180 if (fsize->pixel_format == V4L2_PIX_FMT_YUV420) {
1184 fsize->type = V4L2_FRMSIZE_TYPE_DISCRETE;
1185 fsize->discrete.width = pwc_image_sizes[i].x;
1186 fsize->discrete.height = pwc_image_sizes[i].y;
1191 } else if (fsize->index == 0 &&
1192 ((fsize->pixel_format == V4L2_PIX_FMT_PWC1 && DEVICE_USE_CODEC1(pdev->type)) ||
1193 (fsize->pixel_format == V4L2_PIX_FMT_PWC2 && DEVICE_USE_CODEC23(pdev->type)))) {
1195 fsize
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/python/
H A Dpy_smb.c215 size_t fsize; local
225 if (!cli_qfileinfo(cli->cli, fnum, NULL, &fsize, NULL, NULL,
227 !cli_getattrE(cli->cli, fnum, NULL, &fsize, NULL, NULL, NULL)) {
235 if (size < 1 || size > fsize - offset)
236 size = fsize - offset;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/pcbit/
H A Dpcbit.h87 unsigned short fsize[8]; /* sent layer2 frames size */ member in struct:pcbit_dev
H A Dlayer2.c128 dev->fsize[dev->send_seq] = len;
700 dev->free += dev->fsize[i];
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Dfilter.c402 unsigned int fsize = sizeof(struct sock_filter) * fprog->len; local
409 fp = sock_kmalloc(sk, fsize+sizeof(*fp), GFP_KERNEL);
412 if (copy_from_user(fp->insns, fprog->filter, fsize)) {
413 sock_kfree_s(sk, fp, fsize+sizeof(*fp));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Damifb.c2525 u_long maxfetchstop, fstrt, fsize, fconst, xres_n, yres_n; local
2776 fsize = ((maxfmode+clk_shift <= 1) ? fconst : 64);
2777 fstrt = downx(fconst, par->diwstrt_h-4) - fsize;
2787 fstrt = downx(fconst, par->diwstrt_h-fconst+(1<<clk_shift)-4) - fsize;
2794 fsize = upx(fconst, xres_n + modx(fconst, downx(1<<clk_shift, par->diwstrt_h-4)));
2795 if (fstrt + fsize > maxfetchstop)
2798 fsize = upx(fconst, xres_n);
2799 if (fstrt + fsize > maxfetchstop) {
2805 fsize = up64(xres_n + fconst - 1);
2806 if (min_fstrt + fsize
3013 short clk_shift, vshift, fstrt, fsize, fstop, fconst, shift, move, mod; local
[all...]
H A Dacornfb.c362 u_int vcr, fsize; local
402 fsize = var->vsync_len + var->upper_margin + var->lower_margin - 1;
427 iomd_writel(fsize, IOMD_FSIZE);
488 printk(KERN_DEBUG " Fsize : 0x%08X\n", fsize);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dftplistparser.c634 curl_off_t fsize; local
636 fsize = curlx_strtoofft(finfo->b_data+parser->item_offset, &p, 10);
637 if(p[0] == '\0' && fsize != CURL_OFF_T_MAX &&
638 fsize != CURL_OFF_T_MIN) {
640 parser->file_data->size = fsize;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/torture/
H A Dtorture.c593 size_t fsize; local
617 if (!cli_qfileinfo(cli1, fnum1, NULL, &fsize, NULL, NULL, NULL, NULL, NULL)) {
622 if (fsize == sizeof(buf))
624 (unsigned long)fsize);
627 (unsigned long)fsize);
651 if (!cli_qfileinfo(cli1, fnum1, NULL, &fsize, NULL, NULL, NULL, NULL, NULL)) {
656 if (fsize == sizeof(buf))
658 (unsigned long)fsize);
661 (unsigned long)fsize);
671 if (!cli_qfileinfo(cli1, fnum1, NULL, &fsize, NUL
3594 size_t fsize; local
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/media/video/
H A Dmeye.c618 int fsize; local
626 fsize = (MCHIP_NB_PAGES_MJPEG - pt_start) * PAGE_SIZE +
629 fsize = (pt_end - pt_start) * PAGE_SIZE + trailer * 4;
631 if (fsize > size) {
633 fsize);
637 ptable_copy(buf, pt_start, fsize, MCHIP_NB_PAGES_MJPEG);
649 for (i = fsize - 1; i > 0 && buf[i] == 0xff; i--) ;
656 return fsize;

Completed in 286 milliseconds

12