Searched defs:GuestBytes (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/VEX/useful/
H A Dsmchash.c28 GuestBytes; typedef in typeref:struct:__anon31462
30 GuestBytes* read_one ( FILE* f )
36 GuestBytes* gb = malloc(sizeof(GuestBytes));
42 r= fscanf(f, "GuestBytes %llx %d ", &gb->ga, &gb->nbytes);
76 void(*fn)( GuestBytes*, void* ),
80 GuestBytes* gb = read_one(f);
90 UInt hash_const_zero ( GuestBytes* gb ) {
94 UInt hash_sum ( GuestBytes* gb ) {
101 UInt hash_rol ( GuestBytes* g
75 apply_to_all( FILE* f, void(*fn)( GuestBytes*, void* ), void* opaque ) argument
[all...]

Completed in 121 milliseconds