Searched defs:U3 (Results 1 – 7 of 7) sorted by relevance
/external/clang/test/CXX/class/class.union/ |
D | p2-0x.cpp | 33 union U3 { union 35 U3() : k(0) {} // expected-error {{does not name a non-static data member}} in U3() function
|
D | p1.cpp | 78 union U3 { union
|
/external/dropbear/libtommath/ |
D | bn_mp_exteuclid.c | 21 int mp_exteuclid(mp_int *a, mp_int *b, mp_int *U1, mp_int *U2, mp_int *U3) in mp_exteuclid()
|
/external/srtp/crypto/cipher/ |
D | aes.c | 533 static uint32_t U3[256] = { variable 1071 static uint32_t U3[256] = { variable
|
/external/srtp/tables/ |
D | aes_tables.c | 139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256]; variable
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/ |
D | p1.cpp | 47 constexpr union U3 {} u3 = {}; union
|
/external/dropbear/libtommath/pre_gen/ |
D | mpi.c | 2963 int mp_exteuclid(mp_int *a, mp_int *b, mp_int *U1, mp_int *U2, mp_int *U3) in mp_exteuclid()
|