Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/patman/
H A Dpatchstream.py167 is_blank = not line.strip()
168 if is_blank:
227 elif not is_blank and self.state == STATE_PATCH_SUBJECT:
238 elif self.skip_blank and is_blank:
252 if is_blank:
/OK3568_Linux_fs/u-boot/drivers/mtd/nand/raw/
H A Dfsl_ifc_spl.c18 static inline int is_blank(uchar *addr, int page_size) in is_blank() function
43 if (is_blank(buf, page_size)) in check_read_ecc()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_encoding/unicode/
H A Dquery.hpp247 inline bool is_blank(::boost::uint32_t ch) in is_blank() function
272 return (is_graph(ch) || is_blank(ch)) && !is_control(ch); in is_print()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/pysh/
H A Dpyshlex.py23 def is_blank(c): function
626 elif is_blank(c):
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_encoding/
H A Dunicode.hpp106 return ucd::is_blank(ch); in BOOST_PREVENT_MACRO_SUBSTITUTION()