HomeSort by relevance Sort by last modified time
    Searched defs:_ilog (Results 1 - 6 of 6) sorted by null

  /external/tremolo/Tremolo/
codebook.c 52 int _ilog(unsigned int v){ function
132 if(_ilog(3*used-6)+1 <= leafwidth*4)
372 int bits=_ilog(b->entries);
424 if(_ilog(s->dim)+_ilog(s->entries)>24)goto _eofout;
470 long num=oggpack_read(opb,_ilog(s->entries-i));
505 s->dec_nodeb=_determine_node_bytes(s->used_entries,_ilog(s->entries)/8+1);
506 s->dec_leafw=_determine_leaf_words(s->dec_nodeb,_ilog(s->entries)/8+1);
523 long total2=(_ilog(quantvals-1)*s->dim+8)/8+(s->q_bits+7)/8;
569 s->q_pack=_ilog(quantvals-1)
    [all...]
  /external/libvorbis/lib/
sharedbook.c 29 int _ilog(unsigned int v){ function
377 c->dec_firsttablen=_ilog(c->used_entries)-4; /* this is magic */
  /prebuilts/gdb/darwin-x86/lib/python2.7/
decimal.py 5546 def _ilog(x, M, L = 8): function
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
decimal.py 5546 def _ilog(x, M, L = 8): function
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
decimal.py 5546 def _ilog(x, M, L = 8): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
decimal.py 5546 def _ilog(x, M, L = 8): function
    [all...]

Completed in 903 milliseconds