Lines Matching full:wordstocopy
387 unsigned wordsToCopy = destWords >= getNumWords() ? getNumWords() : destWords;388 memcpy(pVal, dest, wordsToCopy * APINT_WORD_SIZE);