Searched refs:decrement (Results 1 – 10 of 10) sorted by relevance
199 static bool decrement; in write_cmd() local201 if (decrement) { in write_cmd()205 decrement = false; in write_cmd()211 decrement = true; in write_cmd()
2116 def results_done_increment(value=1, decrement=False): argument2117 results_mock.done += value * (-1 if decrement else 1)2119 def filtered_configs_increment(value=1, decrement=False): argument2120 results_mock.filtered_configs += value * (-1 if decrement else 1)2122 def filtered_static_increment(value=1, decrement=False): argument2123 results_mock.filtered_static += value * (-1 if decrement else 1)2125 def filtered_runtime_increment(value=1, decrement=False): argument2126 results_mock.filtered_runtime += value * (-1 if decrement else 1)2128 def failed_increment(value=1, decrement=False): argument2129 results_mock.failed += value * (-1 if decrement else 1)[all …]
71 The reported increment/decrement can be larger/smaller than the one shown
51 packet will decrement the value and will drop the packet if the TTL61 packet will decrement the value and will drop the packet if the TTL
67 packet will decrement the value and will drop the packet if the hop77 packet will decrement the value and will drop the packet if the hop
1447 def _add_instance_testcases_to_status_counts(instance, results, decrement=False): argument1448 increment_value = -1 if decrement else 11902 decrement=True
1642 uint8_t decrement = 0U;1646 decrement++;1652 return decrement;
374 catch any sudden jump in stack pointer decrement, plus some
619 …crement (++) or decrement (--) operator should have no other potential side effects other than tha…
656 decrement the stack pointer by a large value without writing anything,