Searched refs:sf (Results 51 - 75 of 202) sorted by relevance

123456789

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/avl-0.3.5/
H A DGNUmakefile55 $(LN) -sf $$i $(DESTDIR)$(libdir)/$${i%.*};\
56 $(LN) -sf $${i%.*} $(DESTDIR)$(libdir)/$${i%.*.*};\
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/samba-3.0.25b/source/script/
H A Dinstallbin.sh29 ln -sf $BINDIR/$p2 $DESTDIR/${SBINDIR}/mount.smbfs
H A Dinstallbin.sh.in29 ln -sf $BINDIR/$p2 $DESTDIR/@rootsbindir@/mount.smbfs
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libdaemon-0.14/
H A DMakefile.am52 ln -sf README.html $$HOME/homepage/private/projects/libdaemon/index.html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libdaemon-0.14/
H A DMakefile.am52 ln -sf README.html $$HOME/homepage/private/projects/libdaemon/index.html
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libexif-0.6.19/doc/
H A DMakefile.am84 rsync -avz --progress $(DOXYGEN_OUTPUT_DIR)/$(HTML_APIDOC_DIR)/ sf:/home/users/h/hu/hun/libexif/htdocs/api/
86 rsync -avz --progress $(DOXYGEN_OUTPUT_DIR)/$(HTML_APIDOC_INTERNALS_DIR)/ sf:/home/users/h/hu/hun/libexif/htdocs/internals/
88 ssh "sf" "find /home/groups/l/li/libexif/htdocs/internals /home/groups/l/li/libexif/htdocs/api \( -type d -exec chgrp libexif {} \; -exec chmod g+rwxs,a+rx {} \; \) -or \( -type f -exec chgrp libexif {} \; -exec chmod g+rw {} \; \( -name '*.html' -or -name '*.png' -or -name '*.php' -or -name '*.jpg' -or -name '*.css' -name '*.dot' -name '*.map' \) -exec chmod a+r {} \; \)"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dsavefile.c67 #include "sf-pcap.h"
68 #include "sf-pcap-ng.h"
166 if (p->sf.rfile != stdin)
167 (void)fclose(p->sf.rfile);
305 p->sf.rfile = fp;
378 status = p->sf.next_packet_op(p, &h, &data);
H A Dpcap-snoop.c202 struct snoopfilter sf; local
223 memset(&sf, 0, sizeof(sf));
224 if (ioctl(fd, SIOCADDSNOOP, &sf) < 0) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/utils/scripts/
H A Dlinkcvs56 # EXEC_POSTFIX=("ln -sf \"\$original\" src/SharedFileList.h")
97 ln -sf "${SOURCE}/${1}/$file" "$target"
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/unzip60/qdos/
H A Dmakesfx.c105 char *sf = NULL; local
122 sf = optarg;
131 if(zf && xf && of && sf)
168 if((fd = open(sf, O_RDONLY)) != -1)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dproresdec.c516 int i, sf, slice_width_factor; local
561 sf = av_clip(buf[1], 1, 224);
562 sf = sf > 128 ? (sf - 96) << 2 : sf;
566 if (ctx->qmat_changed || sf != ctx->prev_slice_sf) {
567 ctx->prev_slice_sf = sf;
569 ctx->qmat_luma_scaled[ctx->dsp.idct_permutation[i]] = ctx->qmat_luma[i] * sf;
570 ctx->qmat_chroma_scaled[ctx->dsp.idct_permutation[i]] = ctx->qmat_chroma[i] * sf;
[all...]
H A Dresample2.c156 double ss=0, sf=0, ff=0;
167 sf+= sine[j + center] * filtered[j];
171 sf= 2*sf/LEN;
174 maxsf= FFMAX(maxsf, sf);
175 minsf= FFMIN(minsf, sf);
177 av_log(NULL, AV_LOG_ERROR, "i:%4d ss:%f ff:%13.6e-%13.6e sf:%13.6e-%13.6e\n", i, ss, maxff, minff, maxsf, minsf);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Domap_hwmod.c597 u8 idlemode, sf; local
604 sf = oh->class->sysc->sysc_flags;
606 if (sf & SYSC_HAS_SIDLEMODE) {
612 if (sf & SYSC_HAS_MIDLEMODE) {
618 if (sf & SYSC_HAS_AUTOIDLE) {
626 (sf & SYSC_HAS_CLOCKACTIVITY))
643 u8 idlemode, sf; local
650 sf = oh->class->sysc->sysc_flags;
652 if (sf & SYSC_HAS_SIDLEMODE) {
658 if (sf
677 u8 sf; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/
H A DwxBase.spec100 ln -sf ../lib/wx/config/%{wxconfig} $RPM_BUILD_ROOT/%{pref}/bin/wx-config
115 ln -sf %{_libdir}/wx/config/%{wxconfig} %{_bindir}/wx-config
117 ln -sf %{_libdir}/wx/config/%{wxconfig} %{_bindir}/%{wxconfiglink}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dresample2.c159 double ss=0, sf=0, ff=0;
170 sf+= sine[j + center] * filtered[j];
174 sf= 2*sf/LEN;
177 maxsf= FFMAX(maxsf, sf);
178 minsf= FFMIN(minsf, sf);
180 av_log(NULL, AV_LOG_ERROR, "i:%4d ss:%f ff:%13.6e-%13.6e sf:%13.6e-%13.6e\n", i, ss, maxff, minff, maxsf, minsf);
H A Dopus_silk.c1239 } sf[4]; local
1302 sf[i].gain = lingain / 65536.0f;
1352 sf[i].pitchlag = av_clip(primarylag + offsets[i],
1369 sf[i].ltptaps[j] = filter_taps[ltpfilter][index][j] / 128.0f;
1410 for (j = - sf[i].pitchlag - LTP_ORDER/2; j < out_end; j++) {
1414 resptr[j] = av_clipf(sum, -1.0f, 1.0f) * scale / sf[i].gain;
1418 float rescale = sf[i-1].gain / sf[i].gain;
1427 sum += sf[i].ltptaps[k] * resptr[j - sf[
[all...]
H A Dproresdec_lgpl.c569 int i, sf, slice_width_factor; local
632 sf = av_clip(buf[1], 1, 224);
633 sf = sf > 128 ? (sf - 96) << 2 : sf;
637 if (ctx->qmat_changed || sf != td->prev_slice_sf) {
638 td->prev_slice_sf = sf;
640 td->qmat_luma_scaled[ctx->dsp.idct_permutation[i]] = ctx->qmat_luma[i] * sf;
641 td->qmat_chroma_scaled[ctx->dsp.idct_permutation[i]] = ctx->qmat_chroma[i] * sf;
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dhcp6/
H A DMakefile.in41 CLEANFILES=cf.tab.h cp.tab.h sf.tab.h dad_token.c ra_token.c client6_token.c client6_parse.c \
81 server6_parse.c sf.tab.h: server6_parse.y
83 mv y.tab.h sf.tab.h
86 server6_token.c: server6_token.l sf.tab.h
/netgear-R7000-V1.0.7.12_1.2.5/src/router/dhcp6/
H A DMakefile.in41 CLEANFILES=cf.tab.h cp.tab.h sf.tab.h dad_token.c ra_token.c client6_token.c client6_parse.c \
81 server6_parse.c sf.tab.h: server6_parse.y
83 mv y.tab.h sf.tab.h
86 server6_token.c: server6_token.l sf.tab.h
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/
H A DMakefile160 cd lib && ln -sf libswresample.so.0 libswresample.so && \
161 ln -sf libswscale.so.2 libswscale.so && \
162 ln -sf libavfilter.so.4 libavfilter.so
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dperf_event.c1314 struct sparc_stackf *sf; local
1321 sf = (struct sparc_stackf *) fp;
1322 regs = (struct pt_regs *) (sf + 1);
1330 pc = sf->callers_pc;
1331 fp = (unsigned long)sf->fp + STACK_BIAS;
1357 struct sparc_stackf *usf, sf; local
1361 if (__copy_from_user_inatomic(&sf, usf, sizeof(sf)))
1364 pc = sf.callers_pc;
1365 ufp = (unsigned long)sf
1380 struct sparc_stackf32 *usf, sf; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/hostfs/
H A Dhostfs_kern.c203 int hostfs_statfs(struct dentry *dentry, struct kstatfs *sf) argument
218 &sf->f_bsize, &f_blocks, &f_bfree, &f_bavail, &f_files,
219 &f_ffree, &sf->f_fsid, sizeof(sf->f_fsid),
220 &sf->f_namelen);
223 sf->f_blocks = f_blocks;
224 sf->f_bfree = f_bfree;
225 sf->f_bavail = f_bavail;
226 sf->f_files = f_files;
227 sf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/xfs/
H A Dxfs_attr_leaf.c250 xfs_attr_shortform_t *sf; local
267 sf = (xfs_attr_shortform_t *)ifp->if_u1.if_data;
268 sfe = &sf->list[0];
269 for (i = 0; i < sf->hdr.count; sfe = XFS_ATTR_SF_NEXTENTRY(sfe), i++) {
281 offset = (char *)sfe - (char *)sf;
284 sf = (xfs_attr_shortform_t *)ifp->if_u1.if_data;
285 sfe = (xfs_attr_sf_entry_t *)((char *)sf + offset);
292 sf->hdr.count++;
293 be16_add_cpu(&sf->hdr.totsize, size);
325 xfs_attr_shortform_t *sf; local
398 xfs_attr_shortform_t *sf; local
427 xfs_attr_shortform_t *sf; local
465 xfs_attr_shortform_t *sf; local
578 xfs_attr_shortform_t *sf; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/s390/kernel/
H A Dtraps.c78 struct stack_frame *sf; local
83 if (sp < low || sp > high - sizeof(*sf))
85 sf = (struct stack_frame *) sp;
86 printk("([<%016lx>] ", sf->gprs[8] & PSW_ADDR_INSN);
87 print_symbol("%s)\n", sf->gprs[8] & PSW_ADDR_INSN);
91 sp = sf->back_chain & PSW_ADDR_INSN;
94 if (sp <= low || sp > high - sizeof(*sf))
96 sf = (struct stack_frame *) sp;
97 printk(" [<%016lx>] ", sf->gprs[8] & PSW_ADDR_INSN);
98 print_symbol("%s\n", sf
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/dbus-1.6.8/dbus/
H A Ddbus-sysdeps-win.c2295 STACKFRAME sf; local
2322 _DBUS_ZERO(sf);
2325 sf.AddrFrame.Offset = context.Ebp;
2326 sf.AddrFrame.Mode = AddrModeFlat;
2327 sf.AddrPC.Offset = context.Eip;
2328 sf.AddrPC.Mode = AddrModeFlat;
2332 sf.AddrPC.Offset = context.Rip;
2333 sf.AddrPC.Mode = AddrModeFlat;
2334 sf.AddrFrame.Offset = context.Rsp;
2335 sf
[all...]

Completed in 516 milliseconds

123456789