| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/iterators/detail/ |
| H A D | combine_policies.hpp | 27 , typename Ownership, typename Checking, typename Input, typename Storage 35 , typename Input, typename Storage> 36 struct multi_pass_unique<T, Ownership, Checking, Input, Storage 38 : Ownership, Checking, Input, Storage 50 Storage::destroy(mp); in destroy() 58 this->Storage::swap(x); in swap() 65 Storage::clear_queue(mp); in clear_queue() 71 , typename Input, typename Storage> 72 struct multi_pass_unique<T, Ownership, Checking, Input, Storage 74 : Ownership, Checking, Storage [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/ |
| H A D | conversion.hpp | 89 …static_assert(sizeof(Storage) >= sizeof(std::decay_t<T>), "Storage must be large enough to hold va… in Convertible() 191 using Storage = std::aligned_storage_t<32, 8>; typedef in mbgl::style::conversion::Convertible 194 using Storage = std::aligned_storage_t<32, 8>; 198 using Storage = std::aligned_storage_t<8, 8>; 202 void (*move) (Storage&& src, Storage& dest); 203 void (*destroy) (Storage&); 205 bool (*isUndefined) (const Storage&); 207 bool (*isArray) (const Storage&); 208 std::size_t (*arrayLength) (const Storage&); 209 Convertible (*arrayMember) (const Storage&, std::size_t); [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/algorithm/string/detail/ |
| H A D | replace_storage.hpp | 28 StorageT& Storage, in move_from_storage() argument 34 while( !Storage.empty() && OutputIt!=DestEnd ) in move_from_storage() 36 *OutputIt=Storage.front(); in move_from_storage() 37 Storage.pop_front(); in move_from_storage() 46 StorageT& Storage, in copy_to_storage() argument 49 Storage.insert( Storage.end(), ::boost::begin(What), ::boost::end(What) ); in copy_to_storage() 64 StorageT& Storage, in operator ()() 71 …ForwardIteratorT It=::boost::algorithm::detail::move_from_storage( Storage, InsertIt, SegmentBegin… in operator ()() 78 if( Storage.empty() ) in operator ()() 97 Storage.push_back( *It ); in operator ()() [all …]
|
| H A D | classification.hpp | 87 set_value_type* Storage=0; in is_any_ofF() local 92 Storage=&m_Storage.m_fixSet[0]; in is_any_ofF() 98 Storage=m_Storage.m_dynSet; in is_any_ofF() 102 ::std::copy(::boost::begin(Range), ::boost::end(Range), Storage); in is_any_ofF() 103 ::std::sort(Storage, Storage+m_Size); in is_any_ofF() 218 const set_value_type* Storage= in operator ()() local 223 return ::std::binary_search(Storage, Storage+m_Size, Ch); in operator ()()
|
| H A D | find_format_all.hpp | 202 BOOST_STRING_TYPENAME range_value<InputT>::type> Storage; in find_format_all_impl2() local 212 Storage, in find_format_all_impl2() 222 ::boost::algorithm::detail::copy_to_storage( Storage, M.format_result() ); in find_format_all_impl2() 230 Storage, in find_format_all_impl2() 236 if ( Storage.empty() ) in find_format_all_impl2() 244 … ::boost::algorithm::detail::insert( Input, ::boost::end(Input), Storage.begin(), Storage.end() ); in find_format_all_impl2()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | unique_any.hpp | 113 union Storage { union in mbgl::util::unique_any 115 Storage() = default; 123 sizeof(T) <= sizeof(Storage::stack) 124 && std::alignment_of<T>::value <= std::alignment_of<Storage::StackStorage>::value 130 virtual void move(Storage&& src, Storage& dest) = 0; 131 virtual void destroy(Storage&) = 0; 137 void move(Storage&& src, Storage& dest) override { in move() 142 void destroy(Storage& s) override { in destroy() 153 void move(Storage&& src, Storage& dest) override { in move() 158 void destroy(Storage& s) override { in destroy() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/usb/ |
| H A D | mass-storage.rst | 2 Mass Storage Gadget (MSG) 8 Mass Storage Gadget (or MSG) acts as a USB Mass Storage device, 28 using it, and how it differs from File Storage Gadget (or FSG) 75 true. This has been changed to better match File Storage Gadget 190 The Mass Storage Gadget uses the Mass Storage Function to handle 207 The Mass Storage Function and thus the Mass Storage Gadget has been 208 based on the File Storage Gadget. The difference between the two is 216 Because of that, File Storage Gadget has been removed in Linux 3.8. 217 All users need to transition to the Mass Storage Gadget. The two
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/ps3/ |
| H A D | Kconfig | 105 tristate "PS3 Disk Storage Driver" 109 Include support for the PS3 Disk Storage. 115 tristate "PS3 BD/DVD/CD-ROM Storage Driver" 119 Include support for the PS3 ROM Storage. 126 tristate "PS3 FLASH ROM Storage Driver" 130 Include support for the PS3 FLASH ROM Storage. 141 tristate "PS3 Video RAM Storage Driver"
|
| /OK3568_Linux_fs/device/rockchip/common/images/oem/oem_cvr/cvr_res/string/ |
| H A D | string.txt | 12 RES_STR_SETTINGS_STORE 储存状态 儲存狀態 Storage status ストレージステータス 19 RES_STR_SETTINGS_BOX_STORE_TITLE 储存状态 儲存狀態 Storage status ストレージステータス
|
| /OK3568_Linux_fs/kernel/drivers/usb/storage/ |
| H A D | Kconfig | 3 # USB Storage driver configuration 10 tristate "USB Mass Storage support" 30 bool "USB Mass Storage verbose debug" 32 Say Y here in order to have the USB Mass Storage code generate 73 - ISD SmartCable for Storage 107 SmartMedia reader in the USB Mass Storage driver. 116 SmartMedia reader in the USB Mass Storage driver.
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/iterators/ |
| H A D | multi_pass_fwd.hpp | 46 , typename Storage = split_std_deque> 52 , typename Storage = split_std_deque>
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mmc/ |
| H A D | socfpga-dw-mshc.txt | 2 Storage Host Controller 8 extensions to the Synopsys Designware Mobile Storage Host Controller.
|
| H A D | img-dw-mshc.txt | 1 * Imagination specific extensions to the Synopsys Designware Mobile Storage 8 extensions to the Synopsys Designware Mobile Storage Host Controller.
|
| H A D | zx-dw-mshc.txt | 1 * ZTE specific extensions to the Synopsys Designware Mobile Storage 8 extensions to the Synopsys Designware Mobile Storage Host Controller.
|
| H A D | bluefield-dw-mshc.txt | 2 Mobile Storage Host Controller 10 specific extensions to the Synopsys Designware Mobile Storage Host Controller.
|
| H A D | hi3798cv200-dw-mshc.txt | 2 Storage Host Controller 10 specific extensions to the Synopsys Designware Mobile Storage Host Controller.
|
| H A D | k3-dw-mshc.txt | 2 Storage Host Controller 10 extensions to the Synopsys Designware Mobile Storage Host Controller.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/ssiapi/ |
| H A D | ssiapi_1.3.0.bb | 3 DESCRIPTION = "Intel Rapid Storage Technology enterprise with Linux OS* Standard Storage Interface …
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/systemd/systemd/ |
| H A D | CVE-2022-4415-1.patch | 65 - { "Coredump", "Storage", config_parse_coredump_storage, 0, &arg… 72 + { "Coredump", "Storage", config_parse_coredump_storage, 0, &arg_stora…
|
| /OK3568_Linux_fs/kernel/Documentation/scsi/ |
| H A D | smartpqi.rst | 4 SMARTPQI - Microchip Smart Storage SCSI driver 76 Allows "BMIC" and "CISS" commands to be passed through to the Smart Storage Array.
|
| /OK3568_Linux_fs/kernel/drivers/scsi/be2iscsi/ |
| H A D | Kconfig | 11 10Gbps Storage adapter - BladeEngine 2.
|
| /OK3568_Linux_fs/kernel/drivers/s390/block/ |
| H A D | Kconfig | 78 prompt "Support for Storage Class Memory" 81 Block device driver for Storage Class Memory (SCM). This driver
|
| /OK3568_Linux_fs/u-boot/scripts/ |
| H A D | checkpatch.pl | 339 our $Storage = qr{extern|static|asmlinkage}; 742 $Declare = qr{(?:$Storage\s+(?:$Inline\s+)?)?$Type}; 743 $DeclareMisordered = qr{(?:$Storage\s+(?:$Inline\s+)?)?$TypeMisordered}; 758 (?:$Storage\s+)?(?:[A-Z_][A-Z0-9]*_){0,2}(?:DEFINE|DECLARE)(?:_[A-Z0-9]+){1,6}\s*\(| 759 (?:$Storage\s+)?[HLP]?LIST_HEAD\s*\(| 760 (?:$Storage\s+)?${Type}\s+uninitialized_var\s*\( 1847 $Storage| 1866 $possible =~ s/\s*$Storage\s*//g; 3186 $prevline =~ /^\+(?:(?:(?:$Storage|$Inline)\s*)*\s*$Type\s*)?($Ident)\(/) { 3284 …} elsif ($prev_values eq 'E' && $s =~ /^.\s*(?:$Storage\s+)?(?:$Inline\s+)?(?:const\s+)?((?:\s*$Id… [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/legacy/ |
| H A D | Kconfig | 263 tristate "Mass Storage Gadget" 268 The Mass Storage Gadget acts as a USB Mass Storage disk drive. 274 Storage Gadget (g_file_storage). 428 bool "RNDIS + CDC Serial + Storage configuration" 434 Mass Storage functions available in the Multifunction Composite 441 bool "CDC Ethernet + CDC Serial + Storage configuration" 446 Serial and Mass Storage functions available in the Multifunction
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/intel_th/ |
| H A D | Kconfig | 62 tristate "Intel(R) Trace Hub Memory Storage Unit" 64 Memory Storage Unit (MSU) trace output device enables
|