| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/openssl/ |
| H A D | span.h | 113 constexpr Span(T *ptr, size_t len) : data_(ptr), size_(len) {} in Span() 121 Span(const C &container) : data_(container.data()), size_(container.size()) {} in Span() 127 : data_(container.data()), size_(container.size()) {} in Span() 130 size_t size() const { return size_; } in size() 131 bool empty() const { return size_ == 0; } in empty() 135 T *end() const { return data_ + size_; } in end() 139 if (size_ == 0) { in front() 145 if (size_ == 0) { in back() 148 return data_[size_ - 1]; in back() 152 if (i >= size_) { [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/host_include/openssl/ |
| H A D | span.h | 113 constexpr Span(T *ptr, size_t len) : data_(ptr), size_(len) {} in Span() 121 Span(const C &container) : data_(container.data()), size_(container.size()) {} in Span() 127 : data_(container.data()), size_(container.size()) {} in Span() 130 size_t size() const { return size_; } in size() 131 bool empty() const { return size_ == 0; } in empty() 135 T *end() const { return data_ + size_; } in end() 139 if (size_ == 0) { in front() 145 if (size_ == 0) { in back() 148 return data_[size_ - 1]; in back() 152 if (i >= size_) { [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/host_include/openssl/ |
| H A D | span.h | 113 constexpr Span(T *ptr, size_t len) : data_(ptr), size_(len) {} in Span() 121 Span(const C &container) : data_(container.data()), size_(container.size()) {} in Span() 127 : data_(container.data()), size_(container.size()) {} in Span() 130 size_t size() const { return size_; } in size() 131 bool empty() const { return size_ == 0; } in empty() 135 T *end() const { return data_ + size_; } in end() 139 if (size_ == 0) { in front() 145 if (size_ == 0) { in back() 148 return data_[size_ - 1]; in back() 152 if (i >= size_) { [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/openssl/ |
| H A D | span.h | 113 constexpr Span(T *ptr, size_t len) : data_(ptr), size_(len) {} in Span() 121 Span(const C &container) : data_(container.data()), size_(container.size()) {} in Span() 127 : data_(container.data()), size_(container.size()) {} in Span() 130 size_t size() const { return size_; } in size() 131 bool empty() const { return size_ == 0; } in empty() 135 T *end() const { return data_ + size_; } in end() 139 if (size_ == 0) { in front() 145 if (size_ == 0) { in back() 148 return data_[size_ - 1]; in back() 152 if (i >= size_) { [all …]
|
| /OK3568_Linux_fs/buildroot/dl/stressapptest/git/src/ |
| H A D | disk_blocks.cc | 24 BlockData::BlockData() : address_(0), size_(0), in BlockData() 50 segment_size_(0), size_(0) { in DiskBlockTable() 76 uint64 size = size_; in Size() 85 sd->pos = size_; in InsertOnStructure() 88 if (pos_to_addr_.size() <= size_) { in InsertOnStructure() 91 pos_to_addr_[size_] = address; in InsertOnStructure() 94 size_++; in InsertOnStructure() 107 int last_pos = size_ - 1; in RemoveBlock() 110 sat_assert(size_ > 0); in RemoveBlock() 118 size_--; in RemoveBlock() [all …]
|
| H A D | pattern.cc | 328 size_= 0; in PatternList() 373 size_ = patterncount; in Initialize() 377 logprintf(12, "Log: initialized %d data patterns\n", size_); in Initialize() 388 size_ = 0; in Destroy() 396 if (static_cast<unsigned int>(i) < size_) { in GetPattern() 415 } while (i < size_); in GetRandomPattern() 417 if (i < size_) { in GetRandomPattern()
|
| H A D | disk_blocks.h | 58 void set_size(uint64 size) { size_ = size; } in set_size() 59 uint64 size() const { return size_; } in size() 64 uint64 size_; // Size of block variable 167 uint64 size_; // Number of elements on table variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_traits/ |
| H A D | aligned_storage.hpp | 38 std::size_t size_ 45 char buf[size_]; 72 std::size_t size_ 81 ::boost::detail::aligned_storage::aligned_storage_imp<size_, alignment_> 86 typedef ::boost::detail::aligned_storage::aligned_storage_imp<size_, alignment_> type; 90 , size = size_ 133 template <std::size_t size_, std::size_t alignment_> 134 struct is_pod< ::boost::detail::aligned_storage::aligned_storage_imp<size_, alignment_> > : public …
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-armhf/include/opencv2/core/ |
| H A D | cuda.inl.hpp | 71 GpuMat::GpuMat(Size size_, int type_, Allocator* allocator_) in GpuMat() argument 74 if (size_.height > 0 && size_.width > 0) in GpuMat() 75 create(size_.height, size_.width, type_); in GpuMat() 90 GpuMat::GpuMat(Size size_, int type_, Scalar s_, Allocator* allocator_) in GpuMat() argument 93 if (size_.height > 0 && size_.width > 0) in GpuMat() 95 create(size_.height, size_.width, type_); in GpuMat() 134 void GpuMat::create(Size size_, int type_) in create() argument 136 create(size_.height, size_.width, type_); in create() 407 HostMem::HostMem(Size size_, int type_, AllocType alloc_type_) in HostMem() argument 410 if (size_.height > 0 && size_.width > 0) in HostMem() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/core/ |
| H A D | cuda.inl.hpp | 71 GpuMat::GpuMat(Size size_, int type_, Allocator* allocator_) in GpuMat() argument 74 if (size_.height > 0 && size_.width > 0) in GpuMat() 75 create(size_.height, size_.width, type_); in GpuMat() 90 GpuMat::GpuMat(Size size_, int type_, Scalar s_, Allocator* allocator_) in GpuMat() argument 93 if (size_.height > 0 && size_.width > 0) in GpuMat() 95 create(size_.height, size_.width, type_); in GpuMat() 134 void GpuMat::create(Size size_, int type_) in create() argument 136 create(size_.height, size_.width, type_); in create() 407 HostMem::HostMem(Size size_, int type_, AllocType alloc_type_) in HostMem() argument 410 if (size_.height > 0 && size_.width > 0) in HostMem() [all …]
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/OpenCV-android-sdk/sdk/native/jni/include/opencv2/core/ |
| H A D | cuda.inl.hpp | 71 GpuMat::GpuMat(Size size_, int type_, Allocator* allocator_) in GpuMat() argument 74 if (size_.height > 0 && size_.width > 0) in GpuMat() 75 create(size_.height, size_.width, type_); in GpuMat() 90 GpuMat::GpuMat(Size size_, int type_, Scalar s_, Allocator* allocator_) in GpuMat() argument 93 if (size_.height > 0 && size_.width > 0) in GpuMat() 95 create(size_.height, size_.width, type_); in GpuMat() 134 void GpuMat::create(Size size_, int type_) in create() argument 136 create(size_.height, size_.width, type_); in create() 407 HostMem::HostMem(Size size_, int type_, AllocType alloc_type_) in HostMem() argument 410 if (size_.height > 0 && size_.width > 0) in HostMem() [all …]
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/ |
| H A D | buffer.hpp | 52 Ch* end() const { return buf_ + size_; } in end() 54 std::streamsize size() const { return size_; } in size() 61 std::streamsize size_; member in boost::iostreams::detail::basic_buffer 145 basic_buffer<Ch, Alloc>::basic_buffer() : buf_(0), size_(0) { } in basic_buffer() 151 size_(buffer_size) // Cast for SunPro 5.3. in basic_buffer() 159 static_cast<BOOST_DEDUCED_TYPENAME Alloc::size_type>(size_)); in ~basic_buffer() 166 if (size_ != buffer_size) { in resize() 168 std::swap(size_, temp.size_); in resize() 177 std::swap(size_, rhs.size_); in swap()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/mbgl/gl/ |
| H A D | headless_backend.cpp | 13 View(gl::Context& context, Size size_) in View() argument 14 : color(context.createRenderbuffer<gl::RenderbufferType::RGBA>(size_)), in View() 15 depthStencil(context.createRenderbuffer<gl::RenderbufferType::DepthStencil>(size_)), in View() 24 HeadlessBackend::HeadlessBackend(Size size_) in HeadlessBackend() argument 25 : size(size_) { in HeadlessBackend() 76 void HeadlessBackend::setSize(Size size_) { in setSize() argument 77 size = size_; in setSize()
|
| H A D | headless_frontend.cpp | 14 HeadlessFrontend::HeadlessFrontend(Size size_, float pixelRatio_, FileSource& fileSource, Scheduler… in HeadlessFrontend() argument 15 : size(size_), in HeadlessFrontend() 58 void HeadlessFrontend::setSize(Size size_) { in setSize() argument 59 if (size != size_) { in setSize() 60 size = size_; in setSize() 61 backend.setSize({ static_cast<uint32_t>(size_.width * pixelRatio), in setSize() 62 static_cast<uint32_t>(size_.height * pixelRatio) }); in setSize()
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/util/ |
| H A D | image.hpp | 25 Image(Size size_) in Image() argument 26 : size(std::move(size_)), in Image() 29 Image(Size size_, const uint8_t* srcData, std::size_t srcLength) in Image() argument 30 : size(std::move(size_)) { in Image() 38 Image(Size size_, std::unique_ptr<uint8_t[]> data_) in Image() argument 39 : size(std::move(size_)), in Image() 82 void resize(Size size_) { in resize() argument 83 if (size == size_) { in resize() 86 Image newImage(size_); in resize() 89 std::min(size.width, size_.width), in resize() [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/exiv2/exiv2/ |
| H A D | CVE-2021-3482.patch | 24 if (bufRead != rawData.size_) throw Error(kerInputDataReadFailed); 26 - if (rawData.size_ > 0) 27 + if (rawData.size_ > 8) // "II*\0long" 45 + makeSlice(rawData, 0, rawData.size_>40?40:rawData.size_)); 50 - if (bIsExif && bRecursive && rawData.size_ > 0) { 51 + if (bIsExif && bRecursive && rawData.size_ > 8) { // "II*\0long" 54 … BasicIo::AutoPtr p = BasicIo::AutoPtr(new MemIo(rawData.pData_, rawData.size_));
|
| H A D | CVE-2021-29464.patch | 18 DataBuf output(boxBuf.size_ + iccProfile_.size_ + 100); // allocate sufficient space 50 + enforce(newlen <= output.size_ - outlen, Exiv2::kerCorruptedMetadata); 58 + enforce(newlen <= output.size_ - outlen, Exiv2::kerCorruptedMetadata); 59 ul2Data((byte*)&newBox.length,psize+iccProfile_.size_,bigEndian); 63 newlen = psize + iccProfile_.size_; 66 + enforce(newlen <= output.size_ - outlen, Exiv2::kerCorruptedMetadata);
|
| H A D | CVE-2021-29470.patch | 14 DataBuf output(boxBuf.size_ + iccProfile_.size_ + 100); // allocate sufficient space 17 + enforce(sizeof(Jp2BoxHeader) <= static_cast<size_t>(output.size_), Exiv2::kerCorruptedMeta… 20 + enforce(length <= static_cast<size_t>(output.size_), Exiv2::kerCorruptedMetadata);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | dma_buffer.cpp | 34 DmaBuffer::DmaBuffer(int fd, size_t size) : fd_(fd), size_(size), ptr_(nullptr) {} in DmaBuffer() 85 assert(((void)"could not map invalid dma_buf", fd_.Get() > 0 && ptr_ == nullptr && size_ > 0)); in map() 87 ptr_ = mmap(0, size_, PROT_READ | PROT_WRITE, MAP_SHARED, fd_.Get(), 0); in map() 99 munmap(ptr_, size_); in unmap() 105 size_t DmaBuffer::getSize() { return size_; } in getSize()
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtwebengine/chromium/ |
| H A D | 0008-chromium-Move-CharAllocator-definition-to-a-header-f.patch | 119 - size_(0), 146 - ++size_; 153 - size_t size() const { return size_; } 170 - size_ = 0; 184 - --size_; 198 - --size_; 218 - size_ += count; 228 - // |size_| > 0 means that at least one vector in |storage_| will be 230 - DCHECK_GT(size_, 0u); 238 - // |size_| > 0 means that at least one vector in |storage_| will be [all …]
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/host_include/openssl/ |
| H A D | span.h | 109 constexpr Span(T *ptr, size_t len) : data_(ptr), size_(len) {} in Span() 117 Span(const C &container) : data_(container.data()), size_(container.size()) {} in Span() 123 : data_(container.data()), size_(container.size()) {} in Span() 126 size_t size() const { return size_; } in size() 130 T *end() const { return data_ + size_; }; in end() 138 size_t size_; variable
|
| /OK3568_Linux_fs/external/security/rk_tee_user/v1/export-user_ta/include/openssl/ |
| H A D | span.h | 109 constexpr Span(T *ptr, size_t len) : data_(ptr), size_(len) {} in Span() 117 Span(const C &container) : data_(container.data()), size_(container.size()) {} in Span() 123 : data_(container.data()), size_(container.size()) {} in Span() 126 size_t size() const { return size_; } in size() 130 T *end() const { return data_ + size_; }; in end() 138 size_t size_; variable
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/ |
| H A D | random.h | 102 int size_; variable 124 size_ = n; in init() 125 for (int i = 0; i < size_; ++i) vals_[i] = i; in init() 144 if (counter_ == size_) { in next()
|
| H A D | dynamic_bitset.h | 62 DynamicBitset() : size_(0) in DynamicBitset() 121 size_ = sz; in resize() 137 return size_; in size() 151 size_t size_; variable
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/ |
| H A D | offscreen_texture.cpp | 14 Impl(gl::Context& context_, const Size size_, const gl::TextureType type_) in Impl() argument 15 : context(context_), size(std::move(size_)), type(type_) { in Impl() 19 const Size size_, in Impl() argument 22 : context(context_), size(std::move(size_)), depth(&depth_), type(type_) { in Impl()
|