Subversion Repositories Kolibri OS

Rev

Rev 4874 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 4874 Rev 4921
Line 37... Line 37...
37
 
37
 
38
#include 
38
#include 
39
#include <_ansi.h>
39
#include <_ansi.h>
40
#include 
40
#include 
-
 
41
#include 
Line 41... Line 42...
41
#include 
42
#include "local.h"
42
 
43
 
43
/* Nonzero if either X or Y is not aligned on a "long" boundary.  */
44
/* Nonzero if either X or Y is not aligned on a "long" boundary.  */
Line 53... Line 54...
53
/* Threshhold for punting to the byte copier.  */
54
/* Threshhold for punting to the byte copier.  */
54
#define TOO_SMALL(LEN)  ((LEN) < BIGBLOCKSIZE)
55
#define TOO_SMALL(LEN)  ((LEN) < BIGBLOCKSIZE)
Line 55... Line 56...
55
 
56
 
56
/*SUPPRESS 20*/
57
/*SUPPRESS 20*/
-
 
58
_PTR
57
_PTR
59
__inhibit_loop_to_libcall
58
_DEFUN (memmove, (dst_void, src_void, length),
60
_DEFUN (memmove, (dst_void, src_void, length),
59
	_PTR dst_void _AND
61
	_PTR dst_void _AND
60
	_CONST _PTR src_void _AND
62
	_CONST _PTR src_void _AND
61
	size_t length)
63
	size_t length)