Searched refs:num_probes (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A Ddtrace-probe.c389 int i, j, num_probes, num_enablers; local
428 num_probes = DOF_UINT (dof, probe->dofpr_noffs);
429 if (num_probes == 0)
447 for (i = 0; i < num_probes; i++)
575 int num_probes; local
590 num_probes = DOF_UINT (dof, probes_s->dofs_size) / entsize;
592 for (i = 0; i < num_probes; i++)
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A Ddtrace-probe.c390 int i, j, num_probes, num_enablers; local
429 num_probes = DOF_UINT (dof, probe->dofpr_noffs);
430 if (num_probes == 0)
448 for (i = 0; i < num_probes; i++)
576 int num_probes; local
591 num_probes = DOF_UINT (dof, probes_s->dofs_size) / entsize;
593 for (i = 0; i < num_probes; i++)
/netbsd-current/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc11255 HOST_WIDE_INT num_probes = rounded_size / probe_interval;
11258 if (num_probes < MIN_UNROLL_PROBES)
11262 for (unsigned int i = 0; i < num_probes; i++)
11271 if (num_probes > 0)
11254 HOST_WIDE_INT num_probes = rounded_size / probe_interval; local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c10982 HOST_WIDE_INT num_probes = rounded_size / probe_interval;
10985 if (num_probes < MIN_UNROLL_PROBES)
10989 for (unsigned int i = 0; i < num_probes; i++)
10981 HOST_WIDE_INT num_probes = rounded_size / probe_interval; local

Completed in 154 milliseconds