Searched refs:oldBase (Results 1 – 3 of 3) sorted by relevance
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/ |
D | VDUBuffer.java | 369 int oldBase = screenBase; in insertLine() local 398 System.arraycopy(charArray, oldBase + l, cbuf, 0, bottom - l - (n - 1)); in insertLine() 399 System.arraycopy(charAttributes, oldBase + l, abuf, 0, bottom - l - (n - 1)); in insertLine() 400 System.arraycopy(cbuf, 0, charArray, oldBase + l + n, bottom - l - (n - 1)); in insertLine() 401 System.arraycopy(abuf, 0, charAttributes, oldBase + l + n, bottom - l - (n - 1)); in insertLine() 432 if (oldBase > 0) { in insertLine() 433 System.arraycopy(charArray, offset, cbuf, 0, oldBase - offset); in insertLine() 434 System.arraycopy(charAttributes, offset, abuf, 0, oldBase - offset); in insertLine() 439 System.arraycopy(charArray, oldBase, cbuf, newScreenBase, top); in insertLine() 440 System.arraycopy(charAttributes, oldBase, abuf, newScreenBase, top); in insertLine() [all …]
|
/external/libxml2/ |
D | xinclude.c | 2032 xmlChar *oldBase; in xmlXIncludeLoadNode() local 2115 oldBase = ctxt->base; in xmlXIncludeLoadNode() 2128 ctxt->base = oldBase; in xmlXIncludeLoadNode()
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1006 Value *oldBase = basephi->getIncomingValue(blockIndex); in findBasePointer() local 1007 basephi->addIncoming(oldBase, InBB); in findBasePointer() 1018 assert(Base->stripPointerCasts() == oldBase->stripPointerCasts() && in findBasePointer()
|