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

1 2 3 4 5 6 7 8 91011>>

  /external/puffin/src/
extent_stream.h 64 uint64_t size_; member in class:puffin::ExtentStream
  /external/webp/src/demux/
demux.c 40 size_t size_; member in struct:__anon43724
200 frame->img_components_[0].size_ = size;
238 frame->img_components_[1].size_ = chunk_size;
359 chunk->data_.size_ = size;
412 if (!has_alpha && frame->img_components_[1].size_ > 0) {
414 frame->img_components_[1].size_ = 0;
616 if (alpha->size_ == 0 && image->size_ == 0) return 0;
618 if (alpha->size_ > 0 && alpha->offset_ > image->offset_) {
628 if (alpha->size_ > 0 && image->size_ > 0 &
    [all...]
  /external/webp/src/utils/
utils.c 64 size_t size_; member in struct:MemBlock
124 b->size_ = size;
151 total_mem -= block->size_;
154 (uint32_t)total_mem, (uint32_t)block->size_);
  /system/update_engine/payload_generator/
squashfs_filesystem.h 111 size_t size_; member in class:chromeos_update_engine::SquashfsFilesystem
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/arm/
bundle-lock.s 13 .rept \offset / size_\which
  /art/runtime/
image.h 59 ImageSection() : offset_(0), size_(0) { }
60 ImageSection(uint32_t offset, uint32_t size) : offset_(offset), size_(size) { }
69 return size_;
77 return offset - offset_ < size_;
82 uint32_t size_; variable
mem_map.h 174 return size_;
268 size_t size_; // Length of data. member in class:art::MemMap
  /device/google/cuttlefish_common/common/vsoc/lib/
vsoc_memory.cpp 83 size_ = GetMinRegionSize();
84 LOG(INFO) << region_name << ": is " << size_; local
99 size_t region_size() const override { return size_; }
100 void SetRegionSize(size_t size) { size_ = size; }
130 size_t size_{};
  /external/libvpx/libvpx/test/
partial_idct_test.cc 75 case TX_4X4: size_ = 4; break;
76 case TX_8X8: size_ = 8; break;
77 case TX_16X16: size_ = 16; break;
78 case TX_32X32: size_ = 32; break;
84 if (stride_ < size_) {
85 stride_ = size_;
92 input_block_size_ = size_ * size_;
93 output_block_size_ = size_ * stride_;
149 for (int y = 0; y < size_; y++)
181 int size_; member in class:__anon26032::PartialIDctTest
    [all...]
  /external/vixl/examples/aarch32/
disasm-a32.cc 53 uint32_t size_; member in class:Symbol
65 size_(size),
71 size_(ref.size_),
77 uint32_t GetSize() const { return size_; }
  /external/webrtc/webrtc/modules/desktop_capture/
window_capturer_x11.cc 41 size_(0),
49 &actual_format, &size_,
56 size_ = 0;
72 size_t size() const { return size_; }
82 unsigned long size_; // NOLINT: type required by XGetWindowProperty member in class:webrtc::__anon44226::XWindowProperty
  /art/libdexfile/dex/
dex_file.h 140 uint32_t size_; member in struct:art::DexFile::MapItem
145 uint32_t size_; member in struct:art::DexFile::MapList
258 return size_;
262 DCHECK_LT(idx, this->size_);
277 uint32_t size_; // size of the list, in entries member in class:art::DexFile::TypeList
400 uint32_t size_; member in struct:art::DexFile::MethodHandleType::AnnotationSetRefList
408 uint32_t size_; member in struct:art::DexFile::MethodHandleType::AnnotationSetItem
845 DCHECK_LE(index, set_item->size_);
1045 const size_t size_; member in class:art::DexFile::MethodHandleType
1137 uint32_t size_ = 0; member in class:art::DexFile::DexFileParameterIterator
    [all...]
  /toolchain/binutils/binutils-2.27/gold/
fileread.cc 139 if (::munmap(const_cast<unsigned char*>(this->data_), this->size_) != 0)
145 File_read::current_mapped_bytes -= this->size_;
210 this->size_ = s.st_size;
233 this->size_ = size;
334 gold_assert(start <= this->size_
336 <= static_cast<unsigned long long>(this->size_ - start)));
384 bytes = this->size_ - start;
475 gold_assert(start <= this->size_
477 <= static_cast<unsigned long long>(this->size_ - start)));
483 if (poff + static_cast<off_t>(psize) >= this->size_)
    [all...]
  /external/google-breakpad/src/client/linux/minidump_writer/
linux_ptrace_dumper_unittest.cc 154 : fd_(-1), mapping_(NULL), size_(0) {}
156 if (size_)
157 munmap(mapping_, size_);
164 size_ = size;
168 size_t size() const { return size_; }
173 size_t size_; member in class:StackHelper
  /external/libmojo/base/android/linker/
modern_linker_jni.cc 205 ~ScopedAnonymousMmap() { munmap(addr_, size_); }
208 void Release() { addr_ = nullptr; size_ = 0; effective_addr_ = nullptr; }
212 size_t size_; member in class:chromium_android_linker::__anon25108::ScopedAnonymousMmap
233 size_ = 0;
245 size_ = size;
248 size_ = 0;
linker_jni.h 73 inline size_t size() const { return size_; }
77 size_t size_; member in class:chromium_android_linker::String
  /external/perfetto/src/tracing/core/
shared_memory_abi.cc 79 size_ = size;
314 : begin_(begin), size_(size), chunk_idx_(chunk_idx) {
325 size_ = o.size_;
328 o.size_ = 0;
337 PERFETTO_DCHECK(chunk.end() <= start_ + size_);
  /external/v8/src/
perf-jit.cc 51 uint32_t size_; member in struct:v8::internal::PerfJitHeader
72 uint32_t size_; member in struct:v8::internal::PerfJitBase
102 // Followed by size_ - sizeof(PerfJitCodeUnwindingInfo) bytes of data.
231 code_load.size_ = sizeof(code_load) + length + 1 + code_size;
315 debug_info.size_ = size + padding;
361 unwinding_info_header.size_ = content_size + padding_size;
396 header.size_ = sizeof(header);
  /external/webrtc/webrtc/modules/video_coding/
jitter_buffer_unittest.cc 197 size_ = 1400;
214 packet_.reset(new VCMPacket(data_, size_, seq_num_, timestamp_, true));
274 int size_; member in class:webrtc::TestBasicJitterBuffer
433 CheckOutFrame(frame_out, size_, false);
452 CheckOutFrame(frame_out, size_, false);
501 CheckOutFrame(frame_out, 2 * size_, false);
545 CheckOutFrame(frame_out, 100 * size_, false);
601 CheckOutFrame(frame_out, 100 * size_, false);
647 CheckOutFrame(frame_out, 100 * size_, false);
703 CheckOutFrame(frame_out, 2 * size_, false)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.hpp 199 BlockDataPtr (void* ptr_, int size_, int lastUnsizedArraySize_)
201 , size (size_)
  /external/google-breakpad/src/processor/
synth_minidump.h 155 file_offset_ = offset; size_ = Size();
160 Label file_offset_, size_; member in class:google_breakpad::SynthMinidump::Section
  /external/libmojo/mojo/edk/system/
channel.h 133 size_t data_num_bytes() const { return size_; }
177 size_t size_ = 0; member in struct:mojo::edk::Channel::Message
  /external/perfetto/include/perfetto/protozero/
message.h 182 size_ += size;
194 uint32_t size_; member in class:protozero::Message
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl_lite.h 88 const int size_; // Total size of the array. member in class:google::protobuf::io::ArrayInputStream
120 const int size_; // Total size of the array. member in class:google::protobuf::io::ArrayOutputStream
  /external/strace/
sg_io_v3.c 63 #define PRINT_FIELD_SG_IO_BUFFER(prefix_, where_, field_, size_, count_, tcp_) \
67 (size_), (count_)); \

Completed in 524 milliseconds

1 2 3 4 5 6 7 8 91011>>