HomeSort by relevance Sort by last modified time
    Searched full:ijump (Results 1 - 1 of 1) sorted by null

  /external/svox/pico/lib/
picokdt.c 781 Function: maps the iJump offset to byte + bit coordinates
782 Input : iJump absolute bit offset (0..(nr-bytes-treebody)*8)
789 static void kdt_jump(const picoos_uint32 iJump,
794 iByteSize = (iJump / 8 );
795 *iBitNo = (iJump - (iByteSize * 8)) + (7 - *iBitNo);
    [all...]

Completed in 141 milliseconds