ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/libecb/ecb.h
(Generate patch)

Comparing libecb/ecb.h (file contents):
Revision 1.55 by root, Tue Jul 26 09:59:36 2011 UTC vs.
Revision 1.56 by sf-exg, Thu Jul 28 13:45:44 2011 UTC

233 x *= 0x01010101; 233 x *= 0x01010101;
234 234
235 return x >> 24; 235 return x >> 24;
236 } 236 }
237 237
238 /* you have the choice beetween something with a table lookup, */
239 /* something using lots of bit arithmetic and a simple loop */
240 /* we went for the loop */
241 ecb_function_ int ecb_ld32 (uint32_t x) ecb_const; 238 ecb_function_ int ecb_ld32 (uint32_t x) ecb_const;
242 ecb_function_ int ecb_ld32 (uint32_t x) 239 ecb_function_ int ecb_ld32 (uint32_t x)
243 { 240 {
244 int r = 0; 241 int r = 0;
245 242

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines