Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/patman/
H A Dpatchstream.py166 is_blank = not line.strip()
167 if is_blank:
226 elif not is_blank and self.state == STATE_PATCH_SUBJECT:
237 elif self.skip_blank and is_blank:
251 if is_blank:
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsl_ifc_spl.c17 static inline int is_blank(uchar *addr, int page_size) in is_blank() function
42 if (is_blank(buf, page_size)) in check_read_ecc()
/openbmc/openbmc/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py23 def is_blank(c): function
626 elif is_blank(c):