| /netbsd-src/external/gpl3/binutils.old/dist/include/gdb/ |
| H A D | signals.def | 69 SET (GDB_SIGNAL_REALTIME_33, 45, "SIG33", "Real-time event 33") 70 SET (GDB_SIGNAL_REALTIME_34, 46, "SIG34", "Real-time event 34") 71 SET (GDB_SIGNAL_REALTIME_35, 47, "SIG35", "Real-time event 35") 72 SET (GDB_SIGNAL_REALTIME_36, 48, "SIG36", "Real-time event 36") 73 SET (GDB_SIGNAL_REALTIME_37, 49, "SIG37", "Real-time event 37") 74 SET (GDB_SIGNAL_REALTIME_38, 50, "SIG38", "Real-time event 38") 75 SET (GDB_SIGNAL_REALTIME_39, 51, "SIG39", "Real-time event 39") 76 SET (GDB_SIGNAL_REALTIME_40, 52, "SIG40", "Real-time event 40") 77 SET (GDB_SIGNAL_REALTIME_41, 53, "SIG41", "Real-time event 41") 78 SET (GDB_SIGNAL_REALTIME_42, 54, "SIG42", "Real-time event 42") [all …]
|
| /netbsd-src/external/gpl3/binutils/dist/include/gdb/ |
| H A D | signals.def | 69 SET (GDB_SIGNAL_REALTIME_33, 45, "SIG33", "Real-time event 33") 70 SET (GDB_SIGNAL_REALTIME_34, 46, "SIG34", "Real-time event 34") 71 SET (GDB_SIGNAL_REALTIME_35, 47, "SIG35", "Real-time event 35") 72 SET (GDB_SIGNAL_REALTIME_36, 48, "SIG36", "Real-time event 36") 73 SET (GDB_SIGNAL_REALTIME_37, 49, "SIG37", "Real-time event 37") 74 SET (GDB_SIGNAL_REALTIME_38, 50, "SIG38", "Real-time event 38") 75 SET (GDB_SIGNAL_REALTIME_39, 51, "SIG39", "Real-time event 39") 76 SET (GDB_SIGNAL_REALTIME_40, 52, "SIG40", "Real-time event 40") 77 SET (GDB_SIGNAL_REALTIME_41, 53, "SIG41", "Real-time event 41") 78 SET (GDB_SIGNAL_REALTIME_42, 54, "SIG42", "Real-time event 42") [all …]
|
| /netbsd-src/sys/dev/i2c/ |
| H A D | files.i2c | 67 # M41T00 Real Time Clock 72 # M41ST84 Real Time Clock 77 # MAX6900 Real Time Clock 82 # NXP/Philips PCF8563 Real Time Clock 87 # Philips PCF8583 Real Time Clock 92 # Seiko Instruments S-xx390A Real Time Clock 123 # Dallas DS1307 Real Time Clock 129 # Xicor X1226 Real Time Clock 139 # RICOH RS5C372[AB] Real Time Clock 144 # RICOH R2025S/D Real Tim [all...] |
| /netbsd-src/external/gpl3/gdb/dist/sim/erc32/ |
| H A D | README.erc32 | 22 1.2 Real-time clock and general pupose timer A 26 - Real-time clock timer (0x01f80080, read-only) 27 - Real-time clock scaler program register (0x01f80084, write-only) 28 - Real-time clock counter program register (0x01f80080, write-only) 31 - Real-time clock scaler program register (0x01f8008c, write-only)
|
| /netbsd-src/external/gpl3/gdb.old/dist/sim/erc32/ |
| H A D | README.erc32 | 22 1.2 Real-time clock and general pupose timer A 26 - Real-time clock timer (0x01f80080, read-only) 27 - Real-time clock scaler program register (0x01f80084, write-only) 28 - Real-time clock counter program register (0x01f80080, write-only) 31 - Real-time clock scaler program register (0x01f8008c, write-only)
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | APValue.h | 261 APSInt Real, Imag; 262 ComplexAPSInt() : Real(1), Imag(1) {} 265 APFloat Real, Imag; 266 ComplexAPFloat() : Real(0.0), Imag(0.0) {} 447 return ((ComplexAPSInt *)(char *)&Data)->Real; 463 return ((ComplexAPFloat *)(char *)&Data)->Real; 601 ((ComplexAPSInt *)(char *)&Data)->Real = std::move(R); 608 ((ComplexAPFloat *)(char *)&Data)->Real = std::move(R);
|
| /netbsd-src/external/bsd/openldap/dist/doc/guide/admin/ |
| H A D | appendix-deployments.sdf | 5 H1: Real World OpenLDAP Deployments and Examples
|
| H A D | appendix-changes.sdf | 30 * {{SECT:Real World OpenLDAP Deployments and Examples}}
|
| H A D | master.sdf | 109 # Real Deployments
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
| H A D | Opcodes.td | 381 // [Real, Real] -> [Real]
|
| /netbsd-src/sys/arch/evbsh3/conf/ |
| H A D | files.ap_ms104_sh4 | 19 # Ricoh RS5C316 Real Time Clock
|
| /netbsd-src/sys/arch/evbarm/conf/ |
| H A D | DNS323 | 34 strtc* at iic? addr 0x68 # ST M41T80 Real-Time Clock
|
| H A D | RPI | 165 # 'DS3231 Raspberry Pi RTC Board Real Time Clock Module for Arduino' 169 # MCP7940 based PiFace Real Time Clock
|
| /netbsd-src/sys/fs/cd9660/ |
| H A D | TODO | 12 o Real Name(long name)
|
| /netbsd-src/external/bsd/tre/dist/ |
| H A D | TODO | 28 - Real-time interface?
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCParser/ |
| H A D | AsmLexer.cpp | 96 return AsmToken(AsmToken::Real, in LexFloatLiteral() 144 return AsmToken(AsmToken::Real, StringRef(TokStart, CurPtr - TokStart)); in LexHexFloatLiteral() 369 return AsmToken(AsmToken::Real, StringRef(TokStart, CurPtr - TokStart)); in LexDigit()
|
| H A D | MCAsmLexer.cpp | 50 case AsmToken::Real: in dump()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
| H A D | MCAsmMacro.h | 36 Real, enumerator
|
| /netbsd-src/sys/dev/acpi/ |
| H A D | acpidevs | 115 #-- Real Time Clock, BIOS, System board devices-- 117 PNP0B00 AT Real-Time Clock 118 PNP0B01 AT Real-Time Clock (PIIX4) 119 PNP0B02 AT Real-Time Clock (Dallas Semiconductor)
|
| /netbsd-src/sys/arch/landisk/conf/ |
| H A D | files.landisk | 79 # Ricoh RS5C313 Real Time Clock
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | ber | 47 >>&0 byte x NRT 2.%d (TD.35, Near Real Time Roaming Data Exchange)
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 358 llvm::Value *Real = nullptr, *Imag = nullptr; in EmitLoadOfLValue() local 362 Real = Builder.CreateLoad(RealP, isVolatile, SrcPtr.getName() + ".real"); in EmitLoadOfLValue() 370 return ComplexPairTy(Real, Imag); in EmitLoadOfLValue() 1083 llvm::Value *Real = CGF.EmitScalarExpr(E->getInit(0)); in VisitInitListExpr() local 1085 return ComplexPairTy(Real, Imag); in VisitInitListExpr()
|
| /netbsd-src/lib/libm/arch/m68060/ |
| H A D | makeas.sh | 46 * Dummy file. Real code is elsewhere.
|
| /netbsd-src/external/bsd/ntp/dist/ |
| H A D | TODO | 6 970711: Look Real Hard at changing the key stuff from u_long to u_int32.
|
| /netbsd-src/sys/arch/emips/conf/ |
| H A D | files.emips | 33 # Real-time clock (not optional)
|