Home
last modified time | relevance | path

Searched refs:ccv (Results 1 – 10 of 10) sorted by relevance

/third_party/boost/libs/lexical_cast/test/
Dlexical_cast_no_locale_test.cpp72 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()
Dlexical_cast_empty_input_test.cpp68 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/
Dia64cpuid.S38 { .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/
DKconfig7 default "ccv"
DMAINTAINERS4 F: board/ccv/xpress/
/third_party/uboot/u-boot-2020.01/configs/
Dxpress_defconfig8 CONFIG_SYS_EXTRA_OPTIONS="IMX_CONFIG=board/ccv/xpress/imximage.cfg"
/third_party/uboot/u-boot-2020.01/arch/arm/mach-imx/mx6/
DKconfig633 source "board/ccv/xpress/Kconfig"
/third_party/boost/libs/gil/doc/html/
Dsearchindex.js1 …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/
Dimage_view.rst.txt394 void copy_and_convert_pixels(const V1& src, const V2& dst, ColorConverter ccv);
/third_party/boost/libs/gil/doc/design/
Dimage_view.rst394 void copy_and_convert_pixels(const V1& src, const V2& dst, ColorConverter ccv);