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

1 2 3 4 5

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
atm_eni.h 14 int tx,rx; /* values are in percent and must be > 100 */ member in struct:eni_multipliers
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm_eni.h 14 int tx,rx; /* values are in percent and must be > 100 */ member in struct:eni_multipliers
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
atm_eni.h 14 int tx,rx; /* values are in percent and must be > 100 */ member in struct:eni_multipliers
  /external/dropbear/libtommath/
bn_fast_s_mp_mul_digs.c 53 int tx, ty; local
59 tx = ix - ty;
62 tmpx = a->dp + tx;
66 while (tx++ < a->used && ty-- >= 0) { ... }
68 iy = MIN(a->used-tx, ty+1);
bn_fast_s_mp_mul_high_digs.c 45 int tx, ty, iy; local
50 tx = ix - ty;
53 tmpx = a->dp + tx;
57 while (tx++ < a->used && ty-- >= 0) { ... }
59 iy = MIN(a->used-tx, ty+1);
bn_fast_s_mp_sqr.c 22 * (ty-tx) so that it never happens. You double all those
45 int tx, ty, iy; local
54 tx = ix - ty;
57 tmpx = a->dp + tx;
61 while (tx++ < a->used && ty-- >= 0) { ... }
63 iy = MIN(a->used-tx, ty+1);
65 /* now for squaring tx can never equal ty
69 iy = MIN(iy, (ty-tx+1)>>1);
  /system/core/libpixelflinger/
picker.cpp 135 const texture_t& tx = c->state.texture[i]; local
136 if (tx.enable) {
138 t |= GGL_BUILD_NEEDS(tx.surface.format, T_FORMAT);
139 t |= GGL_BUILD_NEEDS(ggl_env_to_needs(tx.env), T_ENV);
141 if (tx.s_coord==GGL_ONE_TO_ONE && tx.t_coord==GGL_ONE_TO_ONE) {
146 t |= GGL_BUILD_NEEDS(ggl_wrap_to_needs(tx.s_wrap), T_S_WRAP);
147 t |= GGL_BUILD_NEEDS(ggl_wrap_to_needs(tx.t_wrap), T_T_WRAP);
149 if (tx.mag_filter == GGL_LINEAR) {
152 if (tx.min_filter == GGL_LINEAR)
    [all...]
  /bionic/libm/src/
e_rem_pio2f.c 65 double tx[1],ty[2]; local
92 tx[0] = z;
93 n = __kernel_rem_pio2(tx,ty,e0,1,1,two_over_pi);
s_fma.c 57 double c, cc, hx, hy, p, q, tx, ty; local
153 tx = xs - hx;
161 q = hx * ty + tx * hy;
163 cc = p - c + q + tx * ty;
s_fmal.c 52 long double c, cc, hx, hy, p, q, tx, ty; local
148 tx = xs - hx;
156 q = hx * ty + tx * hy;
158 cc = p - c + q + tx * ty;
e_rem_pio2.c 79 double tx[3]; local
159 tx[i] = (double)((int32_t)(z));
160 z = (z-tx[i])*two24;
162 tx[2] = z;
164 while(tx[nx-1]==zero) nx--; /* skip zero term */
165 n = __kernel_rem_pio2(tx,y,e0,nx,2,two_over_pi);
  /external/openssl/crypto/rc4/
rc4_enc.c 74 register RC4_INT x,y,tx,ty; local
115 tx=d[x], \
116 y=(tx+y)&0xff, \
118 d[y]=tx, \
120 (RC4_CHUNK)d[(tx+ty)&0xff]\
267 tx=d[x]; \
268 y=(tx+y)&0xff; \
270 d[y]=tx; \
271 (out) = d[(tx+ty)&0xff]^ (in);
  /external/fdlibm/
e_rem_pio2.c 91 double tx[3]; local
166 tx[i] = (double)((int)(z));
167 z = (z-tx[i])*two24;
169 tx[2] = z;
171 while(tx[nx-1]==zero) nx--; /* skip zero term */
172 n = __kernel_rem_pio2(tx,y,e0,nx,2,two_over_pi);
  /external/skia/src/gpu/
FlingState.cpp 79 float tx = fDirection.fX * dist; local
82 tx = sk_float_round2int(tx);
85 matrix->setTranslate(tx, ty);
86 // printf("---- evaluate (%g %g)\n", tx, ty);
GrTextContext.cpp 284 GrFixed tx = GrIntToFixed(glyph->fAtlasLocation.fX); local
295 texture->normalizeFixedX(tx),
297 texture->normalizeFixedX(tx + width),
303 fVertices[2*fCurrVertex+1].setXRectFan(texture->normalizeFixedX(tx),
305 texture->normalizeFixedX(tx + width),
  /external/skia/src/utils/
SkLayer.cpp 144 SkScalar tx = SkScalarMul(m_anchorPoint.fX, m_size.width()); local
146 matrix->preTranslate(tx, ty);
148 matrix->preTranslate(-tx, -ty);
  /external/webkit/Source/WebCore/platform/graphics/android/layers/
Layer.cpp 129 SkScalar tx = SkScalarMul(m_anchorPoint.fX, m_size.width()); local
131 matrix->preTranslate(tx, ty);
133 matrix->preTranslate(-tx, -ty);
  /external/nist-sip/java/gov/nist/javax/sip/
EventScanner.java 168 SIPServerTransaction tx = (SIPServerTransaction) sipStack local
171 if (tx != null && !tx.passToListener()) {
177 // to the listener (tx == INVITE ST, terminated upon sending
181 && tx.isInviteTransaction() &&
182 ( tx.getLastResponse().getStatusCode()/100 == 2 ||
193 "transaction already exists! " + tx);
264 // Set the tx state to terminated so it is removed from the
287 SIPTransaction tx = eventWrapper.transaction; local
288 if (tx != null)
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/media/
MediaPlayerDemo_Audio.java 40 private TextView tx; field in class:MediaPlayerDemo_Audio
45 tx = new TextView(this);
46 setContentView(tx);
84 tx.setText("Playing audio...");
  /external/chromium/chrome/browser/sync/engine/
syncer_proto_util.cc 146 std::string tx, rx; local
147 msg.SerializeToString(&tx);
151 tx, &rx, &http_response
  /external/jmonkeyengine/engine/src/terrain/com/jme3/terrain/heightmap/
ParticleDepositionHeightMap.java 131 int tx, ty; local
201 tx = (sx + dx[(jj + m) % 8]) % (size);
206 if (tempBuffer[tx][ty] + 1.0f < tempBuffer[sx][sy]) {
207 tempBuffer[tx][ty] += 1.0f;
209 sx = tx;
244 tx = maxx;
248 for (x = sx; x <= tx; x++) {
  /external/webkit/Source/WebCore/platform/graphics/android/
ImageAndroid.cpp 274 float tx = phase.x() + srcRect.x() * patternTransform.a(); local
276 matrix.postTranslate(SkFloatToScalar(tx), SkFloatToScalar(ty));
  /frameworks/base/graphics/java/android/renderscript/
AllocationAdapter.java 104 int tx = mAdaptedAllocation.mType.getX(); local
109 if ((tx==1) && (ty == 1) && (tz == 1)) {
113 if (tx > 1) tx >>= 1;
118 mCurrentDimX = tx;
  /external/aac/libFDK/src/
FDK_bitbuffer.cpp 169 UINT tx = (hBitBuf->Buffer [ byteOffset & byteMask] << 24) | local
176 tx <<= bitOffset;
177 tx |= hBitBuf->Buffer [(byteOffset+4) & byteMask] >> (8-bitOffset);
180 return (tx >> (32 - numberOfBits)) ;
225 UINT tx = hBitBuf->Buffer [(byteOffset-3) & byteMask] << 24 | local
231 tx >>= (8 - bitOffset) ;
235 tx |= hBitBuf->Buffer [(byteOffset-4) & byteMask] << (24 + bitOffset) ;
243 txa |= (tx & bitMaskR) << (31 - (i<<1));
244 txa |= (tx & bitMaskL) >> (31 - (i<<1));
  /external/openssl/crypto/ec/
ec_key.c 386 BIGNUM *tx, *ty; local
410 tx = BN_CTX_get(ctx);
419 tx, ty, ctx))
429 tx, ty, ctx))
435 if (BN_cmp(x, tx) || BN_cmp(y, ty))

Completed in 878 milliseconds

1 2 3 4 5