Searched refs:xvec (Results 1 - 16 of 16) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Doglmisc.cpp584 * Find where (x1, y1) -> (x2, y2) hits one of the lines in xvec, yvec.
588 void oglFindEndForPolyline(double n, double xvec[], double yvec[], argument
592 double lastx = xvec[0];
601 oglCheckLineIntersection(x1, y1, x2, y2, lastx, lasty, xvec[i], yvec[i],
603 lastx = xvec[i];
611 if (!(xvec[0] == lastx && yvec[0] == lasty))
613 oglCheckLineIntersection(x1, y1, x2, y2, lastx, lasty, xvec[0], yvec[0],
635 double xvec[5]; local
638 xvec[0] = (double)(x1 - width/2.0);
640 xvec[
[all...]
H A Dbasic2.cpp198 bool PolylineHitTest(double n, double xvec[], double yvec[], argument
203 double lastx = xvec[0];
212 oglCheckLineIntersection(x1, y1, x2, y2, lastx, lasty, xvec[i], yvec[i],
216 lastx = xvec[i];
224 if (!(xvec[0] == lastx && yvec[0] == lasty))
226 oglCheckLineIntersection(x1, y1, x2, y2, lastx, lasty, xvec[0], yvec[0],
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/
H A Dfstrcmp.c129 ctxt.xvec = string1;
H A Ddiffseq.h50 NOTE_DELETE(ctxt, xoff) Record the removal of the object xvec[xoff].
74 const ELEMENT *xvec; member in struct:context
151 const ELEMENT *const xv = ctxt->xvec; /* Still more help for the compiler. */
411 ELEMENT const *xv = ctxt->xvec; /* Help the compiler. */
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/libgettextpo/
H A Dfstrcmp.c129 ctxt.xvec = string1;
H A Ddiffseq.h50 NOTE_DELETE(ctxt, xoff) Record the removal of the object xvec[xoff].
74 const ELEMENT *xvec; member in struct:context
151 const ELEMENT *const xv = ctxt->xvec; /* Still more help for the compiler. */
411 ELEMENT const *xv = ctxt->xvec; /* Help the compiler. */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/xfrm/
H A Dxfrm_input.c23 xfrm_state_put(sp->xvec[i]);
42 xfrm_state_hold(sp->xvec[i]);
162 skb->sp->xvec[skb->sp->len++] = x;
H A Dxfrm_policy.c1910 x = skb->sp->xvec[idx];
1957 if (xfrm_state_ok(tmpl, sp->xvec[idx], family))
1959 if (sp->xvec[idx]->props.mode != XFRM_MODE_TRANSPORT) {
1987 if (sp->xvec[k]->props.mode != XFRM_MODE_TRANSPORT) {
2026 struct xfrm_state *x = skb->sp->xvec[i];
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/ogl/
H A Dmisc.h57 WXDLLIMPEXP_OGL void oglFindEndForPolyline(double n, double xvec[], double yvec[],
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dxfrm6_input.c131 skb->sp->xvec[skb->sp->len++] = x;
H A Dicmp.c636 if (!(sp && sp->xvec[sp->len - 1]->props.flags &
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/security/selinux/
H A Dxfrm.c174 struct xfrm_state *x = sp->xvec[i];
415 struct xfrm_state *x = sp->xvec[i];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/netfilter/
H A Dxt_policy.c74 if (match_xfrm_state(sp->xvec[i], e, family)) {
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dsanm.c381 * @param xvec pointer to x component of vector coordinates
385 static void make_glyphs(int8_t *pglyphs, const int8_t *xvec, const int8_t *yvec, argument
393 int x0 = xvec[i];
398 int x1 = xvec[j];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/net/
H A Dxfrm.h911 struct xfrm_state *xvec[XFRM_MAX_DEPTH]; member in struct:sec_path
1582 return skb->sp->xvec[skb->sp->len - 1];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dicmp.c980 if (!(sp && sp->xvec[sp->len - 1]->props.flags &

Completed in 91 milliseconds