HomeSort by relevance Sort by last modified time
    Searched defs:tx (Results 26 - 50 of 62) sorted by null

12 3

  /external/chromium/third_party/icu/source/common/
rbbitblb.cpp 596 int32_t tx; local
597 for (tx=1; tx<fDStates->size(); tx++) {
599 temp = (RBBIStateDescriptor *)fDStates->elementAt(tx);
    [all...]
  /external/icu4c/common/
rbbitblb.cpp 596 int32_t tx; local
597 for (tx=1; tx<fDStates->size(); tx++) {
599 temp = (RBBIStateDescriptor *)fDStates->elementAt(tx);
    [all...]
  /external/wpa_supplicant_6/wpa_supplicant/src/rsn_supp/
wpa.c 124 wpa_hexdump(MSG_MSGDUMP, "WPA: TX EAPOL-Key", msg, msg_len);
436 /* Supplicant: swap tx/rx Mic keys */
625 int tx, key_rsc_len, keyidx; member in struct:wpa_gtk_data
640 "(keyidx=%d tx=%d len=%d).", gd->keyidx, gd->tx,
644 /* Swap Tx/Rx keys for Michael MIC */
661 gd->keyidx, gd->tx, key_rsc, gd->key_rsc_len,
674 int tx)
676 if (tx && sm->pairwise_cipher != WPA_CIPHER_NONE) {
677 /* Ignore Tx bit for GTK if a pairwise key is used. One A
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix.java 669 float tx, sx = dst.width() / src.width(); local
682 tx = dst.left - src.left * sx;
698 tx += diff;
706 mValues[2] = tx;
    [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/qemu/android/skin/
trackball.c 277 double tx = xx*(2./DOT_GRID); local
280 double x0 = origin[0] + axis1[0]*tx + axis2[0]*ty;
281 double y0 = origin[1] + axis1[1]*tx + axis2[1]*ty;
282 double z0 = origin[2] + axis1[2]*tx + axis2[2]*ty;
  /external/quake/quake/src/QW/client/
gl_model.c 343 texture_t *tx, *tx2; local
374 tx = Hunk_AllocName (sizeof(texture_t) +pixels, loadname );
375 loadmodel->textures[i] = tx;
377 memcpy (tx->name, mt->name, sizeof(tx->name));
378 tx->width = mt->width;
379 tx->height = mt->height;
381 tx->offsets[j] = mt->offsets[j] + sizeof(texture_t) - sizeof(miptex_t);
383 memcpy ( tx+1, mt+1, pixels);
387 R_InitSky (tx);
    [all...]
model.c 341 texture_t *tx, *tx2; local
372 tx = Hunk_AllocName (sizeof(texture_t) +pixels, loadname );
373 loadmodel->textures[i] = tx;
375 memcpy (tx->name, mt->name, sizeof(tx->name));
376 tx->width = mt->width;
377 tx->height = mt->height;
379 tx->offsets[j] = mt->offsets[j] + sizeof(texture_t) - sizeof(miptex_t);
381 memcpy ( tx+1, mt+1, pixels);
384 R_InitSky (tx);
    [all...]
  /external/quake/quake/src/WinQuake/
gl_model.cpp 343 texture_t *tx, *tx2; local
374 tx = (texture_t*) Hunk_AllocName (sizeof(texture_t) +pixels, loadname );
375 loadmodel->textures[i] = tx;
377 memcpy (tx->name, mt->name, sizeof(tx->name));
378 tx->width = mt->width;
379 tx->height = mt->height;
381 tx->offsets[j] = mt->offsets[j] + sizeof(texture_t) - sizeof(miptex_t);
383 memcpy ( tx+1, mt+1, pixels);
387 R_InitSky (tx);
    [all...]
model.cpp 359 texture_t *tx, *tx2; local
390 tx = Hunk_AllocName (sizeof(texture_t) +pixels, loadname );
391 loadmodel->textures[i] = tx;
393 memcpy (tx->name, mt->name, sizeof(tx->name));
394 tx->width = mt->width;
395 tx->height = mt->height;
397 tx->offsets[j] = mt->offsets[j] + sizeof(texture_t) - sizeof(miptex_t);
399 memcpy ( tx+1, mt+1, pixels);
402 R_InitSky (tx);
    [all...]
  /external/skia/src/core/
SkMatrix.cpp 408 SkScalar tx, sx = SkScalarDiv(dst.width(), src.width()); local
421 tx = dst.fLeft - SkScalarMul(src.fLeft, sx);
437 tx += diff;
445 fMat[kMTransX] = tx;
764 Sk64 tx, ty; local
778 set_muladdmul(&tx, fMat[kMSkewX], fMat[kMTransY], -fMat[kMScaleY], fMat[kMTransX]);
780 // check tx,ty for overflow
781 clzNumer = SkCLZ(SkAbs32(tx.fHi) | SkAbs32(ty.fHi));
791 inv->fMat[kMTransX] = SkMulShift(tx.getShiftRight(33 - clzNumer), scale, sk64shift);
835 SkScalar tx = m.fMat[kMTransX] local
869 SkScalar tx = m.fMat[kMTransX]; local
909 SkScalar tx = m.fMat[kMTransX]; local
    [all...]
  /external/webkit/WebCore/platform/chromium/
PopupMenuChromium.cpp 438 int tx = x(); local
441 r.move(-tx, -ty);
443 gc->translate(static_cast<float>(tx), static_cast<float>(ty));
445 gc->translate(-static_cast<float>(tx), -static_cast<float>(ty));
458 int tx = x(); local
462 gc->drawRect(IntRect(tx, ty, width(), kBorderSize));
463 gc->drawRect(IntRect(tx, ty, kBorderSize, height()));
464 gc->drawRect(IntRect(tx, ty + height() - kBorderSize, width(), kBorderSize));
465 gc->drawRect(IntRect(tx + width() - kBorderSize, ty, kBorderSize, height()));
763 int tx = x() - scrollX() local
    [all...]
  /external/webkit/WebCore/rendering/
RenderLayerBacking.cpp 891 int tx = x - m_owningLayer->renderBoxX(); local
    [all...]
  /external/wpa_supplicant/
libtommath.c 2169 int tx, ty; local
    [all...]
wpa.c 963 wpa_hexdump(MSG_MSGDUMP, "WPA: TX EAPOL-Key", msg, msg_len);
1702 int tx, key_rsc_len, keyidx; member in struct:wpa_gtk_data
    [all...]
  /frameworks/base/opengl/libagl/
matrix.cpp 871 const GLfloat tx = -(right + left) * r_width; local
878 f[12] = tx;
  /hardware/msm7k/libaudio-qsd8k/
AudioHardware.h 33 /* Source (TX) devices */
112 int tx; member in struct:android::msm_bt_endpoint
  /system/core/libpixelflinger/codeflinger/
GGLAssembler.cpp 373 int tx = scratches.obtain(); local
375 AND(AL, 0, tx, Rx, imm(GGL_DITHER_MASK));
377 ADD(AL, 0, tx, tx, reg_imm(ty, LSL, GGL_DITHER_ORDER_SHIFT));
378 ORR(AL, 0, parts.count.reg, tx, reg_imm(parts.count.reg, LSL, 16));
    [all...]
  /development/samples/GlobalTime/src/com/android/globaltime/
GlobalTime.java 1172 float tx = mGLView.getTranslateX(); local
    [all...]
  /external/kernel-headers/original/linux/
serial_core.h 203 __u32 tx; member in struct:uart_icount
219 unsigned int fifosize; /* tx fifo size */
  /external/wpa_supplicant_6/wpa_supplicant/src/tls/
libtommath.c 2427 int tx, ty; local
3255 int tx, ty, iy; local
    [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
sbhnddma.h 172 dma64regs_t tx; member in struct:__anon9596
  /system/core/libpixelflinger/
scanline.cpp 113 "565 fb, 8888 tx, blend", scanline_t32cb16blend, init_y_noop },
116 "565 fb, 8888 tx", scanline_t32cb16, init_y_noop },
565 texture_t& tx = c->state.texture[i]; local
566 if (!tx.enable)
568 texture_iterators_t& ti = tx.iterators;
572 if (tx.s_coord != GGL_ONE_TO_ONE) {
573 const int w = tx.surface.width;
574 u = wrapping(tc[i].s, w, tx.s_wrap);
577 u = (((tx.shade.is0>>16) + x)<<16) + FIXED_HALF;
581 if (tx.t_coord != GGL_ONE_TO_ONE)
    [all...]
  /external/dropbear/libtommath/pre_gen/
mpi.c 433 int tx, ty; local
439 tx = ix - ty;
442 tmpx = a->dp + tx;
446 while (tx++ < a->used && ty-- >= 0) { ... }
448 iy = MIN(a->used-tx, ty+1);
536 int tx, ty, iy; local
541 tx = ix - ty;
544 tmpx = a->dp + tx;
548 while (tx++ < a->used && ty-- >= 0) { ... }
550 iy = MIN(a->used-tx, ty+1)
638 int tx, ty, iy; local
    [all...]
  /external/webkit/WebKit/android/nav/
CacheBuilder.cpp 761 int tx = track.mBounds.x(); local
767 column.move(tx, ty);
    [all...]

Completed in 632 milliseconds

12 3