HomeSort by relevance Sort by last modified time
    Searched defs:tx (Results 101 - 125 of 172) sorted by null

1 2 3 45 6 7

  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_state.c 1366 float_ui32_type tx = { v[MAT_TX] + xoffset + SUBPIXEL_X }; local
1409 float_ui32_type tx; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
SipProviderImpl.java 373 // Set the brannch id before you ask for a tx.
401 throw new TransactionUnavailableException("Cound not create tx");
512 // this tx gets his own dialog.
534 * create a server tx except for dialog creating transactions. After that, all
594 // tx does not exist so create the tx.
957 Transaction tx = (Transaction) errorObject; local
    [all...]
  /external/opencv/cv/src/
cvsurf.cpp 496 float tx = DX[y][x], ty = DY[y][x]; local
499 vec[0] += tx;
500 vec[1] += (float)fabs(tx);
502 vec[2] += tx;
503 vec[3] += (float)fabs(tx);
505 if ( tx >= 0 )
535 float tx = DX[y][x], ty = DY[y][x]; local
536 vec[0] += tx; vec[1] += ty;
537 vec[2] += (float)fabs(tx); vec[3] += (float)fabs(ty);
  /external/opencv/cxcore/src/
cxmathfuncs.cpp 662 float tx = x_buffer[i]; local
668 tx *= magval;
673 x_data[x+i] = tx;
    [all...]
  /external/qemu/android/skin/
trackball.c 278 double tx = xx*(2./DOT_GRID); local
281 double x0 = origin[0] + axis1[0]*tx + axis2[0]*ty;
282 double y0 = origin[1] + axis1[1]*tx + axis2[1]*ty;
283 double z0 = origin[2] + axis1[2]*tx + axis2[2]*ty;
  /external/skia/src/pdf/
SkPDFShader.cpp 802 const SkScalar tx = in[SkMatrix::kMTransX]; local
818 affine->setAll(sx - p0 * tx / p2, kx - p1 * tx / p2, tx / p2,
    [all...]
  /external/wpa_supplicant_8/src/rsn_supp/
wpa.c 67 wpa_hexdump(MSG_MSGDUMP, "WPA: TX EAPOL-Key", msg, msg_len);
432 /* Supplicant: swap tx/rx Mic keys */
594 int tx, key_rsc_len, keyidx; member in struct:wpa_gtk_data
609 "WPA: Installing GTK to the driver (keyidx=%d tx=%d len=%d)",
610 gd->keyidx, gd->tx, gd->gtk_len);
613 /* Swap Tx/Rx keys for Michael MIC */
629 gd->keyidx, gd->tx, key_rsc, gd->key_rsc_len,
643 int tx)
645 if (tx && sm->pairwise_cipher != WPA_CIPHER_NONE) {
646 /* Ignore Tx bit for GTK if a pairwise key is used. One A
    [all...]
  /frameworks/base/core/java/android/widget/
OverScroller.java 611 float x, tx, coef; typedefs
615 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x;
616 if (Math.abs(tx - alpha) < 1E-5) break;
617 if (tx > alpha) x_max = x;
    [all...]
  /frameworks/base/opengl/java/android/opengl/
Matrix.java 288 final float tx = -(right + left) * r_width; local
294 m[mOffset +12] = tx;
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 599 float tx, sx = dst.width() / src.width(); local
612 tx = dst.left - src.left * sx;
628 tx += diff;
636 d.mValues[2] = tx;
    [all...]
  /frameworks/native/opengl/libagl/
matrix.cpp 871 const GLfloat tx = -(right + left) * r_width; local
878 f[12] = tx;
  /packages/apps/Browser/src/com/android/browser/
PhoneUi.java 308 ObjectAnimator tx = ObjectAnimator.ofInt(mAnimScreen.mContent, "left", local
324 inanim.playTogether(tx, ty, tr, tb, sx, title);
508 int tx = web.getScrollX(); local
510 c.translate(-tx, -ty - tbar.getEmbeddedHeight());
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
OverScrollerSGV.java 615 float x, tx, coef; typedefs
619 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x;
620 if (Math.abs(tx - alpha) < 1E-5) break;
621 if (tx > alpha) x_max = x;
    [all...]
  /packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
OverScroller.java 613 float x, tx, coef; typedefs
617 tx = coef * ((1.0f - x) * P1 + x * P2) + x * x * x;
618 if (Math.abs(tx - alpha) < 1E-5) break;
619 if (tx > alpha) x_max = x;
    [all...]
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 376 int tx = scratches.obtain(); local
378 AND(AL, 0, tx, Rx, imm(GGL_DITHER_MASK));
380 ADD(AL, 0, tx, tx, reg_imm(ty, LSL, GGL_DITHER_ORDER_SHIFT));
381 ORR(AL, 0, parts.count.reg, tx, reg_imm(parts.count.reg, LSL, 16));
    [all...]
  /bionic/libc/kernel/arch-mips/asm/ip32/
mace.h 242 volatile unsigned long tx; member in struct:mace_ps2port
  /development/ndk/platforms/android-9/arch-mips/include/asm/ip32/
mace.h 242 volatile unsigned long tx; member in struct:mace_ps2port
  /external/bluetooth/bluedroid/btif/src/
btif_media_task.c 167 * Ideally the (SRC) max tx buffer capacity should equal the sinks
174 /* The typical runlevel of the tx queue size is ~1 buffer
233 long long tx; member in struct:__anon3396
300 cur_stat.tx+=len;
310 APPL_TRACE_WARNING4("tput rx:%d, tx:%d (bytes/s) (tot : rx %d, tx %d bytes)",
312 (cur_stat.tx*1000000)/((now_us - cur_stat.ts_prev_us)),
317 cur_stat.tx = 0;
936 /* ensure tx frames are immediately suspended */
970 /* ensure tx frames are immediately flushed *
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/softpipe/
sp_tex_sample.c 810 const float *tx[4]; local
818 get_texel_quad_2d_no_border_single_tile(samp, addr, x0, y0, tx);
823 get_texel_quad_2d_no_border(samp, addr, x0, y0, x1, y1, tx);
829 tx[0][c], tx[1][c],
830 tx[2][c], tx[3][c]);
2546 const float *tx; local
    [all...]
  /external/chromium_org/third_party/skia/src/core/
SkMatrix.cpp 579 SkScalar tx, sx = SkScalarDiv(dst.width(), src.width()); local
592 tx = dst.fLeft - SkScalarMul(src.fLeft, sx);
608 tx += diff;
616 fMat[kMTransX] = tx;
625 if (tx || ty) {
1012 Sk64 tx, ty; local
1085 SkScalar tx = m.fMat[kMTransX]; local
1119 SkScalar tx = m.fMat[kMTransX]; local
1159 SkScalar tx = m.fMat[kMTransX]; local
    [all...]
  /external/chromium_org/third_party/skia/src/utils/
SkLua.cpp 398 SkScalar tx = lua2scalar_def(L, 2, 0); local
400 get_ref<SkCanvas>(L, 1)->translate(tx, ty);
  /external/kernel-headers/original/asm-mips/ip32/
mace.h 238 volatile unsigned long tx; member in struct:mace_ps2port
  /external/kernel-headers/original/linux/
serial_core.h 203 __u32 tx; member in struct:uart_icount
219 unsigned int fifosize; /* tx fifo size */
  /external/mesa3d/src/gallium/drivers/softpipe/
sp_tex_sample.c 810 const float *tx[4]; local
818 get_texel_quad_2d_no_border_single_tile(samp, addr, x0, y0, tx);
823 get_texel_quad_2d_no_border(samp, addr, x0, y0, x1, y1, tx);
829 tx[0][c], tx[1][c],
830 tx[2][c], tx[3][c]);
2546 const float *tx; local
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 579 SkScalar tx, sx = SkScalarDiv(dst.width(), src.width()); local
592 tx = dst.fLeft - SkScalarMul(src.fLeft, sx);
608 tx += diff;
616 fMat[kMTransX] = tx;
625 if (tx || ty) {
1012 Sk64 tx, ty; local
1085 SkScalar tx = m.fMat[kMTransX]; local
1119 SkScalar tx = m.fMat[kMTransX]; local
1159 SkScalar tx = m.fMat[kMTransX]; local
    [all...]

Completed in 2825 milliseconds

1 2 3 45 6 7