2 # define MAX_HISTORY 12
7 #define HISTORY_STREAM 0
8 #define INPUT_STREAM ((HISTORY_STREAM)+(MAX_HISTORY))
10 max streams is MAX_HISTORY plus equal number of input streams plus
1 restart
+ 1 boundary
12 #define MAX_STREAMS (2*(MAX_HISTORY)+2)
13 #define BOUNDARY_STREAM (2*(MAX_HISTORY)+1)
14 #define RESTART_STREAM (2*(MAX_HISTORY)+2)
15 #define IO_MASK_SIZE ((MAX_STREAMS)/(IWORDSIZE*8)+1)