OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:srccount
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/audio/
audio.c
4927
int
srccount
;
local in function:audio_apply_stage
4934
srccount
= auring_get_contig_used(&stage->srcbuf);
4938
KASSERTMSG(
srccount
> 0, "freq but
srccount
=%d",
srccount
);
4941
count = uimin(
srccount
, dstcount);
audio.c
4927
int
srccount
;
local in function:audio_apply_stage
4934
srccount
= auring_get_contig_used(&stage->srcbuf);
4938
KASSERTMSG(
srccount
> 0, "freq but
srccount
=%d",
srccount
);
4941
count = uimin(
srccount
, dstcount);
Completed in 88 milliseconds
Indexes created Sun Oct 12 09:09:55 GMT 2025