Home
last modified time | relevance | path

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

12

/freebsd-13.1/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];
108 probability is_match[STATES][POS_STATES_MAX];
109 probability is_rep[STATES];
110 probability is_rep0[STATES];
111 probability is_rep1[STATES];
112 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];
269 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-13.1/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-13.1/contrib/xz/src/liblzma/rangecoder/
H A Dprice.h29 rc_bit_price(const probability prob, const uint32_t bit) in rc_bit_price()
37 rc_bit_0_price(const probability prob) in rc_bit_0_price()
44 rc_bit_1_price(const probability prob) in rc_bit_1_price()
52 rc_bittree_price(const probability *const probs, in rc_bittree_price()
69 rc_bittree_reverse_price(const probability *const probs, in rc_bittree_reverse_price()
H A Drange_encoder.h49 probability *probs[RC_SYMBOLS_MAX];
67 rc_bit(lzma_range_encoder *rc, probability *prob, uint32_t bit) in rc_bit()
76 rc_bittree(lzma_range_encoder *rc, probability *probs, in rc_bittree()
90 rc_bittree_reverse(lzma_range_encoder *rc, probability *probs, in rc_bittree_reverse()
167 probability prob = *rc->probs[rc->pos]; in rc_encode()
176 probability prob = *rc->probs[rc->pos]; in rc_encode()
H A Drange_common.h69 typedef uint16_t probability; typedef
/freebsd-13.1/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.pod169 prime with an error probability of less than 0.25^B<nchecks>, and
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Doptions.inc31 "The probability (1 / SampleRate) that an allocation is "
/freebsd-13.1/sbin/pfctl/tests/
H A Dpfctl_test_list.inc67 PFCTL_TEST(0034, "Pass with probability")
/freebsd-13.1/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-13.1/contrib/bzip2/
H A DREADME126 probability make it impossible to rule out the possibility of bugs
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerFlags.def32 "uniform probability distribution when choosing inputs to cross over with. "
/freebsd-13.1/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-13.1/sbin/pfctl/
H A Dparse.y379 double probability; member
485 %type <v.probability> probability
2624 | PROBABILITY probability {
2716 probability : STRING {
/freebsd-13.1/contrib/gdtoa/
H A DREADME225 a small probability of wasting memory, but would otherwise be harmless.)
/freebsd-13.1/tools/tools/netmap/
H A Dnmreplay.c1459 burst,p,lmin,lmax burst loss with burst probability p and
/freebsd-13.1/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
/freebsd-13.1/contrib/bearssl/src/ssl/
H A Dssl_hs_server.t0854 \ by the client because probability of such an event is 2^(-256),

12