Searched defs:price (Results 1 – 10 of 10) sorted by relevance
| /third_party/lzma/Java/SevenZip/Compression/RangeCoder/ |
| D | BitTreeEncoder.java | 46 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/ |
| D | objectLiteralExcessProperties.js | 20 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/ |
| D | recursiveIntersectionTypes.ts | 8 price: number; property
|
| /third_party/libwebsockets/minimal-examples/secure-streams/minimal-secure-streams-binance/ |
| D | main.c | 74 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/ |
| D | main.c | 209 uint64_t price = (uint64_t)atoll(s) * 100; in pennies() local 225 uint64_t price; in callback_minimal() local
|
| /third_party/lzma/C/ |
| D | LzmaEnc.c | 264 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/ |
| D | Encoder.java | 110 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/ |
| D | lz4hc.c | 1269 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/ |
| D | SfxSetup.c | 478 const unsigned price = namePrice + extPrice * 64 + (nameStartPos == 0 ? 0 : (1 << 12)); in main() local
|
| /third_party/typescript/tests/cases/conformance/types/keyof/ |
| D | keyofAndIndexedAccess.ts | 17 price: number; property in Item
|