Merge with internal version

This commit is contained in:
Andrey Hristov 2008-01-23 19:09:33 +00:00
parent b9dcdd409d
commit 69f4a40d99
15 changed files with 296 additions and 115 deletions

View file

@ -325,7 +325,7 @@ typedef union {
(((uint32) ((uchar) (A)[3])) << 24))
#define uint8korr(A) ((ulonglong)(((uint32) (((uchar*) (A))[7])) +\
#define bit_uint8korr(A) ((ulonglong)(((uint32) (((uchar*) (A))[7])) +\
(((uint32) (((uchar*) (A))[6])) << 8) +\
(((uint32) (((uchar*) (A))[5])) << 16) +\
(((uint32) (((uchar*) (A))[4])) << 24)) +\