Searched refs:choice2 (Results 1 – 4 of 4) sorted by relevance
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/asn1/der/ |
D | ChoiceTest.java | 223 ASN1Choice choice2 = new ASN1Choice(new ASN1Type[] { choice1, // first: decoded component in testChoiceOfChoice() local 244 Boolean b = (Boolean) choice2.decode(new byte[] { 0x01, 0x01, 0x00 }); in testChoiceOfChoice() 304 ASN1Choice choice2 = new ASN1Choice(new ASN1Type[] { in testDistinctTags() local 319 new ASN1Choice(new ASN1Type[] { choice1, choice2 }) { in testDistinctTags() argument
|
/external/lzma/C/ |
D | LzmaEnc.c | 219 CLzmaProb choice2; member 734 p->choice = p->choice2 = kProbInitValue; in LenEnc_Init() 755 RangeEnc_EncodeBit(rc, &p->choice2, 0); in LenEnc_Encode() 760 RangeEnc_EncodeBit(rc, &p->choice2, 1); in LenEnc_Encode() 770 UInt32 b0 = a1 + GET_PRICE_0a(p->choice2); in LenEnc_SetPrices() 771 UInt32 b1 = a1 + GET_PRICE_1a(p->choice2); in LenEnc_SetPrices()
|
/external/lzma/xz-embedded/ |
D | xz_dec_lzma2.c | 120 uint16_t choice2; member 630 if (!rc_bit(&s->rc, &l->choice2)) { in lzma_len()
|
/external/toybox/toys/pending/ |
D | xzcat.c | 1282 uint16_t choice2; member 1778 if (!rc_bit(&s->rc, &l->choice2)) { in lzma_len()
|