Searched refs:Sum (Results 1 – 4 of 4) sorted by relevance
| /system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/ |
| A D | skylake-misc-events.inc | 64 "Sum of all active core cycles (in C0 state), rate is same as TSC") 69 "Sum of any active core cycles (in C0 state), rate is same as TSC") 74 "Sum of active GT cycles (in C0 state), rate is same as TSC") 79 "Sum of cycles when GT and IA are both active (in C0 state), rate is same as TSC") 84 "Sum of active GT slice cycles, rate is 24Mhz") 89 "Sum of active GT engine cycles, rate is 24Mhz")
|
| /system/utest/fbl/ |
| A D | type_info_tests.cpp | 20 virtual int Sum() { in Sum() function
|
| A D | function_tests.cpp | 590 int Sum(int a, int b, int c) { in Sum() function 611 EXPECT_EQ(6, BindMember(&obj, &Obj::Sum)(1, 2, 3)); in bind_member() 666 int Sum(const fbl::Vector<int>& in) { in Sum() function 716 EXPECT_EQ(45, example::Sum(in)); in example_code()
|
| /system/utest/fit/ |
| A D | function_tests.cpp | 690 int Sum(int a, int b, int c) { in Sum() function 711 EXPECT_EQ(6, fit::bind_member(&obj, &Obj::Sum)(1, 2, 3)); in bind_member()
|
Completed in 7 milliseconds