Lines Matching defs:offset
306 int offset;
320 #define BM_STR_OFF(offset) \
321 ((CARL9170_BAW_BITS - (offset) - 1) / 4 + \
322 (CARL9170_BAW_BITS - (offset) - 1) / 32 + 1)
324 offset = BM_STR_OFF(0);
325 ADD(buf, *len, bufsize, "\tBase Seq: %*s\n", offset, "T");
327 offset = BM_STR_OFF(SEQ_DIFF(iter->snx, iter->bsn));
328 ADD(buf, *len, bufsize, "\tNext Seq: %*s\n", offset, "W");
330 offset = BM_STR_OFF(((int)iter->hsn - (int)iter->bsn) %
332 ADD(buf, *len, bufsize, "\tLast Seq: %*s\n", offset, "N");