Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/newlib/
A Dmemset.c71 #define LBLOCKSIZE (sizeof(long)) macro
72 #define UNALIGNED(X) ((long)X & (LBLOCKSIZE - 1))
73 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE)
104 for (i = 32; i < LBLOCKSIZE * 8; i <<= 1)
108 while (n >= LBLOCKSIZE * 4) {
113 n -= 4 * LBLOCKSIZE;
116 while (n >= LBLOCKSIZE) {
118 n -= LBLOCKSIZE;
A Dmemchr.c79 #define LBLOCKSIZE (sizeof(long)) macro
82 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE)
136 for (i = 32; i < LBLOCKSIZE * 8; i <<= 1)
139 while (length >= LBLOCKSIZE) {
142 length -= LBLOCKSIZE;
A Dmemcmp.c78 #define LBLOCKSIZE (sizeof(long)) macro
81 #define TOO_SMALL(LEN) ((LEN) < LBLOCKSIZE)
113 while (n >= LBLOCKSIZE) {
118 n -= LBLOCKSIZE;
A Dstrlen.c72 #define LBLOCKSIZE (sizeof(long)) macro
73 #define UNALIGNED(X) ((long)X & (LBLOCKSIZE - 1))
A Dstrchr.c76 #define LBLOCKSIZE (sizeof (long)) macro
137 for (j = 8; j < LBLOCKSIZE * 8; j <<= 1)

Completed in 8 milliseconds