HomeSort by relevance Sort by last modified time
    Searched defs:t8 (Results 1 - 8 of 8) 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/libffi/src/mips/
ffitarget.h 119 #define t8 $24 macro
  /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/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...]
  /external/v8/src/mips/
simulator-mips.h 116 t8, t9, enumerator in enum:assembler::mips::Simulator::Register
assembler-mips.cc 72 const Register t8 = { 24 }; member in namespace:v8::internal
144 24, // t8
165 t8, t9,

Completed in 100 milliseconds