OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Codes
(Results
1 - 9
of
9
) sorted by null
/external/llvm/lib/VMCore/
InlineAsm.cpp
70
isIndirect(other.isIndirect),
Codes
(other.
Codes
),
84
ConstraintCodeVector *pCodes = &
Codes
;
90
pCodes = &multipleAlternatives[0].
Codes
;
182
pCodes = &multipleAlternatives[multipleAlternativeIndex].
Codes
;
207
Codes
= scInfo.
Codes
;
/external/llvm/include/llvm/
InlineAsm.h
101
ConstraintCodeVector
Codes
;
141
ConstraintCodeVector
Codes
;
/external/llvm/lib/CodeGen/
Analysis.cpp
133
for (unsigned j = 0, ee = CI.
Codes
.size(); j != ee; ++j) {
134
TargetLowering::ConstraintType CType = TLI.getConstraintType(CI.
Codes
[j]);
/external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp
[
all
...]
SelectionDAGBuilder.cpp
[
all
...]
/external/llvm/lib/Target/CBackend/
CBackend.cpp
[
all
...]
/external/dropbear/libtommath/
bn.tex
299
\section{Return
Codes
}
300
There are three possible return
codes
a function may return.
318
\caption{Return
Codes
}
321
The last two
codes
listed are not actually ``return'ed'' by a function. They are placed in an integer (the caller must
322
provide the address of an integer it can store to) which the caller can access. To convert one of the three return
codes
330
This will return a pointer to a string which describes the given error code. It will not work for the return
codes
786
Comparisons in LibTomMath are always performed in a ``left to right'' fashion. There are three possible return
codes
800
\caption{Comparison
Codes
for $a, b$}
818
three compare
codes
listed in figure \ref{fig:CMP}.
876
individually. This function will return one of the compare conditions
codes
listed in figure \ref{fig:CMP}
[
all
...]
/external/llvm/lib/Target/X86/
X86ISelLowering.cpp
[
all
...]
/external/dropbear/libtomcrypt/
crypt.tex
227
that return {\bf int} will return {\bf CRYPT\_OK} if the function was successful, or one of the many error
codes
[
all
...]
Completed in 426 milliseconds