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

  /external/valgrind/coregrind/m_debuginfo/
readdwarf3.c 164 if (UNLIKELY(td3)) { VG_(printf)(format, ## args); }
165 #define TD3 (UNLIKELY(td3))
655 Bool td3,
835 Bool td3,
900 Bool td3)
4373 Bool td3 = di->trace_symtab; local
4425 Bool td3 = di->trace_symtab; local
4486 Bool td3 = di->trace_symtab; local
5187 volatile Bool td3 = di->trace_symtab; local
    [all...]
  /external/clang/test/CodeGen/
pragma-weak.c 63 #pragma weak td3 = __td3 // expected-warning {{'weak' attribute only applies to variables and functions}} macro
builtins-nvptx.c 171 double td3 = __nvvm_sqrt_rn_d(d1); local
  /prebuilts/go/darwin-x86/src/crypto/aes/
block.go 104 t0 = xk[k+0] ^ td0[uint8(s0>>24)] ^ td1[uint8(s3>>16)] ^ td2[uint8(s2>>8)] ^ td3[uint8(s1)]
105 t1 = xk[k+1] ^ td0[uint8(s1>>24)] ^ td1[uint8(s0>>16)] ^ td2[uint8(s3>>8)] ^ td3[uint8(s2)]
106 t2 = xk[k+2] ^ td0[uint8(s2>>24)] ^ td1[uint8(s1>>16)] ^ td2[uint8(s0>>8)] ^ td3[uint8(s3)]
107 t3 = xk[k+3] ^ td0[uint8(s3>>24)] ^ td1[uint8(s2>>16)] ^ td2[uint8(s1>>8)] ^ td3[uint8(s0)]
171 x = td0[sbox0[x>>24]] ^ td1[sbox0[x>>16&0xff]] ^ td2[sbox0[x>>8&0xff]] ^ td3[sbox0[x&0xff]]
aes_test.go 114 td := [][256]uint32{td0, td1, td2, td3}
const.go 332 var td3 = [256]uint32{ var
  /prebuilts/go/linux-x86/src/crypto/aes/
block.go 104 t0 = xk[k+0] ^ td0[uint8(s0>>24)] ^ td1[uint8(s3>>16)] ^ td2[uint8(s2>>8)] ^ td3[uint8(s1)]
105 t1 = xk[k+1] ^ td0[uint8(s1>>24)] ^ td1[uint8(s0>>16)] ^ td2[uint8(s3>>8)] ^ td3[uint8(s2)]
106 t2 = xk[k+2] ^ td0[uint8(s2>>24)] ^ td1[uint8(s1>>16)] ^ td2[uint8(s0>>8)] ^ td3[uint8(s3)]
107 t3 = xk[k+3] ^ td0[uint8(s3>>24)] ^ td1[uint8(s2>>16)] ^ td2[uint8(s1>>8)] ^ td3[uint8(s0)]
171 x = td0[sbox0[x>>24]] ^ td1[sbox0[x>>16&0xff]] ^ td2[sbox0[x>>8&0xff]] ^ td3[sbox0[x&0xff]]
aes_test.go 114 td := [][256]uint32{td0, td1, td2, td3}
const.go 332 var td3 = [256]uint32{ var
  /external/eigen/unsupported/test/
openglsupport.cpp 194 Translation<double,3> td3; td3.vector().setRandom(); local
195 VERIFY_MATRIX(glTranslate(td3), Projective3d(td3).matrix());
  /external/clang/test/SemaCXX/
calling-conv-compat.cpp 356 fun_stdcall A::*td3 = &A::method_stdcall; member in class:MemberPointers::A

Completed in 248 milliseconds