OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:wordstocopy
(Results
1 - 1
of
1
) sorted by null
/external/llvm/lib/Support/
APInt.cpp
389
unsigned
wordsToCopy
= destWords >= getNumWords() ? getNumWords() : destWords;
390
memcpy(pVal, dest,
wordsToCopy
* APINT_WORD_SIZE);
[
all
...]
Completed in 287 milliseconds