OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cpu_max
(Results
1 - 2
of
2
) sorted by null
/external/ltp/testcases/kernel/syscalls/getcpu/
getcpu01.c
49
unsigned
cpu_max
;
local
69
cpu_max
= max_cpuid(size, set);
71
CPU_SET_S(
cpu_max
, size, set);
77
return
cpu_max
;
/external/tensorflow/tensorflow/python/client/
timeline_test.py
163
cpu_max
= maximums[
166
self.assertGreaterEqual(
cpu_max
.num_bytes, 8)
167
self.assertGreater(
cpu_max
.timestamp, 0)
Completed in 148 milliseconds