| /netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/nds32/isr-library/ |
| H A D | save_all.inc | 40 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 D | save_partial.inc | 41 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 D | restore_partial.inc | 30 lmw.bim $r1, [$sp], $r2, #0x0 /* Restore IPC, IPSW. */ 31 mtsr $r1, $IPC /* Set IPC. */
|
| H A D | restore_all.inc | 29 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 D | save_partial.inc | 41 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 D | save_all.inc | 40 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 D | restore_partial.inc | 30 lmw.bim $r1, [$sp], $r2, #0x0 /* Restore IPC, IPSW. */ 31 mtsr $r1, $IPC /* Set IPC. */
|
| H A D | restore_all.inc | 29 lmw.bim $r1, [$sp], $r2, #0x0 /* Restore IPC, IPSW. */ 30 mtsr $r1, $IPC
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-chu-ldap-ldapi-xx.txt | 10 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 D | config.pm | 19 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 D | SummaryView.cpp | 79 << 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 D | SchedulerStatistics.cpp | 115 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 D | SummaryView.h | 56 double IPC; member
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MCA/Stages/ |
| H A D | MicroOpQueueStage.cpp | 38 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 D | RegisterFile.cpp | 165 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 D | c-compress-test.pl | 39 use IPC::Open2;
|
| /netbsd-src/share/doc/papers/newvm/ |
| H A D | spell.ok | 12 IPC
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MCA/Stages/ |
| H A D | MicroOpQueueStage.h | 64 MicroOpQueueStage(unsigned Size, unsigned IPC = 0,
|
| /netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/scripts/ |
| H A D | make_exports.pl | 12 use IPC::Open2;
|
| /netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/ |
| H A D | make_exports.pl | 12 use IPC::Open2;
|
| /netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
| H A D | gprofng.rc | 69 dmetrics i!IPC:e!.IPC
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
| H A D | runningslapd.sdf | 55 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 D | check-secure-delegation.pl.in | 16 use IPC::Open2;
|
| /netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
| H A D | gprofng.rc | 69 dmetrics i!IPC:e!.IPC
|
| /netbsd-src/external/gpl3/gcc.old/dist/contrib/ |
| H A D | make_sunver.pl | 20 use IPC::Open2;
|