Searched refs:price (Results 1 - 5 of 5) sorted by relevance

/freebsd-10-stable/contrib/xz/src/liblzma/rangecoder/
H A Dprice.h3 /// \file price.h
4 /// \brief Probability price calculation
55 uint32_t price = 0; local
61 price += rc_bit_price(probs[symbol], bit);
64 return price;
72 uint32_t price = 0; local
78 price += rc_bit_price(probs[model_index], bit);
82 return price;
/freebsd-10-stable/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_optimum_normal.c30 uint32_t price = 0; local
33 price = rc_bittree_price(subcoder, 8, symbol);
45 price += rc_bit_price(subcoder[subcoder_index], bit);
53 return price;
61 // NOTE: Unlike the other price tables, length prices are updated
80 uint32_t price; local
83 price = rc_bit_0_price(coder->is_rep0[state]);
84 price += rc_bit_1_price(coder->is_rep0_long[state][pos_state]);
86 price = rc_bit_1_price(coder->is_rep0[state]);
89 price
116 uint32_t price; local
171 const uint32_t price = rc_bittree_reverse_price( local
392 const uint32_t price = rep_match_price + get_pure_rep_price( local
614 const uint32_t price = rep_match_price + get_pure_rep_price( local
[all...]
H A Dlzma_encoder_private.h63 uint32_t price; member in struct:__anon477
120 // include also price tables.
/freebsd-10-stable/usr.sbin/lpr/pac/
H A Dpac.c70 static float price = 0.02; /* cost per page (or what ever) */ variable
129 * get the price.
131 price = atof(cp);
271 printf(" Login pages/feet runs price\n");
279 hp->h_feetpages, hp->h_count, hp->h_feetpages * price);
284 runs, feet * price);
443 price = pp->price100/10000.0;
/freebsd-10-stable/sys/dev/isp/
H A DHardware.txt85 I recently checked the US Government SEWP price list- no doubt
161 Approx Cost: The last I saw for a price list item on this was 22K$

Completed in 172 milliseconds