HomeSort by relevance Sort by last modified time
    Searched refs:to_clear (Results 1 - 2 of 2) 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;

Completed in 3263 milliseconds