Home
last modified time | relevance | path

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

/optee_os/lib/libutils/isoc/newlib/
A Dmemcpy.c79 #define LITTLEBLOCKSIZE (sizeof(long)) macro
120 while (len0 >= LITTLEBLOCKSIZE) {
122 len0 -= LITTLEBLOCKSIZE;
A Dmemmove.c82 #define LITTLEBLOCKSIZE (sizeof(long)) macro
141 while (length >= LITTLEBLOCKSIZE) {
143 length -= LITTLEBLOCKSIZE;

Completed in 2 milliseconds