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

  /src/external/apache2/llvm/dist/llvm/utils/unittest/googlemock/src/
gmock-spec-builders.cc 224 const int action_count = static_cast<int>(untyped_actions_.size()); local
229 if (action_count > upper_bound ||
230 (action_count == upper_bound && repeated_action_specified_)) {
232 } else if (0 < action_count && action_count < lower_bound &&
246 << action_count << " WillOnce()"
247 << (action_count == 1 ? "" : "s");
  /src/external/gpl3/binutils/dist/bfd/
elf32-xtensa.c 6490 unsigned action_count;
6734 if (c->action_allocated <= c->action_count)
6739 new_allocated = (c->action_count + 2) * 2;
6743 for (i = 0; i < c->action_count; i++)
6750 act = &c->actions[c->action_count];
6758 c->action_count++;
8138 for (seg_idx_end = 0; seg_idx_end < ebb_table->action_count; seg_idx_end++)
8153 for (i = seg_idx_start; i < ebb_table->action_count; i++)
8172 if (seg_idx_end == ebb_table->action_count && !ebb->ends_unreachable)
8258 for (i = 0; i < ebb_table->action_count; i++
6470 unsigned action_count; member in struct:ebb_constraint_struct
    [all...]
  /src/external/gpl3/binutils.old/dist/bfd/
elf32-xtensa.c 6490 unsigned action_count;
6734 if (c->action_allocated <= c->action_count)
6739 new_allocated = (c->action_count + 2) * 2;
6743 for (i = 0; i < c->action_count; i++)
6750 act = &c->actions[c->action_count];
6758 c->action_count++;
8138 for (seg_idx_end = 0; seg_idx_end < ebb_table->action_count; seg_idx_end++)
8153 for (i = seg_idx_start; i < ebb_table->action_count; i++)
8172 if (seg_idx_end == ebb_table->action_count && !ebb->ends_unreachable)
8258 for (i = 0; i < ebb_table->action_count; i++
6470 unsigned action_count; member in struct:ebb_constraint_struct
    [all...]
  /src/external/gpl3/gdb/dist/bfd/
elf32-xtensa.c 6488 unsigned action_count;
6732 if (c->action_allocated <= c->action_count)
6737 new_allocated = (c->action_count + 2) * 2;
6741 for (i = 0; i < c->action_count; i++)
6748 act = &c->actions[c->action_count];
6756 c->action_count++;
8136 for (seg_idx_end = 0; seg_idx_end < ebb_table->action_count; seg_idx_end++)
8151 for (i = seg_idx_start; i < ebb_table->action_count; i++)
8170 if (seg_idx_end == ebb_table->action_count && !ebb->ends_unreachable)
8256 for (i = 0; i < ebb_table->action_count; i++
6468 unsigned action_count; member in struct:ebb_constraint_struct
    [all...]
  /src/external/gpl3/gdb.old/dist/bfd/
elf32-xtensa.c 6494 unsigned action_count;
6738 if (c->action_allocated <= c->action_count)
6743 new_allocated = (c->action_count + 2) * 2;
6747 for (i = 0; i < c->action_count; i++)
6754 act = &c->actions[c->action_count];
6762 c->action_count++;
8142 for (seg_idx_end = 0; seg_idx_end < ebb_table->action_count; seg_idx_end++)
8157 for (i = seg_idx_start; i < ebb_table->action_count; i++)
8176 if (seg_idx_end == ebb_table->action_count && !ebb->ends_unreachable)
8262 for (i = 0; i < ebb_table->action_count; i++
6474 unsigned action_count; member in struct:ebb_constraint_struct
    [all...]

Completed in 61 milliseconds