Searched defs:storage1 (Results 1 – 6 of 6) sorted by relevance
40 template<class A1> struct storage1 struct42 explicit storage1( A1 a1 ): a1_( a1 ) {} in storage1() function44 template<class V> void accept(V & v) const in accept()49 A1 a1_;54 template<int I> struct storage1< boost::arg<I> > struct56 explicit storage1( boost::arg<I> ) {} in storage1() function58 template<class V> void accept(V &) const { } in accept()60 static boost::arg<I> a1_() { return boost::arg<I>(); } in a1_()63 template<int I> struct storage1< boost::arg<I> (*) () > struct65 explicit storage1( boost::arg<I> (*) () ) {} in storage1() argument[all …]
6 bool isSharedStorageAlias(const Storage& storage0, const Storage& storage1) { in isSharedStorageAlias()
68 StorageVolume storage1 = volumeList.get(0); in getStorageVolumesHaveDifferentUUID() local
82 volatile T1 storage1 = t1; in latency() local
970 aes_word_t storage1[AES_NOHW_BLOCK_WORDS], storage2[AES_NOHW_BLOCK_WORDS]; in aes_nohw_setup_key_192() local