HomeSort by relevance Sort by last modified time
    Searched defs:px (Results 1 - 25 of 33) sorted by null

1 2

  /external/dropbear/libtommath/
bn_mp_and.c 22 int res, ix, px; local
29 px = b->used;
35 px = a->used;
39 for (ix = 0; ix < px; ix++) {
bn_mp_or.c 21 int res, ix, px; local
28 px = b->used;
34 px = a->used;
38 for (ix = 0; ix < px; ix++) {
bn_mp_xor.c 22 int res, ix, px; local
29 px = b->used;
35 px = a->used;
39 for (ix = 0; ix < px; ix++) {
  /external/webkit/WebCore/platform/graphics/qt/
IconQt.cpp 60 QPixmap px = m_icon.pixmap(rect.size()); local
62 if (p && !px.isNull())
63 p->drawPixmap(rect.x(), rect.y(), px);
  /external/apache-http/src/org/apache/http/impl/io/
AbstractMessageParser.java 175 } catch (ParseException px) {
176 throw new ProtocolException(px.getMessage(), px); local
  /system/core/libacc/tests/data/
casts.c 13 int px = &x; local
14 // int z = * px; // An error, expected a pointer type
15 int y = * (int*) px;
20 int px = (int) malloc(120); local
21 * (int*) px = 8;
22 * (int*) (px + 4) = 9;
23 printf("Testing writing (int*): %d %d\n", * (int*) px, * (int*) (px + 4));
24 free((void*) px);
29 int px = &x local
39 int px = &x; local
59 int px = (int) malloc(120); local
67 int px = (int) malloc(120); local
    [all...]
  /external/icu4c/layout/
MarkToBasePosnSubtables.cpp 99 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/chromium/third_party/icu/source/common/
rbbiscan.cpp 75 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);
    [all...]
rbbistbl.cpp 32 U_NAMESPACE_QUALIFIER RBBISymbolTableEntry *px = (U_NAMESPACE_QUALIFIER RBBISymbolTableEntry *)p; local
33 delete px;
rbbitblb.cpp 620 int32_t px; local
621 for (px=0; px<T->fPositions->size(); px++) {
622 p = (RBBINode *)T->fPositions->elementAt(px);
    [all...]
  /external/icu4c/common/
rbbiscan.cpp 75 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);
    [all...]
rbbistbl.cpp 32 U_NAMESPACE_QUALIFIER RBBISymbolTableEntry *px = (U_NAMESPACE_QUALIFIER RBBISymbolTableEntry *)p; local
33 delete px;
rbbitblb.cpp 620 int32_t px; local
621 for (px=0; px<T->fPositions->size(); px++) {
622 p = (RBBINode *)T->fPositions->elementAt(px);
    [all...]
  /external/skia/src/core/
SkStrokerPriv.cpp 33 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),
  /frameworks/base/media/libstagefright/codecs/m4v_h263/dec/src/
mb_motion_comp.cpp 149 MOT px[4], py[4]; local
195 dx = px[0] = px[1] = px[2] = px[3] = video->motX[imv];
221 px[0] = video->motX[imv];
222 px[1] = video->motX[imv+1];
223 px[2] = video->motX[imv+mvwidth];
224 px[3] = video->motX[imv+mvwidth+1];
225 xsum = px[0] + px[1] + px[2] + px[3]
    [all...]
  /external/qemu/
curses.c 46 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/effects/
SkBlurMask.cpp 112 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];
  /external/speex/libspeex/
lsp.c 235 spx_word32_t *px; /* ptrs of respective P'(z) & Q'(z) */ local
253 px = P; /* initialise ptrs */
255 p = px;
259 *px++ = LPC_SCALING;
262 *px++ = SUB32(ADD32(EXTEND32(a[i]),EXTEND32(a[lpcrdr-i-1])), *p++);
265 px = P;
269 /*if (fabs(*px)>=32768)
270 speex_warning_int("px", *px);
273 *px = PSHR32(*px,2)
    [all...]
  /external/srec/tools/thirdparty/OpenFst/fst/lib/
shortest-path.h 179 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_) {
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdDetailsDialog.java 194 int px = parentLoc.x; local
204 child.setLocation(px + (pw - cw) / 2, py + (ph - ch) / 2);
  /frameworks/base/graphics/java/android/graphics/drawable/
RotateDrawable.java 83 float px = st.mPivotXRel ? (w * st.mPivotX) : st.mPivotX; local
86 canvas.rotate(st.mCurrentDegrees, px, py);
AnimatedRotateDrawable.java 78 float px = st.mPivotXRel ? (w * st.mPivotX) : st.mPivotX; local
81 canvas.rotate(mCurrentDegrees, px, py);
  /external/ipsec-tools/src/racoon/
eaytest.c 920 } px[] = { local
936 for (i = 0; i < sizeof(px)/sizeof(px[0]); i++) {
937 printf("\n**Test for DH %s.**\n", px[i].name);
939 p1.v = str2val(px[i].p, 16, &p1.l);
940 p2.v = str2val(px[i].p, 16, &p2.l);
  /packages/apps/Launcher2/src/com/android/launcher2/
Utilities.java 186 float px = (destWidth - src.getWidth()) / 2; local
188 dest.drawBitmap(mask, px + xy[0], py + xy[1],
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressDialog.java 388 int px = parentLoc.x; local
398 int x = px + (pw - cw) / 2;

Completed in 3336 milliseconds

1 2