| /src/external/public-domain/xz/dist/src/liblzma/rangecoder/ |
| range_common.h | 42 #define bittree_reset(probs, bit_levels) \ 44 bit_reset((probs)[bt_i])
|
| price.h | 52 rc_bittree_price(const probability *const probs, 61 price += rc_bit_price(probs[symbol], bit); 69 rc_bittree_reverse_price(const probability *const probs, 78 price += rc_bit_price(probs[model_index], bit);
|
| range_encoder.h | 49 probability *probs[RC_SYMBOLS_MAX]; member in struct:__anon24639 70 rc->probs[rc->count] = prob; 76 rc_bittree(lzma_range_encoder *rc, probability *probs, 83 rc_bit(rc, &probs[model_index], bit); 90 rc_bittree_reverse(lzma_range_encoder *rc, probability *probs, 98 rc_bit(rc, &probs[model_index], bit); 167 probability prob = *rc->probs[rc->pos]; 171 *rc->probs[rc->pos] = prob; 176 probability prob = *rc->probs[rc->pos]; 182 *rc->probs[rc->pos] = prob [all...] |
| /src/lib/libc/rpc/ |
| svc_run.c | 75 int probs = 0; local 110 if ((errno == EINTR || errno == EBADF) && probs < 100) { 111 probs++; 126 probs = 0; 140 int probs = 0; local 173 if ((errno == EINTR || errno == EBADF) && probs < 100) { 174 probs++; 189 probs = 0;
|
| /src/external/public-domain/xz/dist/src/liblzma/lzma/ |
| lzma_common.h | 124 #define literal_subcoder(probs, lc, lp_mask, pos, prev_byte) \ 125 ((probs)[(((pos) & lp_mask) << lc) + ((prev_byte) >> (8 - lc))]) 129 literal_init(probability (*probs)[LITERAL_CODER_SIZE], 138 bit_reset(probs[i][j]);
|
| 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 in struct:__anon24634 272 /// bittree decoders: probs[symbol] 332 probability *probs = coder->probs; local 372 probs = literal_subcoder(coder->literal, 382 rc_bit(probs[symbol], , , SEQ_LITERAL) [all...] |
| /src/external/gpl3/gcc.old/dist/libbacktrace/ |
| elf.c | 2930 bit first. The bits are predicted using PROBS. */ 2934 uint16_t *probs, uint32_t bits, size_t *poffset, 2945 bit = elf_lzma_bit (compressed, compressed_size, probs + sym, poffset, 2954 significant bit first. The bits are predicted using PROBS. */ 2958 size_t compressed_size, uint16_t *probs, 2972 bit = elf_lzma_bit (compressed, compressed_size, probs + sym, poffset, 2986 uint16_t *probs, int is_rep, unsigned int pos_state, 2994 probs_choice = probs + (is_rep 3000 probs_choice = probs + (is_rep 3006 probs_sym = probs + (is_re 3752 uint16_t *probs; local [all...] |
| /src/external/gpl3/gcc/dist/libbacktrace/ |
| elf.c | 5450 bit first. The bits are predicted using PROBS. */ 5454 uint16_t *probs, uint32_t bits, size_t *poffset, 5465 bit = elf_lzma_bit (compressed, compressed_size, probs + sym, poffset, 5474 significant bit first. The bits are predicted using PROBS. */ 5478 size_t compressed_size, uint16_t *probs, 5492 bit = elf_lzma_bit (compressed, compressed_size, probs + sym, poffset, 5506 uint16_t *probs, int is_rep, unsigned int pos_state, 5514 probs_choice = probs + (is_rep 5520 probs_choice = probs + (is_rep 5526 probs_sym = probs + (is_re 6274 uint16_t *probs; local [all...] |
| /src/external/gpl3/gdb/dist/libbacktrace/ |
| elf.c | 5450 bit first. The bits are predicted using PROBS. */ 5454 uint16_t *probs, uint32_t bits, size_t *poffset, 5465 bit = elf_lzma_bit (compressed, compressed_size, probs + sym, poffset, 5474 significant bit first. The bits are predicted using PROBS. */ 5478 size_t compressed_size, uint16_t *probs, 5492 bit = elf_lzma_bit (compressed, compressed_size, probs + sym, poffset, 5506 uint16_t *probs, int is_rep, unsigned int pos_state, 5514 probs_choice = probs + (is_rep 5520 probs_choice = probs + (is_rep 5526 probs_sym = probs + (is_re 6274 uint16_t *probs; local [all...] |
| /src/external/gpl3/gdb.old/dist/libbacktrace/ |
| elf.c | 5450 bit first. The bits are predicted using PROBS. */ 5454 uint16_t *probs, uint32_t bits, size_t *poffset, 5465 bit = elf_lzma_bit (compressed, compressed_size, probs + sym, poffset, 5474 significant bit first. The bits are predicted using PROBS. */ 5478 size_t compressed_size, uint16_t *probs, 5492 bit = elf_lzma_bit (compressed, compressed_size, probs + sym, poffset, 5506 uint16_t *probs, int is_rep, unsigned int pos_state, 5514 probs_choice = probs + (is_rep 5520 probs_choice = probs + (is_rep 5526 probs_sym = probs + (is_re 6274 uint16_t *probs; local [all...] |
| /src/sys/arch/sparc64/sparc64/ |
| locore.s | 7112 ! flushw ! Make sure we don't have stack probs & lose hibits of %o 7360 ! flushw ! Make sure we don't have stack probs & lose hibits of %o 7419 flushw ! Make sure we don't have stack probs & lose hibits of %o 7806 flushw ! Make sure we don't have stack probs & lose hibits of %o
|