Searched refs:stop_at (Results 1 – 4 of 4) sorted by relevance
52 int stop_at = 0; in fdt_find_regions() local58 stop_at = nextoffset; in fdt_find_regions()63 stop_at = offset; in fdt_find_regions()72 stop_at = offset; in fdt_find_regions()88 stop_at = offset; in fdt_find_regions()94 stop_at = offset; in fdt_find_regions()124 region[count].size = stop_at - start; in fdt_find_regions()296 int start, stop_at; in fdt_include_supernodes() local310 fdt_next_tag(info->fdt, start, &stop_at); in fdt_include_supernodes()311 if (fdt_add_region(info, base + start, stop_at - start)) in fdt_include_supernodes()[all …]
94 def scan_until_(self, stop_at): argument96 while p < self.text_length_ and self.text_[p] not in stop_at:
167 def scan_until_(self, stop_at): argument169 while p < self.text_length_ and self.text_[p] not in stop_at:
625 def _get_enclosing_finally_scopes(self, stop_at): argument630 if isinstance(node, stop_at):