Home
last modified time | relevance | path

Searched refs:U1 (Results 1 – 25 of 79) sorted by relevance

1234

/external/valgrind/memcheck/tests/common/
Dsh-mem-vec128.tmpl.c22 typedef unsigned char U1; typedef
37 volatile U1* p = (U1*)&w32; in get_endianness()
57 static inline U1 randomU1 ( void ) in randomU1()
66 static inline U1 self_shadow ( U1 x ) in self_shadow()
68 U1 res = 0xFF; in self_shadow()
74 static inline U1 get_shadow ( U1 x ) in get_shadow()
76 U1 res = 0; in get_shadow()
82 static inline U1 make_def ( U1 x ) in make_def()
84 U1 y = x; in make_def()
89 static inline U1 make_undef ( U1 x ) in make_undef()
[all …]
/external/valgrind/memcheck/tests/
Dsh-mem-random.c13 typedef unsigned char U1; typedef
37 U8 build(int size, U1 byte) in build()
63 U1 make_defined ( U1 x ) in make_defined()
65 volatile U1 xx = x; in make_defined()
70 void check(U1* arr, int n, char* who) in check()
73 U1* shadow = malloc(n); in check()
74 U1 arr_i; in check()
100 static inline U1 randomU1 ( void ) in randomU1()
109 void do_test_at ( U1* arr ) in do_test_at()
120 arr[i] = (U1)build(1, randomU1()); in do_test_at()
[all …]
Dsh-mem.c12 typedef unsigned char U1; typedef
38 U8 build(int size, U1 byte) in build()
68 void check_all(U4 x, U4 y, U1 expected_byte, U1 expected_byte_alt, in check_all()
71 U1 sh[SZB_OF_a]; // Used for getting a[]'s V bits in check_all()
89 U1 *undefA, expected_byte, expected_byte_alt; in main()
102 assert( ((U1*)(&a[0])) < ((U1*)(32ULL * 1024*1024*1024)/*32G*/) ); in main()
106 assert(1 == sizeof(U1)); in main()
145 Ty* aNb = (Ty*)(((U1*)aN) + h); /* set offset from a[] */ \ in main()
146 Ty* bNb = (Ty*)(((U1*)bN) + h); /* set offset from b[] */ \ in main()
210 DO(1, U1, U1, /*isF4*/0); in main()
Dsh-mem.stderr.exp1 -- NNN: 1 U1 U1 ------------------------
/external/clang/test/CXX/class/class.union/
Dp2-0x.cpp5 union U1 { union
14 constexpr int U1::k1;
15 constexpr int U1::k2;
16 int U1::k3;
18 const double U1::k4;
19 const double U1::k5;
/external/srtp/crypto/cipher/
Daes.c399 static uint32_t U1[256] = { variable
937 static uint32_t U1[256] = { variable
1444 U1[T4[(tmp >> 16) & 0xff] & 0xff] ^ in aes_expand_decryption_key()
1451 U1[T4[(tmp >> 16) & 0xff] & 0xff] ^ in aes_expand_decryption_key()
1458 U1[T4[(tmp >> 16) & 0xff] & 0xff] ^ in aes_expand_decryption_key()
1465 U1[T4[(tmp >> 16) & 0xff] & 0xff] ^ in aes_expand_decryption_key()
1473 ^ U1[aes_sbox[expanded_key[i].v8[1]]] in aes_expand_decryption_key()
1478 ^ U1[aes_sbox[expanded_key[i].v8[5]]] in aes_expand_decryption_key()
1483 ^ U1[aes_sbox[expanded_key[i].v8[9]]] in aes_expand_decryption_key()
1488 ^ U1[aes_sbox[expanded_key[i].v8[13]]] in aes_expand_decryption_key()
[all …]
/external/compiler-rt/lib/asan/tests/
Dasan_oob_test.cc70 OOBTest<U1>(); in TEST()
115 oob_test<U1>(10, -1); in TEST()
119 oob_test<U1>(kLargeMalloc, -1); in TEST()
123 oob_test<U1>(10, 10); in TEST()
127 oob_test<U1>(kLargeMalloc, kLargeMalloc); in TEST()
Dasan_asm_test.cc115 DECLARE_ASM_WRITE(U1, "1", "movb", "r");
120 DECLARE_ASM_READ(U1, "1", "movb", "=r");
125 DECLARE_ASM_REP_MOVS(U1, "movsb");
214 TestAsmWrite<U1>("WRITE of size 1"); in TEST()
222 TestAsmRead<U1>("READ of size 1"); in TEST()
257 TestAsmRepMovs<U1>("READ of size 1", "WRITE of size 1"); in TEST()
/external/openfst/src/test/
Dalgo_test.h90 VectorFst<Arc> U1(T1); in TestRational()
91 Union(&U1, T2); in TestRational()
93 CHECK(Equiv(U1, U2)); in TestRational()
126 VectorFst<Arc> U1(T1); in TestRational()
127 Union(&U1, T2); in TestRational()
128 Union(&U1, T3); in TestRational()
135 CHECK(Equiv(U1, U4)); in TestRational()
140 UnionFst<Arc> U1(T1, T2); in TestRational()
141 UnionFst<Arc> U2(U1, T3); in TestRational()
152 UnionFst<Arc> U1(T1, T2); in TestRational()
[all …]
/external/libcxx/test/std/utilities/meta/meta.unary/meta.unary.prop/
Dis_final.pass.cpp19 union U1 { }; union
46 test_is_not_final<U1>(); in main()
47 test_is_not_final<U1*>(); in main()
/external/clang/test/CodeGen/
Dxcore-stringtype.c155 union U1{union U2 *pu2;}; union
158 union U3{union U1 u1;};
159 union U4{union U1 u1;};
160 void unionType1(union U1 u1) {} in unionType1()
/external/clang/test/SemaObjC/
Dclass-proto-1.m27 @class U1, U2; // expected-note {{forward declaration of class here}}
29 @interface E3 : U1 @end // expected-error {{attempting to use the forward class 'U1' as superclass …
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/custom/sec/
DSecP192K1Point.java118 int[] U1, S1; in add() local
121 U1 = X1.x; in add()
129 U1 = tt1; in add()
130 SecP192K1Field.multiply(S1, X1.x, U1); in add()
137 SecP192K1Field.subtract(U1, U2, H); in add()
162 SecP192K1Field.multiply(HSquared, U1, V); in add()
DSecP256R1Point.java116 int[] U1, S1; in add() local
119 U1 = X1.x; in add()
127 U1 = tt1; in add()
128 SecP256R1Field.multiply(S1, X1.x, U1); in add()
135 SecP256R1Field.subtract(U1, U2, H); in add()
160 SecP256R1Field.multiply(HSquared, U1, V); in add()
DSecP224K1Point.java118 int[] U1, S1; in add() local
121 U1 = X1.x; in add()
129 U1 = tt1; in add()
130 SecP224K1Field.multiply(S1, X1.x, U1); in add()
137 SecP224K1Field.subtract(U1, U2, H); in add()
162 SecP224K1Field.multiply(HSquared, U1, V); in add()
DSecP256K1Point.java118 int[] U1, S1; in add() local
121 U1 = X1.x; in add()
129 U1 = tt1; in add()
130 SecP256K1Field.multiply(S1, X1.x, U1); in add()
137 SecP256K1Field.subtract(U1, U2, H); in add()
162 SecP256K1Field.multiply(HSquared, U1, V); in add()
DSecP384R1Point.java116 int[] U1, S1; in add() local
119 U1 = X1.x; in add()
127 U1 = tt1; in add()
128 SecP384R1Field.multiply(S1, X1.x, U1); in add()
135 SecP384R1Field.subtract(U1, U2, H); in add()
160 SecP384R1Field.multiply(HSquared, U1, V); in add()
DSecP192R1Point.java117 int[] U1, S1; in add() local
120 U1 = X1.x; in add()
128 U1 = tt1; in add()
129 SecP192R1Field.multiply(S1, X1.x, U1); in add()
136 SecP192R1Field.subtract(U1, U2, H); in add()
161 SecP192R1Field.multiply(HSquared, U1, V); in add()
DSecP224R1Point.java116 int[] U1, S1; in add() local
119 U1 = X1.x; in add()
127 U1 = tt1; in add()
128 SecP224R1Field.multiply(S1, X1.x, U1); in add()
135 SecP224R1Field.subtract(U1, U2, H); in add()
160 SecP224R1Field.multiply(HSquared, U1, V); in add()
DSecP521R1Point.java114 int[] U1, S1; in add() local
117 U1 = X1.x; in add()
125 U1 = t1; in add()
126 SecP521R1Field.multiply(S1, X1.x, U1); in add()
133 SecP521R1Field.subtract(U1, U2, H); in add()
158 SecP521R1Field.multiply(HSquared, U1, V); in add()
/external/mesa3d/src/glsl/glcpp/tests/
D067-nested-ifdef-ifndef.c6 #ifdef U1
34 #ifndef U1
/external/srtp/tables/
Daes_tables.c139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256]; variable
168 U1[i] = tmp.value; in aes_compute_inv_tables()
223 printf("0x%x, ", U1[i]); in main()
265 printf("0x%lx, ", U1[i]); in main()
/external/clang/test/SemaCXX/
Derr_typecheck_assign_const.cpp49 struct U1 { struct
54 U1 u1; argument
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
Drijndael-alg-fst.c110 *((const word32*)U1[w[0]]) in rijndaelKeyEncToDec()
117 *((const word32*)U1[w[0]]) in rijndaelKeyEncToDec()
124 *((const word32*)U1[w[0]]) in rijndaelKeyEncToDec()
131 *((const word32*)U1[w[0]]) in rijndaelKeyEncToDec()
447 *((const word32*)U1[a[0][0]]) in rijndaelDecryptRound()
453 *((const word32*)U1[a[1][0]]) in rijndaelDecryptRound()
459 *((const word32*)U1[a[2][0]]) in rijndaelDecryptRound()
465 *((const word32*)U1[a[3][0]]) in rijndaelDecryptRound()
/external/clang/test/SemaTemplate/
Dfriend-template.cpp125 template<class U1, class U2, class U3, class T>
126 friend A<U1, U2, U3>& inner::f0(A<U1, U2, U3>&, T);

1234