Home
last modified time | relevance | path

Searched defs:can_read (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/
H A Dindirect_streambuf.hpp107 bool can_read() const { return is_convertible<Mode, input>::value; } in can_read() function in boost::iostreams::detail::indirect_streambuf
/OK3568_Linux_fs/kernel/tools/testing/selftests/x86/
H A Dtest_vsyscall.c406 bool can_read; in test_vsys_r() local
/OK3568_Linux_fs/app/lvgl_demo/cJSON/
H A DcJSON.c297 #define can_read(buffer, size) ((buffer != NULL) && (((buffer)->offset + size) <= (buffer)->length)) macro
/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/
H A DcJSON.cpp299 #define can_read(buffer, size) ((buffer != NULL) && (((buffer)->offset + size) <= (buffer)->length)) macro