HomeSort by: relevance | last modified time | path
    Searched defs:probs (Results 1 - 7 of 7) sorted by relevancy

  /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/rangecoder/
range_encoder.h 51 probability *probs[RC_SYMBOLS_MAX]; member in struct:__anon403
82 rc->probs[rc->count] = prob;
88 rc_bittree(lzma_range_encoder *rc, probability *probs,
95 rc_bit(rc, &probs[model_index], bit);
102 rc_bittree_reverse(lzma_range_encoder *rc, probability *probs,
110 rc_bit(rc, &probs[model_index], bit);
208 probability prob = *rc->probs[rc->pos];
212 *rc->probs[rc->pos] = prob;
217 probability prob = *rc->probs[rc->pos];
223 *rc->probs[rc->pos] = prob
    [all...]
  /src/external/public-domain/xz/dist/src/liblzma/lzma/
lzma_decoder.c 40 probs = ld.low[pos_state];\
48 probs = ld.mid[pos_state]; \
53 probs = ld.high; \
62 rc_bit_safe(probs[symbol], , , seq ## _BITTREE); \
214 probability *probs; member in struct:__anon398
217 /// bittree decoders: probs[symbol]
277 probability *probs = coder->probs; local
363 probs = literal_subcoder(coder->literal,
371 rc_bittree8(probs, 0)
    [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/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/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...]

Completed in 47 milliseconds