OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CDS
(Results
1 - 18
of
18
) sorted by relevancy
/src/external/mpl/bind/dist/bin/tests/system/cds/
tests.sh
70
Z=
cds
.test
74
testcase 1 $
CDS
78
testcase 1 $
CDS
$Z
82
testcase 1 $
CDS
-d . $Z
86
testcase 1 $
CDS
-d empty $Z
90
testcase 1 $
CDS
-d DS.1 $Z
94
testcase 1 $
CDS
-f db.null -d DS.1 $Z
98
testcase 1 $
CDS
-f sig.null -d DS.1 $Z
102
testcase 1 $
CDS
-v1 -f sig.null -d DS.1 $Z
107
testcase 0 $
CDS
-v1 -s -7200 -f sig.null -d DS.1 $
[
all
...]
setup.sh
22
Z=
cds
.test
51
sed 's/ IN DS / IN
CDS
/' <DS.$n >>
CDS
.$n
52
sed 's/ IN DS / IN
CDS
/' <DS.$n-1 >>
CDS
.$n-1
53
sed 's/ IN DS / IN
CDS
/' <DS.$n-2 >>
CDS
.$n-2
108
cat sig.null
CDS
.1 >brk.unsigned-
cds
110
cat db.null
CDS
.1 | sign cds.
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Analysis/
LoopUnrollAnalyzer.cpp
114
ConstantDataSequential *
CDS
=
116
if (!
CDS
)
122
if (
CDS
->getElementType() != I.getType())
125
unsigned ElemSize =
CDS
->getElementType()->getPrimitiveSizeInBits() / 8U;
135
if (Index >=
CDS
->getNumElements()) {
141
Constant *CV =
CDS
->getElementAsConstant(Index);
TargetTransformInfo.cpp
687
} else if (const auto *
CDS
= dyn_cast<ConstantDataSequential>(V)) {
689
for (unsigned I = 0, E =
CDS
->getNumElements(); I != E; ++I) {
690
if (auto *CI = dyn_cast<ConstantInt>(
CDS
->getElementAsConstant(I)))
/src/external/apache2/llvm/dist/llvm/lib/Target/
TargetLoweringObjectFile.cpp
108
if (const ConstantDataSequential *
CDS
= dyn_cast<ConstantDataSequential>(C)) {
109
unsigned NumElts =
CDS
->getNumElements();
110
assert(NumElts != 0 && "Can't have an empty
CDS
");
112
if (
CDS
->getElementAsInteger(NumElts-1) != 0)
117
if (
CDS
->getElementAsInteger(i) == 0)
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp
2666
if (const ConstantDataSequential *
CDS
= dyn_cast<ConstantDataSequential>(V))
2667
return isRepeatedByteSequence(
CDS
);
2673
const ConstantDataSequential *
CDS
,
2676
int Value = isRepeatedByteSequence(
CDS
, DL);
2678
uint64_t Bytes = DL.getTypeAllocSize(
CDS
->getType());
2685
if (
CDS
->isString())
2686
return AP.OutStreamer->emitBytes(
CDS
->getAsString());
2689
unsigned ElementByteSize =
CDS
->getElementByteSize();
2690
if (isa<IntegerType>(
CDS
->getElementType())) {
2691
for (unsigned i = 0, e =
CDS
->getNumElements(); i != e; ++i)
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp
1927
if (const ConstantDataSequential *
CDS
=
1929
if (
CDS
->getNumElements())
1930
for (unsigned i = 0; i <
CDS
->getNumElements(); ++i)
1931
bufferLEByte(cast<Constant>(
CDS
->getElementAsConstant(i)), 0,
/src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86MCInstLower.cpp
2248
if (auto *
CDS
= dyn_cast<ConstantDataSequential>(C)) {
2251
for (int i = 0, NumElements =
CDS
->getNumElements(); i < NumElements;
2255
if (
CDS
->getElementType()->isIntegerTy())
2256
printConstant(
CDS
->getElementAsAPInt(i), CS);
2257
else if (
CDS
->getElementType()->isHalfTy() ||
2258
CDS
->getElementType()->isFloatTy() ||
2259
CDS
->getElementType()->isDoubleTy())
2260
printConstant(
CDS
->getElementAsAPFloat(i), CS);
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprConstant.cpp
351
if (auto *
CDS
= dyn_cast<llvm::ConstantDataSequential>(C)) {
355
CharUnits ElemSize = getSize(
CDS
->getElementType());
357
llvm::map_range(llvm::seq(0u,
CDS
->getNumElements()),
359
return
CDS
->getElementAsConstant(Elem);
363
llvm::seq(0u,
CDS
->getNumElements()),
CGDecl.cpp
899
if (llvm::ConstantDataSequential *
CDS
=
901
for (unsigned i = 0, e =
CDS
->getNumElements(); i != e; ++i) {
902
llvm::Constant *Elt =
CDS
->getElementAsConstant(i);
931
if (llvm::ConstantDataSequential *
CDS
=
933
for (unsigned i = 0, e =
CDS
->getNumElements(); i != e; ++i) {
934
llvm::Constant *Elt =
CDS
->getElementAsConstant(i);
/src/external/mpl/bind/dist/bin/tests/system/isctest/
kasp.py
511
cds
= value.split()
528
rdata_fromwire = " ".join(
cds
[:7])
531
f"
CDS
RDATA MISMATCH: {rdata_fromfile} - {rdata_fromwire}"
536
digest_fromwire = "".join(
cds
[7:]).lower()
539
f"
CDS
DIGEST MISMATCH: {digest_fromfile} - {digest_fromwire}"
897
if covers in [dns.rdatatype.DNSKEY, dns.rdatatype.CDNSKEY, dns.rdatatype.
CDS
]:
995
#
CDS
must be published or not.
1052
# Check if the correct
CDS
records are published. If the current time
1054
# a
CDS
record published.
1064
#
CDS
must be published or not
1213
cds
= f"{rr.name} {rr.ttl} {rdclass} {rdtype} {rdata}"
variable
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/nsupdate/
tests.sh
1934
echo_i "check that
CDS
with mismatched algorithm to DNSSEC multisigner zone is not allowed ($n)"
1935
$DIG $DIGOPTS +tcp +norec multisigner.test
CDS
@10.53.0.3 >dig.out.pre.test$n || ret=1
1941
update add multisigner.test 3600 IN
CDS
14364 14 2 FD03B2312C8F0FE72C1751EFA1007D743C94EC91594FF0047C23C37CE119BA0C
1944
msg=": bad
CDS
RRset"
1946
$DIG $DIGOPTS +tcp +norec multisigner.test
CDS
@10.53.0.3 >dig.out.post.test$n || ret=1
1979
echo_i "check that
CDS
to DNSSEC multisigner zone is allowed ($n)"
1980
$DIG $DIGOPTS +tcp +norec multisigner.test
CDS
@10.53.0.3 >dig.out.pre.test$n || ret=1
1986
update add multisigner.test 3600 IN
CDS
14364 13 2 FD03B2312C8F0FE72C1751EFA1007D743C94EC91594FF0047C23C37CE119BA0C
1989
retry_quiet 5 has_positive_response multisigner.test
CDS
10.53.0.3 || ret=1
/src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/
ExecutionEngine.cpp
1167
if (const ConstantDataSequential *
CDS
=
1169
//
CDS
is already laid out in host memory order.
1170
StringRef Data =
CDS
->getRawDataValues();
/src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp
2533
} else if (const ConstantDataSequential *
CDS
=
2536
Type *EltTy =
CDS
->getElementType();
2538
for (unsigned i = 0, e =
CDS
->getNumElements(); i != e; ++i)
2539
Record.push_back(
CDS
->getElementAsInteger(i));
2541
for (unsigned i = 0, e =
CDS
->getNumElements(); i != e; ++i)
2543
CDS
->getElementAsAPFloat(i).bitcastToAPInt().getLimitedValue());
/src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp
2036
if (const auto *
CDS
= dyn_cast<ConstantDataSequential>(Mask)) {
2040
if (
CDS
->getElementAsInteger(i) >= V1Size*2)
2070
if (auto *
CDS
= dyn_cast<ConstantDataSequential>(Mask)) {
2072
Result.push_back(
CDS
->getElementAsInteger(i));
Constants.cpp
443
if (const auto *
CDS
= dyn_cast<ConstantDataSequential>(this))
444
return Elt <
CDS
->getNumElements() ?
CDS
->getElementAsConstant(Elt)
2969
// The bucket can point to a linked list of different
CDS
's that have the same
2999
assert(Slot != CDSConstants.end() && "
CDS
not found in uniquing table");
3186
default: llvm_unreachable("Invalid bitwidth for
CDS
");
3206
default: llvm_unreachable("Invalid bitwidth for
CDS
");
/src/external/mpl/bind/dist/bin/tests/system/dnssec/
tests.sh
2011
$SIGNER -G "cdnskey,
cds
:sha384" -O full -S -f signer.out.$n -o example example2.db >/dev/null
2014
test $(awk '$4 == "
CDS
" && $7 == "2" { print }' signer/signer.out.$n | wc -l) -eq 0 || ret=1
2015
test $(awk '$4 == "
CDS
" && $7 == "4" { print }' signer/signer.out.$n | wc -l) -eq 1 || ret=1
2027
test $(awk '$4 == "
CDS
" && $7 == "2" { print }' signer/signer.out.$n | wc -l) -eq 1 || ret=1
2028
test $(awk '$4 == "
CDS
" && $7 == "4" { print }' signer/signer.out.$n | wc -l) -eq 0 || ret=1
2040
test $(awk '$4 == "
CDS
" && $7 == "2" { print }' signer/signer.out.$n | wc -l) -eq 0 || ret=1
2041
test $(awk '$4 == "
CDS
" && $7 == "4" { print }' signer/signer.out.$n | wc -l) -eq 0 || ret=1
2050
$SIGNER -G "
cds
:sha-256,
cds
:sha384" -O full -S -f signer.out.$n -o example example2.db >/dev/null
2053
test $(awk '$4 == "
CDS
" && $7 == "2" { print }' signer/signer.out.$n | wc -l) -eq 1 || ret=
[
all
...]
/src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.cpp
1563
if (const ConstantDataSequential *
CDS
=
1566
for (unsigned i = 0, e =
CDS
->getNumElements(); i != e; ++i) {
1567
SDNode *Val = getValue(
CDS
->getElementAsConstant(i)).getNode();
1574
if (isa<ArrayType>(
CDS
->getType()))
Completed in 93 milliseconds
Indexes created Tue Aug 04 00:24:20 UTC 2026