HomeSort by relevance Sort by last modified time
    Searched refs:size_ (Results 126 - 150 of 390) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/compiler-rt/lib/tsan/rtl/
tsan_mutexset.h 47 uptr size_; member in class:__tsan::MutexSet
tsan_clock.h 50 return size_;
70 // If size_ <= 64, then tab_ points to an array with 64 ClockElem's.
75 u32 size_;
  /external/freetype/include/freetype/internal/
ftdriver.h 233 size_, \
260 size_, \
299 size_, \
356 size_, \
  /external/google-breakpad/src/processor/
disassembler_x86.h 106 uint32_t size_; member in class:google_breakpad::DisassemblerX86
  /external/libmojo/base/android/linker/
linker_jni.cc 32 size_ = env->GetStringUTFLength(str);
33 ptr_ = static_cast<char*>(::malloc(size_ + 1));
49 ::memcpy(ptr_, bytes, size_);
50 ptr_[size_] = '\0';
  /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
  /toolchain/binutils/binutils-2.25/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/deqp/framework/referencerenderer/
rrVertexAttrib.hpp 127 VertexAttrib (VertexAttribType type_, int size_, int stride_, int instanceDivisor_, const void* pointer_)
129 , size (size_)
  /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
  /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;
platform-freebsd.cc 129 VirtualMemory::VirtualMemory() : address_(NULL), size_(0) { }
133 : address_(ReserveRegion(size)), size_(size) { }
137 : address_(NULL), size_(0) {
172 size_ = aligned_size;
192 size_ = 0;
platform-macos.cc 122 VirtualMemory::VirtualMemory() : address_(NULL), size_(0) { }
126 : address_(ReserveRegion(size)), size_(size) { }
130 : address_(NULL), size_(0) {
165 size_ = aligned_size;
185 size_ = 0;
platform-openbsd.cc 160 VirtualMemory::VirtualMemory() : address_(NULL), size_(0) { }
164 : address_(ReserveRegion(size)), size_(size) { }
168 : address_(NULL), size_(0) {
203 size_ = aligned_size;
223 size_ = 0;
  /external/v8/src/crankshaft/
hydrogen-check-elimination.cc 82 size_(0) {
179 for (int i = 0; i < size_; i++) {
197 copy->size_ = size_;
313 if (that->size_ == 0) {
315 size_ = 0;
320 for (int i = 0; i < size_; i++) {
670 size_ = 0;
677 for (int i = 0; i < size_; ++i) {
695 for (int i = 0; i < size_; i++)
805 int16_t size_; \/\/ Must be <= kMaxTrackedObjects member in class:v8::internal::HCheckTable
    [all...]
  /external/protobuf/src/google/protobuf/stubs/
stringpiece.h 446 pod.size_ = str.size();
451 operator StringPiece() const { return StringPiece(data_, size_); }
454 return StringPiece(data_, size_) == StringPiece(value);
459 assert(i < size_);
466 return size_;
469 std::string ToString() const { return std::string(data_, size_); }
472 stringpiece_ssize_type size_;
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/stubs/
stringpiece.h 446 pod.size_ = str.size();
451 operator StringPiece() const { return StringPiece(data_, size_); }
454 return StringPiece(data_, size_) == StringPiece(value);
459 assert(i < size_);
466 return size_;
469 std::string ToString() const { return std::string(data_, size_); }
472 stringpiece_ssize_type size_;
  /art/compiler/utils/
swap_space.cc 64 size_(0),
165 int result = TEMP_FAILURE_RETRY(ftruncate64(fd_, size_ + next_part));
170 mmap(nullptr, next_part, PROT_READ | PROT_WRITE, MAP_SHARED, fd_, size_));
173 LOG(ERROR) << "Current size: " << size_ << " requested: " << next_part << "/" << min_size;
179 size_ += next_part;
  /art/runtime/
image.h 54 ImageSection() : offset_(0), size_(0) { }
55 ImageSection(uint32_t offset, uint32_t size) : offset_(offset), size_(size) { }
64 return size_;
72 return offset - offset_ < size_;
77 uint32_t size_; variable
  /bionic/libc/malloc_debug/
RecordData.cpp 58 MallocEntry::MallocEntry(void* pointer, size_t size) : AllocEntry(pointer), size_(size) {
62 return android::base::StringPrintf("%d: malloc %p %zu\n", tid_, pointer_, size_);
77 return android::base::StringPrintf("%d: calloc %p %zu %zu\n", tid_, pointer_, nmemb_, size_);
86 old_pointer_, size_);
96 alignment_, size_);

Completed in 793 milliseconds

1 2 3 4 56 7 8 91011>>