Lines Matching refs:U4
24 typedef unsigned int U4;
36 volatile U4 w32 = 0x88776655;
49 static inline U4 randomU4 ( void )
51 static U4 n = 0;
77 U4 r = VALGRIND_GET_VBITS(&x, &res, 1);
101 static void apply ( void(*fn)(U4,Bool), U4 arg1, Bool arg2 )
156 static void do_partial_load_case ( U4 nInitialValid, Bool aligned )
166 U4 j;
175 U4 i = nInitialValid;
190 U4 r = VALGRIND_GET_VBITS(&dst[0], &dst_vbits[0], VECTOR_BYTES);
223 U4 i;
241 const U4 n_copies = N_EVENTS;
242 U4 n_d_aligned = 0;
243 U4 n_s_aligned = 0;
244 U4 n_both_aligned = 0;
245 U4 n_fails = 0;
248 U4 si = randomU4() % (N_BYTES-VECTOR_BYTES);
249 U4 di = randomU4() % (N_BYTES-VECTOR_BYTES);
265 U4 freq[256];
274 //fprintf(stderr, "%02x:%02x ", (U4)v_actual, (U4)v_shadow);
275 freq[(U4)v_actual]++;
279 U4 totFreq = 0;