HomeSort by relevance Sort by last modified time
    Searched full:touch_ptr (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/chrome/app/
image_pre_reader_win.cc 176 volatile uint8* touch_ptr = reinterpret_cast<uint8*>(base_addr); local
177 volatile uint8* final_touch_ptr = touch_ptr + length - 1;
179 // Read the memory in the range [touch_ptr, final_touch_ptr] with a stride
182 while (touch_ptr < final_touch_ptr) {
183 dummy = *touch_ptr;
184 touch_ptr += system_info.dwPageSize;

Completed in 45 milliseconds