HomeSort by relevance Sort by last modified time
    Searched refs:TAGGED (Results 1 - 25 of 30) 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     [all...]
  /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 332 // Load the double from rhs, tagged HeapNumber r0, to d6.
357 // Load the double from lhs, tagged HeapNumber r1, to d7.
662 // tagged as a small integer.
743 } else if (exponent_type() == TAGGED) {
    [all...]
  /external/v8/src/arm64/
code-stubs-arm64.cc 614 // tagged as a small integer.
689 // jssp[0]: Exponent (as a tagged value).
690 // jssp[1]: Base (as a tagged value).
692 // The (tagged) result will be returned in x0, as a heap number.
734 // x10 base_tagged The tagged base (input).
735 // x11 exponent_tagged The tagged exponent (input).
742 } else if (exponent_type() == TAGGED) {
844 // x10 base_tagged The tagged base (input).
845 // x11 exponent_tagged The tagged exponent (input).
851 // x10 base_tagged The tagged base (input)
    [all...]
  /external/v8/src/ia32/
code-stubs-ia32.cc 376 } else if (exponent_type() == TAGGED) {
706 // Multiplying by 2 comes for free since edx is smi-tagged.
    [all...]
  /external/v8/src/mips/
code-stubs-mips.cc 710 // tagged as a small integer.
805 } else if (exponent_type() == TAGGED) {
    [all...]
  /external/v8/src/mips64/
code-stubs-mips64.cc 707 // tagged as a small integer.
802 } else if (exponent_type() == TAGGED) {
    [all...]
  /external/v8/src/ppc/
code-stubs-ppc.cc 349 // Load the double from rhs, tagged HeapNumber r3, to d6.
379 // Load the double from lhs, tagged HeapNumber r4, to d7.
688 // tagged as a small integer.
779 } else if (exponent_type() == TAGGED) {
    [all...]
  /external/v8/src/s390/
code-stubs-s390.cc 344 // Load the double from rhs, tagged HeapNumber r2, to d6.
372 // Load the double from lhs, tagged HeapNumber r3, to d7.
671 // tagged as a small integer.
756 } else if (exponent_type() == TAGGED) {
    [all...]
  /external/v8/src/x64/
code-stubs-x64.cc 260 } else if (exponent_type() == TAGGED) {
    [all...]
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 498 milliseconds

1 2