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

  /src/external/bsd/top/dist/machine/
m_svr5.c 1127 uint32 metsz, uint32 nobj, uint32 nlocs, resource_t res_id,
1278 uint32 nlocs, /* expected number of instances */
1381 if (nlocs != *nlocs_p )
1385 name, nlocs, *nlocs_p );
1428 if( (uint32)(*(short *)resval_p) != nlocs )
1432 name, nlocs, (uint32)(*(short *)resval_p) );
1438 if (*resval_p != nlocs )
1442 name, nlocs, *resval_p );
  /src/external/gpl3/gcc/dist/gcc/
gimple-ssa-isolate-paths.cc 621 const unsigned nlocs = placeargsloc->locvec.length (); local
622 gcc_assert (nlocs);
651 unsigned nelts = argsloc.locvec.length () + nlocs;
diagnostic-show-locus.cc 4241 const int nlocs = 19;
4242 int locs[nlocs] = {1, 5, 7, 9, 11, 14, 16, 18, 23, 25, 27, 29, 32,
4244 for (int i = 0; i != nlocs; ++i)
4250 ASSERT_EQ (nlocs, richloc.get_num_fixit_hints ());
  /src/external/gpl3/gcc.old/dist/gcc/
gimple-ssa-isolate-paths.cc 621 const unsigned nlocs = placeargsloc->locvec.length (); local
622 gcc_assert (nlocs);
651 unsigned nelts = argsloc.locvec.length () + nlocs;
diagnostic-show-locus.cc 4143 const int nlocs = 19;
4144 int locs[nlocs] = {1, 5, 7, 9, 11, 14, 16, 18, 23, 25, 27, 29, 32,
4146 for (int i = 0; i != nlocs; ++i)
4152 ASSERT_EQ (nlocs, richloc.get_num_fixit_hints ());
  /src/sys/kern/
subr_autoconf.c 854 int nlocs, i; local
859 nlocs = ci->ci_loclen;
860 KASSERT(!nlocs || locs);
861 for (i = 0; i < nlocs; i++) {

Completed in 59 milliseconds