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

  /src/external/gpl3/gcc/dist/gcc/
sbitmap.cc 232 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; local
240 unsigned int nbits = ((start_word == end_word)
254 unsigned int nwords = (end_word - start_word);
290 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; local
298 unsigned int nbits = ((start_word == end_word)
312 unsigned int nwords = (end_word - start_word);
341 unsigned int end_word = end / SBITMAP_ELT_BITS; local
348 if (start_word == end_word && end_bitno + 1 < SBITMAP_ELT_BITS)
358 if (start_word > end_word)
362 unsigned int nwords = (end_word - start_word)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
sbitmap.cc 232 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; local
240 unsigned int nbits = ((start_word == end_word)
254 unsigned int nwords = (end_word - start_word);
290 unsigned int end_word = (start + count) / SBITMAP_ELT_BITS; local
298 unsigned int nbits = ((start_word == end_word)
312 unsigned int nwords = (end_word - start_word);
341 unsigned int end_word = end / SBITMAP_ELT_BITS; local
348 if (start_word == end_word && end_bitno + 1 < SBITMAP_ELT_BITS)
358 if (start_word > end_word)
362 unsigned int nwords = (end_word - start_word)
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 4773 my $end_word;
4793 $end_word = $space - 1;
4795 my $keyword = substr ($input_line, $start_word, $end_word - $start_word + 1);
4796 gp_message ("debugXL", $subr_name, "string search start_word = $start_word end_word = $end_word space_position = $space_position $keyword");
4797 push (@word_delimiters, [$start_word, $end_word]);
4815 $end_word = length ($input_line) - 1;
4816 my $keyword = substr ($input_line, $start_word, $end_word - $start_word + 1);
4817 push (@word_delimiters, [$start_word, $end_word]);
4826 $txt .= "end_word = $end_word "
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 4773 my $end_word;
4793 $end_word = $space - 1;
4795 my $keyword = substr ($input_line, $start_word, $end_word - $start_word + 1);
4796 gp_message ("debugXL", $subr_name, "string search start_word = $start_word end_word = $end_word space_position = $space_position $keyword");
4797 push (@word_delimiters, [$start_word, $end_word]);
4815 $end_word = length ($input_line) - 1;
4816 my $keyword = substr ($input_line, $start_word, $end_word - $start_word + 1);
4817 push (@word_delimiters, [$start_word, $end_word]);
4826 $txt .= "end_word = $end_word "
    [all...]

Completed in 35 milliseconds