OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:srccount
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/elftoolchain/dist/libdwarf/
dwarf_lineno.c
97
dwarf_srcfiles(Dwarf_Die die, char ***srcfiles, Dwarf_Signed *
srccount
,
109
if (die == NULL || srcfiles == NULL ||
srccount
== NULL) {
131
*
srccount
= (Dwarf_Signed) li->li_lflen;
133
if (*
srccount
== 0) {
143
if ((li->li_lfnarray = malloc(*
srccount
* sizeof(char *))) == NULL) {
149
i < *
srccount
&& lf != NULL; i++, lf = STAILQ_NEXT(lf, lf_next)) {
/src/external/gpl3/gcc.old/dist/gcc/
ipa-utils.cc
630
profile_count
srccount
= srcbb->count;
local
632
srccount
=
srccount
.apply_scale (srcnum, srcden);
638
dstbb->count =
srccount
;
656
+
srccount
.ipa ())
659
+
srccount
.ipa ());
661
dstbb->count = dstbb->count.ipa () +
srccount
.ipa ();
/src/external/gpl3/gcc/dist/gcc/
ipa-utils.cc
633
profile_count
srccount
= srcbb->count;
local
635
srccount
=
srccount
.apply_scale (srcnum, srcden);
641
dstbb->count =
srccount
;
657
dstbb->count.ipa () +
srccount
.ipa ();
665
dstbb->count = dstbb->count.ipa () +
srccount
.ipa ();
/src/sys/dev/audio/
audio.c
4926
int
srccount
;
local
4933
srccount
= auring_get_contig_used(&stage->srcbuf);
4937
KASSERTMSG(
srccount
> 0, "freq but
srccount
=%d",
srccount
);
4940
count = uimin(
srccount
, dstcount);
Completed in 31 milliseconds
Indexes created Fri Jul 03 00:25:33 UTC 2026