Searched defs:px (Results 1 - 25 of 38) sorted by relevance

12

/external/valgrind/main/memcheck/tests/darwin/
H A Dscalar_nocancel.c13 // uninitialised, but we know px[0] is 0x0
14 long* px = malloc(sizeof(long)); local
15 long x0 = px[0];
H A Dscalar.c13 // uninitialised, but we know px[0] is 0x0
14 long* px = malloc(sizeof(long)); local
15 long x0 = px[0];
241 SY(__NR_getsockopt, x0, x0, x0, x0+1, x0+&px[1]); FAIL;
922 SY(__NR_sigaction, x0, x0+&px[1], x0+&px[1]); FAIL;
1172 SY(__NR_sigprocmask, x0, x0+&px[1], x0+&px[1]); SUCC;
1360 SY(__NR_rt_sigaction, x0, x0+&px[2], x0+&px[
[all...]
/external/valgrind/main/memcheck/tests/x86-linux/
H A Dscalar_exit_group.c5 // uninitialised, but we know px[0] is 0x0
6 long* px = malloc(sizeof(long)); local
7 long x0 = px[0];
H A Dscalar.c27 // uninitialised, but we know px[0] is 0x0
28 long* px = malloc(sizeof(long)); local
29 long x0 = px[0];
329 SY(__NR_sigaction, x0, x0+&px[1], x0+&px[1]); FAIL;
582 SY(__NR_sigprocmask, x0, x0+&px[1], x0+&px[1]); SUCC;
774 SY(__NR_rt_sigaction, x0, x0+&px[2], x0+&px[2], x0); FAIL;
/external/clang/test/Modules/
H A Dirgen.c10 void triple_value(int *px) { argument
11 *px = triple(*px);
/external/doclava/res/assets/templates/
H A Ddiff.cs9 padding-left: 40px; field in class:label
13 padding-left: 80px;
33 width: 25px;
/external/dropbear/libtommath/
H A Dbn_mp_and.c22 int res, ix, px; local
29 px = b->used;
35 px = a->used;
39 for (ix = 0; ix < px; ix++) {
H A Dbn_mp_or.c21 int res, ix, px; local
28 px = b->used;
34 px = a->used;
38 for (ix = 0; ix < px; ix++) {
H A Dbn_mp_xor.c22 int res, ix, px; local
29 px = b->used;
35 px = a->used;
39 for (ix = 0; ix < px; ix++) {
/external/clang/test/Parser/
H A Dcxx-ambig-paren-expr.cpp5 int x, *px; local
10 (T())*px; // expected-error {{cast from 'int' to 'T ()'}}
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DIconQt.cpp61 QPixmap px = m_icon.pixmap(rect.size()); local
63 if (p && !px.isNull())
64 p->drawPixmap(rect.x(), rect.y(), px);
/external/icu4c/layout/
H A DMarkToBasePosnSubtables.cpp99 LEPoint px; local
100 fontInstance->getGlyphAdvance(otherMark, px); // get advance, in case it's non-zero
101 pixels.fX += px.fX; // and add that to the base glyph's advance
102 pixels.fY += px.fY;
/external/icu4c/common/
H A Drbbiscan.cpp75 U_NAMESPACE_QUALIFIER RBBISetTableEl *px = (U_NAMESPACE_QUALIFIER RBBISetTableEl *)p; local
76 delete px->key;
77 // Note: px->val is owned by the linked list "fSetsListHead" in scanner.
79 uprv_free(px);
H A Drbbistbl.cpp32 U_NAMESPACE_QUALIFIER RBBISymbolTableEntry *px = (U_NAMESPACE_QUALIFIER RBBISymbolTableEntry *)p; local
33 delete px;
H A Duarrsort.c122 void *px, void *pw) {
128 doInsertionSort(array, start, limit, itemSize, cmp, context, px);
136 uprv_memcpy(px, array+((start+limit)/2)*itemSize, itemSize);
140 cmp(context, array+left*itemSize, px)<0
145 cmp(context, px, array+(right-1)*itemSize)<0
168 subQuickSort(array, start, right, itemSize, cmp, context, px, pw);
176 subQuickSort(array, left, limit, itemSize, cmp, context, px, pw);
120 subQuickSort(char *array, int32_t start, int32_t limit, int32_t itemSize, UComparator *cmp, const void *context, void *px, void *pw) argument
/external/skia/samplecode/
H A DSampleCircle.cpp88 static void rotate(SkCanvas* canvas, SkScalar angle, SkScalar px, SkScalar py) { argument
89 canvas->translate(-px, -py);
91 canvas->translate(px, py);
H A DSampleOvalTest.cpp54 SkScalar px = SkIntToScalar(x) + SK_ScalarHalf; local
58 SkScalar dist = SkPoint::Length(px - cx, py - cy);
/external/opencv/cv/src/
H A Dcvcornersubpix.cpp219 double px = j - win.width; local
225 bb1 += gxx * px + gxy * py;
226 bb2 += gxy * px + gyy * py;
H A Dcvrotcalipers.cpp322 float px = (C1 * B2 - C2 * B1) * idet; local
325 out[0] = px;
/external/qemu/
H A Dcurses.c46 static int px, py, sminx, sminy, smaxx, smaxy; variable
56 pnoutrefresh(screenpad, py, px, sminy, sminx, smaxy - 1, smaxx - 1);
79 px = (width - COLS) / 2;
83 px = 0;
140 x = sminx + x - px;
/external/skia/src/core/
H A DSkStrokerPriv.cpp33 SkScalar px = pivot.fX; local
40 path->cubicTo(px + nx + CWX(sx, sy), py + ny + CWY(sx, sy),
41 px + CWX(nx, ny) + sx, py + CWY(nx, ny) + sy,
42 px + CWX(nx, ny), py + CWY(nx, ny));
43 path->cubicTo(px + CWX(nx, ny) - sx, py + CWY(nx, ny) - sy,
44 px - nx + CWX(sx, sy), py - ny + CWY(sx, sy),
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dshortest-path.h179 const Pair &px = pairs_[x]; local
181 Weight wx = Times(distance_[px.first], px.second);
186 if (px.first == superfinal_ && py.first != superfinal_) {
188 } else if (py.first == superfinal_ && px.first != superfinal_) {
/external/webkit/Source/WebCore/platform/graphics/
H A DFloatRect.h119 bool contains(float px, float py) const argument
120 { return px >= x() && px <= maxX() && py >= y() && py <= maxY(); }
H A DIntRect.h145 // Equivalent to checking if the rect contains a 1x1 rect below and to the right of (px,py).
146 bool contains(int px, int py) const argument
147 { return px >= x() && px < maxX() && py >= y() && py < maxY(); }
/external/skia/src/effects/
H A DSkBlurMask.cpp112 int px = SkClampPos(prev_x); local
115 uint32_t tmp = sum[px+py] + sum[nx+ny] - sum[nx+py] - sum[px+ny];
164 int px = SkClampPos(prev_x); local
170 uint32_t outer_sum = sum[px+py] + sum[nx+ny] - sum[nx+py] - sum[px+ny];

Completed in 1223 milliseconds

12