HomeSort by relevance Sort by last modified time
    Searched refs:returned_bytes (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/extensions/browser/api/system_cpu/
cpu_info_provider_win.cc 43 ULONG returned_bytes = 0, local
50 &returned_bytes)))
54 returned_bytes / sizeof(SYSTEM_PROCESSOR_PERFORMANCE_INFORMATION);
  /external/chromium_org/chrome_elf/blacklist/
blacklist_interceptions.cc 64 ULONG returned_bytes; local
67 buffer_bytes, &returned_bytes);
71 buffer_bytes = returned_bytes + 1;
  /external/chromium_org/sandbox/win/src/
sandbox_nt_util.cc 405 ULONG returned_bytes;
408 buffer_bytes, &returned_bytes);
414 buffer_bytes = returned_bytes;

Completed in 636 milliseconds