Home
last modified time | relevance | path

Searched refs:is_good (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dchar_traits.hpp54 static bool is_good(int c) { return c != EOF && c != WOULD_BLOCK; } in is_good() function
65 static bool is_good(std::wint_t c) { return c != WEOF && c != WWOULD_BLOCK; } in is_good() function
/OK3568_Linux_fs/kernel/drivers/mtd/devices/
H A Ddocg3.c1008 int block0, block1, page, ofs, is_good; in doc_block_isbad() local
1020 is_good = docg3->bbt[block0 >> 3] & (1 << (block0 & 0x7)); in doc_block_isbad()
1021 return !is_good; in doc_block_isbad()