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

  /external/llvm/lib/Target/PowerPC/MCTargetDesc/
PPCMachObjectWriter.cpp 198 const MCFixupKind FK = Fixup.getKind();
199 const unsigned IsPCRel = Writer->isFixupKindPCRel(Asm, FK);
200 const unsigned Type = getRelocType(Target, FK, IsPCRel);
308 const MCFixupKind FK = Fixup.getKind(); // unsigned
309 const unsigned Log2Size = getFixupKindLog2Size(FK);
310 const bool IsPCRel = Writer->isFixupKindPCRel(Asm, FK);
311 const unsigned RelocType = getRelocType(Target, FK, IsPCRel);
  /external/chromium_org/third_party/libaddressinput/src/java/src/com/android/i18n/addressinput/
RegionDataConstants.java 367 FK(new String[]{
    [all...]

Completed in 68 milliseconds