OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nlocs
(Results
1 - 3
of
3
) sorted by relevancy
/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
;
/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
;
/src/sys/kern/
subr_autoconf.c
853
int
nlocs
, i;
local
858
nlocs
= ci->ci_loclen;
859
KASSERT(!
nlocs
|| locs);
860
for (i = 0; i <
nlocs
; i++) {
Completed in 24 milliseconds
Indexes created Sun Aug 09 00:24:28 UTC 2026