Home
last modified time | relevance | path

Searched refs:size_ (Results 151 - 175 of 237) sorted by relevance

12345678910

/third_party/node/deps/v8/src/debug/wasm/gdb-server/
H A Dtransport.h137 int32_t size_; member in v8::internal::wasm::gdb_server::Transport
/third_party/node/deps/v8/src/ast/
H A Dprettyprinter.cc637 if (size_ == 0) { in Init()
641 size_ = initial_size; in Init()
651 int n = base::VSNPrintF(base::Vector<char>(output_, size_) + pos_, format, in Print()
662 int new_size = size_ + (size_ >> 1) + slack; in Print()
667 size_ = new_size; in Print()
758 : output_(nullptr), size_(0), pos_(0), indent_(0) { in AstPrinter()
/third_party/vixl/src/aarch32/
H A Dinstructions-aarch32.h1161 uint32_t size_;
1164 explicit EncodingSize(uint32_t size) : size_(size) {}
1166 : size_(size) {}
1167 uint32_t GetSize() const { return size_; }
1169 bool IsBest() const { return size_ == Best; }
1170 bool IsNarrow() const { return size_ == Narrow; }
1171 bool IsWide() const { return size_ == Wide; }
/third_party/node/deps/v8/src/snapshot/
H A Dcode-serializer.h167 return base::Vector<const byte>(data_ + kHeaderSize, size_ - kHeaderSize); in ChecksummedContent()
/third_party/skia/third_party/externals/libwebp/src/enc/
H A Dbackward_references_enc.h132 int size_; member
H A Dframe_enc.c222 enc->segment_hdr_.size_ = in SetSegmentProbas()
229 enc->segment_hdr_.size_ = 0; in SetSegmentProbas()
602 size_p0 += enc->segment_hdr_.size_; in OneStatPass()
841 size_p0 += enc->segment_hdr_.size_; in VP8EncTokenLoop()
H A Dvp8i_enc.h144 int size_; // bit-cost for transmitting the segment map member
/third_party/node/deps/v8/src/utils/
H A Dallocation.cc461 size_ = allocatable_base + allocatable_size - base_; in InitReservation()
472 size_ = 0; in Free()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp277 BufferResource (vk::VkBuffer handle_, vk::VkDeviceSize offset_, vk::VkDeviceSize size_) in BufferResource()
278 : handle(handle_), offset(offset_), size(size_) in BufferResource()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/synchronization/
H A DvktSynchronizationUtil.hpp277 BufferResource (vk::VkBuffer handle_, vk::VkDeviceSize offset_, vk::VkDeviceSize size_) in BufferResource()
278 : handle(handle_), offset(offset_), size(size_) in BufferResource()
/third_party/node/deps/v8/src/codegen/arm64/
H A Dassembler-arm64-inl.h56 DCHECK(other.RegisterSizeInBits() == size_); in Combine()
68 DCHECK(other.SizeInBits() == size_); in Combine()
83 DCHECK(CPURegister::Create(code, size_, type_).is_valid()); in Combine()
89 DCHECK(CPURegister::Create(code, size_, type_).is_valid()); in Remove()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dcord_ring_test.cc147 : data_(s.data()), size_(s.size()) {} in not_a_string_view()
149 : data_(data), size_(size) {} in not_a_string_view()
152 return not_a_string_view(static_cast<const char*>(data_) + n, size_ - n); in remove_prefix()
156 return not_a_string_view(data_, size_ - n); in remove_suffix()
160 size_t size() const { return size_; } in size()
164 size_t size_; member in absl::__anon19332::not_a_string_view
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbss_bio.c109 static int bio_read(BIO *bio, char *buf, int size_) in bio_read() argument
111 size_t size = size_; in bio_read()
/third_party/openssl/crypto/bio/
H A Dbss_bio.c109 static int bio_read(BIO *bio, char *buf, int size_) in bio_read() argument
111 size_t size = size_; in bio_read()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp233 const UVec2& size_, in TestParameters()
240 , size (size_) in TestParameters()
H A DvktYCbCrViewTests.cpp333 TestParameters (ViewType viewType_, VkFormat format_, const UVec2& size_, VkImageCreateFlags createFlags_, deUint32 planeNdx_, VkFormat planeCompatibleFormat_, glu::ShaderType shaderType_, deBool isCompatibilityFormat_) in TestParameters()
336 , size (size_) in TestParameters()
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ycbcr/
H A DvktYCbCrFormatTests.cpp233 const UVec2& size_, in TestParameters()
240 , size (size_) in TestParameters()
H A DvktYCbCrViewTests.cpp331 TestParameters (ViewType viewType_, VkFormat format_, const UVec2& size_, VkImageCreateFlags createFlags_, deUint32 planeNdx_, VkFormat planeCompatibleFormat_, glu::ShaderType shaderType_, deBool isCompatibilityFormat_) in TestParameters()
334 , size (size_) in TestParameters()
H A DvktYCbCrStorageImageWriteTests.cpp55 const tcu::UVec3& size_, in TestParameters()
58 , size (size_) in TestParameters()
/third_party/vk-gl-cts/framework/opengl/
H A DgluDrawUtil.cpp85 VertexBufferLayout (int size_ = 0) in VertexBufferLayout()
86 : size(size_) in VertexBufferLayout()
/third_party/node/tools/inspector_protocol/encoding/
H A Dencoding.cc1203 assert(container_ != Container::NONE || size_ == 0); in StartElementTmpl()
1204 if (size_ != 0) { in StartElementTmpl()
1205 char delim = (!(size_ & 1) || container_ == Container::ARRAY) ? ',' : ':'; in StartElementTmpl()
1208 ++size_; in StartElementTmpl()
1212 int size_ = 0; member in v8_inspector_protocol_encoding::json::__anon15492::State
/third_party/node/deps/v8/src/handles/
H A Dglobal-handles.cc1733 int limit = size_; in IterateAllRoots()
1766 int block = size_ >> kShift; in Create()
1767 int offset = size_ & kMask; in Create()
1777 young_node_indices_.push_back(size_); in Create()
1779 *index = size_++; in Create()
/third_party/node/deps/v8/src/compiler/
H A Dmachine-operator.h222 : size_(size), alignment_(alignment) {} in StackSlotRepresentation()
224 int size() const { return size_; } in size()
228 int size_; member in v8::internal::compiler::final
/third_party/mesa3d/src/amd/vulkan/radix_sort/
H A Dradix_sort_vk.c292 #define RS_SUBGROUP_SIZE_CREATE_INFO_SET(size_) \ in radix_sort_vk_create()
296 .requiredSubgroupSize = size_, \ in radix_sort_vk_create()
/third_party/node/deps/v8/src/d8/
H A Dd8.h144 size_t size() { return size_; } in size()
166 size_t size_ = 0; member in v8::SerializationData

Completed in 33 milliseconds

12345678910