Searched refs:memo (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/libvorbis-1.2.3/lib/
H A Dfloor0.c194 void *memo,float *out){
200 if(memo){
201 float *lsp=(float *)memo;
193 floor0_inverse2(vorbis_block *vb,vorbis_look_floor *i, void *memo,float *out) argument
H A Dfloor1.c612 int memo[VIF_POSIT+2]; local
618 for(i=0;i<posts;i++)memo[i]=-1; /* no neighbor yet */
651 /* eliminate repeat searches of a particular range with a memo */
652 if(memo[ln]!=hn){
656 memo[ln]=hn;
1058 static int floor1_inverse2(vorbis_block *vb,vorbis_look_floor *in,void *memo, argument
1067 if(memo){
1069 int *fit_value=(int *)memo;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dvalid.c6432 xmlValidateMemoPtr memo = (xmlValidateMemoPtr)user; local
6433 xmlValidateRef((xmlRefPtr)data, memo->ctxt, memo->name);
6447 xmlValidateMemo memo; local
6451 memo.ctxt = ctxt;
6452 memo.name = name;
6454 xmlListWalk(ref_list, xmlWalkValidateList, &memo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dvalid.c6558 xmlValidateMemoPtr memo = (xmlValidateMemoPtr)user; local
6559 xmlValidateRef((xmlRefPtr)data, memo->ctxt, memo->name);
6573 xmlValidateMemo memo; local
6577 memo.ctxt = ctxt;
6578 memo.name = name;
6580 xmlListWalk(ref_list, xmlWalkValidateList, &memo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Dvalid.c6558 xmlValidateMemoPtr memo = (xmlValidateMemoPtr)user; local
6559 xmlValidateRef((xmlRefPtr)data, memo->ctxt, memo->name);
6573 xmlValidateMemo memo; local
6577 memo.ctxt = ctxt;
6578 memo.name = name;
6580 xmlListWalk(ref_list, xmlWalkValidateList, &memo);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dvalid.c6432 xmlValidateMemoPtr memo = (xmlValidateMemoPtr)user; local
6433 xmlValidateRef((xmlRefPtr)data, memo->ctxt, memo->name);
6447 xmlValidateMemo memo; local
6451 memo.ctxt = ctxt;
6452 memo.name = name;
6454 xmlListWalk(ref_list, xmlWalkValidateList, &memo);

Completed in 196 milliseconds