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

  /external/llvm/lib/Target/XCore/Disassembler/
XCoreDisassembler.cpp 237 unsigned Combined = fieldFromInstruction(Insn, 6, 5);
238 if (Combined < 27)
241 if (Combined == 31)
243 Combined += 5;
245 Combined -= 27;
246 unsigned Op1High = Combined % 3;
247 unsigned Op2High = Combined / 3;
256 unsigned Combined = fieldFromInstruction(Insn, 6, 5);
257 if (Combined >= 27)
260 unsigned Op1High = Combined % 3
    [all...]
  /frameworks/base/core/java/android/provider/
BrowserContract.java 663 * A combined view of bookmarks and history. All bookmarks in all folders are included and
667 public static final class Combined implements CommonColumns, HistoryColumns, ImageColumns {
671 private Combined() {}
676 public static final Uri CONTENT_URI = Uri.withAppendedPath(AUTHORITY_URI, "combined");
  /external/clang/lib/Sema/
SemaExprMember.cpp     [all...]
  /external/llvm/lib/IR/
ConstantFold.cpp     [all...]

Completed in 72 milliseconds