OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:slicecount
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/bta2dpd/bta2dpd/
sbc_encode.c
246
int32_t
slicecount
, bitslice;
local in function:calc_bitneed
255
slicecount
=0;
294
slicecount
= bitcount = 0;
298
bitcount +=
slicecount
;
299
slicecount
= 0;
304
slicecount
++;
306
slicecount
+= 2;
309
} while (bitcount +
slicecount
< global_bitpool);
310
if (bitcount +
slicecount
== global_bitpool) {
311
bitcount +=
slicecount
;
[
all
...]
Completed in 180 milliseconds
Indexes created Wed Oct 01 19:09:53 GMT 2025