Searched refs:dstpp (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/u-boot/arch/x86/lib/ |
| H A D | string.c | 17 void *memset(void *dstpp, int c, size_t len) in memset() argument 20 unsigned long int dstp = (unsigned long int) dstpp; in memset() 70 return dstpp; in memset() 105 void *memcpy(void *dstpp, const void *srcpp, size_t len) in memcpy() argument 107 unsigned long int dstp = (long int)dstpp; in memcpy() 131 return dstpp; in memcpy()
|
| /OK3568_Linux_fs/kernel/arch/nios2/lib/ |
| H A D | memcpy.c | 160 void *memcpy(void *dstpp, const void *srcpp, size_t len) in memcpy() argument 162 unsigned long int dstp = (long int) dstpp; in memcpy() 191 return dstpp; in memcpy() 194 void *memcpyb(void *dstpp, const void *srcpp, unsigned len) in memcpyb() argument 196 unsigned long int dstp = (long int) dstpp; in memcpyb() 201 return dstpp; in memcpyb()
|
| /OK3568_Linux_fs/kernel/arch/parisc/lib/ |
| H A D | memset.c | 9 memset (void *dstpp, int sc, size_t len) in memset() argument 12 long int dstp = (long int) dstpp; in memset() 71 return dstpp; in memset()
|
| /OK3568_Linux_fs/buildroot/package/uclibc/ |
| H A D | 0001-libc-string-arm-Support-using-glibc-neon-version-of-.patch | 1387 +/* void *memset (dstpp, c, len) */
|