HomeSort by relevance Sort by last modified time
    Searched refs:size_ (Results 176 - 200 of 482) sorted by null

1 2 3 4 5 6 78 91011>>

  /external/tensorflow/tensorflow/stream_executor/
device_memory.h 54 : opaque_(opaque), size_(size), is_sub_buffer_(is_sub_buffer) {}
71 uint64 size() const { return size_; }
94 size_ = bytes;
99 uint64 size_; // Size in bytes of this allocation. member in class:perftools::gputools::DeviceMemoryBase
  /external/v8/src/
identity-map.h 21 bool empty() const { return size_ == 0; }
22 int size() const { return size_; }
36 size_(0),
72 int size_; member in class:v8::internal::IdentityMapBase
  /external/webrtc/webrtc/base/
asyncudpsocket.h 61 size_t size_; member in class:rtc::AsyncUDPSocket
bytebuffer.h 45 size_t Capacity() const { return size_ - start_; }
109 size_t size_; member in class:rtc::ByteBuffer
  /system/core/libunwindstack/
DexFile.h 52 size_t size_ = 0; member in class:unwindstack::DexFileFromFile
  /toolchain/binutils/binutils-2.27/gold/
binary.h 104 int size_; member in class:gold::Binary_to_elf
target-select.h 124 { return this->size_; }
160 // match the machine_, size_, and is_big_endian_ fields. The child
227 const int size_; member in class:gold::Target_selector
fileread.h 74 size_(0), token_(false), views_(), saved_views_(), mapped_bytes_(0),
138 { return this->size_; }
268 : start_(start), size_(size), data_(data), lock_count_(0),
281 { return this->size_; }
337 section_size_type size_; member in class:gold::File_read::View
425 off_t size_; member in class:gold::File_read
stringpool.h 102 : chunks_(), size_(0)
110 this->size_ = 0;
131 { return this->size_; }
137 size_t chunk_index = this->size_ / chunk_size;
145 this->size_++;
164 size_t size_; member in class:gold::Chunked_vector
  /external/compiler-rt/lib/tsan/rtl/
tsan_clock.h 50 return size_;
70 // If size_ <= 64, then tab_ points to an array with 64 ClockElem's.
75 u32 size_;
  /external/deqp/framework/referencerenderer/
rrVertexAttrib.hpp 127 VertexAttrib (VertexAttribType type_, int size_, int stride_, int instanceDivisor_, const void* pointer_)
129 , size (size_)
  /external/freetype/src/tools/ftfuzzer/
rasterfuzzer.cc 48 size_t size_ )
78 short n_points = short( size_ / ( vsize + tsize ) );
  /external/libchrome/base/trace_event/
memory_allocator_dump.cc 33 size_(0) {
64 size_ = value;
  /external/v8/src/compiler/
redundancy-elimination.h 40 EffectPathChecks(Check* head, size_t size) : head_(head), size_(size) {}
45 size_t size_; member in class:v8::internal::compiler::final::final
  /art/tools/titrace/
titrace.cc 46 explicit TiMemory(jvmtiEnv* env, T* mem, size_t size) : env_(env), mem_(mem), size_(size) {
60 size_ = other.size_;
65 other.size_ = 0u;
82 return size_ / sizeof(T);
88 size_t size_; member in struct:titrace::TiMemory
  /external/boringssl/src/ssl/
ssl_buffer.cc 43 size_ = 0;
73 OPENSSL_memcpy(new_buf + new_offset, buf_ + offset_, size_);
87 size_ += new_size;
91 if (len > size_) {
95 size_ -= (uint16_t)len;
100 if (size_ == 0) {
  /external/v8/src/base/platform/
platform-cygwin.cc 153 VirtualMemory::VirtualMemory() : address_(NULL), size_(0) { }
157 : address_(ReserveRegion(size)), size_(size) { }
161 : address_(NULL), size_(0) {
182 size_ = request_size;
188 bool result = ReleaseRegion(address_, size_);
202 size_ = 0;
platform-aix.cc 131 VirtualMemory::VirtualMemory() : address_(NULL), size_(0) {}
135 : address_(ReserveRegion(size)), size_(size) {}
139 : address_(NULL), size_(0) {
171 size_ = aligned_size;
189 size_ = 0;