Lines Matching defs:bpos
330 uint8_t *bpos;
341 bpos = (uint8_t *) fe->data + l_ea;
347 bpos = (uint8_t *) efe->data + l_ea;
361 memset(bpos, 0, context.sector_size - bpos_start);
364 short_adp = (struct short_ad *) bpos;
369 long_adp = (struct long_ad *) bpos;
615 uint8_t *bpos;
640 bpos = &dscr->sbd.data[cnt / 8];
643 if ((*bpos & (1 << bit)) == 0)
758 uint8_t *bpos, *piece;
772 bpos = (uint8_t *) fe->data + l_ea;
778 bpos = (uint8_t *) efe->data + l_ea;
828 memcpy(piece, bpos, piece_len);
881 memcpy(bpos, piece, piece_len);
947 uint8_t *bpos;
983 bpos = (uint8_t *) fe->data + l_ea;
988 bpos = (uint8_t *) efe->data + l_ea;
1002 short_adp = (struct short_ad *) bpos;
1004 long_adp = (struct long_ad *) bpos;
1018 bpos = NULL;
1092 bpos = ext->data;
1094 short_adp = (struct short_ad *) bpos;
1096 long_adp = (struct long_ad *) bpos;
1106 bpos += piece_len;
3446 uint8_t *bpos;
3511 bpos = node->directory;
3514 fid = (struct fileid_desc *) bpos;
3534 bpos += fid_len;
3569 uint8_t *bpos;
3579 bpos = node->directory;
3585 fid = (struct fileid_desc *) bpos;
3635 bpos += fid_len;