Home
last modified time | relevance | path

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

/u-boot/arch/x86/lib/
A Dstring.c16 void *memset(void *dstpp, int c, size_t len) in memset() argument
19 unsigned long int dstp = (unsigned long int) dstpp; in memset()
69 return dstpp; in memset()
104 void *memcpy(void *dstpp, const void *srcpp, size_t len) in memcpy() argument
106 unsigned long int dstp = (long int)dstpp; in memcpy()
130 return dstpp; in memcpy()

Completed in 2 milliseconds