Home
last modified time | relevance | path

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

/picolibc-latest/newlib/libc/string/
Dmemccpy.c42 #define LITTLEBLOCKSIZE (sizeof (long)) macro
45 #define TOO_SMALL(LEN) ((LEN) < LITTLEBLOCKSIZE)
108 for (i = 0; i < LITTLEBLOCKSIZE; i++) in memccpy()
113 while (len0 >= LITTLEBLOCKSIZE) in memccpy()
120 len0 -= LITTLEBLOCKSIZE; in memccpy()
Dmempcpy.c44 #define LITTLEBLOCKSIZE (sizeof (long)) macro
88 while (len0 >= LITTLEBLOCKSIZE) in mempcpy()
91 len0 -= LITTLEBLOCKSIZE; in mempcpy()
Dmemcpy.c58 #define LITTLEBLOCKSIZE (sizeof (long)) macro
107 while (len0 >= LITTLEBLOCKSIZE) in memcpy()
110 len0 -= LITTLEBLOCKSIZE; in memcpy()
Dmemmove.c61 #define LITTLEBLOCKSIZE (sizeof (long)) macro
135 while (length >= LITTLEBLOCKSIZE) in memmove()
138 length -= LITTLEBLOCKSIZE; in memmove()