Home
last modified time | relevance | path

Searched refs:stop_at (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/lib/libfdt/
Dfdt_region.c52 int stop_at = 0; in fdt_find_regions() local
58 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() local
310 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 …]
/external/fonttools/Lib/fontTools/voltLib/
Dlexer.py94 def scan_until_(self, stop_at): argument
96 while p < self.text_length_ and self.text_[p] not in stop_at:
/external/fonttools/Lib/fontTools/feaLib/
Dlexer.py167 def scan_until_(self, stop_at): argument
169 while p < self.text_length_ and self.text_[p] not in stop_at:
/external/tensorflow/tensorflow/python/autograph/pyct/
Dcfg.py625 def _get_enclosing_finally_scopes(self, stop_at): argument
630 if isinstance(node, stop_at):