Searched refs:decrement (Results 1 – 10 of 10) sorted by relevance
372 static bool decrement; in write_cmd() local374 if (decrement) { in write_cmd()378 decrement = false; in write_cmd()384 decrement = true; in write_cmd()
2125 def results_done_increment(value=1, decrement=False): argument2126 results_mock.done += value * (-1 if decrement else 1)2128 def filtered_configs_increment(value=1, decrement=False): argument2129 results_mock.filtered_configs += value * (-1 if decrement else 1)2131 def filtered_static_increment(value=1, decrement=False): argument2132 results_mock.filtered_static += value * (-1 if decrement else 1)2134 def filtered_runtime_increment(value=1, decrement=False): argument2135 results_mock.filtered_runtime += value * (-1 if decrement else 1)2137 def failed_increment(value=1, decrement=False): argument2138 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
1504 def _add_instance_testcases_to_status_counts(instance, results, decrement=False): argument1505 increment_value = -1 if decrement else 11963 decrement=True
1647 uint8_t decrement = 0U;1651 decrement++;1657 return decrement;
390 catch any sudden jump in stack pointer decrement, plus some
583 …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,