Home
last modified time | relevance | path

Searched defs:price (Results 1 – 20 of 20) 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/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/snakeyaml/src/test/java/org/yaml/snakeyaml/
DProduct.java22 public Float price; field in Product
/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/zstd/lib/compress/
Dzstd_opt.c61 MEM_STATIC double ZSTD_fCost(U32 price) in ZSTD_fCost()
228 { U32 price = litLength * optPtr->litSumBasePrice; in ZSTD_rawLiteralsCost() local
262 U32 price; in ZSTD_getMatchPrice() local
1039 int const price = opt[cur-1].price in ZSTD_compressBlock_opt_generic() local
1127 … int const price = basePrice + ZSTD_getMatchPrice(offset, mlen, optStatePtr, optLevel); in ZSTD_compressBlock_opt_generic() local
Dzstd_compress_internal.h107 int price; member
/external/webrtc/rtc_base/experiments/
Dfield_trial_list_unittest.cc22 int price = 0; member
/external/lz4/lib/
Dlz4hc.c1217 int price; member
1226 int price = litlen; in LZ4HC_literalsPrice() local
1237 int price = 1 + 2 ; /* token + 16-bit offset */ in LZ4HC_sequencePrice() local
1404 …int const price = opt[cur].price - LZ4HC_literalsPrice(baseLitlen) + LZ4HC_literalsPrice(baseLitle… in LZ4HC_compress_optimal() local
1423 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/llvm-project/llvm/unittests/Support/
DYAMLIOTest.cpp1080 int price; member
/external/zstd/lib/legacy/
Dzstd_v06.c568 U32 price; member
Dzstd_v07.c2803 U32 price; member