Searched refs:copyCount (Results 1 – 1 of 1) sorted by relevance
70 size_t copyCount; in memmove_words() local106 copyCount = n; in memmove_words()108 copyCount = 2; in memmove_words()110 n -= copyCount; in memmove_words()111 copyCount /= sizeof(uint16_t); in memmove_words()113 while (copyCount--) { in memmove_words()123 copyCount = n / sizeof(uint32_t); in memmove_words()124 while (copyCount--) { in memmove_words()147 copyCount = n; in memmove_words()149 copyCount = 2; in memmove_words()[all …]