Home
last modified time | relevance | path

Searched refs:Codes (Results 1 – 25 of 34) sorted by relevance

12

/src/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFDebugAbbrev.cpp78 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 DInlineAsm.cpp83 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 DInlineAsm.h113 ConstraintCodeVector Codes; member
154 ConstraintCodeVector Codes; member
/src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DInlineAsmLowering.cpp138 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 DTHAI%UCS.src97 # 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 DUCS%THAI.src97 # 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 Dntpq.texi45 * 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 Dntpq-opts.def781 .Ss Status Words and Kiss Codes
/src/crypto/openssl/doc/man7/
H A Devp.pod21 digital signatures and Message Authentication Codes (MACs). Also see the older
/src/sys/contrib/zlib/doc/
H A Drfc1951.txt437 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 DREADME230 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 DSparcInstrInfo.td882 // 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 Ddefinitions.units365 # ISO Currency Codes
/src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAttributor.cpp923 for (StringRef Code : CI.Codes) { in inlineAsmUsesAGPRs()
/src/sys/dev/mps/mpi/
H A Dmpi2_history.txt76 * Removed the MPI-defined Fault Codes and extended the
/src/share/misc/
H A Diso3166496 # EAST TIMOR (TL) changed short name to TIMOR-LESTE. Codes unchanged.
H A Diso6398 # International Standard, Codes for the representation of names of
/src/sys/dev/mpr/mpi/
H A Dmpi2_history.txt77 * Removed the MPI-defined Fault Codes and extended the
/src/crypto/openssl/doc/man1/
H A Dopenssl.pod33 o Calculation of Message Digests and Message Authentication Codes
/src/contrib/llvm-project/llvm/lib/Target/M68k/
H A DM68kInstrInfo.td440 // Condition Codes
/src/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md861 ##### Offset Codes
917 [Offset Codes]: #offset-codes
/src/sys/dev/aic7xxx/
H A Daic7xxx.reg858 mask SEQINT_MASK 0xf0|SEQINT /* SEQINT Status Codes */
/src/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsInstrFPU.td722 // Floating Point Branch Codes
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5898 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 Dfunstack.ok488 Cryptographic Codes . . . . . . . . . . 3--14
968 Robert T. O'Reagan Computer Assigned Codes from Verbal
1934 Linear Programming Codes . . . . . . . . 583--587 (or 583--586??)

12