Searched refs:me (Results 176 - 200 of 410) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/ffmpeg-0.5.1/libavcodec/
H A Dh263dec.c611 s->me.qpel_put= s->dsp.put_2tap_qpel_pixels_tab;
612 s->me.qpel_avg= s->dsp.avg_2tap_qpel_pixels_tab;
614 s->me.qpel_put= s->dsp.put_qpel_pixels_tab;
615 s->me.qpel_avg= s->dsp.avg_qpel_pixels_tab;
617 s->me.qpel_put= s->dsp.put_no_rnd_qpel_pixels_tab;
618 s->me.qpel_avg= s->dsp.avg_qpel_pixels_tab;
H A Dmotion_est.c112 MotionEstContext * const c= &s->me;
236 MotionEstContext * const c= &s->me;
359 MotionEstContext * const c= &s->me;
491 MotionEstContext * const c= &s->me;
535 MotionEstContext * const c= &s->me;
670 MotionEstContext * const c= &s->me;
685 MotionEstContext * const c= &s->me;
805 int ymax= s->me.ymax>>interlaced;
806 int ymin= s->me.ymin>>interlaced;
808 if(mv[0] < s->me
[all...]
H A Dmpegvideo.c297 CHECKED_ALLOCZ(s->me.scratchpad, (s->width+64)*4*16*2*sizeof(uint8_t))
298 s->me.temp= s->me.scratchpad;
299 s->rd_scratchpad= s->me.scratchpad;
300 s->b_scratchpad= s->me.scratchpad;
301 s->obmc_scratchpad= s->me.scratchpad + 16;
303 CHECKED_ALLOCZ(s->me.map , ME_MAP_SIZE*sizeof(uint32_t))
304 CHECKED_ALLOCZ(s->me.score_map, ME_MAP_SIZE*sizeof(uint32_t))
324 av_freep(&s->me.scratchpad);
325 s->me
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/infiniband/hw/ehca/
H A Dehca_mrmw.c56 struct ehca_mr *me; local
58 me = kmem_cache_zalloc(mr_cache, GFP_KERNEL);
59 if (me) {
60 spin_lock_init(&me->mrlock);
64 return me;
67 static void ehca_mr_delete(struct ehca_mr *me) argument
69 kmem_cache_free(mr_cache, me);
74 struct ehca_mw *me; local
76 me = kmem_cache_zalloc(mw_cache, GFP_KERNEL);
77 if (me) {
85 ehca_mw_delete(struct ehca_mw *me) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv4/netfilter/
H A Dip_tables.c485 module_put(m->u.kernel.match->me);
557 module_put(m->u.kernel.match->me);
620 module_put(t->u.kernel.target->me);
680 module_put(t->u.kernel.target->me);
1096 module_put(t->me);
1141 module_put(t->me);
1191 module_put(t->me);
1194 module_put(t->me);
1210 module_put(t->me);
1365 module_put(t->me);
[all...]
H A Dipt_LOG.c460 .me = THIS_MODULE,
466 .me = THIS_MODULE,
H A Dipt_ULOG.c393 .me = THIS_MODULE,
399 .me = THIS_MODULE,
H A Dipt_REJECT.c248 .me = THIS_MODULE,
H A Dnf_nat_rule.c65 .me = THIS_MODULE,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/ia32/
H A Dsys_ia32.c844 struct task_struct *me = current; local
845 static char lastcomm[sizeof(me->comm)];
846 if (strncmp(lastcomm, me->comm, sizeof(lastcomm))) {
848 me->comm);
849 strncpy(lastcomm, me->comm, sizeof(lastcomm));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/x86_64/kernel/
H A Dtraps.c1059 struct task_struct *me = current; local
1063 init_fpu(me);
1064 restore_fpu_checking(&me->thread.i387.fxsave);
1065 task_thread_info(me)->status |= TS_USEDFPU;
1066 me->fpu_counter++;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/libid3tag-0.15.0b/
H A Dconfig.guess38 me=`echo "$0" | sed -e 's,.*/,,'`
43 Output the configuration name of the system \`$me' is run on.
63 Try \`$me --help' for more information."
79 echo "$me: invalid option $1$help" >&2
87 echo "$me: too many arguments$help" >&2
109 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/packages/libid3tag-0.15.0b/
H A Dconfig.guess38 me=`echo "$0" | sed -e 's,.*/,,'`
43 Output the configuration name of the system \`$me' is run on.
63 Try \`$me --help' for more information."
79 echo "$me: invalid option $1$help" >&2
87 echo "$me: too many arguments$help" >&2
109 { echo "$me: cannot create a temporary directory in $TMPDIR" >&2 ; exit 1 ; } ;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/radvd/
H A Dconfig.guess38 me=`echo "$0" | sed -e 's,.*/,,'`
43 Output the configuration name of the system \`$me' is run on.
63 Try \`$me --help' for more information."
79 echo "$me: invalid option $1$help" >&2
87 echo "$me: too many arguments$help" >&2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/os-Linux/skas/
H A Dprocess.c505 void switch_threads(jmp_buf *me, jmp_buf *you) argument
507 if(UML_SETJMP(me) == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/kernel/
H A Dmodule.c244 unsigned int symindex, unsigned int relsec, struct module *me)
246 printk(KERN_ERR "module %s: .rel unsupported\n", me->name);
243 apply_relocate(Elf_Shdr * sechdrs, const char *strtab, unsigned int symindex, unsigned int relsec, struct module *me) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/kernel/
H A Dsys.c2220 struct task_struct *me = current; local
2221 unsigned char ncomm[sizeof(me->comm)];
2223 ncomm[sizeof(me->comm)-1] = 0;
2225 sizeof(me->comm)-1) < 0)
2227 set_task_comm(me, ncomm);
2231 struct task_struct *me = current; local
2232 unsigned char tcomm[sizeof(me->comm)];
2234 get_task_comm(tcomm, me);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/ipv6/netfilter/
H A Dip6t_LOG.c473 .me = THIS_MODULE,
479 .me = THIS_MODULE,
H A Dip6t_REJECT.c252 .me = THIS_MODULE
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/netfilter/
H A Dnf_conntrack_expect.c196 struct nf_conntrack_expect *nf_conntrack_expect_alloc(struct nf_conn *me) argument
204 new->master = me;
H A Dnf_conntrack_sip.c482 if (sip[i][j].me == NULL)
510 sip[i][j].me = THIS_MODULE;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/zebra/
H A Dconfig.guess41 me=`echo "$0" | sed -e 's,.*/,,'`
53 Try \`$me --help' for more information."
68 echo "$me: invalid option $1"
77 echo "$me: too many arguments$help" >&2
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/mvme16x/
H A Dconfig.c265 #warning check me!
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/bridge/netfilter/
H A Debt_among.c213 .me = THIS_MODULE,
H A Debt_stp.c180 .me = THIS_MODULE,

Completed in 249 milliseconds

1234567891011>>