Home
last modified time | relevance | path

Searched defs:price (Results 1 – 14 of 14) 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/lz4/lib/
Dlz4opt.h47 int price; member
57 size_t price = 8*litlen; in LZ4HC_literalsPrice() local
66 size_t price = 16 + 8; /* 16-bit offset + token */ in LZ4HC_sequencePrice() local
195 #define SET_PRICE(pos, mlen, offset, litlen, price) \ argument
220 size_t i, llen, litlen, mlen, best_mlen, price, offset, best_off, match_num, last_pos; in LZ4HC_compress_optimal() local
/external/snakeyaml/src/test/java/org/yaml/snakeyaml/
DProduct.java22 public Float price; field in Product
/external/lzma/Java/Tukaani/src/org/tukaani/xz/lzma/
DLZMAEncoder.java380 int price = anyRepPrice; in getLongRepPrice() local
409 int price = normalMatchPrice in getMatchAndLenPrice() local
456 int price = RangeEncoder.getReverseBitTreePrice( in updateDistPrices() local
529 int price = RangeEncoder.getBitPrice( in getPrice() local
577 int price = 0; in getNormalPrice() local
595 int price = 0; in getMatchedPrice() local
DLZMAEncoderNormal.java230 int price = longRepPrice + repLenEncoder.getPrice(repLen, in getNextSymbol() local
252 int price = getMatchAndLenPrice(normalMatchPrice, in getNextSymbol() local
DOptimum.java22 int price; field in Optimum
/external/lzma/Java/Tukaani/src/org/tukaani/xz/rangecoder/
DRangeEncoder.java149 int price = 0; in getBitTreePrice() local
174 int price = 0; in getReverseBitTreePrice() local
/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/lzma/C/
DLzmaEnc.c181 UInt32 price; member
688 UInt32 price = 0; in LitEnc_GetPrice() local
701 UInt32 price = 0; in LitEnc_GetPriceMatched() local
745 UInt32 price = 0; in RcTree_GetPrice() local
757 UInt32 price = 0; in RcTree_ReverseGetPrice() local
920 UInt32 price; in GetPureRepPrice() local
1113 UInt32 price; in GetOptimum() local
1377 UInt32 price; in GetOptimum() local
/external/lzma/C/Util/SfxSetup/
DSfxSetup.c451 unsigned price = namePrice + extPrice * 64 + (nameStartPos == 0 ? 0 : (1 << 12)); in main() local
/external/guice/extensions/assistedinject/test/com/google/inject/assistedinject/
DFactoryProviderTest.java248 private final double price; field in FactoryProviderTest.Porshe
253 public Porshe(@Assisted Color color, double price) { in Porshe()
DFactoryProvider2Test.java213 private final double price; field in FactoryProvider2Test.Porsche
218 public Porsche(@Assisted Color color, double price) { in Porsche()
/external/llvm/unittests/Support/
DYAMLIOTest.cpp902 int price; member