OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:overflowbit
(Results
1 - 5
of
5
) sorted by null
/frameworks/av/media/libaudioclient/
AudioTrackShared.cpp
682
const size_t
overflowBit
= mFrameCountP2 << 1;
683
const size_t mask =
overflowBit
- 1;
686
if (filled >= (ssize_t)
overflowBit
) {
690
ALOGV("flush wrap: filled %zx >=
overflowBit
%zx", filled,
overflowBit
);
691
newFront +=
overflowBit
;
692
filled -=
overflowBit
;
724
const size_t
overflowBit
= mFrameCountP2 << 1;
725
const size_t mask =
overflowBit
- 1;
728
//
overflowBit
is unsigned, so cast to signed for comparison
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64/image/
png.a
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64/image/
png.a
[
all
...]
/prebuilts/go/darwin-x86/pkg/darwin_amd64_race/image/
png.a
[
all
...]
/prebuilts/go/linux-x86/pkg/linux_amd64_race/image/
png.a
[
all
...]
Completed in 199 milliseconds