b43d29225e1134620422884c4b19d452e704b4f1
[lttv.git] / verif / nico-md-merge / commit_sum.ltl
1 // The sum of all subbuffer commit counts must always be lower or equal
2 // to the writer head, because space must be reserved before it is
3 // written to and then committed.
4 // assert(write_off - _commit_sum >= 0 && write_off - _commit_sum < HALF_UCHAR);
5
6 [] (wcsum1 && wcsum2)
This page took 0.029854 seconds and 3 git commands to generate.