Home
last modified time | relevance | path

Searched refs:setbuf (Results 1 – 25 of 104) sorted by relevance

12345

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/
H A Dbasic_pointerbuf.hpp42 basic_pointerbuf() : base_type() { setbuf(0, 0); } in basic_pointerbuf()
58 inline base_type* setbuf(char_type* s, streamsize n);
69 basic_pointerbuf<charT, BufferT>::setbuf(char_type* s, streamsize n) in setbuf() function in boost::detail::basic_pointerbuf
/OK3568_Linux_fs/external/rkupdate/
H A Dmain.cpp39 setbuf(stdout, NULL); in main()
40 setbuf(stderr, NULL); in main()
/OK3568_Linux_fs/kernel/drivers/siox/
H A Dsiox-bus-gpio.c29 size_t setbuf_len, const u8 setbuf[], in siox_gpio_pushpull() argument
49 set = setbuf[i - (cycles - setbuf_len)]; in siox_gpio_pushpull()
H A Dsiox.h14 size_t setbuf_len, const u8 setbuf[],
/OK3568_Linux_fs/kernel/tools/testing/selftests/kvm/x86_64/
H A Dset_sregs_test.c34 setbuf(stdout, NULL); in main()
H A Dcr4_cpuid_sync_test.c80 setbuf(stdout, NULL); in main()
H A Dplatform_info_test.c87 setbuf(stdout, NULL); in main()
H A Dhyperv_cpuid.c154 setbuf(stdout, NULL); in main()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dstreambuf86 virtual basic_streambuf* setbuf(char_type* s, streamsize n);
155 { return setbuf(__s, __n); }
275 virtual basic_streambuf* setbuf(char_type* __s, streamsize __n);
368 basic_streambuf<_CharT, _Traits>::setbuf(char_type*, streamsize)
H A Dcstdio54 void setbuf(FILE* restrict stream, char* restrict buf);
114 //using ::setbuf;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dstreambuf86 virtual basic_streambuf* setbuf(char_type* s, streamsize n);
155 { return setbuf(__s, __n); }
275 virtual basic_streambuf* setbuf(char_type* __s, streamsize __n);
368 basic_streambuf<_CharT, _Traits>::setbuf(char_type*, streamsize)
H A Dcstdio54 void setbuf(FILE* restrict stream, char* restrict buf);
114 //using ::setbuf;
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/
H A Dtm-syscall.c71 setbuf(stdout, NULL); in tm_syscall()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/math/
H A Dfpu_preempt.c71 setbuf(stdout, NULL); in test_preempt_fpu()
H A Dvmx_preempt.c74 setbuf(stdout, NULL); in test_preempt_vmx()
H A Dfpu_signal.c92 setbuf(stdout, NULL); in test_signal_fpu()
H A Dvsx_preempt.c108 setbuf(stdout, NULL); in test_preempt_vsx()
H A Dvmx_signal.c113 setbuf(stdout, NULL); in test_signal_vmx()
/OK3568_Linux_fs/kernel/tools/testing/selftests/timers/
H A Dleapcrash.c65 setbuf(stdout, NULL); in main()
H A Dinconsistency-check.c179 setbuf(stdout, NULL); in main()
H A Draw_skew.c98 setbuf(stdout, NULL); in main()
H A Dthreadtest.c160 setbuf(stdout, NULL); in main()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/lexical_cast/detail/
H A Dconverter_lexical_streams.hpp99 using base_type::setbuf;
103 BufferType* setbuf(char_type* s, streamsize n) { return base_type::setbuf(s, n); } in setbuf() function in boost::detail::basic_unlockedbuf
585 … buf.setbuf(const_cast<CharT*>(start), static_cast<typename buffer_t::streamsize>(finish - start)); in shr_using_base_class()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dcstdio85 #undef setbuf
135 using ::setbuf;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dcstdio85 #undef setbuf
135 using ::setbuf;

12345