Home
last modified time | relevance | path

Searched refs:copyfrom (Results 1 – 4 of 4) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/utils/
DFastStringBuffer.java487 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/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/X86/
Dtailcallbyval64.ll12 ; A sequence of copyto/copyfrom virtual registers is used to deal with byval
/external/swiftshader/third_party/LLVM/test/CodeGen/X86/
Dtailcallbyval64.ll12 ; A sequence of copyto/copyfrom virtual registers is used to deal with byval
/external/llvm/test/CodeGen/X86/
Dtailcallbyval64.ll12 ; A sequence of copyto/copyfrom virtual registers is used to deal with byval