Home
last modified time | relevance | path

Searched refs:IPC (Results 1 – 25 of 101) sorted by relevance

12345

/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/nds32/isr-library/
H A Dsave_all.inc40 mfsr $r1, $IPC /* Get IPC. */
42 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */
58 mfsr $r1, $IPC /* Get IPC. */
60 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */
H A Dsave_partial.inc41 mfsr $r1, $IPC /* Get IPC. */
43 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */
61 mfsr $r1, $IPC /* Get IPC. */
63 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */
H A Drestore_partial.inc30 lmw.bim $r1, [$sp], $r2, #0x0 /* Restore IPC, IPSW. */
31 mtsr $r1, $IPC /* Set IPC. */
H A Drestore_all.inc29 lmw.bim $r1, [$sp], $r2, #0x0 /* Restore IPC, IPSW. */
30 mtsr $r1, $IPC
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/nds32/isr-library/
H A Dsave_partial.inc41 mfsr $r1, $IPC /* Get IPC. */
43 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */
61 mfsr $r1, $IPC /* Get IPC. */
63 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */
H A Dsave_all.inc40 mfsr $r1, $IPC /* Get IPC. */
42 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */
58 mfsr $r1, $IPC /* Get IPC. */
60 smw.adm $r1, [$sp], $r2, #0x0 /* Push IPC, IPSW. */
H A Drestore_partial.inc30 lmw.bim $r1, [$sp], $r2, #0x0 /* Restore IPC, IPSW. */
31 mtsr $r1, $IPC /* Set IPC. */
H A Drestore_all.inc29 lmw.bim $r1, [$sp], $r2, #0x0 /* Restore IPC, IPSW. */
30 mtsr $r1, $IPC
/netbsd-src/external/bsd/openldap/dist/doc/drafts/
H A Ddraft-chu-ldap-ldapi-xx.txt10 Using LDAP Over IPC Mechanisms
57 Internet-Draft LDAP Over IPC February 2007
64 IPC mechanisms instead of a TCP session. Such mechanisms can also
67 implementation of LDAP over Unix IPC that has been in use in OpenLDAP
68 since January 2000, including the URL format used to specify an IPC
113 Internet-Draft LDAP Over IPC February 2007
123 of TCP/IP is overkill. Systems like Unix offer native IPC mechanisms
169 Internet-Draft LDAP Over IPC February 2007
225 Internet-Draft LDAP Over IPC February 2007
242 server's performance. No such constraints exist when using IPC
[all …]
/netbsd-src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
H A Dconfig.pm19 use IPC::Cmd;
55 return undef unless IPC::Cmd::can_run("$CROSS_COMPILE$CC");
61 return undef unless IPC::Cmd::can_run("$CROSS_COMPILE$CC");
208 return undef unless IPC::Cmd::can_run('uname');
308 next unless IPC::Cmd::can_run("$CROSS_COMPILE$_");
381 if (IPC::Cmd::can_run('cc')) {
409 if (IPC::Cmd::can_run('cl')) {
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-mca/Views/
H A DSummaryView.cpp79 << format("%.2f", floor((DV.IPC * 100) + 0.5) / 100); in printView()
95 DV.IPC = (double)DV.TotalInstructions / TotalCycles; in collectData()
109 {"IPC", DV.IPC}, in toJSON()
H A DSchedulerStatistics.cpp115 unsigned IPC = Entry.second; in printSchedulerStats() local
116 OS << " " << NumIssued << ", " << IPC << " (" in printSchedulerStats()
117 << format("%.1f", ((double)IPC / NumCycles) * 100) << "%)\n"; in printSchedulerStats()
H A DSummaryView.h56 double IPC; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/
H A DMicroOpQueueStage.cpp38 MicroOpQueueStage::MicroOpQueueStage(unsigned Size, unsigned IPC, in MicroOpQueueStage() argument
40 : NextAvailableSlotIdx(0), CurrentInstructionSlotIdx(0), MaxIPC(IPC), in MicroOpQueueStage()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/HardwareUnits/
H A DRegisterFile.cpp165 IndexPlusCostPairTy &IPC = Entry.IndexPlusCost; in addRegisterFile() local
166 if (IPC.first && IPC.first != RegisterFileIndex) { in addRegisterFile()
173 IPC = std::make_pair(RegisterFileIndex, RCE.Cost); in addRegisterFile()
183 OtherEntry.IndexPlusCost = IPC; in addRegisterFile()
/netbsd-src/crypto/external/bsd/openssl/dist/util/
H A Dc-compress-test.pl39 use IPC::Open2;
/netbsd-src/share/doc/papers/newvm/
H A Dspell.ok12 IPC
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/
H A DMicroOpQueueStage.h64 MicroOpQueueStage(unsigned Size, unsigned IPC = 0,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dmake_exports.pl12 use IPC::Open2;
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Dmake_exports.pl12 use IPC::Open2;
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A Dgprofng.rc69 dmetrics i!IPC:e!.IPC
/netbsd-src/external/bsd/openldap/dist/doc/guide/admin/
H A Drunningslapd.sdf55 ldapi:/// LDAP IPC (Unix-domain socket)
67 For LDAP over IPC, the pathname of the Unix-domain socket can be encoded
74 ldapi: is described in detail in {{Using LDAP Over IPC Mechanisms}} [{{REF:Chu-LDAPI}}]
/netbsd-src/external/mpl/bind/dist/contrib/scripts/
H A Dcheck-secure-delegation.pl.in16 use IPC::Open2;
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A Dgprofng.rc69 dmetrics i!IPC:e!.IPC
/netbsd-src/external/gpl3/gcc.old/dist/contrib/
H A Dmake_sunver.pl20 use IPC::Open2;

12345