Home
last modified time | relevance | path

Searched refs:_PTR (Results 1 – 6 of 6) sorted by relevance

/optee_os/lib/libutils/isoc/newlib/
H A Dmemcpy.c84 _PTR
85 _DEFUN(memcpy, (dst0, src0, len0), _PTR dst0 _AND _CONST _PTR src0 _AND
92 _PTR save = dst0;
H A Dmemmove.c88 _PTR
89 _DEFUN(memmove, (dst_void, src_void, length), _PTR dst_void _AND _CONST _PTR
H A Dmemcmp.c84 _DEFUN(memcmp, (m1, m2, n), _CONST _PTR m1 _AND _CONST _PTR m2 _AND size_t n)
H A Dmemset.c75 _PTR _DEFUN(memset, (m, c, n), _PTR m _AND int c _AND size_t n)
H A D_ansi.h61 #define _PTR void * macro
86 #define _PTR char * macro
H A Dmemchr.c104 _PTR
105 _DEFUN(memchr, (src_void, c, length), _CONST _PTR src_void _AND int c