/netbsd-src/external/public-domain/xz/dist/src/liblzma/lzma/ |
H A D | lzma_decoder.c | 45 probs = ld.low[pos_state];\ 53 probs = ld.mid[pos_state]; \ 58 probs = ld.high; \ 67 rc_bit(probs[symbol], , , seq ## _BITTREE); \ 269 probability *probs; member 332 probability *probs = coder->probs; in lzma_decode() local 372 probs = literal_subcoder(coder->literal, in lzma_decode() 382 rc_bit(probs[symbol], , , SEQ_LITERAL); in lzma_decode() 385 rc_bit_case(probs[symbol], , , SEQ_LITERAL0); in lzma_decode() 386 rc_bit_case(probs[symbol], , , SEQ_LITERAL1); in lzma_decode() [all …]
|
H A D | lzma_common.h | 124 #define literal_subcoder(probs, lc, lp_mask, pos, prev_byte) \ argument 125 ((probs)[(((pos) & lp_mask) << lc) + ((prev_byte) >> (8 - lc))]) 129 literal_init(probability (*probs)[LITERAL_CODER_SIZE], in literal_init() 138 bit_reset(probs[i][j]); in literal_init()
|
/netbsd-src/lib/libc/rpc/ |
H A D | svc_run.c | 75 int probs = 0; in __weak_alias() local 108 if ((errno == EINTR || errno == EBADF) && probs < 100) { in __weak_alias() 109 probs++; in __weak_alias() 124 probs = 0; in __weak_alias() 138 int probs = 0; in svc_run_poll() local 169 if ((errno == EINTR || errno == EBADF) && probs < 100) { in svc_run_poll() 170 probs++; in svc_run_poll() 185 probs = 0; in svc_run_poll()
|
/netbsd-src/external/public-domain/xz/dist/src/liblzma/rangecoder/ |
H A D | range_encoder.h | 49 probability *probs[RC_SYMBOLS_MAX]; member 70 rc->probs[rc->count] = prob; in rc_bit() 76 rc_bittree(lzma_range_encoder *rc, probability *probs, in rc_bittree() argument 83 rc_bit(rc, &probs[model_index], bit); in rc_bittree() 90 rc_bittree_reverse(lzma_range_encoder *rc, probability *probs, in rc_bittree_reverse() argument 98 rc_bit(rc, &probs[model_index], bit); in rc_bittree_reverse() 167 probability prob = *rc->probs[rc->pos]; in rc_encode() 171 *rc->probs[rc->pos] = prob; in rc_encode() 176 probability prob = *rc->probs[rc->pos]; in rc_encode() 182 *rc->probs[rc->pos] = prob; in rc_encode()
|
H A D | price.h | 52 rc_bittree_price(const probability *const probs, in rc_bittree_price() argument 61 price += rc_bit_price(probs[symbol], bit); in rc_bittree_price() 69 rc_bittree_reverse_price(const probability *const probs, in rc_bittree_reverse_price() argument 78 price += rc_bit_price(probs[model_index], bit); in rc_bittree_reverse_price()
|
H A D | range_common.h | 42 #define bittree_reset(probs, bit_levels) \ argument 44 bit_reset((probs)[bt_i])
|
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/ |
H A D | elf.c | 2934 uint16_t *probs, uint32_t bits, size_t *poffset, in elf_lzma_integer() argument 2945 bit = elf_lzma_bit (compressed, compressed_size, probs + sym, poffset, in elf_lzma_integer() 2958 size_t compressed_size, uint16_t *probs, in elf_lzma_reverse_integer() argument 2972 bit = elf_lzma_bit (compressed, compressed_size, probs + sym, poffset, in elf_lzma_reverse_integer() 2986 uint16_t *probs, int is_rep, unsigned int pos_state, in elf_lzma_len() argument 2994 probs_choice = probs + (is_rep in elf_lzma_len() 3000 probs_choice = probs + (is_rep in elf_lzma_len() 3006 probs_sym = probs + (is_rep in elf_lzma_len() 3014 probs_sym = probs + (is_rep in elf_lzma_len() 3023 probs_sym = probs + (is_rep in elf_lzma_len() [all …]
|
/netbsd-src/external/bsd/bzip2/dist/ |
H A D | CHANGES | 174 * Modified makefile-msc to fix minor build probs on Win2k.
|
/netbsd-src/sys/arch/sparc64/sparc64/ |
H A D | locore.s | 7348 ! flushw ! Make sure we don't have stack probs & lose hibits of %o
|