Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/string/powerpc/
A Dmemset.c39 unsigned char *tmp_to; in memset() local
42 tmp_to = to - 4; in memset()
46 rem = (unsigned long )tmp_to % 4; in memset()
51 *(unsigned long *)(tmp_to+4) = c; in memset()
52 tmp_to += 4; in memset()
54 tmp_to += 4; in memset()
60 tmp_to += 4; in memset()
64 tmp_to += 3; in memset()
66 *++tmp_to = c; in memset()
74 *(tmp_to+4) = c; in memset()
[all …]
A Dmemcpy.c29 unsigned char *tmp_to; in memcpy() local
34 tmp_to = to - 4; in memcpy()
37 rem = (unsigned long )tmp_to % 4; in memcpy()
46 *(unsigned long *)(tmp_to+4) = tmp1; in memcpy()
47 tmp_to += 8; in memcpy()
48 *(unsigned long *)tmp_to = tmp2; in memcpy()
54 tmp_to += 4; in memcpy()
61 tmp_to += 3; in memcpy()
63 *++tmp_to = *++tmp_from; in memcpy()
73 *(tmp_to+4) = *(tmp_from+4); in memcpy()
[all …]
A Dmemmove.c28 unsigned char *tmp_to; in memmove() local
35 tmp_to = to + n; in memmove()
38 rem = (unsigned long )tmp_to % 4; in memmove()
47 *(unsigned long *)(tmp_to-4) = tmp1; in memmove()
48 tmp_to -= 8; in memmove()
49 *(unsigned long *)tmp_to = tmp2; in memmove()
54 *(unsigned long *)(tmp_to-4) = *(unsigned long *)(tmp_from-4); in memmove()
56 tmp_to -= 4; in memmove()
61 *--tmp_to = *--tmp_from; in memmove()
69 *--tmp_to = *--tmp_from; in memmove()
/l4re-core-master/uclibc/lib/contrib/uclibc/ldso/include/
A Ddl-string.h150 unsigned long *tmp_to; in _dl_memset() local
154 tmp_to = to + n; in _dl_memset()
160 *--tmp_to = c; in _dl_memset()
166 tmp_char = (unsigned char *)tmp_to; in _dl_memset()

Completed in 6 milliseconds