Home
last modified time | relevance | path

Searched refs:splitLocation (Results 1 – 25 of 26) sorted by relevance

12

/dports/games/blockattack/blockattack-game-2.7.0/source/code/sago/
H A DSagoTextBox.cpp123 splitLocation = nextSpace; in SplitAndAppendLineToCache()
129 if (splitLocation == text.begin()+1) { in SplitAndAppendLineToCache()
130 splitLocation = text.begin(); in SplitAndAppendLineToCache()
131 utf8::advance(splitLocation, 1, text.end()); in SplitAndAppendLineToCache()
133 while (!splitDone && splitLocation != text.end()) { in SplitAndAppendLineToCache()
139 splitLocation = nextSplit; in SplitAndAppendLineToCache()
146 std::string firstPart(text.begin(), splitLocation); in SplitAndAppendLineToCache()
148 while (splitLocation != text.end() && *splitLocation == ' ') { in SplitAndAppendLineToCache()
150 ++splitLocation; in SplitAndAppendLineToCache()
152 if (splitLocation == text.end()) { in SplitAndAppendLineToCache()
[all …]
/dports/devel/hadoop/hadoop-1.2.1/src/mapred/org/apache/hadoop/mapreduce/split/
H A DJobSplit.java192 private String splitLocation; field in JobSplit.TaskSplitIndex
197 public TaskSplitIndex(String splitLocation, long startOffset) { in TaskSplitIndex() argument
198 this.splitLocation = splitLocation; in TaskSplitIndex()
205 return splitLocation; in getSplitLocation()
208 splitLocation = Text.readString(in); in readFields()
212 Text.writeString(out, splitLocation); in write()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-core/src/main/java/org/apache/hadoop/mapreduce/split/
H A DJobSplit.java195 private String splitLocation; field in JobSplit.TaskSplitIndex
200 public TaskSplitIndex(String splitLocation, long startOffset) { in TaskSplitIndex() argument
201 this.splitLocation = splitLocation; in TaskSplitIndex()
208 return splitLocation; in getSplitLocation()
211 splitLocation = Text.readString(in); in readFields()
215 Text.writeString(out, splitLocation); in write()
/dports/games/OpenTomb/OpenTomb-win32-2018-02-03_alpha/src/render/
H A Dbsp_tree_2d.c121 …pTree2D_SplitNodeHorizontally(bsp_tree_2d_p tree, unsigned parentNodeIndex, unsigned splitLocation) in bspTree2D_SplitNodeHorizontally() argument
135 tree->nodes[childrenIndices[0]].width = splitLocation; in bspTree2D_SplitNodeHorizontally()
140 tree->nodes[childrenIndices[1]].x = parent->x + splitLocation; in bspTree2D_SplitNodeHorizontally()
142 tree->nodes[childrenIndices[1]].width = parent->width - splitLocation; in bspTree2D_SplitNodeHorizontally()
147 …bspTree2D_SplitNodeVertically(bsp_tree_2d_p tree, unsigned parentNodeIndex, unsigned splitLocation) in bspTree2D_SplitNodeVertically() argument
162 tree->nodes[childrenIndices[0]].height = splitLocation; in bspTree2D_SplitNodeVertically()
167 tree->nodes[childrenIndices[1]].y = parent->y + splitLocation; in bspTree2D_SplitNodeVertically()
169 tree->nodes[childrenIndices[1]].height = parent->height - splitLocation; in bspTree2D_SplitNodeVertically()
/dports/math/vtk8/VTK-8.2.0/Filters/Geometry/
H A DvtkProjectSphereFilter.cxx483 double splitLocation = (splitSide == 0 ? -180. : 180.); in SplitCell() local
484 cell->Clip(splitLocation, cellScalars.GetPointer(), locator, connectivity, in SplitCell()
/dports/math/vtk9/VTK-9.1.0/Filters/Geometry/
H A DvtkProjectSphereFilter.cxx464 double splitLocation = (splitSide == 0 ? -180. : 180.); in SplitCell() local
465 cell->Clip(splitLocation, cellScalars.GetPointer(), locator, connectivity, output->GetPointData(), in SplitCell()
/dports/math/vtk6/VTK-6.2.0/Filters/Geometry/
H A DvtkProjectSphereFilter.cxx479 double splitLocation = (splitSide == 0 ? -180. : 180.); in SplitCell() local
480 cell->Clip(splitLocation, cellScalars.GetPointer(), locator, connectivity, in SplitCell()
/dports/devel/llvm80/llvm-8.0.1.src/lib/CodeGen/
H A DLiveDebugVariables.cpp182 bool splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs,
929 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs, in splitLocation() function in UserValue
1044 DidChange |= splitLocation(LocNo, NewRegs, LIS); in splitRegister()
/dports/devel/llvm70/llvm-7.0.1.src/lib/CodeGen/
H A DLiveDebugVariables.cpp178 bool splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs,
902 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs,
1017 DidChange |= splitLocation(LocNo, NewRegs, LIS);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp184 bool splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs,
1041 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs, in splitLocation() function in UserValue
1147 DidChange |= splitLocation(LocNo, NewRegs, LIS); in splitRegister()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp187 bool splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs,
1033 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs, in splitLocation() function in UserValue
1143 DidChange |= splitLocation(LocNo, NewRegs, LIS); in splitRegister()
/dports/devel/llvm10/llvm-10.0.1.src/lib/CodeGen/
H A DLiveDebugVariables.cpp184 bool splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs,
1041 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs, in splitLocation() function in UserValue
1147 DidChange |= splitLocation(LocNo, NewRegs, LIS); in splitRegister()
/dports/devel/llvm11/llvm-11.0.1.src/lib/CodeGen/
H A DLiveDebugVariables.cpp187 bool splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs,
1033 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs, in splitLocation() function in UserValue
1143 DidChange |= splitLocation(LocNo, NewRegs, LIS); in splitRegister()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp184 bool splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs,
1041 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs, in splitLocation() function in UserValue
1147 DidChange |= splitLocation(LocNo, NewRegs, LIS); in splitRegister()
/dports/devel/llvm90/llvm-9.0.1.src/lib/CodeGen/
H A DLiveDebugVariables.cpp179 bool splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs,
1004 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<unsigned> NewRegs, in splitLocation() function in UserValue
1119 DidChange |= splitLocation(LocNo, NewRegs, LIS); in splitRegister()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp188 bool splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs,
1064 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs, in splitLocation() function in UserValue
1174 DidChange |= splitLocation(LocNo, NewRegs, LIS); in splitRegister()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp188 bool splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs,
1064 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs, in splitLocation() function in UserValue
1174 DidChange |= splitLocation(LocNo, NewRegs, LIS); in splitRegister()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp188 bool splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs,
1064 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs, in splitLocation() function in UserValue
1174 DidChange |= splitLocation(LocNo, NewRegs, LIS); in splitRegister()
/dports/devel/hadoop/hadoop-1.2.1/src/webapps/job/
H A Dtaskdetails.jsp333 for (String splitLocation: StringUtils.split(tracker.getTip(tipidObj).
335 theTaskDetailsResponse.addInputSplitLocation(splitLocation);
/dports/devel/hadoop/hadoop-1.2.1/webapps/job/
H A Dtaskdetails.jsp333 for (String splitLocation: StringUtils.split(tracker.getTip(tipidObj).
335 theTaskDetailsResponse.addInputSplitLocation(splitLocation);
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp320 bool splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs,
1344 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs, in splitLocation() function in UserValue
1454 DidChange |= splitLocation(LocNo, NewRegs, LIS); in splitRegister()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/CodeGen/
H A DLiveDebugVariables.cpp320 bool splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs,
1344 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs, in splitLocation() function in UserValue
1454 DidChange |= splitLocation(LocNo, NewRegs, LIS); in splitRegister()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp320 bool splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs,
1344 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs, in splitLocation() function in UserValue
1454 DidChange |= splitLocation(LocNo, NewRegs, LIS); in splitRegister()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp320 bool splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs,
1339 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs, in splitLocation() function in UserValue
1449 DidChange |= splitLocation(LocNo, NewRegs, LIS); in splitRegister()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp320 bool splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs,
1344 UserValue::splitLocation(unsigned OldLocNo, ArrayRef<Register> NewRegs, in splitLocation() function in UserValue
1454 DidChange |= splitLocation(LocNo, NewRegs, LIS); in splitRegister()

12