Searched refs:max_location (Results 1 – 3 of 3) sorted by relevance
37 max_location = max(self.locations)40 max_location = 041 if max_location < 0x20000 and all(l % 2 == 0 for l in self.locations):
601 int max_location = 500; in TEST() local606 max_location); in TEST()631 int max_location = 500; in TEST() local636 max_location); in TEST()663 int32_t max_location = pc + branch_range; in AddNBranches() local668 max_location); in AddNBranches()
568 max_location = max(self.locations)571 max_location = 0576 if max_location >= 0x20000: