Searched refs:px (Results 1 - 25 of 55) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/wget-1.12/tests/
H A DMakefile.am36 .PHONY: test run-unit-tests run-px-tests
40 test: ../src/wget$(EXEEXT) run-unit-tests run-px-tests
59 run-px-tests: WgetTest.pm ../src/wget$(EXEEXT)
60 $(srcdir)/run-px $(top_srcdir)
64 Test-auth-basic.px \
65 Test-auth-no-challenge.px \
66 Test-auth-no-challenge-url.px \
67 Test-auth-with-content-disposition.px \
68 Test-c-full.px \
69 Test-c-partial.px \
[all...]
H A DMakefile.in596 Test-auth-basic.px \
597 Test-auth-no-challenge.px \
598 Test-auth-no-challenge-url.px \
599 Test-auth-with-content-disposition.px \
600 Test-c-full.px \
601 Test-c-partial.px \
602 Test-c.px \
603 Test-c-shorter.px \
604 Test-cookies.px \
605 Test-cookies-401.px \
[all...]
H A DMakefile596 Test-auth-basic.px \
597 Test-auth-no-challenge.px \
598 Test-auth-no-challenge-url.px \
599 Test-auth-with-content-disposition.px \
600 Test-c-full.px \
601 Test-c-partial.px \
602 Test-c.px \
603 Test-c-shorter.px \
604 Test-cookies.px \
605 Test-cookies-401.px \
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libcsc-0.82.3/t/
H A Dturand.c24 double px; local
50 y = CSCurand (y, &d); px = d;
52 if (((px*px)+(py*py)) > 1.0)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/lib/raid6/
H A Drecov.c28 u8 px, qx, db; local
59 px = *p ^ *dp;
61 *dq++ = db = pbmul[px] ^ qx; /* Reconstructed B */
62 *dp++ = db ^ px; /* Reconstructed A */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/acpi/
H A Dprocessor_thermal.c53 u16 px = 0; local
74 pr->limit.state.px = px;
79 pr->limit.state.px, pr->limit.state.tx));
331 pr->limit.thermal.px = 0;
339 pr->limit.thermal.px, pr->limit.thermal.tx));
H A Dprocessor_perflib.c347 struct acpi_processor_px *px = &(pr->performance->states[i]); local
350 state.pointer = px;
366 (u32) px->core_frequency,
367 (u32) px->power,
368 (u32) px->transition_latency,
369 (u32) px->bus_master_latency,
370 (u32) px->control, (u32) px->status));
375 if (!px->core_frequency ||
376 ((u32)(px
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/univ/
H A Dctrlrend.cpp475 wxCoord *px; local
492 px = &rect.y;
502 px = &rect.x;
516 *px += step;
517 if ( *px < 1 )
520 rect.height = *px - step - 1;
521 *px = 1;
523 else if ( *px > lenTotal - step )
526 rect.width = lenTotal - *px - 1;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/
H A Dh263.c314 int *px, int *py)
330 *px= *py = 0;
334 *px = C[0];
337 *px = mid_pred(A[0], 0, C[0]);
341 *px = A[0];
347 *px = mid_pred(A[0], 0, C[0]);
350 *px = A[0];
359 *px = mid_pred(A[0], B[0], C[0]);
365 *px = mid_pred(A[0], B[0], C[0]);
313 ff_h263_pred_motion(MpegEncContext * s, int block, int dir, int *px, int *py) argument
H A Dgifdec.c101 uint32_t *px; local
104 px = (uint32_t *)py + l;
105 pr = px + w;
107 for (; px < pr; px++)
108 *px = color;
134 uint32_t *ptr, *pal, *px, *pr, *ptr1; local
249 for (px = ptr, idx = s->idx_line; px < pr; px
[all...]
H A Dexr.c657 uint16_t *px = py; local
660 for (; px <= ex; px += ox2) {
661 uint16_t *p01 = px + ox1;
662 uint16_t *p10 = px + oy1;
666 wdec14(*px, *p10, &i00, &i10);
668 wdec14(i00, i01, px, p01);
671 wdec16(*px, *p10, &i00, &i10);
673 wdec16(i00, i01, px, p01);
679 uint16_t *p10 = px
691 uint16_t *px = py; local
[all...]
H A Dwmv2dec.c250 static int16_t *wmv2_pred_motion(Wmv2Context *w, int *px, int *py){ argument
275 *px= A[0];
278 *px= B[0];
283 *px = A[0];
286 *px = mid_pred(A[0], B[0], C[0]);
H A Dvc1dec.c1424 int px, py; local
1580 px = field_predA[0];
1583 px = field_predC[0];
1586 px = field_predB[0];
1589 px = 0;
1594 px = mid_pred(field_predA[0], field_predB[0], field_predC[0]);
1606 if (qx + px < -60) px = -60 - qx;
1609 if (qx + px < -28) px
1677 int px = 0, py = 0; local
2109 int px, py; local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavcodec/
H A Dh263.c317 int *px, int *py)
333 *px= *py = 0;
337 *px = C[0];
340 *px = mid_pred(A[0], 0, C[0]);
344 *px = A[0];
350 *px = mid_pred(A[0], 0, C[0]);
353 *px = A[0];
362 *px = mid_pred(A[0], B[0], C[0]);
368 *px = mid_pred(A[0], B[0], C[0]);
316 ff_h263_pred_motion(MpegEncContext * s, int block, int dir, int *px, int *py) argument
H A Dvc1dec.c1345 int px, py; local
1495 px = field_predA[0];
1498 px = field_predC[0];
1501 px = field_predB[0];
1504 px = 0;
1509 px = mid_pred(field_predA[0], field_predB[0], field_predC[0]);
1521 if (qx + px < -60) px = -60 - qx;
1524 if (qx + px < -28) px
1596 int px, py; local
2027 int px, py; local
[all...]
H A Dwmv2dec.c252 static int16_t *wmv2_pred_motion(Wmv2Context *w, int *px, int *py){ argument
277 *px= A[0];
280 *px= B[0];
285 *px = A[0];
288 *px = mid_pred(A[0], B[0], C[0]);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dvf_zoompan.c43 "x", "px",
160 int px[4]; local
201 px[1] = px[2] = FF_CEIL_RSHIFT(x, desc->log2_chroma_w);
202 px[0] = px[3] = x;
214 input[k] = in->data[k] + py[k] * in->linesize[k] + px[k];
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-samsung/
H A Ds3c-pl330.c43 * @px: Xfer for PL330 core.
49 struct pl330_xfer px; member in struct:s3c_pl330_xfer
386 xt = &ch->xfer_head->px;
413 ch->callback_fn(NULL, xfer->token, xfer->px.bytes, res);
432 r->x = &xfer->px;
513 xfer = container_of(xl, struct s3c_pl330_xfer, px);
608 struct s3c_pl330_xfer, px);
627 struct s3c_pl330_xfer, px);
691 xfer->px.bytes = size;
692 xfer->px
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/gizmos/
H A Ddynamicsash.cpp138 void ConstrainChildren(int px, int py);
521 void wxDynamicSashWindowImpl::ConstrainChildren(int px, int py) argument
534 layout->width.PercentOf(m_container, wxWidth, px);
621 void wxDynamicSashWindowImpl::Split(int px, int py) argument
644 ConstrainChildren(px, py);
770 int px = (int)((x * 100) / v_parent->m_container->GetSize().GetWidth() + 0.5); local
772 if (px < 10)
784 px = (int)((vo_parent->m_child[0]->m_container->GetSize().GetWidth() * 100)
787 v_parent->m_container, wxWidth, px);
798 else if (px > 9
816 int px = (int)((x * 100) / local
933 int px = (int)((event.m_x * 100) / size.GetWidth() + 0.5); local
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavcodec/x86/
H A Dvp9mc.asm89 %assign %%px mmsize/2
90 cglobal vp9_%1_8tap_1d_h_ %+ %%px, 6, 6, 11, dst, dstride, src, sstride, h, filtery
150 %assign %%px mmsize
151 cglobal vp9_%1_8tap_1d_h_ %+ %%px, 6, 6, 14, dst, dstride, src, sstride, h, filtery
205 %assign %%px mmsize/2
207 cglobal vp9_%1_8tap_1d_v_ %+ %%px, 6, 8, 11, dst, dstride, src, sstride, h, filtery, src4, sstride3
209 cglobal vp9_%1_8tap_1d_v_ %+ %%px, 4, 7, 11, dst, dstride, src, sstride, filtery, src4, sstride3
280 %assign %%px mmsize
281 cglobal vp9_%1_8tap_1d_v_ %+ %%px, 6, 8, 14, dst, dstride, src, sstride, h, filtery, src4, sstride3
H A Dvp8dsp.asm347 pmaddwd mm3, mm4 ; multiply 2px with F0/F1
349 pmaddwd mm1, mm5 ; multiply 2px with F2/F3
350 paddd mm3, mm1 ; finish 1st 2px
354 pmaddwd mm0, mm4 ; multiply backed up 2px with F0/F1
356 pmaddwd mm1, mm5 ; multiply 2px with F2/F3
357 paddd mm0, mm1 ; finish 2nd 2px
360 packssdw mm3, mm0 ; merge dword->word (4px)
397 pmaddwd mm1, mm4 ; multiply 2px with F0/F1
400 pmaddwd mm3, mm5 ; multiply 2px with F2/F3
401 paddd mm1, mm3 ; add to 1st 2px cach
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/dma/
H A Dpl330.c96 struct pl330_xfer px; member in struct:dma_pl330_desc
360 desc->req.x = &desc->px;
462 static inline void fill_px(struct pl330_xfer *px, argument
465 px->next = NULL;
466 px->bytes = len;
467 px->dst_addr = dst;
468 px->src_addr = src;
493 fill_px(&desc->px, dst, src, len);
633 fill_px(&desc->px,
638 fill_px(&desc->px,
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/video/console/
H A Dsticon.c261 int *px, int *py)
291 if (px) *px = x;
260 sticon_getxy(struct vc_data *conp, unsigned long pos, int *px, int *py) argument
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/
H A Dtags.sh126 --extra=+f --c-kinds=-px \
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/racoon/
H A Deaytest.c804 } px[] = { local
820 for (i = 0; i < sizeof(px)/sizeof(px[0]); i++) {
821 printf("\n**Test for DH %s.**\n", px[i].name);
823 p1.v = str2val(px[i].p, 16, &p1.l);
824 p2.v = str2val(px[i].p, 16, &p2.l);

Completed in 577 milliseconds

123