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

12 3 4 5 6 7 8 91011>>

  /prebuilts/ndk/current/platforms/android-24/arch-x86_64/usr/include/linux/
atm_eni.h 24 int tx,rx; member in struct:eni_multipliers
  /external/mesa3d/src/gallium/auxiliary/util/
u_staging.c 58 boolean direct, struct util_staging_transfer *tx)
64 pipe_resource_reference(&tx->base.resource, pt);
65 tx->base.level = level;
66 tx->base.usage = usage;
67 tx->base.box = *box;
71 tx->staging_resource = pt;
72 return tx;
76 tx->staging_resource = pscreen->resource_create(pscreen, &staging_resource_template);
77 if (!tx->staging_resource)
79 pipe_resource_reference(&tx->base.resource, NULL)
108 struct util_staging_transfer *tx = (struct util_staging_transfer *)ptx; local
    [all...]
  /bionic/libm/upstream-freebsd/lib/msun/src/
e_rem_pio2f.c 50 double tx[1],ty[1]; local
80 tx[0] = z;
81 n = __kernel_rem_pio2(tx,ty,e0,1,0);
e_rem_pio2.c 58 double tx[3],ty[2]; local
177 tx[i] = (double)((int32_t)(z));
178 z = (z-tx[i])*two24;
180 tx[2] = z;
182 while(tx[nx-1]==zero) nx--; /* skip zero term */
183 n = __kernel_rem_pio2(tx,ty,e0,nx,1);
  /cts/tests/tests/accounts/common/src/android/accounts/cts/common/tx/
AddAccountTx.java 1 package android.accounts.cts.common.tx;
ConfirmCredentialsTx.java 1 package android.accounts.cts.common.tx;
EditPropertiesTx.java 1 package android.accounts.cts.common.tx;
GetAccountRemovalAllowedTx.java 1 package android.accounts.cts.common.tx;
GetAuthTokenLabelTx.java 1 package android.accounts.cts.common.tx;
GetAuthTokenTx.java 1 package android.accounts.cts.common.tx;
HasFeaturesTx.java 1 package android.accounts.cts.common.tx;
UpdateCredentialsTx.java 1 package android.accounts.cts.common.tx;
  /device/google/contexthub/firmware/src/platform/stm32f4xx/
hostIntf.c 29 enum IRQn rx, tx; local
37 /* get the rx and tx irq numbers used by the host spi bus */
40 tx = spiTxIrq(PLATFORM_HOST_INTF_SPI_BUS);
43 /* make the tx and rx dma isrs execute before other isrs when multiple
52 priority = NVIC_GetPriority(tx);
56 NVIC_SetPriority(tx, NVIC_EncodePriority(priorityGroup, preemptPriority, subPriority));
  /external/cblas/src/
cblas_cher.c 31 float *x=(float *)X, *xx=(float *)X, *tx, *st; local
74 tx = x;
93 x=tx;
cblas_chpr.c 30 float *x=(float *)X, *xx=(float *)X, *tx, *st; local
73 tx = x;
92 x=tx;
cblas_zher.c 31 double *x=(double *)X, *xx=(double *)X, *tx, *st; local
74 tx = x;
93 x=tx;
cblas_zhpr.c 30 double *x=(double *)X, *xx=(double *)X, *tx, *st; local
73 tx = x;
92 x=tx;
cblas_cgbmv.c 41 float *x=(float *)X, *y=(float *)Y, *st=0, *tx=0; local
81 tx = x;
101 x=tx;
  /external/skia/src/gpu/
GrPathUtils.h 82 float tx = fM[2]; local
89 uv->fX = sx * xy->fX + kx * xy->fY + tx;
  /external/skia/src/opts/
SkMatrix_opts.h 19 SkScalar tx = m.getTranslateX(); local
22 dst->fX = src->fX + tx;
27 Sk4s trans4(tx, ty, tx, ty);
47 SkScalar tx = m.getTranslateX(); local
52 dst->fX = src->fX * sx + tx;
57 Sk4s trans4(tx, ty, tx, ty);
78 SkScalar tx = m.getTranslateX(); local
85 dst->set(src->fX * sx + src->fY * kx + tx,
    [all...]
  /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...]
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_surface.c 100 unsigned tx, ty, tw, th; local
104 &tx, &ty, &tw, &th);
111 tx + x, ty + y);
118 unsigned tx, ty, tw, th; local
122 adjust_to_tile_bounds(dstx, dsty, width, height, &tx, &ty, &tw, &th);
130 boolean contained_x = tx + x >= dstx &&
131 tx + x + TILE_SIZE <= dstx + width ?
146 tx + x, ty + y);
  /external/skia/src/image/
SkImageShader.cpp 23 const TileMode tx = (TileMode)buffer.readUInt(); local
31 return new SkImageShader(img, tx, ty, &matrix);
54 SkShader* SkImageShader::Create(const SkImage* image, TileMode tx, TileMode ty,
59 return new SkImageShader(image, tx, ty, localMatrix);
  /device/google/contexthub/lib/libm/
ef_rem_pio2.c 106 float tx[3]; local
184 tx[i] = (float)((__int32_t)(z));
185 z = (z-tx[i])*two8;
187 tx[2] = z;
189 while(tx[nx-1]==zero) nx--; /* skip zero term */
190 n = __kernel_rem_pio2f(tx,y,e0,nx,2,two_over_pi);
  /external/boringssl/src/crypto/rc4/
rc4.c 80 uint32_t x, y, tx, ty; local
88 (x = (x + 1) & 0xff, tx = d[x], y = (tx + y) & 0xff, ty = d[y], d[y] = tx, \
89 d[x] = ty, (RC4_CHUNK)d[(tx + ty) & 0xff])
166 tx = d[x]; \
167 y = (tx + y) & 0xff; \
169 d[y] = tx; \
170 (out) = d[(tx + ty) & 0xff] ^ (in);

Completed in 217 milliseconds

12 3 4 5 6 7 8 91011>>