HomeSort by relevance Sort by last modified time
    Searched refs:chunkPos (Results 1 - 2 of 2) sorted by null

  /external/sonivox/arm-wt-22k/lib_src/
eas_mdls.c 457 EAS_I32 chunkPos;
509 chunkPos = pos;
526 linsPos = chunkPos + 12;
531 wvplPos = chunkPos + 12;
536 ptblPos = chunkPos + 8;
883 EAS_I32 chunkPos;
893 chunkPos = pos + 12;
    [all...]
  /frameworks/base/core/jni/
CursorWindow.cpp 179 int chunkPos = row % ROW_SLOT_CHUNK_NUM_ROWS;
186 return (row_slot_t *)(rowChunk + (chunkPos * sizeof(row_slot_t)));
193 int chunkPos = mHeader->numRows % ROW_SLOT_CHUNK_NUM_ROWS;
196 LOG_WINDOW("Allocating row slot, mHeader->numRows is %d, chunkNum is %d, chunkPos is %d", mHeader->numRows, chunkNum, chunkPos);
219 return (row_slot_t *)(rowChunk + (chunkPos * sizeof(row_slot_t)));

Completed in 159 milliseconds