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
645
const size_t
overflowBit
= mFrameCountP2 << 1;
646
const size_t mask =
overflowBit
- 1;
649
if (filled >= (ssize_t)
overflowBit
) {
653
ALOGV("flush wrap: filled %zx >=
overflowBit
%zx", filled,
overflowBit
);
654
newFront +=
overflowBit
;
655
filled -=
overflowBit
;
[
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 466 milliseconds