Searched refs:moveLeft (Results 1 – 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | IntervalMap.h | 220 void moveLeft(unsigned i, unsigned j, unsigned Count) { in moveLeft() function 243 moveLeft(j, i, Size - j); in erase() 854 void moveLeft(unsigned Level); 896 moveLeft(Level); in legalizeForInsert() 1397 path.moveLeft(map->height); 1807 P.moveLeft(P.height()); in treeInsert() 1992 P.moveLeft(Level); in overflow() 2014 P.moveLeft(Level); in overflow()
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 247 void moveLeft(unsigned i, unsigned j, unsigned Count) { in moveLeft() function 270 moveLeft(j, i, Size - j); in erase() 877 void moveLeft(unsigned Level); 919 moveLeft(Level); in legalizeForInsert() 1410 path.moveLeft(map->height); 1818 P.moveLeft(P.height()); in treeInsert() 2003 P.moveLeft(Level); in overflow() 2025 P.moveLeft(Level); in overflow()
|
/external/llvm/include/llvm/ADT/ |
D | IntervalMap.h | 241 void moveLeft(unsigned i, unsigned j, unsigned Count) { in moveLeft() function 264 moveLeft(j, i, Size - j); in erase() 875 void moveLeft(unsigned Level); 917 moveLeft(Level); in legalizeForInsert() 1407 path.moveLeft(map->height); 1817 P.moveLeft(P.height()); in treeInsert() 2002 P.moveLeft(Level); in overflow() 2024 P.moveLeft(Level); in overflow()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/ |
D | IntervalMap.cpp | 48 void Path::moveLeft(unsigned Level) { in moveLeft() function in llvm::IntervalMapImpl::Path
|
/external/swiftshader/third_party/LLVM/lib/Support/ |
D | IntervalMap.cpp | 48 void Path::moveLeft(unsigned Level) { in moveLeft() function in llvm::IntervalMapImpl::Path
|
/external/llvm/lib/Support/ |
D | IntervalMap.cpp | 48 void Path::moveLeft(unsigned Level) { in moveLeft() function in llvm::IntervalMapImpl::Path
|
/external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/ |
D | ScriptEditor.java | 468 Selection.moveLeft(mContentText.getText(), mContentText.getLayout()); in afterTextChanged()
|