HomeSort by relevance Sort by last modified time
    Searched refs:tx (Results 226 - 250 of 384) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/openssh/
ge25519.c 245 fe25519 tx, ty, zi; local
247 fe25519_mul(&tx, &p->x, &zi);
250 r[31] ^= fe25519_getparity(&tx) << 7;
  /external/skia/include/core/
SkMatrix.h 722 void setScaleTranslate(SkScalar sx, SkScalar sy, SkScalar tx, SkScalar ty) {
725 fMat[kMTransX] = tx;
739 if (tx || ty) {
  /external/libvncserver/x11vnc/
cursor.c 123 int tx, ty; local
126 rotate_coords(dest->sx, dest->sy, &tx, &ty, src->wx, src->wy);
127 dest->sx = tx;
1435 int tx, ty; local
1443 rotate_coords(xhot, yhot, &tx, &ty, w, h);
1444 xhot = tx;
    [all...]
scan.c 82 static int copy_tiles(int tx, int ty, int nt);
586 int x, y, i, n, ty, th, tx, tw; local
599 tx = tile_region[n].first_x;
600 tw = tile_region[n].last_x - tx + 1;
601 if (tx < 0) {
602 tx = 0;
607 create_tile_hint( x * tile_x + tx,
611 extend_tile_hint( x * tile_x + tx,
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/
IconFactory.java 427 int tx = (SX + ofx - p.x) / 2; local
429 gc.drawText(s, tx, ty, true /* isTransparent */);
  /system/bt/stack/rfcomm/
rfc_utils.c 408 ** frame. It increments the TX credit count, and if data
422 if (p_port->tx.peer_fc == TRUE)
446 p_port->tx.peer_fc = TRUE;
  /bionic/libc/kernel/uapi/linux/
synclink.h 222 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
  /development/ndk/platforms/android-21/include/linux/
synclink.h 224 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
  /development/ndk/platforms/android-9/arch-mips/include/asm/ip32/
mace.h 242 volatile unsigned long tx; member in struct:mace_ps2port
  /external/kernel-headers/original/uapi/linux/
synclink.h 213 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_tri.c 194 * \param tx, ty the tile position in tiles, not pixels
199 int tx, int ty)
211 lp_scene_bin_reset( scene, tx, ty );
215 return lp_scene_bin_cmd_with_state( scene, tx, ty,
221 return lp_scene_bin_cmd_with_state( scene, tx, ty,
  /external/mesa3d/src/gallium/state_trackers/vega/
bezier.c 282 float tx, ty; local
287 tx = (norm[2] - norm[0]) * offset;
289 l[0] += tx; l[1] += ty;
290 l[2] += tx; l[3] += ty;
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscnvrt.c 186 cmsFloat64Number ax, ay, az, bx, by, bz, tx, ty, tz; local
196 tx = BlackPointIn->X - cmsD50_XYZ()->X;
200 ax = (BlackPointOut->X - cmsD50_XYZ()->X) / tx;
204 bx = - cmsD50_XYZ()-> X * (BlackPointOut->X - BlackPointIn->X) / tx;
    [all...]
  /frameworks/base/tools/layoutlib/bridge/src/android/graphics/
Matrix_Delegate.java 544 float tx, sx = dst.width() / src.width(); local
557 tx = dst.left - src.left * sx;
573 tx += diff;
581 d.mValues[2] = tx;
    [all...]
  /frameworks/opt/photoviewer/src/com/android/ex/photo/views/
PhotoView.java     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
synclink.h 212 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
synclink.h 213 __u32 cts, dsr, rng, dcd, tx, rx; member in struct:mgsl_icount
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/asm/ip32/
mace.h 242 volatile unsigned long tx; member in struct:mace_ps2port
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/asm/ip32/
mace.h 242 volatile unsigned long tx; member in struct:mace_ps2port
  /prebuilts/ndk/9/platforms/android-12/arch-mips/usr/include/asm/ip32/
mace.h 242 volatile unsigned long tx; member in struct:mace_ps2port
  /prebuilts/ndk/9/platforms/android-13/arch-mips/usr/include/asm/ip32/
mace.h 242 volatile unsigned long tx; member in struct:mace_ps2port
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm/ip32/
mace.h 242 volatile unsigned long tx; member in struct:mace_ps2port
  /prebuilts/ndk/9/platforms/android-15/arch-mips/usr/include/asm/ip32/
mace.h 242 volatile unsigned long tx; member in struct:mace_ps2port
  /prebuilts/ndk/9/platforms/android-16/arch-mips/usr/include/asm/ip32/
mace.h 242 volatile unsigned long tx; member in struct:mace_ps2port
  /prebuilts/ndk/9/platforms/android-17/arch-mips/usr/include/asm/ip32/
mace.h 242 volatile unsigned long tx; member in struct:mace_ps2port

Completed in 992 milliseconds

1 2 3 4 5 6 7 8 91011>>