Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/newlib/
A Dmemcpy.c76 #define BIGBLOCKSIZE (sizeof(long) << 2) macro
82 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE)
111 while (len0 >= BIGBLOCKSIZE) {
116 len0 -= BIGBLOCKSIZE;
A Dmemmove.c79 #define BIGBLOCKSIZE (sizeof(long) << 2) macro
85 #define TOO_SMALL(LEN) ((LEN) < BIGBLOCKSIZE)
132 while (length >= BIGBLOCKSIZE) {
137 length -= BIGBLOCKSIZE;

Completed in 3 milliseconds