out_of_bounds     254 test/bench/shootout/meteor-contest.c    return (!out_of_bounds(cell[0], piece_def[piece][0]) &&
out_of_bounds     255 test/bench/shootout/meteor-contest.c          !out_of_bounds(cell[1], piece_def[piece][1]) &&
out_of_bounds     256 test/bench/shootout/meteor-contest.c          !out_of_bounds(cell[2], piece_def[piece][2]) &&
out_of_bounds     257 test/bench/shootout/meteor-contest.c          !out_of_bounds(cell[3], piece_def[piece][3]));
out_of_bounds     315 test/bench/shootout/meteor-contest.c    if(!out_of_bounds(index, E))
out_of_bounds     317 test/bench/shootout/meteor-contest.c    if(!out_of_bounds(index, SE))
out_of_bounds     319 test/bench/shootout/meteor-contest.c    if(!out_of_bounds(index, SW))
out_of_bounds     321 test/bench/shootout/meteor-contest.c    if(!out_of_bounds(index, W))
out_of_bounds     323 test/bench/shootout/meteor-contest.c    if(!out_of_bounds(index, NW))
out_of_bounds     325 test/bench/shootout/meteor-contest.c    if(!out_of_bounds(index, NE))