Home
last modified time | relevance | path

Searched refs:U4 (Results 1 – 13 of 13) sorted by relevance

/external/valgrind/main/memcheck/tests/
Dsh-mem.c14 typedef unsigned int U4; typedef
68 void check_all(U4 x, U4 y, U1 expected_byte, U1 expected_byte_alt, in check_all()
107 assert(4 == sizeof(U4)); in main()
210 DO(4, U4, U4, /*isF4*/0); in main()
211 DO(4, F4, U4, /*isF4*/1); in main()
Dsh-mem-random.c15 typedef unsigned int U4; typedef
92 static inline U4 randomU4 ( void ) in randomU4()
94 static U4 n = 0; in randomU4()
113 U4 mv1 = 0, mv2 = 0, mv4 = 0, mv8 = 0, mv4f = 0, mv8f = 0; in do_test_at()
128 U4 ty, src, dst; in do_test_at()
149 *(U4*)(arr+dst) = *(U4*)(arr+src); in do_test_at()
Dsh-mem.stderr.exp6 -- NNN: 4 U4 U4 ------------------------
11 -- NNN: 4 F4 U4 ------------------------
/external/srtp/crypto/cipher/
Daes.c1288 static uint32_t U4[256] = { variable
1751 tmp0 = (U4[(state->v32[0] >> 24)] & 0xff000000) in aes_inv_final_round()
1752 ^ (U4[(state->v32[3] >> 16) & 0xff] & 0x00ff0000) in aes_inv_final_round()
1753 ^ (U4[(state->v32[2] >> 8) & 0xff] & 0x0000ff00) in aes_inv_final_round()
1754 ^ (U4[(state->v32[1] ) & 0xff] & 0x000000ff) in aes_inv_final_round()
1757 tmp1 = (U4[(state->v32[1] >> 24)] & 0xff000000) in aes_inv_final_round()
1758 ^ (U4[(state->v32[0] >> 16) & 0xff] & 0x00ff0000) in aes_inv_final_round()
1759 ^ (U4[(state->v32[3] >> 8) & 0xff] & 0x0000ff00) in aes_inv_final_round()
1760 ^ (U4[(state->v32[2] ) & 0xff] & 0x000000ff) in aes_inv_final_round()
1763 tmp2 = (U4[(state->v32[2] >> 24)] & 0xff000000) in aes_inv_final_round()
[all …]
/external/srtp/tables/
Daes_tables.c139 uint32_t U0[256], U1[256], U2[256], U3[256], U4[256]; variable
183 U4[i] = tmp.value; in aes_compute_inv_tables()
247 printf("0x%x, ", U4[i]); in main()
289 printf("0x%lx, ", U4[i]); in main()
/external/clang/test/CXX/class/class.union/
Dp1.cpp97 union U4 { union
100 int U4::i1 = 10;
/external/ipsec-tools/src/racoon/missing/crypto/rijndael/
Drijndael-alg-fst.c113 ^ *((const word32*)U4[w[3]]); in rijndaelKeyEncToDec()
120 ^ *((const word32*)U4[w[3]]); in rijndaelKeyEncToDec()
127 ^ *((const word32*)U4[w[3]]); in rijndaelKeyEncToDec()
134 ^ *((const word32*)U4[w[3]]); in rijndaelKeyEncToDec()
450 ^ *((const word32*)U4[a[0][3]]); in rijndaelDecryptRound()
456 ^ *((const word32*)U4[a[1][3]]); in rijndaelDecryptRound()
462 ^ *((const word32*)U4[a[2][3]]); in rijndaelDecryptRound()
468 ^ *((const word32*)U4[a[3][3]]); in rijndaelDecryptRound()
Dboxes-fst.dat953 #define U4 xU4.xt8
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.constexpr/
Dp1.cpp51 union U4 {} constexpr u4 = {}; union
/external/openfst/src/test/
Dalgo_test.h132 VectorFst<Arc> U4(T1); in TestRational()
133 Union(&U4, U3); in TestRational()
135 CHECK(Equiv(U1, U4)); in TestRational()
144 UnionFst<Arc> U4(T1, U3); in TestRational()
146 CHECK(Equiv(U2, U4)); in TestRational()
156 UnionFst<Arc> U4(T1, U3); in TestRational()
158 CHECK(Equiv(U1, U4)); in TestRational()
/external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_source_files/pkb/fr-FR/
Dfr-FR_nk0_kpdf_phs.pkb646  �G��������U4" 
Dfr-FR_nk0_kpdf_mgc.pkb3047 [�� r ���� ��_23�F$$( 7 R,Z%)U4"tbV���K�n�u�ztW2eCJP��qBG��a{mui|u�u���}����NRNNT|����7 […
/external/compiler-rt/lib/asan/tests/
Dasan_test.cc53 typedef uint32_t U4; typedef
285 OOBTest<U4>(); in TEST()