Timothy B. Terriberry
8f75ea6b5c
Convert [4][4] matrices to [16] arrays.
...
Most of the code that actually uses these matrices indexes them as
if they were a single contiguous array, and coverity produces
reports about the resulting accesses that overflow the static
bounds of the first row.
This is perfectly legal in C, but converting them to actual [16]
arrays should eliminate the report, and removes a good deal of
extraneous indexing and address operators from the code.
Change-Id: Ibda479e2232b3e51f9edf3b355b8640520fdbf23
2010-10-21 17:04:30 -07:00
..
2010-10-21 17:04:30 -07:00
2010-09-09 10:01:21 -04:00
2010-09-09 10:01:21 -04:00
2010-10-21 17:04:30 -07:00
2010-09-29 13:04:04 -04:00
2010-09-09 10:01:21 -04:00
2010-10-21 17:04:30 -07:00
2010-09-09 10:01:21 -04:00
2010-09-09 10:01:21 -04:00
2010-09-09 10:01:21 -04:00
2010-09-09 10:01:21 -04:00
2010-10-21 17:04:30 -07:00
2010-10-15 10:14:34 -07:00
2010-09-09 10:01:21 -04:00
2010-10-21 17:04:30 -07:00
2010-09-09 10:01:21 -04:00
2010-09-09 10:01:21 -04:00
2010-09-09 10:01:21 -04:00
2010-09-09 10:01:21 -04:00
2010-10-21 14:04:20 -04:00
2010-10-21 14:04:20 -04:00
2010-10-14 11:06:37 -04:00
2010-09-09 10:01:21 -04:00
2010-09-09 10:01:21 -04:00
2010-09-09 10:01:21 -04:00
2010-10-21 14:04:20 -04:00
2010-10-21 17:04:30 -07:00
2010-09-09 10:01:21 -04:00
2010-10-12 08:40:54 -04:00
2010-09-09 10:01:21 -04:00
2010-09-09 10:01:21 -04:00
2010-09-09 10:01:21 -04:00
2010-09-09 10:01:21 -04:00
2010-09-09 10:01:21 -04:00
2010-10-21 17:04:30 -07:00
2010-09-09 10:01:21 -04:00
2010-09-09 10:01:21 -04:00
2010-09-09 10:01:21 -04:00
2010-09-09 10:01:21 -04:00
2010-09-09 10:01:21 -04:00
2010-10-12 08:40:54 -04:00
2010-09-09 10:01:21 -04:00
2010-09-09 10:01:21 -04:00
2010-09-09 10:01:21 -04:00
2010-10-12 09:03:19 -04:00
2010-09-16 10:00:04 -04:00
2010-09-09 10:01:21 -04:00
2010-09-09 10:01:21 -04:00
2010-10-12 08:40:54 -04:00
2010-10-12 08:40:54 -04:00