convert from svn repository: remove tags directory
[lttv.git] / trunk / verif / nico-md-merge / defines
1 #define rwoff1 (write_off - read_off >= 0)
2 #define rwoff2 (write_off - read_off < HALF_UCHAR)
3
4 #define wcsum1 (write_off - _commit_sum >= 0)
5 #define wcsum2 (write_off - _commit_sum < HALF_UCHAR)
6
7 #define buffer_large_enough (NUMPROCS + NUMSWITCH <= BUFSIZE)
8 #define have_events_lost (events_lost != 0)
This page took 0.028839 seconds and 4 git commands to generate.