OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:to_clear
(Results
1 - 3
of
3
) sorted by null
/external/qemu/audio/
noaudio.c
127
int
to_clear
= audio_MIN (samples, total);
local
128
audio_pcm_info_clear_buf (&sw->info, buf,
to_clear
);
129
return
to_clear
;
/external/chromium/net/disk_cache/
block_files.cc
106
uint8
to_clear
= ((1 << size) - 1) << (index % 8);
local
107
DCHECK((byte_map[byte_index] &
to_clear
) ==
to_clear
);
108
byte_map[byte_index] &= ~
to_clear
;
/prebuilt/linux-x86/emulator/
libqemu-audio.a
[
all
...]
Completed in 2952 milliseconds