Searched refs:min_index (Results 1 – 2 of 2) sorted by relevance
/ohos5.0/base/startup/init/services/modules/seccomp/scripts/ |
H A D | generate_code_from_policy.py | 554 def gen_policy_syscall_nr(self, min_index, max_index, cur_syscall_nr_range): argument 555 middle_index = (int)((min_index + max_index + 1) / 2) 557 if middle_index == min_index: 563 self.gen_policy_syscall_nr(min_index, middle_index - 1, cur_syscall_nr_range)
|
/ohos5.0/build/config/components/init/seccomp/scripts/ |
H A D | generate_code_from_policy.py | 554 def gen_policy_syscall_nr(self, min_index, max_index, cur_syscall_nr_range): argument 555 middle_index = (int)((min_index + max_index + 1) / 2) 557 if middle_index == min_index: 563 self.gen_policy_syscall_nr(min_index, middle_index - 1, cur_syscall_nr_range)
|