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

  /external/llvm/lib/VMCore/
PassManager.cpp 323 /// required by module pass MP. Instantiate analysis pass, by using
325 virtual Pass* getOnTheFlyPass(Pass *MP, AnalysisID PI, Function &F);
338 ModulePass *MP = getContainedPass(Index);
339 MP->dumpPassStructure(Offset + 1);
341 OnTheFlyManagers.find(MP);
344 dumpLastUses(MP, Offset+1);
410 MPPassManager *MP = static_cast<MPPassManager *>(PassManagers[N]);
411 return MP;
    [all...]
  /external/webkit/Source/WebKit/android/content/
address_detector.cpp 570 // first letter with the name of their state (MP = Northern Mariana Islands).
699 MP = 29, // MP Northern Mariana Islands
    [all...]
  /external/opencv/cv/include/
cvtypes.h 250 int MP;
273 int MP; /* number of measurement vector dimensions */
  /external/quake/quake/src/WinQuake/
vid_sunxil.cpp 156 #define MP(a) (int)((current_pixel_multiply)?((a)/current_pixel_multiply):(a))
256 vid.width = MP(wattr.width) & ~3;
257 vid.height = MP(wattr.height);
522 vid.width = MP(desired_width);
523 vid.height = MP(desired_height);
982 vid.width = MP(config_notify_width) & ~3;
983 vid.height = MP(config_notify_height);
1054 vid.width = MP(config_notify_width) & ~3;
1055 vid.height = MP(config_notify_height);

Completed in 140 milliseconds