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

  /src/external/gpl3/binutils/dist/gprofng/gp-display-html/
gp-display-html.in 4873 my ($is_calls,$metric_ok,$name_regex,$pc_len);
4931 $pc_len = 0;
5079 $offy = ($lblanks+$lvdso_key < $pc_len) ? $pc_len : $lblanks+$lvdso_key;
5081 if ($pc_len)
5109 if ($pc_len)
5111 print FUNC_FILE_NO_PC substr ($line,$pc_len)."\n";
5122 if (!$pc_len)
5126 $pc_len = length ($1); # say 15
5127 print FUNC_FILE_NO_PC substr ($line,$pc_len)."\n"
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/gp-display-html/
gp-display-html.in 4873 my ($is_calls,$metric_ok,$name_regex,$pc_len);
4931 $pc_len = 0;
5079 $offy = ($lblanks+$lvdso_key < $pc_len) ? $pc_len : $lblanks+$lvdso_key;
5081 if ($pc_len)
5109 if ($pc_len)
5111 print FUNC_FILE_NO_PC substr ($line,$pc_len)."\n";
5122 if (!$pc_len)
5126 $pc_len = length ($1); # say 15
5127 print FUNC_FILE_NO_PC substr ($line,$pc_len)."\n"
    [all...]
  /src/external/gpl3/gcc/dist/gcc/config/avr/
avr.cc 9827 int pc_len = AVR_2_BYTE_PC ? 2 : 3;
9838 while (addend <= -pc_len)
9840 addend += pc_len;
  /src/external/gpl3/gcc.old/dist/gcc/config/avr/
avr.cc 9020 int pc_len = AVR_2_BYTE_PC ? 2 : 3;
9031 while (addend <= -pc_len)
9033 addend += pc_len;

Completed in 48 milliseconds