Home
last modified time | relevance | path

Searched refs:probability (Results 1 – 25 of 40) sorted by relevance

12

/freebsd-14.2/contrib/xz/src/liblzma/lzma/
H A Dlzma_encoder_private.h40 probability choice;
41 probability choice2;
42 probability low[POS_STATES_MAX][LEN_LOW_SYMBOLS];
43 probability mid[POS_STATES_MAX][LEN_MID_SYMBOLS];
44 probability high[LEN_HIGH_SYMBOLS];
123 probability is_match[STATES][POS_STATES_MAX];
124 probability is_rep[STATES];
125 probability is_rep0[STATES];
126 probability is_rep1[STATES];
127 probability is_rep2[STATES];
[all …]
H A Dlzma_decoder.c162 probability choice;
163 probability choice2;
166 probability high[LEN_HIGH_SYMBOLS];
179 probability is_match[STATES][POS_STATES_MAX];
182 probability is_rep[STATES];
186 probability is_rep0[STATES];
190 probability is_rep1[STATES];
193 probability is_rep2[STATES];
210 probability pos_align[ALIGN_SIZE];
274 probability *probs;
[all …]
H A Dlzma_common.h130 literal_init(probability (*probs)[LITERAL_CODER_SIZE], in literal_init()
H A Dlzma_encoder.c24 literal_matched(lzma_range_encoder *rc, probability *subcoder, in literal_matched()
51 probability *subcoder = literal_subcoder(coder->literal, in literal()
H A Dlzma_encoder_optimum_normal.c26 const probability *const subcoder = literal_subcoder(coder->literal, in get_literal_price()
/freebsd-14.2/sbin/pfctl/tests/files/
H A Dpf0034.in1 #mixed af, probability
3 pass in probability 0.5
4 pass in probability 50%
5 pass in inet6 proto tcp from ::1 probability 0.8%
H A Dpf0034.ok3 pass in all flags S/SA keep state probability 50%
4 pass in all flags S/SA keep state probability 50%
5 pass in inet6 proto tcp from ::1 to any flags S/SA keep state probability 0.8%
/freebsd-14.2/contrib/xz/src/liblzma/rangecoder/
H A Dprice.h30 rc_bit_price(const probability prob, const uint32_t bit) in rc_bit_price()
38 rc_bit_0_price(const probability prob) in rc_bit_0_price()
45 rc_bit_1_price(const probability prob) in rc_bit_1_price()
53 rc_bittree_price(const probability *const probs, in rc_bittree_price()
70 rc_bittree_reverse_price(const probability *const probs, in rc_bittree_reverse_price()
H A Drange_encoder.h52 probability *probs[RC_SYMBOLS_MAX];
80 rc_bit(lzma_range_encoder *rc, probability *prob, uint32_t bit) in rc_bit()
89 rc_bittree(lzma_range_encoder *rc, probability *probs, in rc_bittree()
103 rc_bittree_reverse(lzma_range_encoder *rc, probability *probs, in rc_bittree_reverse()
209 probability prob = *rc->probs[rc->pos]; in rc_encode()
218 probability prob = *rc->probs[rc->pos]; in rc_encode()
298 probability prob = *rc->probs[pos]; in rc_encode_dummy()
305 probability prob = *rc->probs[pos]; in rc_encode_dummy()
H A Drange_common.h69 typedef uint16_t probability; typedef
/freebsd-14.2/crypto/openssl/doc/man3/
H A DBN_num_bytes.pod45 more probability).
H A DSSL_CTX_set_generate_session_id.pod60 Without the callback a random number is used, so that the probability
H A DBN_generate_prime.pod200 1 if it is prime with an error probability of less than 0.25^B<nchecks>, and
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Doptions.inc31 "The probability (1 / SampleRate) that an allocation is "
/freebsd-14.2/sbin/pfctl/tests/
H A Dpfctl_test_list.inc65 PFCTL_TEST(0034, "Pass with probability")
/freebsd-14.2/sys/contrib/zstd/doc/
H A Dzstd_compression_format.md610 followed by optional probability tables for each symbol type,
1043 Note that there must be two or more symbols with nonzero probability.
1085 It means value `0` becomes negative probability `-1`.
1086 `-1` is a special probability, which means "less than 1".
1088 For the purpose of calculating total allocated probability points, it counts as one.
1120 Symbols with this probability are being attributed a single cell,
1126 each symbol gets allocated as many cells as its probability.
1135 A position is skipped if already occupied by a "less than 1" probability symbol.
1149 Presuming a symbol has a probability of 5,
/freebsd-14.2/contrib/bzip2/
H A DREADME126 probability make it impossible to rule out the possibility of bugs
/freebsd-14.2/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def32 "uniform probability distribution when choosing inputs to cross over with. "
/freebsd-14.2/crypto/openssl/
H A DNOTES-NONSTOP.md54 is done, there is a high probability of encountering a SIGSEGV condition
/freebsd-14.2/sys/contrib/zlib/doc/
H A Dalgorithm.txt184 entry table). Assuming that the code ideally represents the probability of
H A Drfc1950.txt482 still provides an extremely low probability of undetected errors.
/freebsd-14.2/sbin/pfctl/
H A Dparse.y407 double probability; member
524 %type <v.probability> probability
2930 | PROBABILITY probability {
3048 probability : STRING {
/freebsd-14.2/contrib/gdtoa/
H A DREADME225 a small probability of wasting memory, but would otherwise be harmless.)
/freebsd-14.2/tools/tools/netmap/
H A Dnmreplay.c1459 burst,p,lmin,lmax burst loss with burst probability p and
/freebsd-14.2/crypto/heimdal/lib/wind/
H A Drfc3490.txt176 IDNA is how to provide a high probability that a user who is entering
186 probability of success would not fit the role of the DNS and its

12