Subversion Repositories freemyipod

Rev

Rev 71 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 71 Rev 113
Line 32... Line 32...
32
QUICKREF
32
QUICKREF
33
        memset ansi pure
33
        memset ansi pure
34
*/
34
*/
35
 
35
 
36
#include "global.h"
36
#include "global.h"
37
#include <string.h>
37
#include "include/string.h"
38
#include "_ansi.h"
38
#include "include/_ansi.h"
39
 
39
 
40
#define LBLOCKSIZE (sizeof(long))
40
#define LBLOCKSIZE (sizeof(long))
41
#define UNALIGNED(X)   ((long)X & (LBLOCKSIZE - 1))
41
#define UNALIGNED(X)   ((long)X & (LBLOCKSIZE - 1))
42
#define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE)
42
#define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE)
43
 
43