Tim Kientzle a58e544f50 The CELL fields can be various integer types depending on the platform
(ARM uses 'int' and 'unsigned'; i386 uses 'long' and 'unsigned long'),
so we need explicit casts to long and unsigned long here to ensure
that the result matches the printf %ld and %lx specifiers.
2013-04-07 05:53:42 +00:00
..
2013-04-07 05:40:49 +00:00
2012-02-05 20:00:39 +00:00
2012-02-05 20:00:39 +00:00
2011-02-21 09:01:34 +00:00