Searched refs:size_ (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/wifi/aidl/default/ |
D | ringbuffer.cpp | 26 Ringbuffer::Ringbuffer(size_t maxSize) : size_(0), maxSize_(maxSize) {} in Ringbuffer() 37 size_ += input.size() * sizeof(input[0]); in append() 38 while (size_ > maxSize_) { in append() 44 size_ -= data_.front().size() * sizeof(data_.front()[0]); in append() 56 size_ = 0; in clear()
|
D | ringbuffer.h | 51 size_t size_; variable
|
/hardware/interfaces/confirmationui/support/include/android/hardware/confirmationui/support/ |
D | confirmationui_utils.h | 132 : data_(reinterpret_cast<const uint8_t*>(buffer.data())), size_(buffer.size()) { 141 : data_(reinterpret_cast<const uint8_t*>(buffer.c_str())), size_(buffer.size()) { 147 : data_(reinterpret_cast<const uint8_t*>(buffer)), size_(size - 1) { in ByteBufferProxy() 152 ByteBufferProxy(const uint8_t (&buffer)[size]) : data_(buffer), size_(size) {} in ByteBufferProxy() 154 ByteBufferProxy() : data_(nullptr), size_(0) {} in ByteBufferProxy() 157 size_t size() const { return size_; } in size() 160 const uint8_t* end() const { return data_ + size_; } in end() 164 size_t size_; variable
|
D | cbor.h | 83 size_t size_; 84 StringBuffer(const T* data, size_t size) : data_(data), size_(size) { 88 size_t size() const { return size_; } 199 WriteState() : data_(nullptr), size_(0), error_(Error::OK) {} 200 WriteState(uint8_t* buffer, size_t size) : data_(buffer), size_(size), error_(Error::OK) {} 202 : data_(buffer), size_(size), error_(error) {} 204 WriteState(uint8_t (&buffer)[size]) : data_(buffer), size_(size), error_(Error::OK) {} 207 if (size_) { 209 --size_; 216 if (offset > size_) { [all …]
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/appendices/ |
D | VK_QCOM_image_processing.adoc | 40 image_, _box size_, and texture coordinates. 41 Note that _box size_ specifies a floating point width and height in 50 size_.
|
D | glossary.adoc | 268 level size_.
|
/hardware/google/gfxstream/guest/mesa/include/CL/ |
D | cl.hpp | 506 ::size_t size_; 510 string(void) : size_(0), str_(NULL) in string() 526 size_(size), in string() 530 str_ = new char[size_+1]; in string() 532 memcpy(str_, str, size_ * sizeof(char)); in string() 533 str_[size_] = '\0'; in string() 536 size_ = 0; in string() 547 size_(0), in string() 551 size_= ::strlen(str); in string() 553 if( size_ > 0 ) { in string() [all …]
|
D | opencl.hpp | 5879 size_type size_; member 5910 static size_type size(const LocalSpaceArg& value) { return value.size_; } in size()
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/proposals/ |
D | VK_AMDX_shader_enqueue.adoc | 343 _x size_ 345 _y size_ 347 _z size_ 354 _x size_ 356 _y size_ 358 _z size_
|
D | VK_QCOM_image_processing.adoc | 484 _box size_, and texture coordinates. Note that _box size_ specifies a floating point 499 is then divided by the _box size_ area. 511 _reference coordinates_, and _block size_. Each instruction computes an error 521 The _block size_ provides the height and width in integer texels of the regions to 524 Note that the coordinates and _block size_ may result in a region that extends
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/chapters/ |
D | formats.adoc | 1443 Each format has a _texel block size_, the number of bytes used to store one
|
D | resources.adoc | 4015 mip level provided, down to the _minimum mip level size_.
|