Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members  

string_asm.h File Reference

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Functions

__inline__ void* asm_memclear_small (void *s, size_t count)
__inline__ void* asm_memclear (void *s, size_t count)
__inline__ void* asm_memset (void *s, size_t count)
__inline__ void* asm_memmove (void *d, const void *s, size_t count)
__inline__ void fast_memmove (char *dst, const char *src, size_t size)


Function Documentation

__inline__ void* asm_memclear ( void * s,
size_t count ) [static]
 

Definition at line 311 of file string_asm.h.

__inline__ void* asm_memclear_small ( void * s,
size_t count ) [static]
 

Definition at line 306 of file string_asm.h.

__inline__ void* asm_memmove ( void * d,
const void * s,
size_t count ) [static]
 

Definition at line 379 of file string_asm.h.

__inline__ void* asm_memset ( void * s,
size_t count ) [static]
 

Definition at line 316 of file string_asm.h.

__inline__ void fast_memmove ( char * dst,
const char * src,
size_t size ) [static]
 

Definition at line 384 of file string_asm.h.


Generated at Wed Apr 4 19:56:24 2001 for ClanLib by doxygen1.2.6 written by Dimitri van Heesch, © 1997-2001