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

  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
structmember.h 81 #define RO READONLY /* Shorthand */
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
structmember.h 81 #define RO READONLY /* Shorthand */
  /external/llvm/lib/Analysis/
ScalarEvolutionNormalization.cpp 215 const SCEV *RO = X->getRHS();
217 const SCEV *RN = TransformSubExpr(RO, User, OperandValToReplace);
218 if (LO != LN || RO != RN)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
minitape.h 124 UCHAR RO : 1;
  /external/llvm/utils/TableGen/
AsmWriterEmitter.cpp 841 const CodeGenInstAlias::ResultOperand &RO = CGA->ResultOperands[i];
843 switch (RO.Kind) {
845 const Record *Rec = RO.getRecord();
846 StringRef ROName = RO.getName();
    [all...]
  /external/llvm/tools/llvm-diff/
DifferenceEngine.cpp 354 Value *LO = L->getOperand(I), *RO = R->getOperand(I);
355 if (!equivalentAsOperands(LO, RO)) {
356 if (Complain) Engine.logf("operands %l and %r differ") << LO << RO;
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 967 RO(new String[]{
    [all...]
  /frameworks/native/include/input/
InputEventLabels.h 259 DEFINE_KEYCODE(RO),
  /external/clang/lib/StaticAnalyzer/Core/
RegionStore.cpp 112 const RegionOffset &RO = R->getAsOffset();
113 if (RO.hasSymbolicOffset())
114 return BindingKey(cast<SubRegion>(R), cast<SubRegion>(RO.getRegion()), k);
116 return BindingKey(RO.getRegion(), RO.getOffset(), k);
    [all...]
  /external/qemu/android/
hw-events.h 143 KEY_CODE(RO ,89) \
  /external/deqp/framework/common/
tcuCompressedTexture.cpp 702 const deUint8 RO = extend6To8((deUint8)getBits(src, 57, 62));
718 const int unclampedR = (x * ((int)RH-(int)RO) + y * ((int)RV-(int)RO) + 4*(int)RO + 2) >> 2;
    [all...]
  /external/chromium_org/chrome/third_party/chromevox/
chromeVoxChromeBackgroundScript.js     [all...]
chromeVoxChromeOptionsScript.js     [all...]
chromeVoxChromePageScript.js     [all...]

Completed in 533 milliseconds