HomeSort by relevance Sort by last modified time
    Searched refs:iJump (Results 1 - 2 of 2) 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...]
  /external/chromium_org/third_party/sqlite/src/src/
fkey.c 391 int iJump = sqlite3VdbeCurrentAddr(v) + nCol + 1;
395 sqlite3VdbeAddOp3(v, OP_Ne, iChild, iJump, iParent);
    [all...]

Completed in 69 milliseconds