Home
last modified time | relevance | path

Searched defs:price (Results 1 – 15 of 15) sorted by relevance

/external/snakeyaml/src/test/java/org/yaml/snakeyaml/extensions/compactnotation/
DItem.java20 private String price; field in Item
31 public void setPrice(String price) { in setPrice()
/external/lzma/Java/SevenZip/Compression/RangeCoder/
DBitTreeEncoder.java46 int price = 0; in GetPrice() local
60 int price = 0; in ReverseGetPrice() local
75 int price = 0; in ReverseGetPrice() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DProduct.java22 public Float price; field in Product
/external/xz-java/src/org/tukaani/xz/lzma/
DLZMAEncoder.java419 int price = anyRepPrice; in getLongRepPrice() local
448 int price = normalMatchPrice in getMatchAndLenPrice() local
495 int price = RangeEncoder.getReverseBitTreePrice( in updateDistPrices() local
568 int price = RangeEncoder.getBitPrice( in getPrice() local
616 int price = 0; in getNormalPrice() local
634 int price = 0; in getMatchedPrice() local
DLZMAEncoderNormal.java232 int price = longRepPrice + repLenEncoder.getPrice(repLen, in getNextSymbol() local
254 int price = getMatchAndLenPrice(normalMatchPrice, in getNextSymbol() local
DOptimum.java22 int price; field in Optimum
/external/xz-java/src/org/tukaani/xz/rangecoder/
DRangeEncoder.java145 int price = 0; in getBitTreePrice() local
171 int price = 0; in getReverseBitTreePrice() local
/external/lzma/C/
DLzmaEnc.c176 UInt32 price; member
773 UInt32 price = 0; in LitEnc_GetPrice() local
788 UInt32 price = 0; in LitEnc_Matched_GetPrice() local
871 UInt32 price = startPrice; in SetPrices_3() local
943 UInt32 price = b; in LenPriceEnc_UpdateTables() local
1043 UInt32 price; in GetPrice_PureRep() local
1248 UInt32 price; in GetOptimum() local
1286 UInt32 price = normalMatchPrice + GET_PRICE_LEN(&p->lenEnc, posState, len); in GetOptimum() local
1355 UInt32 price = p->opt[cur].price; in GetOptimum() local
1582 UInt32 price = litPrice + GetPrice_Rep_0(p, state2, posState2); in GetOptimum() local
[all …]
/external/lzma/Java/SevenZip/Compression/LZMA/
DEncoder.java110 int price = 0; in GetPrice() local
463 int price; in GetPureRepPrice() local
485 int price = _repMatchLenEncoder.GetPrice(len - Base.kMatchMinLen, posState); in GetRepPrice() local
491 int price; in GetPosLenPrice() local
650 int price = repMatchPrice + GetPureRepPrice(i, _state, posState); in GetOptimum() local
/external/lz4/lib/
Dlz4hc.c1095 int price; member
1104 int price = litlen; in LZ4HC_literalsPrice() local
1114 int price = 1 + 2 ; /* token + 16-bit offset */ in LZ4HC_sequencePrice() local
1279 …int const price = opt[cur].price - LZ4HC_literalsPrice(baseLitlen) + LZ4HC_literalsPrice(baseLitle… in LZ4HC_compress_optimal() local
1298 int price; in LZ4HC_compress_optimal() local
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c462 unsigned price = namePrice + extPrice * 64 + (nameStartPos == 0 ? 0 : (1 << 12)); in main() local
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryProviderTest.java267 private final double price; field in FactoryProviderTest.Porshe
272 public Porshe(@Assisted Color color, double price) { in Porshe()
DFactoryProvider2Test.java231 private final double price; field in FactoryProvider2Test.Porsche
236 public Porsche(@Assisted Color color, double price) { in Porsche()
/external/llvm/unittests/Support/
DYAMLIOTest.cpp902 int price; member
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DYAMLIOTest.cpp990 int price; member