HomeSort by: relevance | last modified time | path
    Searched defs:target_idx (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl2/gmake/dist/
read.c 1886 unsigned int max_targets = 0, target_idx = 0;
1942 target_idx = 0;
1944 else if (target_idx == max_targets - 1)
1953 targets[target_idx] = name;
1954 target_percents[target_idx] = implicit_percent;
1955 ++target_idx;
2132 targets[target_idx] = 0;
2133 target_percents[target_idx] = 0;
1877 unsigned int max_targets = 0, target_idx = 0; local
read.c 1886 unsigned int max_targets = 0, target_idx = 0;
1942 target_idx = 0;
1944 else if (target_idx == max_targets - 1)
1953 targets[target_idx] = name;
1954 target_percents[target_idx] = implicit_percent;
1955 ++target_idx;
2132 targets[target_idx] = 0;
2133 target_percents[target_idx] = 0;
1877 unsigned int max_targets = 0, target_idx = 0; local
  /src/external/gpl3/gcc/dist/gcc/
auto-profile.cc 631 TARGET_IDX: 8 bytes
668 gcov_type target_idx = gcov_read_counter (); local
669 s->pos_counts[offset].targets[target_idx] = gcov_read_counter ();
auto-profile.cc 631 TARGET_IDX: 8 bytes
668 gcov_type target_idx = gcov_read_counter (); local
669 s->pos_counts[offset].targets[target_idx] = gcov_read_counter ();
  /src/external/gpl3/gcc.old/dist/gcc/
auto-profile.cc 630 TARGET_IDX: 8 bytes
667 gcov_type target_idx = gcov_read_counter (); local
668 s->pos_counts[offset].targets[target_idx] = gcov_read_counter ();
auto-profile.cc 630 TARGET_IDX: 8 bytes
667 gcov_type target_idx = gcov_read_counter (); local
668 s->pos_counts[offset].targets[target_idx] = gcov_read_counter ();

Completed in 43 milliseconds