expected_bytes    119 test/spc/spc_test.c     int message_size = 1, expected_bytes = 0;
expected_bytes    121 test/spc/spc_test.c         expected_bytes += message_size;
expected_bytes    137 test/spc/spc_test.c             if(value != expected_bytes){
expected_bytes    138 test/spc/spc_test.c                 fprintf(stderr, "The counter value is inaccurate!  It is '%lld'.  It should be '%d'\n", value, expected_bytes);