HomeSort by relevance Sort by last modified time
    Searched refs:t8 (Results 1 - 19 of 19) sorted by null

  /external/openssl/crypto/camellia/
cmll_cbc.c 72 u8 t8 [CAMELLIA_BLOCK_SIZE]; } tmp; member in union:__anon3920
130 memcpy(tmp.t8, in, CAMELLIA_BLOCK_SIZE);
137 out[n] = tmp.t8[n] ^ iv[n];
146 memcpy(tmp.t8, in, CAMELLIA_BLOCK_SIZE);
153 memcpy(ivec, tmp.t8, CAMELLIA_BLOCK_SIZE);
160 memcpy(tmp.t8, in, CAMELLIA_BLOCK_SIZE);
169 out[n] = tmp.t8[n];
170 memcpy(ivec, tmp.t8, CAMELLIA_BLOCK_SIZE);
181 tmp.t8[n] = in[n] ^ iv[n];
187 memcpy(out, tmp.t8, CAMELLIA_BLOCK_SIZE)
    [all...]
  /external/v8/src/mips/
register-allocator-mips-inl.h 65 16, // t8
113 t8,
simulator-mips.h 116 t8, t9, enumerator in enum:assembler::mips::Simulator::Register
assembler-mips.h 117 extern const Register t8;
assembler-mips.cc 72 const Register t8 = { 24 }; member in namespace:v8::internal
144 24, // t8
165 t8, t9,
  /external/speex/libspeex/
smallft.c 278 int t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
448 t8=t4;
451 ch2[t6++]+=ar2*c2[t8++];
527 t8=t4;
532 cc[i+t7-1]=ch[i+t8-1]+ch[i+t9-1];
533 cc[ic+t6-1]=ch[i+t8-1]-ch[i+t9-1];
534 cc[i+t7]=ch[i+t8]+ch[i+t9];
535 cc[ic+t6]=ch[i+t9]-ch[i+t8];
539 t8+=ido;
559 t8=i+t4
692 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10; local
754 int i,k,t0,t1,t2,t3,t4,t5,t6,t7,t8; local
845 int idij,ipph,i,j,k,l,ik,is,t0,t1,t2,t3,t4,t5,t6,t7,t8,t9,t10, local
    [all...]
  /frameworks/base/opengl/tests/textures/
textures.cpp 77 uint8_t t8[] = {
104 glTexImage2D(GL_TEXTURE_2D, 0, GL_LUMINANCE, 4, 4, 0, GL_LUMINANCE, GL_UNSIGNED_BYTE, t8);
  /external/libffi/src/mips/
ffitarget.h 119 #define t8 $24 macro
n32.S 98 daddiu t8, t6, -(8 * FFI_SIZEOF_ARG)
99 bltz t8, loadregs
101 ADDU t9, t9, t8
  /frameworks/base/opengl/tests/filter/
filter.cpp 86 uint8_t t8[] = {
115 4, 4, 0, GL_LUMINANCE, GL_UNSIGNED_BYTE, t8);
  /external/openssl/crypto/bn/asm/
mips3.s 410 sltu t8,ta0,t0
414 daddu v0,t8
424 sltu t8,ta2,t2
428 daddu v0,t8
452 sltu t8,ta0,t0
456 daddu v0,t8
473 sltu t8,ta2,t2
477 daddu v0,t8
509 sltu t8,t0,ta0
513 MOVNZ (t0,v0,t8)
    [all...]
  /bionic/libm/src/
e_lgamma_r.c 118 t8 = 2.25964780900612472250e-03, /* 0x3F6282D3, 0x2E15C915 */ variable
260 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
e_lgammaf_r.c 52 t8 = 2.2596477065e-03, /* 0x3b141699 */ variable
194 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
  /external/fdlibm/
e_lgamma_r.c 117 t8 = 2.25964780900612472250e-03, /* 0x3F6282D3, 0x2E15C915 */ variable
267 p3 = t2+w*(t5+w*(t8+w*(t11+w*t14)));
  /external/v8/test/mjsunit/
large-object-allocation.js 259 this.t8 = i;
  /external/webkit/WebKit/chromium/src/
GraphicsContext3D.cpp     [all...]
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/plugin/include/
tree.h     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9/
string-unpack-code.js     [all...]
  /external/webkit/SunSpider/tests/sunspider-0.9.1/
string-unpack-code.js     [all...]

Completed in 384 milliseconds