HomeSort by relevance Sort by last modified time
    Searched defs:price (Results 1 - 9 of 9) sorted by null

  /external/lzma/Java/SevenZip/Compression/RangeCoder/
BitTreeEncoder.java 46 int price = 0; local
52 price += Encoder.GetPrice(Models[m], bit);
55 return price;
60 int price = 0; local
66 price += Encoder.GetPrice(Models[m], bit);
69 return price;
75 int price = 0; local
81 price += Encoder.GetPrice(Models[startIndex + m], bit);
84 return price;
  /cts/tests/tests/net/src/android/net/cts/
UrlQuerySanitizerTest.java 48 final String query = "book=thinking in java&price=108";
51 final String price = "price"; local
54 uqs.registerParameters(new String[]{book, price}, UrlQuerySanitizer.getSpaceLegal());
57 assertTrue(uqs.hasParameter(price));
60 assertEquals(bookPrice, uqs.getValue(price));
64 assertFalse(uqs.hasParameter(price));
69 uqs.parseEntry(price, bookPrice);
70 assertTrue(uqs.hasParameter(price));
71 assertEquals(bookPrice, uqs.getValue(price));
    [all...]
  /external/lzma/C/Util/SfxSetup/
SfxSetup.c 439 unsigned price = namePrice + extPrice * 64 + (nameStartPos == 0 ? 0 : (1 << 12)); local
440 if (minPrice > price)
442 minPrice = price;
  /external/chromium_org/third_party/lzma_sdk/
LzmaEnc.c 144 UInt32 price; member in struct:__anon14163
638 UInt32 price = 0; local
642 price += GET_PRICEa(probs[symbol >> 8], (symbol >> 7) & 1);
646 return price;
651 UInt32 price = 0; local
657 price += GET_PRICEa(probs[offs + (matchByte & offs) + (symbol >> 8)], (symbol >> 7) & 1);
662 return price;
695 UInt32 price = 0; local
699 price += GET_PRICEa(probs[symbol >> 1], symbol & 1);
702 return price;
707 UInt32 price = 0; local
865 UInt32 price; local
1053 UInt32 price; local
1314 UInt32 price; local
    [all...]
  /external/chromium_org/third_party/ots/third_party/lzma_sdk/
LzmaEnc.c 145 UInt32 price; member in struct:__anon15731
639 UInt32 price = 0; local
643 price += GET_PRICEa(probs[symbol >> 8], (symbol >> 7) & 1);
647 return price;
652 UInt32 price = 0; local
658 price += GET_PRICEa(probs[offs + (matchByte & offs) + (symbol >> 8)], (symbol >> 7) & 1);
663 return price;
696 UInt32 price = 0; local
700 price += GET_PRICEa(probs[symbol >> 1], symbol & 1);
703 return price;
708 UInt32 price = 0; local
866 UInt32 price; local
1054 UInt32 price; local
1315 UInt32 price; local
    [all...]
  /external/lzma/C/
LzmaEnc.c 144 UInt32 price; member in struct:__anon24350
638 UInt32 price = 0; local
642 price += GET_PRICEa(probs[symbol >> 8], (symbol >> 7) & 1);
646 return price;
651 UInt32 price = 0; local
657 price += GET_PRICEa(probs[offs + (matchByte & offs) + (symbol >> 8)], (symbol >> 7) & 1);
662 return price;
695 UInt32 price = 0; local
699 price += GET_PRICEa(probs[symbol >> 1], symbol & 1);
702 return price;
707 UInt32 price = 0; local
865 UInt32 price; local
1053 UInt32 price; local
1314 UInt32 price; local
    [all...]
  /external/lzma/Java/SevenZip/Compression/LZMA/
Encoder.java 110 int price = 0; local
119 price += SevenZip.Compression.RangeCoder.Encoder.GetPrice(m_Encoders[((1 + matchBit) << 8) + context], bit);
131 price += SevenZip.Compression.RangeCoder.Encoder.GetPrice(m_Encoders[context], bit);
134 return price;
290 public int Price;
463 int price; local
466 price = SevenZip.Compression.RangeCoder.Encoder.GetPrice0(_isRepG0[state]);
467 price += SevenZip.Compression.RangeCoder.Encoder.GetPrice1(_isRep0Long[(state << Base.kNumPosStatesBitsMax) + posState]);
471 price = SevenZip.Compression.RangeCoder.Encoder.GetPrice1(_isRepG0[state]);
473 price += SevenZip.Compression.RangeCoder.Encoder.GetPrice0(_isRepG1[state]);
485 int price = _repMatchLenEncoder.GetPrice(len - Base.kMatchMinLen, posState); local
491 int price; local
650 int price = repMatchPrice + GetPureRepPrice(i, _state, posState); local
    [all...]
  /external/zxing/core/
core.jar 
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 

Completed in 278 milliseconds