Home
last modified time | relevance | path

Searched refs:MAX_BLOCK_SIZE (Results 1 – 3 of 3) sorted by relevance

/picolibc-latest/newlib/testsuite/newlib.string/
Dstrcmp-1.c41 #ifndef MAX_BLOCK_SIZE
42 #define MAX_BLOCK_SIZE 128 macro
65 #ifndef MAX_BLOCK_SIZE
66 #define MAX_BLOCK_SIZE 64 macro
89 #if (MAX_OFFSET + MAX_BLOCK_SIZE + MAX_DIFF + MAX_LEN + MAX_ZEROS >= BUFF_SIZE)
154 for (n = 1; n <= MAX_BLOCK_SIZE; n++) in main()
Dmemcpy-1.c42 #ifndef MAX_BLOCK_SIZE
43 #define MAX_BLOCK_SIZE 128 macro
50 #if (START_COPY + MAX_OFFSET + MAX_BLOCK_SIZE >= BUFF_SIZE)
101 for (n = 1; n <= MAX_BLOCK_SIZE; n++) in main()
/picolibc-latest/newlib/
DChangeLog-20153787 (MAX_BLOCK_SIZE): Use small value when LONG_TEST is not set.