| /freebsd/sys/contrib/openzfs/module/zstd/lib/compress/ |
| H A D | zstd_compress_sequences.c | 74 unsigned cost = 0; in ZSTD_entropyCost() local 81 cost += count[s] * kInverseProbabilityLog256[norm]; in ZSTD_entropyCost() 83 return cost >> 8; in ZSTD_entropyCost() 96 size_t cost = 0; in ZSTD_fseBitCost() local 115 cost += (size_t)count[s] * bitCost; in ZSTD_fseBitCost() 117 return cost >> kAccuracyLog; in ZSTD_fseBitCost() 129 size_t cost = 0; in ZSTD_crossEntropyCost() local 137 cost += count[s] * kInverseProbabilityLog256[norm256]; in ZSTD_crossEntropyCost() 139 return cost >> 8; in ZSTD_crossEntropyCost()
|
| /freebsd/sys/contrib/zstd/lib/compress/ |
| H A D | zstd_compress_sequences.c | 86 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 D | compress.c | 256 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 D | test_10.X.out | 1 …="value4">bolt</item><item test4="value4">water</item></data><cost>425</cost><cost>455</cost></top>
|
| H A D | test_10.XP.out | 98 <cost>425</cost> 99 <cost>455</cost>
|
| H A D | test_10.JPu.out | 110 "cost": 425, 111 "cost": 455
|
| H A D | test_10.J.out | 1 …5,"on-order":1}]}, "data": {"item": ["gum","rope","ladder","bolt","water"]},"cost":425,"cost":455}}
|
| H A D | test_10.JP.out | 110 "cost": 425, 111 "cost": 455
|
| H A D | test_01.X.out | 1 …><on-order>2</on-order><in-stock>14</in-stock></item></data><cost>425</cost><cost>455</cost><mode>…
|
| H A D | test_01.XP.out | 156 <cost>425</cost> 157 <cost>455</cost>
|
| H A D | test_01.JPu.out | 169 "cost": 425, 170 "cost": 455,
|
| H A D | test_01.J.out | 1 …":"water","sold":17,"extra":"special","on-order":2,"in-stock":14}]},"cost":425,"cost":455,"mode":"…
|
| H A D | test_01.JP.out | 169 "cost": 425, 170 "cost": 455,
|
| H A D | test_10.E.out | 122 op content: [cost] [425] [0] 123 op content: [cost] [455] [0]
|
| /freebsd/contrib/libxo/doc/ |
| H A D | field-roles.rst | 80 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 D | xolint-errors.rst | 8 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 D | Hardware.txt | 26 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 D | hashmap.c | 140 int cost = 0; in update_cost() local 146 cost++; in update_cost() 148 return cost; in update_cost() 154 int cost = 0; in update_cost_from_blank() local 164 cost++; in update_cost_from_blank() 166 return cost; in update_cost_from_blank()
|
| H A D | lib_mvcur.c | 289 int cost = NCURSES_SP_NAME(_nc_msec_cost) (NCURSES_SP_ARGx cap, affcnt); in normalized_cost() local 290 if (cost != NC_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 D | ntptime.c | 110 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 D | omap.txt | |
| /freebsd/crypto/openssh/ |
| H A D | krl.c | 481 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/sys/dev/isci/ |
| H A D | README | 9 minimizes the development and maintenance cost of the driver.
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64SchedFalkor.td | 10 // instruction scheduling and other instruction cost heuristics. 16 // instruction cost model.
|
| /freebsd/contrib/sendmail/ |
| H A D | LICENSE | 17 (a) Redistributions are made at no charge beyond the reasonable cost of 22 years at the cost of materials and delivery. Such redistributions
|