Searched refs:ccv (Results 1 – 10 of 10) sorted by relevance
/third_party/boost/libs/lexical_cast/test/ |
D | lexical_cast_no_locale_test.cpp | 72 const boost::iterator_range<const char*> ccv; in test_empty_1() local 73 do_test_on_empty_input(ccv); in test_empty_1() 74 BOOST_CHECK_EQUAL(lexical_cast<std::string>(ccv), std::string()); in test_empty_1() 75 BOOST_CHECK_THROW(lexical_cast<char>(ccv), bad_lexical_cast); in test_empty_1() 76 BOOST_CHECK_THROW(lexical_cast<unsigned char>(ccv), bad_lexical_cast); in test_empty_1() 77 BOOST_CHECK_THROW(lexical_cast<signed char>(ccv), bad_lexical_cast); in test_empty_1()
|
D | lexical_cast_empty_input_test.cpp | 68 const boost::iterator_range<const char*> ccv; in test_empty_iterator_range() local 69 do_test_on_empty_input(ccv); in test_empty_iterator_range() 70 BOOST_CHECK_EQUAL(lexical_cast<std::string>(ccv), std::string()); in test_empty_iterator_range() 71 BOOST_CHECK_THROW(lexical_cast<char>(ccv), bad_lexical_cast); in test_empty_iterator_range() 72 BOOST_CHECK_THROW(lexical_cast<unsigned char>(ccv), bad_lexical_cast); in test_empty_iterator_range() 73 BOOST_CHECK_THROW(lexical_cast<signed char>(ccv), bad_lexical_cast); in test_empty_iterator_range()
|
/third_party/openssl/crypto/ |
D | ia64cpuid.S | 38 { .mii; mov ar.ccv=r2 42 cmpxchg4.acq r2=[r32],r8,ar.ccv 231 mov ar.ccv=r8 233 { .mmi; cmpxchg4.acq r3=[r32],r8,ar.ccv 242 mov ar.ccv=r8 244 { .mmi; cmpxchg4.acq r3=[r32],r8,ar.ccv 266 mov ar.ccv=r8 268 { .mmi; cmpxchg4.acq r3=[r32],r8,ar.ccv 281 mov ar.ccv=r8 283 { .mmb; cmpxchg4.acq r3=[r32],r8,ar.ccv
|
/third_party/uboot/u-boot-2020.01/board/ccv/xpress/ |
D | Kconfig | 7 default "ccv"
|
D | MAINTAINERS | 4 F: board/ccv/xpress/
|
/third_party/uboot/u-boot-2020.01/configs/ |
D | xpress_defconfig | 8 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/ccv/xpress/imximage.cfg"
|
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/mx6/ |
D | Kconfig | 633 source "board/ccv/xpress/Kconfig"
|
/third_party/boost/libs/gil/doc/html/ |
D | searchindex.js | 1 …iag:[15,28],cast:28,caus:[18,28],caution:6,cav:6,cb1:2,cb2:2,cb3:2,cc_t:24,ccv:10,ccv_imag:28,cent… property
|
/third_party/boost/libs/gil/doc/html/_sources/design/ |
D | image_view.rst.txt | 394 void copy_and_convert_pixels(const V1& src, const V2& dst, ColorConverter ccv);
|
/third_party/boost/libs/gil/doc/design/ |
D | image_view.rst | 394 void copy_and_convert_pixels(const V1& src, const V2& dst, ColorConverter ccv);
|