K 10 svn:author V 8 kientzle K 8 svn:date V 27 2013-04-07T05:53:42.806668Z K 7 svn:log V 268 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. END