Home
last modified time | relevance | path

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

/third_party/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
/third_party/typescript/tests/baselines/reference/
DobjectLiteralExcessProperties.js20 var b6: Book & Cover = { foreword: "hi", color: "blue", price: 10.99 }; property
22 var b7: Book & number = { foreword: "hi", price: 10.99 }; property
60 var b6 = { foreword: "hi", color: "blue", price: 10.99 }; property
61 var b7 = { foreword: "hi", price: 10.99 }; property
/third_party/typescript/tests/cases/conformance/types/intersection/
DrecursiveIntersectionTypes.ts8 price: number; property
/third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-binance/
Dmain.c74 uint64_t price = (uint64_t)atoll(s) * 100; in pennies() local
125 uint64_t price; in binance_rx() local
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/
Dmain.c209 uint64_t price = (uint64_t)atoll(s) * 100; in pennies() local
225 uint64_t price; in callback_minimal() local
/third_party/lzma/C/
DLzmaEnc.c264 UInt32 price; member
870 UInt32 price = 0; in LitEnc_GetPrice() local
885 UInt32 price = 0; in LitEnc_Matched_GetPrice() local
968 UInt32 price = startPrice; in SetPrices_3() local
1040 UInt32 price = b; in LenPriceEnc_UpdateTables() local
1144 UInt32 price; in GetPrice_PureRep() local
1353 UInt32 price; in GetOptimum() local
1391 UInt32 price = normalMatchPrice + GET_PRICE_LEN(&p->lenEnc, posState, len); in GetOptimum() local
1460 UInt32 price = p->opt[cur].price; in GetOptimum() local
1687 UInt32 price = litPrice + GetPrice_Rep_0(p, state2, posState2); in GetOptimum() local
[all …]
/third_party/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
/third_party/lz4/lib/
Dlz4hc.c1269 int price; member
1278 int price = litlen; in LZ4HC_literalsPrice() local
1289 int price = 1 + 2 ; /* token + 16-bit offset */ in LZ4HC_sequencePrice() local
1468 …int const price = opt[cur].price - LZ4HC_literalsPrice(baseLitlen) + LZ4HC_literalsPrice(baseLitle… in LZ4HC_compress_optimal() local
1487 int price; in LZ4HC_compress_optimal() local
/third_party/lzma/C/Util/SfxSetup/
DSfxSetup.c478 const unsigned price = namePrice + extPrice * 64 + (nameStartPos == 0 ? 0 : (1 << 12)); in main() local
/third_party/typescript/tests/cases/conformance/types/keyof/
DkeyofAndIndexedAccess.ts17 price: number; property in Item