Lines Matching refs:GuestBytes
28 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()
193 static UInt adler32 ( GuestBytes* gb ) in adler32()
226 UInt (*theFn)(GuestBytes*) =
258 void try_onebit_changes( GuestBytes* gb, void* opaque ) in try_onebit_changes()