| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/AST/ |
| H A D | APValue.h | 123 APSInt Real, Imag; member 124 ComplexAPSInt() : Real(1), Imag(1) {} in ComplexAPSInt() 127 APFloat Real, Imag; member 128 ComplexAPFloat() : Real(0.0), Imag(0.0) {} in ComplexAPFloat() 276 return ((ComplexAPSInt*)(char*)Data.buffer)->Real; in getComplexIntReal() 292 return ((ComplexAPFloat*)(char*)Data.buffer)->Real; in getComplexFloatReal() 426 ((ComplexAPSInt *)(char *)Data.buffer)->Real = std::move(R); in setComplexInt() 433 ((ComplexAPFloat *)(char *)Data.buffer)->Real = std::move(R); in setComplexFloat()
|
| H A D | StmtVisitor.h | 166 UNARYOP_FALLBACK(Real) UNARYOP_FALLBACK(Imag)
|
| /freebsd-12.1/contrib/llvm/tools/lld/ELF/ |
| H A D | SymbolTable.cpp | 160 void SymbolTable::wrap(Symbol *Sym, Symbol *Real, Symbol *Wrap) { in wrap() argument 163 int &Idx2 = SymMap[CachedHashStringRef(Real->getName())]; in wrap() 172 StringRef S = Real->getName(); in wrap() 173 memcpy(Real, Sym, sizeof(SymbolUnion)); in wrap() 174 Real->setName(S); in wrap()
|
| H A D | SymbolTable.h | 40 void wrap(Symbol *Sym, Symbol *Real, Symbol *Wrap);
|
| H A D | Driver.cpp | 1375 Symbol *Real; member 1398 Symbol *Real = addUndefined<ELFT>(Saver.save("__real_" + Name)); in addWrappedSymbols() local 1400 V.push_back({Sym, Real, Wrap}); in addWrappedSymbols() 1404 Real->CanInline = false; in addWrappedSymbols() 1423 Map[W.Real] = W.Sym; in wrapSymbols() 1436 Symtab->wrap(W.Sym, W.Real, W.Wrap); in wrapSymbols()
|
| /freebsd-12.1/stand/i386/btx/btx/ |
| H A D | btx.S | 26 .set MEM_ESPR,0x5e00 # Real mode stack 53 .set SEL_RCODE,0x18 # Real mode code 54 .set SEL_RDATA,0x20 # Real mode data 271 exit.2: xor %ax,%ax # Real mode segment 569 movl %eax,MEM_ESPR-0x16 # Real mode target CS:IP 655 movl $MEM_ESPR-0x0c,%esi # Real mode stack GP regs
|
| /freebsd-12.1/contrib/tcsh/nls/ukrainian/ |
| H A D | set19 | 14 11 \tЗанято пам'ять з 0x%lx до 0x%lx. Real top at 0x%lx\n
|
| /freebsd-12.1/contrib/tcsh/nls/russian/ |
| H A D | set19 | 14 11 \tAllocated memory from 0x%lx to 0x%lx. Real top at 0x%lx\n
|
| /freebsd-12.1/contrib/tcsh/nls/C/ |
| H A D | set19 | 14 11 \tAllocated memory from 0x%lx to 0x%lx. Real top at 0x%lx\n
|
| /freebsd-12.1/sys/arm64/conf/ |
| H A D | GENERIC | 231 # Real-time clock support 232 device aw_rtc # Allwinner Real-time Clock 233 device mv_rtc # Marvell Real-time Clock
|
| /freebsd-12.1/sys/fs/cd9660/ |
| H A D | TODO | 8 o Real Name(long name)
|
| /freebsd-12.1/contrib/llvm/include/llvm/MC/ |
| H A D | MCAsmMacro.h | 37 Real, enumerator
|
| /freebsd-12.1/stand/i386/btx/btxldr/ |
| H A D | btxldr.S | 31 .set MEM_STUB,0x600 # Real mode stub
|
| /freebsd-12.1/contrib/llvm/lib/MC/MCParser/ |
| H A D | MCAsmLexer.cpp | 51 case AsmToken::Real: in dump()
|
| H A D | AsmLexer.cpp | 86 return AsmToken(AsmToken::Real, in LexFloatLiteral() 134 return AsmToken(AsmToken::Real, StringRef(TokStart, CurPtr - TokStart)); in LexHexFloatLiteral()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/ |
| H A D | CGExprComplex.cpp | 353 llvm::Value *Real = nullptr, *Imag = nullptr; in EmitLoadOfLValue() local 357 Real = Builder.CreateLoad(RealP, isVolatile, SrcPtr.getName() + ".real"); in EmitLoadOfLValue() 365 return ComplexPairTy(Real, Imag); in EmitLoadOfLValue() 1056 llvm::Value *Real = CGF.EmitScalarExpr(E->getInit(0)); in VisitInitListExpr() local 1058 return ComplexPairTy(Real, Imag); in VisitInitListExpr()
|
| /freebsd-12.1/contrib/file/magic/Magdir/ |
| H A D | ber | 47 >>&0 byte x NRT 2.%d (TD.35, Near Real Time Roaming Data Exchange)
|
| /freebsd-12.1/contrib/ntp/ |
| H A D | TODO | 6 970711: Look Real Hard at changing the key stuff from u_long to u_int32.
|
| /freebsd-12.1/sys/gnu/dts/arm/ |
| H A D | imx7d.dtsi | 163 * Real hardware ordering is same as imx6: D+MSI, C, B, A
|
| H A D | am335x-cm-t335.dts | 359 /* Real Time Clock */
|
| /freebsd-12.1/crypto/openssl/doc/man3/ |
| H A D | SSL_CTX_set_tlsext_use_srtp.pod | 23 SRTP is the Secure Real-Time Transport Protocol. OpenSSL implements support for
|
| /freebsd-12.1/usr.sbin/crunch/ |
| H A D | README | 74 Crunch was written for the Maruti Hard Real-Time Operating System
|
| /freebsd-12.1/contrib/llvm/lib/Transforms/Utils/ |
| H A D | SimplifyLibCalls.cpp | 1111 Value *Real, *Imag; in optimizeCAbs() local 1115 Real = B.CreateExtractValue(Op, 0, "real"); in optimizeCAbs() 1119 Real = CI->getArgOperand(0); in optimizeCAbs() 1123 Value *RealReal = B.CreateFMul(Real, Real); in optimizeCAbs()
|
| /freebsd-12.1/contrib/googletest/googletest/docs/ |
| H A D | PumpManual.md | 170 ## Real Examples ##
|
| /freebsd-12.1/contrib/mandoc/ |
| H A D | lib.in | 114 LINE("librt", "POSIX Real\\-time Library (librt, \\-lrt)")
|