HomeSort by relevance Sort by last modified time
    Searched full:blockstart (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/eigen/unsupported/Eigen/src/MatrixFunctions/
MatrixFunction.h 178 void matrix_function_compute_block_start(const VectorType& clusterSize, VectorType& blockStart)
180 blockStart.resize(clusterSize.rows());
181 blockStart(0) = 0;
183 blockStart(i) = blockStart(i-1) + clusterSize(i-1);
206 void matrix_function_compute_permutation(const DynVectorType& blockStart, const DynVectorType& eivalToCluster, VectorType& permutation)
209 DynVectorType indexNextEntry = blockStart;
243 * upper triangular), with the blocking given by \p blockStart and \p clusterSize. The matrix function of
247 void matrix_function_compute_block_atomic(const MatrixType& T, AtomicType& atomic, const VectorType& blockStart, const VectorType& clusterSize, MatrixType& fT)
251 fT.block(blockStart(i), blockStart(i), clusterSize(i), clusterSize(i)
    [all...]
  /external/brotli/csharp/org/brotli/dec/
RunningState.cs 13 internal const int BlockStart = 1;
State.cs 153 state.runningState = Org.Brotli.Dec.RunningState.BlockStart;
Decode.cs 618 state.runningState = Org.Brotli.Dec.RunningState.BlockStart;
634 state.runningState = Org.Brotli.Dec.RunningState.BlockStart;
678 case Org.Brotli.Dec.RunningState.BlockStart:
704 state.runningState = Org.Brotli.Dec.RunningState.BlockStart;
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/FileSystem/BootMonFs/
BootMonFsHw.h 50 UINT32 BlockStart;
BootMonFsOpenClose.c 102 Description->BlockStart = FileStart / BlockSize;
103 Description->BlockEnd = Description->BlockStart + (FileSize / BlockSize);
118 Description->Region[0].Offset = Description->BlockStart * BlockSize;
191 if (((FileEntry->HwDescription.BlockStart * BlockSize) - *FileStart)
311 FileStart = File->HwDescription.BlockStart * BlockSize;
367 EndOfAppendSpace = NextFile->HwDescription.BlockStart * BlockSize;
BootMonFsImages.c 131 if ((Desc->BlockEnd != Lba) || (Desc->BlockStart > Desc->BlockEnd)) {
BootMonFsReadWrite.c 74 FileStart = (Media->LowestAlignedLba + File->HwDescription.BlockStart) * Media->BlockSize;
BootMonFsDir.c 80 return ((File->HwDescription.BlockEnd - File->HwDescription.BlockStart) + 1 )
  /prebuilts/go/darwin-x86/src/compress/flate/
deflate.go 106 blockStart int // window index where current tokens start
129 if d.blockStart >= windowSize {
130 d.blockStart -= windowSize
132 d.blockStart = math.MaxInt32
166 if d.blockStart <= index {
167 window = d.window[d.blockStart:index]
169 d.blockStart = index
629 d.blockStart, d.byteAvailable = 0, false
  /prebuilts/go/linux-x86/src/compress/flate/
deflate.go 106 blockStart int // window index where current tokens start
129 if d.blockStart >= windowSize {
130 d.blockStart -= windowSize
132 d.blockStart = math.MaxInt32
166 if d.blockStart <= index {
167 window = d.window[d.blockStart:index]
169 d.blockStart = index
629 d.blockStart, d.byteAvailable = 0, false
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HtmlTree.java 394 int blockStart = -1;
401 if (blockStart == -1) {
405 blockStart = n;
415 if (nBegin >= blockStart && nEnd < endNode) {
425 ") exceeds (" + blockStart + " " + endNode + ")");
428 b.start_node = blockStart;
432 blockStart = -1;
437 if (blockStart != -1) {
439 b.start_node = blockStart;
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
debug.go 85 if v == BlockStart {
141 // The special sentinel value BlockStart indicates that the range begins
171 var BlockStart = &Value{
174 Aux: "BlockStart",
392 loc.Start = BlockStart
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
debug.go 85 if v == BlockStart {
141 // The special sentinel value BlockStart indicates that the range begins
171 var BlockStart = &Value{
174 Aux: "BlockStart",
392 loc.Start = BlockStart
  /dalvik/dx/src/com/android/dx/cf/code/
BasicBlocker.java 383 * @param blockStart {@code true} iff this instruction starts a
386 private void addWorkIfNecessary(int offset, boolean blockStart) {
391 if (blockStart) {
  /external/zopfli/src/zopfli/
lz77.h 71 size_t blockstart; member in struct:ZopfliBlockState
lz77.c 167 size_t lmcpos = pos - s->blockstart;
212 size_t lmcpos = pos - s->blockstart;
deflate.c 599 s.blockstart = instart;
651 s.blockstart = instart;
779 s.blockstart = instart;
blocksplitter.c 297 s.blockstart = instart;
  /external/llvm/lib/CodeGen/
SplitKit.cpp     [all...]
LiveIntervalAnalysis.cpp 367 SlotIndex BlockStart = Indexes.getMBBStartIdx(MBB);
370 if (VNInfo *ExtVNI = LR.extendInBlock(BlockStart, Idx)) {
374 if (!VNI->isPHIDef() || VNI->def != BlockStart ||
390 DEBUG(dbgs() << " live-in at " << BlockStart << '\n');
391 LR.addSegment(LiveRange::Segment(BlockStart, Idx, VNI));
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SplitKit.cpp 858 SlotIndex BlockStart, BlockEnd;
859 tie(BlockStart, BlockEnd) = LIS.getSlotIndexes()->getMBBRange(MBB);
862 if (Start != BlockStart) {
863 VNInfo *VNI = LI->extendInBlock(BlockStart, std::min(BlockEnd, End));
872 BlockStart = BlockEnd;
876 assert(Start <= BlockStart && "Expected live-in block");
877 while (BlockStart < End) {
880 if (BlockStart == ParentVNI->def) {
883 VNInfo *VNI = LI->extendInBlock(BlockStart, std::min(BlockEnd, End));
898 BlockStart = BlockEnd
    [all...]
LiveIntervalAnalysis.cpp 816 SlotIndex BlockStart = getMBBStartIdx(MBB);
819 if (VNInfo *ExtVNI = NewLI.extendInBlock(BlockStart, Idx.getNextSlot())) {
823 if (!VNI->isPHIDef() || VNI->def != BlockStart || !UsedPHIs.insert(VNI))
839 DEBUG(dbgs() << " live-in at " << BlockStart << '\n');
840 NewLI.addRange(LiveRange(BlockStart, Idx.getNextSlot(), VNI));
    [all...]
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
DecParser.py 85 ## BlockStart
89 def BlockStart(self):
420 def BlockStart(self):
717 def BlockStart(self):
    [all...]
  /external/lz4/tests/
fuzzer.c 303 int const blockStart = FUZ_rand(&randState) % (COMPRESSIBLE_NOISE_LENGTH - blockSize);
305 int const dictSize = MIN(dictSizeRand, blockStart);
307 char* const block = ((char*)CNBuffer) + blockStart;
    [all...]

Completed in 638 milliseconds

1 2 3