Searched refs:filterp (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dping6.c79 #define ICMPV6_FILTER_WILLPASS(type, filterp) \
80 (BIT_TEST((type), filterp) == 0)
82 #define ICMPV6_FILTER_WILLBLOCK(type, filterp) \
83 BIT_TEST((type), filterp)
85 #define ICMPV6_FILTER_SETPASS(type, filterp) \
86 BIT_CLEAR((type), filterp)
88 #define ICMPV6_FILTER_SETBLOCK(type, filterp) \
89 BIT_SET((type), filterp)
91 #define ICMPV6_FILTER_SETPASSALL(filterp) \
92 memset(filterp,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Damrnbdec.c679 const float *filterp; local
682 filterp = filter;
684 filterp = filter1;
686 filterp = filter2;
688 ff_celp_circ_addf(out, out, filterp, x, y, AMR_SUBFRAME_SIZE);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Damrnbdec.c694 const float *filterp; local
697 filterp = filter;
699 filterp = filter1;
701 filterp = filter2;
703 ff_celp_circ_addf(out, out, filterp, x, y, AMR_SUBFRAME_SIZE);

Completed in 202 milliseconds