OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:to_clear
(Results
1 - 2
of
2
) sorted by null
/external/qemu/audio/
noaudio.c
122
int
to_clear
= audio_MIN (samples, total);
local
123
audio_pcm_info_clear_buf (&sw->info, buf,
to_clear
);
124
return
to_clear
;
/external/chromium/net/disk_cache/
block_files.cc
110
uint8
to_clear
= ((1 << size) - 1) << (index % 8);
local
111
DCHECK((byte_map[byte_index] &
to_clear
) ==
to_clear
);
112
byte_map[byte_index] &= ~
to_clear
;
141
uint8
to_clear
= ((1 << size) - 1) << (index % 8);
local
142
return ((byte_map[byte_index] &
to_clear
) ==
to_clear
);
Completed in 3948 milliseconds