HomeSort by relevance Sort by last modified time
    Searched refs:Prefix (Results 51 - 75 of 153) sorted by null

1 23 4 5 6 7

  /external/llvm/lib/Target/AArch64/
AArch64AsmPrinter.cpp 55 char Prefix = &RegClass == &AArch64::GPR32RegClass ? 'w' : 'x';
58 O << Prefix << "zr";
62 O << (Prefix == 'x' ? "sp" : "wsp");
89 // interesting TLS-model specific ways. Set the prefix modifier as
124 // Some instructions (notably ADRP) don't take the # prefix for
129 // Only need the joining "_" if both the prefix and the suffix are
  /external/llvm/lib/Target/PowerPC/
PPCMCInstLower.cpp 57 const char *Prefix = "";
61 Prefix = PGP;
63 MCSymbol *Sym = Ctx.GetOrCreateSymbol(Twine(Prefix) + Twine(Name));
  /external/clang/tools/driver/
driver.cpp 207 // the function tries to identify a target as prefix. E.g.
209 // target prefix "x86_64-linux". If such a target prefix is found,
230 StringRef Prefix;
252 Prefix = ProgNameRef.slice(0, LastComponent);
262 if (Prefix.empty())
266 if (llvm::TargetRegistry::lookupTarget(Prefix, IgnoredError)) {
270 ArgVector.insert(it, SaveStringInSet(SavedStrings, Prefix));
  /external/llvm/lib/MC/
SubtargetFeature.cpp 61 std::string Prefix = IsEnabled ? "+" : "-";
62 Prefix += Feature;
63 return Prefix;
  /external/llvm/lib/Target/ARM/MCTargetDesc/
ARMELFStreamer.cpp 208 void SwitchToEHSection(const char *Prefix, unsigned Type, unsigned Flags,
235 inline void ARMELFStreamer::SwitchToEHSection(const char *Prefix,
245 SmallString<128> EHSecName(Prefix);
  /external/chromium/chrome/browser/autocomplete/
history_url_provider.h 231 // Returns the best prefix that begins |text|. "Best" means "greatest number
232 // of components". This may return NULL if no prefix begins |text|.
235 // prefix. This is useful when you need to figure out the innermost match
237 const history::Prefix* BestPrefix(const GURL& text,
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600KernelParameters.cpp 413 std::string Prefix = "struct.opencl_builtin_type_";
417 if (Name.substr(0, Prefix.length()) == Prefix) {
418 return Name.substr(Prefix.length(), Name.length());
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 413 std::string Prefix = "struct.opencl_builtin_type_";
417 if (Name.substr(0, Prefix.length()) == Prefix) {
418 return Name.substr(Prefix.length(), Name.length());
  /external/chromium/sdch/open-vcdiff/packages/rpm/
rpm.spec 3 %define prefix /usr
17 Prefix: %prefix
41 make prefix=%prefix
45 make prefix=$RPM_BUILD_ROOT%{prefix} install
56 ## docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
58 %docdir %{prefix}/share/doc/%{NAME}-%{VERSION}
59 %{prefix}/share/doc/%{NAME}-%{VERSION}/
    [all...]
  /external/chromium_org/crypto/
openpgp_symmetric_encryption.cc 50 // Prefix sets |*out| to the first |n| bytes of the StringPiece and advances
52 bool Prefix(size_t n, base::StringPiece *out) {
266 return reader->Prefix(length, out_contents);
277 return reader->Prefix(length, out_contents);
314 if (!reader->Prefix(first_chunk_length, &first_chunk))
327 if (!reader->Prefix(chunk_length, &chunk))
409 if (!reader->Prefix(8, &salt))
417 if (!reader->Prefix(8, &salt) ||
517 if (!reader->Prefix(AES_BLOCK_SIZE + 2, &prefix_sp))
519 uint8 prefix[AES_BLOCK_SIZE + 2]
713 uint8 prefix[kBlockSize + 2], fre[kBlockSize], iv[kBlockSize]; local
    [all...]
  /external/chromium_org/sdch/open-vcdiff/packages/rpm/
rpm.spec 3 %define prefix /usr
17 Prefix: %prefix
41 make prefix=%prefix
45 make prefix=$RPM_BUILD_ROOT%{prefix} install
56 ## docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
58 %docdir %{prefix}/share/doc/%{NAME}-%{VERSION}
59 %{prefix}/share/doc/%{NAME}-%{VERSION}/
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/packages/rpm/
rpm.spec 3 %define prefix /usr
17 Prefix: %prefix
36 - Change install to use DESTDIR instead of prefix for configure
49 ./configure --prefix=%{_prefix} --exec-prefix=%{_exec_prefix} --bindir=%{_bindir} --sbindir=%{_sbindir} --sysconfdir=%{_sysconfdir} --datadir=%{_datadir} --includedir=%{_includedir} --libdir=%{_libdir} --libexecdir=%{_libexecdir} --localstatedir=%{_localstatedir} --sharedstatedir=%{_sharedstatedir} --mandir=%{_mandir} --infodir=%{_infodir}
62 %docdir %{prefix}/share/doc/%{NAME}-%{VERSION}
63 %{prefix}/share/doc/%{NAME}-%{VERSION}/*
  /external/clang/lib/ASTMatchers/Dynamic/
Diagnostics.cpp 166 const Twine Prefix, llvm::raw_ostream &OS) {
168 OS << Prefix;
  /external/llvm/lib/Support/
Path.cpp 674 createTemporaryFile(const Twine &Prefix, StringRef Suffix, int &ResultFD,
678 return createTemporaryFile(Prefix + Middle + Suffix, ResultFD, ResultPath,
683 error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix,
686 return createTemporaryFile(Prefix, Suffix, ResultFD, ResultPath, FS_File);
689 error_code createTemporaryFile(const Twine &Prefix, StringRef Suffix,
692 return createTemporaryFile(Prefix, Suffix, Dummy, ResultPath, FS_Name);
698 error_code createUniqueDirectory(const Twine &Prefix,
701 return createUniqueEntity(Prefix + "-%%%%%%", Dummy, ResultPath,
APInt.cpp 195 /// @brief Prefix increment operator. Increments the APInt by one.
224 /// @brief Prefix decrement operator. Decrements the APInt by one.
    [all...]
  /external/open-vcdiff/packages/rpm/
rpm.spec 3 %define prefix /usr
17 Prefix: %prefix
41 make prefix=%prefix
45 make prefix=$RPM_BUILD_ROOT%{prefix} install
56 ## docdir = $(prefix)/share/doc/$(PACKAGE)-$(VERSION)
58 %docdir %{prefix}/share/doc/%{NAME}-%{VERSION}
59 %{prefix}/share/doc/%{NAME}-%{VERSION}/
    [all...]
  /external/valgrind/main/VEX/priv/
guest_amd64_toIR.c 82 Prefix"):
640 The top 8 bits of the prefix are 0x55, just as a hacky way to
641 ensure it really is a valid prefix.
643 Things you can safely assume about a well-formed prefix:
650 typedef UInt Prefix;
659 #define PFX_LOCK (1<<7) /* bus LOCK prefix present (0xF0) */
660 #define PFX_F2 (1<<8) /* REP/REPE/REPZ prefix present (0xF2) */
661 #define PFX_F3 (1<<9) /* REPNE/REPNZ prefix present (0xF3) */
662 #define PFX_CS (1<<10) /* CS segment prefix present (0x2E) */
663 #define PFX_DS (1<<11) /* DS segment prefix present (0x3E) *
    [all...]
  /external/lzma/CPP/7zip/UI/Common/
EnumDirItems.cpp 68 int CDirItems::AddPrefix(int phyParent, int logParent, const UString &prefix)
72 return Prefixes.Add(prefix);
177 const UStringVector &addArchivePrefix, // prefix from curNode
355 int phyParent = pair.Prefix.IsEmpty() ? -1 : dirItems.AddPrefix(-1, -1, pair.Prefix);
356 RINOK(EnumerateDirItems(pair.Head, phyParent, -1, pair.Prefix, UStringVector(), dirItems, false,
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 567 const char *Prefix;
570 UnknownPragmaHandler(const char *prefix, PrintPPOutputPPCallbacks *callbacks)
571 : Prefix(prefix), Callbacks(callbacks) {}
578 Callbacks->OS.write(Prefix, strlen(Prefix));
  /external/llvm/lib/CodeGen/
Spiller.cpp 38 cl::Prefix,
  /external/iputils/
iputils.spec 13 Prefix: %{_prefix}
  /external/llvm/lib/CodeGen/AsmPrinter/
DwarfAccelTable.cpp 79 void DwarfAccelTable::FinalizeTable(AsmPrinter *Asm, StringRef Prefix) {
105 Data[i]->Sym = Asm->GetTempSymbol(Prefix, i);
  /external/lzma/CPP/Common/
Wildcard.cpp 366 int CCensor::FindPrefix(const UString &prefix) const
369 if (CompareFileNames(Pairs[i].Prefix, prefix) == 0)
410 UString prefix; local
416 prefix += front;
417 prefix += WCHAR_PATH_SEPARATOR;
420 int index = FindPrefix(prefix);
422 index = Pairs.Add(CPair(prefix));
452 if (Pairs[i].Prefix.IsEmpty())
  /external/qemu/distrib/sdl-1.2.15/acinclude/
esd.m4 18 AC_ARG_WITH(esd-prefix,[ --with-esd-prefix=PFX Prefix where ESD is installed (optional)],
20 AC_ARG_WITH(esd-exec-prefix,[ --with-esd-exec-prefix=PFX Exec prefix where ESD is installed (optional)],
26 esd_args="$esd_args --exec-prefix=$esd_exec_prefix"
32 esd_args="$esd_args --prefix=$esd_prefix"
130 echo "*** If ESD was installed in PREFIX, make sure PREFIX/bin is in
    [all...]
  /frameworks/compile/mclinker/tools/mcld/
main.cpp 77 llvm::cl::Prefix);
141 llvm::cl::Prefix);

Completed in 1695 milliseconds

1 23 4 5 6 7