Home
last modified time | relevance | path

Searched defs:price (Results 1 - 10 of 10) 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
/kernel/linux/linux-5.10/lib/zstd/
H A Dzstd_opt.h103 U32 price, u; in ZSTD_getLiteralPrice() local
145 U32 price; in ZSTD_getPrice() local
440 U32 cur, match_num, last_pos, litlen, price; ZSTD_compressBlock_opt_generic() local
738 U32 cur, match_num, last_pos, litlen, price; ZSTD_compressBlock_opt_extDict_generic() local
[all...]
H A Dzstd_internal.h175 U32 price; member
/kernel/linux/linux-6.6/lib/zstd/compress/
H A Dzstd_opt.c60 MEM_STATIC double ZSTD_fCost(U32 price) in ZSTD_fCost() argument
258 { U32 price = litLength * optPtr->litSumBasePrice; in ZSTD_rawLiteralsCost() local
303 U32 price; in ZSTD_getMatchPrice() local
1149 int const price = opt[cur-1].price ZSTD_compressBlock_opt_generic() local
1238 int const price = (int)basePrice + (int)ZSTD_getMatchPrice(offset, mlen, optStatePtr, optLevel); ZSTD_compressBlock_opt_generic() local
[all...]
H A Dzstd_compress_internal.h148 int price; member
/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 15 milliseconds