Home
last modified time | relevance | path

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

/external/valgrind/main/VEX/useful/
Dsmchash.c28 GuestBytes; typedef
30 GuestBytes* read_one ( FILE* f ) in read_one()
36 GuestBytes* gb = malloc(sizeof(GuestBytes)); in read_one()
76 void(*fn)( GuestBytes*, void* ), in apply_to_all()
80 GuestBytes* gb = read_one(f); in apply_to_all()
90 UInt hash_const_zero ( GuestBytes* gb ) { in hash_const_zero()
94 UInt hash_sum ( GuestBytes* gb ) { in hash_sum()
101 UInt hash_rol ( GuestBytes* gb ) { in hash_rol()
110 static UInt cand0 ( GuestBytes* gb ) in cand0()
149 static UInt cand1 ( GuestBytes* gb ) in cand1()
[all …]