Home
last modified time | relevance | path

Searched refs:start_value (Results 1 – 2 of 2) sorted by relevance

/xnu-8020.121.3/tests/counter/
H A Dcounter.c124 int64_t start_value; variable
126 start_value = static_scalable_counter_load();
130 …T_QUIET; T_EXPECT_EQ(static_scalable_counter_load(), (long long) kNumIterations + start_value, "Co…
/xnu-8020.121.3/tests/vm/
H A Dvm_allocation.c962 mach_vm_address_t start_value) in filter_addresses_do_else() argument
967 if_action(address + i, start_value + i); in filter_addresses_do_else()
969 else_action(address + i, start_value + i); in filter_addresses_do_else()