Subversion Repositories Kolibri OS

Rev

Rev 4874 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4874 Rev 4921
Line 32... Line 32...
32
QUICKREF
32
QUICKREF
33
	memset ansi pure
33
	memset ansi pure
34
*/
34
*/
Line 35... Line 35...
35
 
35
 
-
 
36
#include 
Line 36... Line 37...
36
#include 
37
#include "local.h"
37
 
38
 
38
#define LBLOCKSIZE (sizeof(long))
39
#define LBLOCKSIZE (sizeof(long))
Line 39... Line 40...
39
#define UNALIGNED(X)   ((long)X & (LBLOCKSIZE - 1))
40
#define UNALIGNED(X)   ((long)X & (LBLOCKSIZE - 1))
-
 
41
#define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE)
40
#define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE)
42
 
41
 
43
_PTR
42
_PTR
44
__inhibit_loop_to_libcall
43
_DEFUN (memset, (m, c, n),
45
_DEFUN (memset, (m, c, n),
44
	_PTR m _AND
46
	_PTR m _AND