| /src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/ |
| H A D | DWARFDebugAbbrev.cpp | 78 std::vector<uint32_t> Codes; in getCodeRange() local 79 Codes.reserve(Decls.size()); in getCodeRange() 81 Codes.push_back(Decl.getCode()); in getCodeRange() 87 for (auto Current = Codes.begin(), End = Codes.end(); Current != End;) { in getCodeRange()
|
| /src/contrib/llvm-project/llvm/lib/IR/ |
| H A D | InlineAsm.cpp | 83 ConstraintCodeVector *pCodes = &Codes; in Parse() 89 pCodes = &multipleAlternatives[0].Codes; in Parse() 195 pCodes = &multipleAlternatives[multipleAlternativeIndex].Codes; in Parse() 230 Codes = scInfo.Codes; in selectAlternative()
|
| /src/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InlineAsm.h | 113 ConstraintCodeVector Codes; member 154 ConstraintCodeVector Codes; member
|
| /src/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()
|
| /src/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
|
| /src/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
|
| /src/crypto/openssl/doc/man7/ |
| H A D | evp.pod | 21 digital signatures and Message Authentication Codes (MACs). Also see the older
|
| /src/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
|
| /src/contrib/sendmail/ |
| H A D | README | 230 RFC1893 Enhanced Mail System Status Codes 235 RFC2034 SMTP Service Extension for Returning Enhanced Error Codes
|
| /src/contrib/llvm-project/llvm/lib/Target/Sparc/ |
| H A D | SparcInstrInfo.td | 882 // Section B.21 - Branch on Integer Condition Codes Instructions, p. 119 883 // Section A.7 - Branch on Integer Condition Codes with Prediction (SPARC v9) 955 // Section B.22 - Branch on Floating-point Condition Codes Instructions, p. 121 1008 // Section B.22 - Branch on Co-processor Condition Codes Instructions, p. 123 1106 // Section B.27 - Trap on Integer Condition Codes Instruction
|
| /src/usr.bin/units/ |
| H A D | definitions.units | 365 # ISO Currency Codes
|
| /src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAttributor.cpp | 923 for (StringRef Code : CI.Codes) { in inlineAsmUsesAGPRs()
|
| /src/sys/dev/mps/mpi/ |
| H A D | mpi2_history.txt | 76 * Removed the MPI-defined Fault Codes and extended the
|
| /src/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
|
| /src/sys/dev/mpr/mpi/ |
| H A D | mpi2_history.txt | 77 * Removed the MPI-defined Fault Codes and extended the
|
| /src/crypto/openssl/doc/man1/ |
| H A D | openssl.pod | 33 o Calculation of Message Digests and Message Authentication Codes
|
| /src/contrib/llvm-project/llvm/lib/Target/M68k/ |
| H A D | M68kInstrInfo.td | 440 // Condition Codes
|
| /src/sys/contrib/zstd/doc/ |
| H A D | zstd_compression_format.md | 861 ##### Offset Codes 917 [Offset Codes]: #offset-codes
|
| /src/sys/dev/aic7xxx/ |
| H A D | aic7xxx.reg | 858 mask SEQINT_MASK 0xf0|SEQINT /* SEQINT Status Codes */
|
| /src/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsInstrFPU.td | 722 // Floating Point Branch Codes
|
| /src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | TargetLowering.cpp | 5898 rCodes = &info.Codes; in getMultipleConstraintMatchWeight() 5900 rCodes = &info.multipleAlternatives[maIndex].Codes; in getMultipleConstraintMatchWeight() 5991 Ret.reserve(OpInfo.Codes.size()); in getConstraintPreferences() 5992 for (StringRef Code : OpInfo.Codes) { in getConstraintPreferences() 6040 assert(!OpInfo.Codes.empty() && "Must have at least one constraint"); in ComputeConstraintToUse() 6043 if (OpInfo.Codes.size() == 1) { in ComputeConstraintToUse() 6044 OpInfo.ConstraintCode = OpInfo.Codes[0]; in ComputeConstraintToUse()
|
| /src/contrib/one-true-awk/testdir/ |
| H A D | funstack.ok | 488 Cryptographic Codes . . . . . . . . . . 3--14 968 Robert T. O'Reagan Computer Assigned Codes from Verbal 1934 Linear Programming Codes . . . . . . . . 583--587 (or 583--586??)
|