HomeSort by relevance Sort by last modified time
    Searched refs:BM (Results 1 - 13 of 13) sorted by null

  /external/valgrind/main/drd/tests/
unit_bitmap.stderr.exp 1 Start of DRD BM unit test.
2 End of DRD BM unit test.
  /external/eigen/Eigen/src/SparseLU/
SparseLU_gemm_kernel.h 37 BM = 4096/sizeof(Scalar), // number of rows of A-C per chunk
57 // process the remaining rows per chunk of BM rows
58 for(Index ib=i0; ib<m; ib+=BM)
60 Index actual_b = std::min<Index>(BM, m-ib); // actual number of rows
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 459 const MDNode *BM = LocB.TBAATag;
460 if (!BM) return AliasAnalysis::alias(LocA, LocB);
463 if (Aliases(AM, BM))
DependenceAnalysis.cpp     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 30 from . import btm_matcher as bm namespace
215 self.BM = bm.BottomMatcher()
221 self.BM.add_fixer(fixer)
429 match_set = self.BM.run(tree.leaves())
432 for fixer in self.BM.fixers:
473 new_matches = self.BM.run(new.leaves())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 30 from . import btm_matcher as bm namespace
215 self.BM = bm.BottomMatcher()
221 self.BM.add_fixer(fixer)
429 match_set = self.BM.run(tree.leaves())
432 for fixer in self.BM.fixers:
473 new_matches = self.BM.run(new.leaves())
  /external/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
image_parsers.js 82 if (signature != 'BM')
byte_reader.js 238 'BM' : 'bmp',
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 167 BM(new String[]{
    [all...]
  /external/llvm/tools/llvm-stress/
llvm-stress.cpp 634 std::unique_ptr<Modifier> BM(new BinModifier(BB, &PT, &R));
643 Modifiers.push_back(BM.get());
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
telnetlib.py 92 BM = chr(19) # byte macro
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
telnetlib.py 92 BM = chr(19) # byte macro
  /cts/suite/cts/deviceTests/browserbench/assets/octane/
pdfjs.js     [all...]

Completed in 606 milliseconds