Home
last modified time | relevance | path

Searched refs:cost (Results 1 – 25 of 186) sorted by relevance

12345678

/freebsd/sys/contrib/openzfs/module/zstd/lib/compress/
H A Dzstd_compress_sequences.c73 unsigned cost = 0; in ZSTD_entropyCost() local
80 cost += count[s] * kInverseProbabilityLog256[norm]; in ZSTD_entropyCost()
82 return cost >> 8; in ZSTD_entropyCost()
95 size_t cost = 0; in ZSTD_fseBitCost() local
114 cost += (size_t)count[s] * bitCost; in ZSTD_fseBitCost()
116 return cost >> kAccuracyLog; in ZSTD_fseBitCost()
128 size_t cost = 0; in ZSTD_crossEntropyCost() local
136 cost += count[s] * kInverseProbabilityLog256[norm256]; in ZSTD_crossEntropyCost()
138 return cost >> 8; in ZSTD_crossEntropyCost()
/freebsd/sys/contrib/zstd/lib/compress/
H A Dzstd_compress_sequences.c86 unsigned cost = 0; in ZSTD_entropyCost() local
95 cost += count[s] * kInverseProbabilityLog256[norm]; in ZSTD_entropyCost()
97 return cost >> 8; in ZSTD_entropyCost()
110 size_t cost = 0; in ZSTD_fseBitCost() local
129 cost += (size_t)count[s] * bitCost; in ZSTD_fseBitCost()
131 return cost >> kAccuracyLog; in ZSTD_fseBitCost()
143 size_t cost = 0; in ZSTD_crossEntropyCost() local
151 cost += count[s] * kInverseProbabilityLog256[norm256]; in ZSTD_crossEntropyCost()
153 return cost >> 8; in ZSTD_crossEntropyCost()
/freebsd/contrib/bzip2/
H A Dcompress.c256 UInt16 cost[BZ_N_GROUPS]; in sendMTFValues() local
356 for (t = 0; t < nGroups; t++) cost[t] = 0; in sendMTFValues()
383 cost[0] = cost01 & 0xffff; cost[1] = cost01 >> 16; in sendMTFValues()
384 cost[2] = cost23 & 0xffff; cost[3] = cost23 >> 16; in sendMTFValues()
385 cost[4] = cost45 & 0xffff; cost[5] = cost45 >> 16; in sendMTFValues()
391 for (t = 0; t < nGroups; t++) cost[t] += s->len[t][icv]; in sendMTFValues()
401 if (cost[t] < bc) { bc = cost[t]; bt = t; }; in sendMTFValues()
/freebsd/contrib/libxo/tests/core/saved/
H A Dtest_10.X.out1 …="value4">bolt</item><item test4="value4">water</item></data><cost>425</cost><cost>455</cost></top>
H A Dtest_10.XP.out98 <cost>425</cost>
99 <cost>455</cost>
H A Dtest_10.JPu.out110 "cost": 425,
111 "cost": 455
H A Dtest_10.J.out1 …5,"on-order":1}]}, "data": {"item": ["gum","rope","ladder","bolt","water"]},"cost":425,"cost":455}}
H A Dtest_10.JP.out110 "cost": 425,
111 "cost": 455
H A Dtest_01.X.out1 …><on-order>2</on-order><in-stock>14</in-stock></item></data><cost>425</cost><cost>455</cost><mode>…
H A Dtest_01.XP.out156 <cost>425</cost>
157 <cost>455</cost>
H A Dtest_01.JPu.out169 "cost": 425,
170 "cost": 455,
H A Dtest_01.J.out1 …":"water","sold":17,"extra":"special","on-order":2,"in-stock":14}]},"cost":425,"cost":455,"mode":"…
H A Dtest_01.JP.out169 "cost": 425,
170 "cost": 455,
H A Dtest_10.E.out122 op content: [cost] [425] [0]
123 op content: [cost] [455] [0]
/freebsd/contrib/libxo/doc/
H A Dfield-roles.rst80 xo_emit("{C:/fg-%s,bg-%s}{Lwc:Cost}{:cost/%u}{C:reset}\n",
81 fg_color, bg_color, cost);
181 xo_emit("{Lwc:Cost}{:cost/%u}\n", cost);
196 xo_emit("{:cost/%u} {N:per year}\n", cost);
210 xo_emit("{P: }{Lwc:Cost}{:cost/%u}\n", cost);
211 xo_emit("{P:/%30s}{Lwc:Cost}{:cost/%u}\n", "", cost);
H A Dxolint-errors.rst8 xo_emit("cost: %d", cost);
14 xo_emit("{L:cost}: {:cost/%d}", cost);
330 xo_emit("{:cost-in-$$/%u}", 15);
336 xo_emit("{:cost-in-dollars/%u}", 15);
/freebsd/sys/dev/isp/
H A DHardware.txt26 Approx cost: 1K$ for a 2200
32 Approx cost: ??????
41 Approx cost: 850$ for a P-0036
56 Approx cost: 1.5K$ for Vixel 1000, 2.5K$ for 2000
63 (cost: I have no idea... certainly less than a switch)
83 Approx cost of a Brocade 2400 with no GBICs is about 8K$ when
96 (cost: no idea)
103 (cost: very very expensive, 40K$ plus)
119 Approx cost: I don't know what optical is- you can expect to pay maybe
202 Approx Cost: You'll find that FC drives are the same cost if not
/freebsd/contrib/ncurses/ncurses/tty/
H A Dhashmap.c141 int cost = 0; in update_cost() local
147 cost++; in update_cost()
149 return cost; in update_cost()
155 int cost = 0; in update_cost_from_blank() local
165 cost++; in update_cost_from_blank()
167 return cost; in update_cost_from_blank()
H A Dlib_mvcur.c289 int cost = NCURSES_SP_NAME(_nc_msec_cost) (NCURSES_SP_ARGx cap, affcnt); in normalized_cost() local
290 if (cost != INFINITY) in normalized_cost()
291 cost = (cost + SP_PARM->_char_padding - 1) / SP_PARM->_char_padding; in normalized_cost()
292 return cost; in normalized_cost()
/freebsd/contrib/ntp/util/
H A Dntptime.c110 int cost = 0; in main() local
134 cost++; in main()
244 if (cost) { in main()
/freebsd/sys/contrib/device-tree/Bindings/arm/omap/
H A Domap.txt
/freebsd/crypto/openssh/
H A Dkrl.c481 u_int64_t cost, cost_list, cost_range, cost_bitmap, cost_bitmap_restart; in choose_next_state() local
527 cost = cost_bitmap; in choose_next_state()
528 if (cost_range < cost) { in choose_next_state()
530 cost = cost_range; in choose_next_state()
532 if (cost_list < cost) { in choose_next_state()
534 cost = cost_list; in choose_next_state()
536 if (cost_bitmap_restart < cost) { in choose_next_state()
539 cost = cost_bitmap_restart; in choose_next_state()
/freebsd/sbin/ifconfig/
H A Difbridge.c562 setbridge_ifpathcost(if_ctx *ctx, const char *ifn, const char *cost) in setbridge_ifpathcost() argument
569 if (get_val(cost, &val) < 0) in setbridge_ifpathcost()
570 errx(1, "invalid value: %s", cost); in setbridge_ifpathcost()
576 err(1, "BRDGSIFCOST %s", cost); in setbridge_ifpathcost()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64SchedFalkor.td10 // instruction scheduling and other instruction cost heuristics.
16 // instruction cost model.
/freebsd/sys/dev/isci/
H A DREADME9 minimizes the development and maintenance cost of the driver.

12345678