Searched refs:nlocs (Results 1 – 4 of 4) sorted by relevance
| /netbsd/src/external/bsd/top/dist/machine/ |
| D | m_svr5.c | 1127 uint32 metsz, uint32 nobj, uint32 nlocs, resource_t res_id, 1278 uint32 nlocs, /* expected number of instances */ in kmet_verify() argument 1381 if (nlocs != *nlocs_p ) in kmet_verify() 1385 name, nlocs, *nlocs_p ); in kmet_verify() 1428 if( (uint32)(*(short *)resval_p) != nlocs ) in kmet_verify() 1432 name, nlocs, (uint32)(*(short *)resval_p) ); in kmet_verify() 1438 if (*resval_p != nlocs ) in kmet_verify() 1442 name, nlocs, *resval_p ); in kmet_verify()
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | gimple-ssa-isolate-paths.cc | 613 const unsigned nlocs = placeargsloc->locvec.length (); in handle_return_addr_local_phi_arg() local 614 gcc_assert (nlocs); in handle_return_addr_local_phi_arg() 643 unsigned nelts = argsloc.locvec.length () + nlocs; in handle_return_addr_local_phi_arg()
|
| D | diagnostic-show-locus.cc | 4143 const int nlocs = 19; in test_one_liner_many_fixits_2_utf8() local 4144 int locs[nlocs] = {1, 5, 7, 9, 11, 14, 16, 18, 23, 25, 27, 29, 32, in test_one_liner_many_fixits_2_utf8() 4146 for (int i = 0; i != nlocs; ++i) in test_one_liner_many_fixits_2_utf8() 4152 ASSERT_EQ (nlocs, richloc.get_num_fixit_hints ()); in test_one_liner_many_fixits_2_utf8()
|
| /netbsd/src/sys/kern/ |
| D | subr_autoconf.c | 803 int nlocs, i; in config_stdsubmatch() local 807 nlocs = ci->ci_loclen; in config_stdsubmatch() 808 KASSERT(!nlocs || locs); in config_stdsubmatch() 809 for (i = 0; i < nlocs; i++) { in config_stdsubmatch()
|