Searched refs:copyfrom (Results 1 – 4 of 4) sorted by relevance
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
D | FastStringBuffer.java | 487 int copyfrom = 0; in append() local 499 value.getChars(copyfrom, copyfrom + available, m_array[m_lastChunk], in append() 503 copyfrom += available; in append() 569 int copyfrom = 0; in append() local 581 value.getChars(copyfrom, copyfrom + available, m_array[m_lastChunk], in append() 585 copyfrom += available; in append() 652 int copyfrom = start; in append() local 664 System.arraycopy(chars, copyfrom, m_array[m_lastChunk], m_firstFree, in append() 668 copyfrom += available; in append() 739 int copyfrom = 0; in append() local [all …]
|
/external/llvm-project/llvm/test/CodeGen/X86/ |
D | tailcallbyval64.ll | 12 ; A sequence of copyto/copyfrom virtual registers is used to deal with byval
|
D | tailccbyval64.ll | 12 ; A sequence of copyto/copyfrom virtual registers is used to deal with byval
|
/external/llvm/test/CodeGen/X86/ |
D | tailcallbyval64.ll | 12 ; A sequence of copyto/copyfrom virtual registers is used to deal with byval
|