OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:returned_bytes
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/chrome/browser/extensions/api/system_cpu/
cpu_info_provider_win.cc
43
ULONG
returned_bytes
= 0, bytes =
local
47
processor_info.get(), bytes, &
returned_bytes
)))
51
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 254 milliseconds