HomeSort by relevance Sort by last modified time
    Searched refs:TAGGED (Results 1 - 25 of 37) sorted by null

1 2

  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DERTaggedObject.java 16 * @param explicit true if an explicitly tagged object.
18 * @param obj the tagged object.
90 out.writeTag(BERTags.CONSTRUCTED | BERTags.TAGGED, tagNo);
102 flags = BERTags.CONSTRUCTED | BERTags.TAGGED;
106 flags = BERTags.TAGGED;
115 out.writeEncoded(BERTags.CONSTRUCTED | BERTags.TAGGED, tagNo, ZERO_BYTES);
DLTaggedObject.java 16 * @param explicit true if an explicitly tagged object.
18 * @param obj the tagged object.
84 out.writeTag(BERTags.CONSTRUCTED | BERTags.TAGGED, tagNo);
96 flags = BERTags.CONSTRUCTED | BERTags.TAGGED;
100 flags = BERTags.TAGGED;
109 out.writeEncoded(BERTags.CONSTRUCTED | BERTags.TAGGED, tagNo, ZERO_BYTES);
BERTags.java 35 public static final int TAGGED = 0x80;
BERGenerator.java 53 int tagNum = _tagNo | BERTags.TAGGED;
ASN1StreamParser.java 162 if ((tag & BERTags.TAGGED) != 0)
178 if ((tag & BERTags.TAGGED) != 0)
BERTaggedObject.java 16 * @param obj the tagged object.
26 * @param explicit true if an explicitly tagged object.
28 * @param obj the tagged object.
39 * create an implicitly tagged object that contains a zero
99 out.writeTag(BERTags.CONSTRUCTED | BERTags.TAGGED, tagNo);
ASN1InputStream.java 149 if ((tag & TAGGED) != 0)
254 if ((tag & TAGGED) != 0)
293 // with tagged object tag number is bottom 5 bits, or stored at the start of the content
  /external/v8/src/
code-stubs.h 810 enum ExponentType { INTEGER, DOUBLE, TAGGED };
818 if (exponent_type() == TAGGED) {
    [all...]
  /prebuilts/tools/common/m2/repository/com/braintreepayments/encryption/2.1.0/
encryption-2.1.0.jar 
  /external/v8/src/crankshaft/arm/
lithium-codegen-arm.cc     [all...]
  /external/v8/src/crankshaft/arm64/
lithium-codegen-arm64.cc     [all...]
  /external/v8/src/crankshaft/ia32/
lithium-codegen-ia32.cc     [all...]
  /external/v8/src/crankshaft/mips/
lithium-codegen-mips.cc     [all...]
  /external/v8/src/crankshaft/mips64/
lithium-codegen-mips64.cc     [all...]
  /external/v8/src/crankshaft/ppc/
lithium-codegen-ppc.cc     [all...]
  /external/v8/src/crankshaft/s390/
lithium-codegen-s390.cc     [all...]
  /external/v8/src/crankshaft/x64/
lithium-codegen-x64.cc     [all...]
  /external/v8/src/arm/
code-stubs-arm.cc 315 // Load the double from rhs, tagged HeapNumber r0, to d6.
340 // Load the double from lhs, tagged HeapNumber r1, to d7.
645 // tagged as a small integer.
692 if (exponent_type() == TAGGED) {
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 600 // tagged as a small integer.
674 // jssp[0]: Exponent (as a tagged value).
675 // jssp[1]: Base (as a tagged value).
677 // The (tagged) result will be returned in x0, as a heap number.
697 if (exponent_type() == TAGGED) {
721 // x10 base_tagged The tagged base (input).
722 // x11 exponent_tagged The tagged exponent (input).
728 // x10 base_tagged The tagged base (input).
729 // x11 exponent_tagged The tagged exponent (input).
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 332 if (exponent_type() == TAGGED) {
524 // Multiplying by 2 comes for free since edx is smi-tagged.
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 698 // tagged as a small integer.
762 if (exponent_type() == TAGGED) {
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 695 // tagged as a small integer.
759 if (exponent_type() == TAGGED) {
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 332 // Load the double from rhs, tagged HeapNumber r3, to d6.
362 // Load the double from lhs, tagged HeapNumber r4, to d7.
674 // tagged as a small integer.
733 if (exponent_type() == TAGGED) {
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 327 // Load the double from rhs, tagged HeapNumber r2, to d6.
355 // Load the double from lhs, tagged HeapNumber r3, to d7.
657 // tagged as a small integer.
710 if (exponent_type() == TAGGED) {
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 224 if (exponent_type() == TAGGED) {
    [all...]

Completed in 2765 milliseconds

1 2