| /freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugAbbrev.cpp | 77 std::vector<uint32_t> Codes; in getCodeRange() local 78 Codes.reserve(Decls.size()); in getCodeRange() 80 Codes.push_back(Decl.getCode()); in getCodeRange() 86 for (auto Current = Codes.begin(), End = Codes.end(); Current != End;) { in getCodeRange()
|
| /freebsd/contrib/llvm-project/llvm/lib/IR/ |
| H A D | InlineAsm.cpp | 84 ConstraintCodeVector *pCodes = &Codes; in Parse() 90 pCodes = &multipleAlternatives[0].Codes; in Parse() 196 pCodes = &multipleAlternatives[multipleAlternativeIndex].Codes; in Parse() 231 Codes = scInfo.Codes; in selectAlternative()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InlineAsm.h | 115 ConstraintCodeVector Codes; member 156 ConstraintCodeVector Codes; member
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
| H A D | InlineAsmLowering.cpp | 138 assert(!OpInfo.Codes.empty() && "Must have at least one constraint"); in computeConstraintToUse() 141 if (OpInfo.Codes.size() == 1) { in computeConstraintToUse() 142 OpInfo.ConstraintCode = OpInfo.Codes[0]; in computeConstraintToUse()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVPTXAliasAnalysis.cpp | 140 any_of(Constraint.Codes, in getMemoryEffects()
|
| /freebsd/share/i18n/csmapper/APPLE/ |
| H A D | THAI%UCS.src | 97 # Codes 0xA1-0xDA and 0xDF-0xFB are the character set from Thai 104 # Codes 0x80-0x82, 0x8D-0x8E, 0x91, 0x9D-0x9E, and 0xDB-0xDE are 109 # Codes 0x83-0x8C, 0x8F, and 0x92-0x9C are for positional variants
|
| H A D | UCS%THAI.src | 97 # Codes 0xA1-0xDA and 0xDF-0xFB are the character set from Thai 104 # Codes 0x80-0x82, 0x8D-0x8E, 0x91, 0x9D-0x9E, and 0xDB-0xDE are 109 # Codes 0x83-0x8C, 0x8F, and 0x92-0x9C are for positional variants
|
| /freebsd/contrib/smart/ |
| H A D | README.md | 62 …corrected without substantial delay'). The values will depend on the Page Codes supported by a dri…
|
| /freebsd/contrib/ntp/ntpq/ |
| H A D | ntpq.texi | 45 * Status Words and Kiss Codes:: 197 @node Control Message Commands, Status Words and Kiss Codes, Internal Commands, Top 472 @node Status Words and Kiss Codes, System Variables, Control Message Commands, Top 474 @section Status Words and Kiss Codes 494 @node System Variables, Peer Variables, Status Words and Kiss Codes, Top
|
| H A D | ntpq-opts.def | 781 .Ss Status Words and Kiss Codes
|
| /freebsd/crypto/openssl/doc/man7/ |
| H A D | evp.pod | 21 digital signatures and Message Authentication Codes (MACs). Also see the older
|
| /freebsd/sys/contrib/zlib/doc/ |
| H A D | rfc1951.txt | 437 values determined at step 2. Codes that are never used 661 Lit Value Bits Codes 705 Example: Codes 8, 16 (+2 bits 11), 850 Redundancy Codes", Proceedings of the Institute of Radio
|
| /freebsd/contrib/sendmail/ |
| H A D | README | 230 RFC1893 Enhanced Mail System Status Codes 235 RFC2034 SMTP Service Extension for Returning Enhanced Error Codes
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.td | 930 // Section B.21 - Branch on Integer Condition Codes Instructions, p. 119 931 // Section A.7 - Branch on Integer Condition Codes with Prediction (SPARC v9) 1003 // Section B.22 - Branch on Floating-point Condition Codes Instructions, p. 121 1056 // Section B.22 - Branch on Co-processor Condition Codes Instructions, p. 123 1174 // Section B.27 - Trap on Integer Condition Codes Instruction
|
| /freebsd/usr.bin/units/ |
| H A D | definitions.units | 365 # ISO Currency Codes
|
| /freebsd/share/misc/ |
| H A D | iso3166 | 496 # EAST TIMOR (TL) changed short name to TIMOR-LESTE. Codes unchanged.
|
| H A D | iso639 | 8 # International Standard, Codes for the representation of names of
|
| /freebsd/sys/dev/mps/mpi/ |
| H A D | mpi2_history.txt | 76 * Removed the MPI-defined Fault Codes and extended the
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAttributor.cpp | 1206 for (StringRef Code : CI.Codes) { in inlineAsmUsesAGPRs()
|
| /freebsd/sys/dev/mpr/mpi/ |
| H A D | mpi2_history.txt | 77 * Removed the MPI-defined Fault Codes and extended the
|
| /freebsd/crypto/openssl/doc/man1/ |
| H A D | openssl.pod | 33 o Calculation of Message Digests and Message Authentication Codes
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrInfo.td | 478 // Condition Codes
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsInstrFPU.td | 722 // Floating Point Branch Codes
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic7xxx.reg | 858 mask SEQINT_MASK 0xf0|SEQINT /* SEQINT Status Codes */
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 6119 rCodes = &info.Codes; in getMultipleConstraintMatchWeight() 6121 rCodes = &info.multipleAlternatives[maIndex].Codes; in getMultipleConstraintMatchWeight() 6212 Ret.reserve(OpInfo.Codes.size()); in getConstraintPreferences() 6213 for (StringRef Code : OpInfo.Codes) { in getConstraintPreferences() 6260 assert(!OpInfo.Codes.empty() && "Must have at least one constraint"); in ComputeConstraintToUse() 6263 if (OpInfo.Codes.size() == 1) { in ComputeConstraintToUse() 6264 OpInfo.ConstraintCode = OpInfo.Codes[0]; in ComputeConstraintToUse()
|