Searched refs:MAX_COPY (Results 1 – 1 of 1) sorted by relevance
101 #define MAX_COPY 32 macro175 copysize = 1 << indx < MAX_COPY ? 1 << indx : MAX_COPY;406 copysize = size < MAX_COPY ? size : MAX_COPY;