HomeSort by: relevance | last modified time | path
    Searched refs:Purpose (Results 1 - 12 of 12) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-pdbutil/
StreamUtil.h 41 StreamPurpose getPurpose() const { return Purpose; }
46 static StreamInfo createStream(StreamPurpose Purpose, StringRef Name,
52 StreamPurpose Purpose;
StreamUtil.cpp 25 if (Purpose == StreamPurpose::NamedStream)
27 if (Purpose == StreamPurpose::ModuleStream)
32 StreamInfo StreamInfo::createStream(StreamPurpose Purpose, StringRef Name,
37 Result.Purpose = Purpose;
47 Result.Purpose = StreamPurpose::ModuleStream;
51 static inline StreamInfo stream(StreamPurpose Purpose, StringRef Label,
53 return StreamInfo::createStream(Purpose, Label, Idx);
  /src/external/apache2/llvm/dist/llvm/include/llvm/ExecutionEngine/
SectionMemoryManager.h 54 /// \p Purpose. \p NearBlock may point to an existing allocation, in which
73 allocateMappedMemory(AllocationPurpose Purpose, size_t NumBytes,
177 uint8_t *allocateSection(AllocationPurpose Purpose, uintptr_t Size,
  /src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
SectionMemoryManager.cpp 42 SectionMemoryManager::AllocationPurpose Purpose, uintptr_t Size,
53 switch (Purpose) {
105 Purpose, RequiredSize, &MemGroup.Near,
251 allocateMappedMemory(SectionMemoryManager::AllocationPurpose Purpose,
  /src/external/gpl2/texinfo/dist/util/
infosrch 87 Purpose: Extract full text from info node and search it by regex
  /src/external/mpl/dhcp/dist/contrib/ms2isc/
ms2isc.pl 24 # IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
42 Purpose: A Perl Script converting MS NT4 DHCP configuration to ISC DHCP3
168 # purpose: insert $data into array @{$Array} iff the data is not in there yet
187 # purpose: print out the foward domain zone update declaration
206 # purpose: print out the reverse domain zone update declaration
230 # purpose: print out the effective scope configuration for one subnet as
299 # purpose: to return NT4 server's scope configuration
476 # Purpose: to calculate and return the DHCP inclusion ranges out of
529 # purpose: gets the Superscope list from the given server
557 # purpose: to return NT4 server's global scope configuration
    [all...]
  /src/crypto/external/apache2/openssl/dist/crypto/bn/asm/
bn-c64xplus.asm 221 ;; faster, but naturally larger undertaking. Purpose of this exercise
  /src/crypto/external/bsd/openssl/dist/crypto/bn/asm/
bn-c64xplus.asm 221 ;; faster, but naturally larger undertaking. Purpose of this exercise
  /src/crypto/external/bsd/openssl.old/dist/crypto/bn/asm/
bn-c64xplus.asm 222 ;; faster, but naturally larger undertaking. Purpose of this exercise
  /src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/
ELFDumper.cpp 1086 ENUM_ENT(EM_TMM_GPP, "Thompson Multimedia General Purpose Processor"),
1141 ENUM_ENT(EM_MCST_ELBRUS, "MCST Elbrus general purpose hardware architecture"),
5315 {ELF::NT_PPC_TM_SPR, "NT_PPC_TM_SPR (ppc TM special purpose registers)"},
5988 auto PrintEntry = [&](const Elf_Addr *E, StringRef Purpose) {
5996 OS << Purpose << "\n";
6005 OS << " Address Access Initial Purpose\n";
6007 OS << " Address Access Initial Purpose\n";
6069 auto PrintEntry = [&](const Elf_Addr *E, StringRef Purpose) {
6075 OS << Purpose << "\n";
6081 OS << " Address Initial Purpose\n"
    [all...]
  /src/external/gpl3/gdb/dist/sim/ppc/
powerpc.igen 18 # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
704 # Schedule an MFSPR instruction that takes 1 special purpose register and produces an integer output register
723 # Schedule an MTSPR instruction that takes 1 integer register and produces a special purpose output register
3346 0.31,6.RS,11.SPR,21.467,31./:XFX::mtspr %SPR, %RS:Move to Special Purpose Register
3390 0.31,6.RT,11.SPR,21.339,31./:XFX::mfspr %RT, %SPR:Move from Special Purpose Register
4885 #0.31,6.RS,11.SPR,21.467,31./:XFX:::Move To Special Purpose Register
4886 #0.31,6.RT,11.SPR,21.339,31./:XFX:::Move From Special Purpose Register
  /src/external/gpl3/gdb.old/dist/sim/ppc/
powerpc.igen 18 # OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
29 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
704 # Schedule an MFSPR instruction that takes 1 special purpose register and produces an integer output register
723 # Schedule an MTSPR instruction that takes 1 integer register and produces a special purpose output register
3346 0.31,6.RS,11.SPR,21.467,31./:XFX::mtspr %SPR, %RS:Move to Special Purpose Register
3390 0.31,6.RT,11.SPR,21.339,31./:XFX::mfspr %RT, %SPR:Move from Special Purpose Register
4885 #0.31,6.RS,11.SPR,21.467,31./:XFX:::Move To Special Purpose Register
4886 #0.31,6.RT,11.SPR,21.339,31./:XFX:::Move From Special Purpose Register

Completed in 40 milliseconds