HomeSort by relevance Sort by last modified time
    Searched defs:startBlock (Results 1 - 21 of 21) sorted by null

  /external/eigen/Eigen/src/Core/products/
TriangularSolverVector.h 105 Index startBlock = IsLower ? pi : pi-actualPanelWidth;
119 Index r = IsLower ? size - endBlock : startBlock; // remaining size
127 &lhs.coeffRef(endBlock,startBlock), lhsStride,
128 rhs+startBlock, 1,
TriangularMatrixMatrix.h 174 Index startBlock = actual_k2+k1;
183 triangularBuffer.coeffRef(k,k) = lhs(startBlock+k,startBlock+k);
185 triangularBuffer.coeffRef(i,k) = lhs(startBlock+i,startBlock+k);
189 gebp_kernel(res+startBlock, resStride, blockA, blockB, actualPanelWidth, actualPanelWidth, cols, alpha,
197 pack_lhs(blockA, &lhs(startTarget,startBlock), lhsStride, actualPanelWidth, lengthTarget);
TriangularSolverMatrix.h 147 Index startBlock = IsLower ? k2+k1 : k2-k1-actualPanelWidth;
151 pack_rhs(blockB+actual_kc*j2, &other(startBlock,j2), otherStride, actualPanelWidth, actual_cols, actual_kc, blockBOffset);
158 pack_lhs(blockA, &tri(startTarget,startBlock), triStride, actualPanelWidth, lengthTarget);
  /frameworks/compile/slang/
slang_rs_reflect_utils.h 126 void startBlock() {
  /external/chromium_org/third_party/WebKit/Source/core/editing/
InsertParagraphSeparatorCommand.cpp 51 static Element* highestVisuallyEquivalentDivBelowRoot(Element* startBlock)
53 Element* curBlock = startBlock;
169 RefPtrWillBeRawPtr<Element> startBlock = enclosingBlock(insertionPosition.parentAnchoredEquivalent().containerNode());
173 if (!startBlock
174 || !startBlock->nonShadowBoundaryParentNode()
175 || isTableCell(startBlock.get())
176 || isHTMLFormElement(*startBlock)
208 if (startBlock->isRootEditableElement()) {
211 } else if (shouldUseDefaultParagraphElement(startBlock.get())) {
214 blockToInsert = startBlock->cloneElementWithoutChildren()
    [all...]
VisibleUnits.cpp     [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
JavaSourceWriter.java 105 startBlock();
124 startBlock();
195 startBlock();
203 startBlock();
209 startBlock();
219 startBlock();
236 startBlock();
248 startBlock();
289 private void startBlock() {
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 142 /// startBlock - Initialize register live-range state for scheduling in
145 void startBlock(MachineBasicBlock *BB) override;
305 Scheduler.startBlock(MBB);
350 /// StartBlock - Initialize register live-range state for scheduling in
353 void SchedulePostRATDList::startBlock(MachineBasicBlock *BB) {
355 ScheduleDAGInstrs::startBlock(BB);
360 AntiDepBreak->StartBlock(BB);
ScheduleDAGInstrs.cpp 176 void ScheduleDAGInstrs::startBlock(MachineBasicBlock *bb) {
193 assert(bb == BB && "startBlock should set BB");
    [all...]
  /external/smali/dexlib2/src/main/java/org/jf/dexlib2/writer/util/
TryListBuilder.java 192 MutableTryBlock<EH> startBlock = null;
203 startBlock = tryBlock;
211 startBlock = tryBlock.split(startAddress);
219 startBlock = new MutableTryBlock<EH>(startAddress, endAddress);
220 tryBlock.prepend(startBlock);
221 return new TryBounds<EH>(startBlock, startBlock);
228 startBlock = new MutableTryBlock<EH>(startAddress, currentStartAddress);
229 tryBlock.prepend(startBlock);
242 if (startBlock == null)
    [all...]
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
CDPlayer.c 264 CFNumberRef startBlock;
272 startBlock = (CFNumberRef) CFDictionaryGetValue (theTrackDict, CFSTR(kStartBlockKeyString));
281 CFNumberGetValue (startBlock, kCFNumberSInt32Type, &value);
  /dalvik/dx/src/com/android/dx/cf/code/
RopperMachine.java 200 public void startBlock(TypeList catches) {
260 * call to startBlock() can throw.
268 * startBlock()
276 * the last call to {@code startBlock()}
284 * instruction if encountered since last call to startBlock().
    [all...]
Ropper.java 228 private int startBlock;
233 * @param startBlock First block of the subroutine.
235 Subroutine(int startBlock) {
236 this.startBlock = startBlock;
245 * @param startBlock First block of the subroutine.
249 Subroutine(int startBlock, int retBlock) {
250 this(startBlock);
258 return startBlock;
324 Frame subFrame = frame.subFrameForLabel(startBlock, label)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 19 def startBlock(self, block):
51 self.startBlock(block)
59 self.startBlock(self.exit)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
pyassem.py 19 def startBlock(self, block):
51 self.startBlock(block)
59 self.startBlock(self.exit)
  /external/yaffs2/yaffs2/
yaffs_guts.h 533 int startBlock; /* Start block we're allowed to use */
758 int startBlock;
  /prebuilts/sdk/tools/lib/
dx.jar 
  /prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
findbugs.jar 
  /prebuilts/tools/common/m2/repository/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar 

Completed in 851 milliseconds