Home
last modified time | relevance | path

Searched refs:check_space (Results 1 – 3 of 3) sorted by relevance

/external/dtc/pylibfdt/
Dlibfdt.i792 def check_space(self, val):
835 while self.check_space(fdt_add_reservemap_entry(self._fdt, addr,
845 while self.check_space(fdt_finish_reservemap(self._fdt)):
861 while self.check_space(fdt_begin_node(self._fdt, name)):
876 while self.check_space(fdt_property_string(self._fdt, name, string)):
891 while self.check_space(fdt_property_u32(self._fdt, name, val)):
906 while self.check_space(fdt_property_u64(self._fdt, name, val)):
922 while self.check_space(fdt_property_cell(self._fdt, name, val)):
939 while self.check_space(fdt_property_stub(self._fdt, name, val,
955 while self.check_space(fdt_end_node(self._fdt)):
/external/mesa3d/src/gallium/auxiliary/draw/
Ddraw_pipe_vbuf.c101 check_space(struct vbuf_stage *vbuf, unsigned nr) in check_space() function
147 check_space(vbuf, 3); in vbuf_tri()
161 check_space(vbuf, 2); in vbuf_line()
174 check_space(vbuf, 1); in vbuf_point()
/external/llvm-project/polly/lib/External/isl/
Disl_aff.c4400 isl_stat (*check_space)(__isl_keep isl_pw_multi_aff *pma), in pw_multi_aff_factor()
4408 if (check_space(pma) < 0) in pw_multi_aff_factor()