HomeSort by: relevance | last modified time | path
    Searched refs:start_off (Results 1 - 8 of 8) sorted by relevancy

  /src/external/bsd/less/dist/
search.c 1388 int start_off = sp[0] - cline; local
1394 sshift = swidth * get_seg(linepos, linepos + chpos[start_off]);
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-fold.cc 4508 HOST_WIDE_INT start_off = 0, next_off = 0; local
4512 start_off = buf->off + buf->size;
4513 next_off = start_off + sz;
4514 start_size = start_off % UNITS_PER_WORD;
4515 start_off -= start_size;
4558 union_buf->off = start_off;
  /src/external/gpl3/binutils/dist/gas/
read.c 3648 addressT start_off;
3660 start_off = frag_now_fix ();
3690 && frag_off + frag_now_fix () < start_off + exp.X_add_number);
3645 addressT start_off; local
  /src/external/gpl3/binutils.old/dist/gas/
read.c 3640 addressT start_off;
3652 start_off = frag_now_fix ();
3682 && frag_off + frag_now_fix () < start_off + exp.X_add_number);
3637 addressT start_off; local
  /src/external/gpl3/gcc/dist/gcc/
gimple-fold.cc 4508 HOST_WIDE_INT start_off = 0, next_off = 0; local
4512 start_off = buf->off + buf->size;
4513 next_off = start_off + sz;
4514 start_size = start_off % UNITS_PER_WORD;
4515 start_off -= start_size;
4558 union_buf->off = start_off;
  /src/usr.sbin/sysinst/
mbr.c 1305 mbr_partition_to_info(const struct mbr_partition *mp, daddr_t start_off,
1309 info->start = mp->mbrp_start + start_off;
  /src/external/gpl3/binutils/dist/gas/config/
tc-i386.c 12196 encoding_length (const fragS *start_frag, offsetT start_off,
12211 return len - start_off + (frag_now_ptr - frag_now->fr_literal);
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-i386.c 12039 encoding_length (const fragS *start_frag, offsetT start_off,
12054 return len - start_off + (frag_now_ptr - frag_now->fr_literal);

Completed in 114 milliseconds