Searched refs:choice2 (Results 1 – 6 of 6) 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/chromium_org/third_party/lzma_sdk/ |
D | LzmaEnc.c | 207 CLzmaProb choice2; member 724 p->choice = p->choice2 = kProbInitValue; in LenEnc_Init() 745 RangeEnc_EncodeBit(rc, &p->choice2, 0); in LenEnc_Encode() 750 RangeEnc_EncodeBit(rc, &p->choice2, 1); in LenEnc_Encode() 760 UInt32 b0 = a1 + GET_PRICE_0a(p->choice2); in LenEnc_SetPrices() 761 UInt32 b1 = a1 + GET_PRICE_1a(p->choice2); in LenEnc_SetPrices()
|
/external/lzma/C/ |
D | LzmaEnc.c | 207 CLzmaProb choice2; member 724 p->choice = p->choice2 = kProbInitValue; in LenEnc_Init() 745 RangeEnc_EncodeBit(rc, &p->choice2, 0); in LenEnc_Encode() 750 RangeEnc_EncodeBit(rc, &p->choice2, 1); in LenEnc_Encode() 760 UInt32 b0 = a1 + GET_PRICE_0a(p->choice2); in LenEnc_SetPrices() 761 UInt32 b1 = a1 + GET_PRICE_1a(p->choice2); in LenEnc_SetPrices()
|
/external/chromium_org/third_party/ots/third_party/lzma_sdk/ |
D | LzmaEnc.c | 208 CLzmaProb choice2; member 725 p->choice = p->choice2 = kProbInitValue; in LenEnc_Init() 746 RangeEnc_EncodeBit(rc, &p->choice2, 0); in LenEnc_Encode() 751 RangeEnc_EncodeBit(rc, &p->choice2, 1); in LenEnc_Encode() 761 UInt32 b0 = a1 + GET_PRICE_0a(p->choice2); in LenEnc_SetPrices() 762 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/chromium_org/third_party/brotli/src/ |
D | ots-lzma.patch | 3112 + CLzmaProb choice2; 3629 + p->choice = p->choice2 = kProbInitValue; 3650 + RangeEnc_EncodeBit(rc, &p->choice2, 0); 3655 + RangeEnc_EncodeBit(rc, &p->choice2, 1); 3665 + UInt32 b0 = a1 + GET_PRICE_0a(p->choice2); 3666 + UInt32 b1 = a1 + GET_PRICE_1a(p->choice2);
|