Home
last modified time | relevance | path

Searched defs:price (Results 1 - 6 of 6) sorted by relevance

/third_party/typescript/tests/baselines/reference/
H A DobjectLiteralExcessProperties.js
/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
125 uint64_t price; in binance_rx() local
[all...]
/third_party/libwebsockets/minimal-examples/ws-client/minimal-ws-client-binance/
H A Dmain.c209 uint64_t price = (uint64_t)atoll(s) * 100; in pennies() local
225 uint64_t price; in callback_minimal() local
[all...]
/third_party/lzma/C/Util/SfxSetup/
H A DSfxSetup.c478 const unsigned price = namePrice + extPrice * 64 + (nameStartPos == 0 ? 0 : (1 << 12)); in main() local
/third_party/lz4/lib/
H A 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(baseLitlen+litlen); LZ4HC_compress_optimal() local
1487 int price; LZ4HC_compress_optimal() local
[all...]
/third_party/lzma/C/
H A 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; 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...]

Completed in 9 milliseconds