Home
last modified time | relevance | path

Searched refs:price (Results 1 - 15 of 15) sorted by relevance

/third_party/lzma/Java/SevenZip/Compression/RangeCoder/
H A DBitTreeEncoder.java46 int price = 0; in GetPrice()
52 price += Encoder.GetPrice(Models[m], bit); in GetPrice()
55 return price; in GetPrice()
60 int price = 0; in ReverseGetPrice()
66 price += Encoder.GetPrice(Models[m], bit); in ReverseGetPrice()
69 return price; in ReverseGetPrice()
75 int price = 0; in ReverseGetPrice()
81 price += Encoder.GetPrice(Models[startIndex + m], bit); in ReverseGetPrice()
84 return price; in ReverseGetPrice()
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-binance/
H A Dmain.c74 uint64_t price = (uint64_t)atoll(s) * 100; in pennies() local
79 price = price + (uint64_t)((10 * (s[1] - '0')) + (s[2] - '0')); in pennies()
81 return price; in pennies()
97 lwsl_notice("%s: price: min: %llu¢, max: %llu¢, avg: %llu¢, " in sul_hz_cb()
125 uint64_t price; in binance_rx() local
158 price = pennies(numbuf); in binance_rx()
160 if (price < bin->price_range.lowest) in binance_rx()
161 bin->price_range.lowest = price; in binance_rx()
162 if (price > bi in binance_rx()
[all...]
/third_party/lzma/CS/7zip/Compress/RangeCoder/
H A DRangeCoderBitTree.cs48 UInt32 price = 0; in GetPrice()
54 price += Models[m].GetPrice(bit); in GetPrice()
57 return price; in GetPrice()
62 UInt32 price = 0; in ReverseGetPrice()
68 price += Models[m].GetPrice(bit); in ReverseGetPrice()
71 return price; in ReverseGetPrice()
77 UInt32 price = 0; in ReverseGetPrice()
83 price += Models[startIndex + m].GetPrice(bit); in ReverseGetPrice()
86 return price; in ReverseGetPrice()
/third_party/lzma/C/
H A DLzmaEnc.c264 UInt32 price; member
870 UInt32 price = 0; in LitEnc_GetPrice() local
876 price += GET_PRICEa(probs[sym], bit); in LitEnc_GetPrice()
879 return price; in LitEnc_GetPrice()
885 UInt32 price = 0; in LitEnc_Matched_GetPrice() local
891 price += GET_PRICEa(probs[offs + (matchByte & offs) + (sym >> 8)], (sym >> 7) & 1); in LitEnc_Matched_GetPrice()
896 return price; in LitEnc_Matched_GetPrice()
968 UInt32 price = startPrice; in SetPrices_3() local
970 price += GET_PRICEa(probs[1 ], (i >> 2)); in SetPrices_3()
971 price in SetPrices_3()
1040 UInt32 price = b; LenPriceEnc_UpdateTables() local
1144 UInt32 price; GetPrice_PureRep() local
1353 UInt32 price; GetOptimum() local
1391 UInt32 price = normalMatchPrice + GET_PRICE_LEN(&p->lenEnc, posState, len); GetOptimum() local
1460 UInt32 price = p->opt[cur].price; GetOptimum() local
1687 UInt32 price = litPrice + GetPrice_Rep_0(p, state2, posState2); GetOptimum() local
1727 UInt32 price; GetOptimum() local
1864 UInt32 price = normalMatchPrice + GET_PRICE_LEN(&p->lenEnc, posState, len); GetOptimum() local
2210 UInt32 price = 0; FillAlignPrices() local
2243 UInt32 price = 0; FillDistancesPrices() local
2276 UInt32 price; FillDistancesPrices() local
[all...]
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/
H A Dmain.c186 lwsl_notice("%s: price: min: %llu¢, max: %llu¢, avg: %llu¢, " in sul_hz_cb()
209 uint64_t price = (uint64_t)atoll(s) * 100; in pennies() local
214 price = price + (uint64_t)((10 * (s[1] - '0')) + (s[2] - '0')); in pennies()
216 return price; in pennies()
225 uint64_t price; in callback_minimal() local
277 price = pennies(numbuf); in callback_minimal()
279 if (price < mco->price_range.lowest) in callback_minimal()
280 mco->price_range.lowest = price; in callback_minimal()
281 if (price > mc in callback_minimal()
[all...]
/third_party/lz4/lib/
H A Dlz4hc.c1269 int price; member
1275 /* price in bytes */
1278 int price = litlen; in LZ4HC_literalsPrice() local
1281 price += 1 + ((litlen-(int)RUN_MASK) / 255); in LZ4HC_literalsPrice()
1282 return price; in LZ4HC_literalsPrice()
1289 int price = 1 + 2 ; /* token + 16-bit offset */ in LZ4HC_sequencePrice() local
1293 price += LZ4HC_literalsPrice(litlen); in LZ4HC_sequencePrice()
1296 price += 1 + ((mlen-(int)(ML_MASK+MINMATCH)) / 255); in LZ4HC_sequencePrice()
1298 return price; in LZ4HC_sequencePrice()
1399 opt[rPos].price in LZ4HC_compress_optimal()
1468 int const price = opt[cur].price - LZ4HC_literalsPrice(baseLitlen) + LZ4HC_literalsPrice(baseLitlen+litlen); LZ4HC_compress_optimal() local
1487 int price; LZ4HC_compress_optimal() local
[all...]
/third_party/typescript/tests/baselines/reference/
H A DobjectLiteralExcessProperties.js20 var b6: Book & Cover = { foreword: "hi", color: "blue", price: 10.99 };
22 var b7: Book & number = { foreword: "hi", price: 10.99 };
60 var b6 = { foreword: "hi", color: "blue", price: 10.99 };
61 var b7 = { foreword: "hi", price: 10.99 };
H A DrecursiveIntersectionTypes.js9 price: number;
H A DkeyofAndIndexedAccess.js15 price: number;
45 type K18 = keyof (Shape & Item); // "name" | "width" | "height" | "visible" | "price"
1113 price: number;
/third_party/lzma/Java/SevenZip/Compression/LZMA/
H A DEncoder.java110 int price = 0; in GetPrice()
119 price += SevenZip.Compression.RangeCoder.Encoder.GetPrice(m_Encoders[((1 + matchBit) << 8) + context], bit); in GetPrice()
131 price += SevenZip.Compression.RangeCoder.Encoder.GetPrice(m_Encoders[context], bit); in GetPrice()
134 return price; in GetPrice()
463 int price; in GetPureRepPrice()
466 price = SevenZip.Compression.RangeCoder.Encoder.GetPrice0(_isRepG0[state]); in GetPureRepPrice()
467 price += SevenZip.Compression.RangeCoder.Encoder.GetPrice1(_isRep0Long[(state << Base.kNumPosStatesBitsMax) + posState]); in GetPureRepPrice()
471 price = SevenZip.Compression.RangeCoder.Encoder.GetPrice1(_isRepG0[state]); in GetPureRepPrice()
473 price += SevenZip.Compression.RangeCoder.Encoder.GetPrice0(_isRepG1[state]); in GetPureRepPrice()
476 price in GetPureRepPrice()
[all...]
/third_party/lzma/CS/7zip/Compress/LZMA/
H A DLzmaEncoder.cs110 uint price = 0; in GetPrice()
119 price += m_Encoders[((1 + matchBit) << 8) + context].GetPrice(bit); in GetPrice()
131 price += m_Encoders[context].GetPrice(bit); in GetPrice()
134 return price; in GetPrice()
463 UInt32 price; in GetPureRepPrice()
466 price = _isRepG0[state.Index].GetPrice0(); in GetPureRepPrice()
467 price += _isRep0Long[(state.Index << Base.kNumPosStatesBitsMax) + posState].GetPrice1(); in GetPureRepPrice()
471 price = _isRepG0[state.Index].GetPrice1(); in GetPureRepPrice()
473 price += _isRepG1[state.Index].GetPrice0(); in GetPureRepPrice()
476 price in GetPureRepPrice()
[all...]
/third_party/json/docs/examples/
H A Dupdate__range.cpp11 json o1 = R"( {"color": "red", "price": 17.99, "names": {"de": "Flugzeug"}} )"_json; in main()
H A Dupdate.cpp11 json o1 = R"( {"color": "red", "price": 17.99, "names": {"de": "Flugzeug"}} )"_json; in main()
/third_party/lzma/C/Util/SfxSetup/
H A DSfxSetup.c478 const unsigned price = namePrice + extPrice * 64 + (nameStartPos == 0 ? 0 : (1 << 12)); in main() local
479 if (minPrice > price) in main()
481 minPrice = price; in main()
/third_party/protobuf/python/google/protobuf/internal/
H A Dreflection_test.py1482 AddDescriptorField(desc_proto, 'price', fdp.TYPE_DOUBLE)
1495 self.assertTrue('price' in desc.fields_by_name)
1506 prius.price = 25134.75
1519 self.assertEqual(prius.price, new_prius.price)

Completed in 16 milliseconds