HomeSort by relevance Sort by last modified time
    Searched full:offset_ (Results 126 - 150 of 193) sorted by null

1 2 3 4 56 7 8

  /external/vixl/src/aarch64/
assembler-aarch64.h 238 bool IsUsed() const { return offset_ < 0; }
239 bool IsPlaced() const { return offset_ > 0; }
245 return offset_ - 1;
254 offset_ = offset + 1;
262 return -offset_ - 1;
270 offset_ = -offset - 1;
277 ptrdiff_t offset_; member in class:vixl::aarch64::RawLiteral
    [all...]
  /toolchain/binutils/binutils-2.25/gold/
object.h 347 : name_(name), input_file_(input_file), offset_(offset), shnum_(-1U),
375 { return this->offset_; }
667 return this->input_file()->file().get_view(this->offset_, start, size,
676 return this->input_file()->file().get_lasting_view(this->offset_, start,
683 { this->input_file()->file().read(start + this->offset_, size, p); }
688 { this->input_file()->file().read_multiple(this->offset_, rm); }
987 off_t offset_; member in class:gold::Object
    [all...]
symtab.cc 565 : saw_undefined_(0), offset_(0), table_(count), namepool_(),
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/memory/
vktMemoryMappingTests.cpp 443 MemoryRange (VkDeviceSize offset_ = ~(VkDeviceSize)0, VkDeviceSize size_ = ~(VkDeviceSize)0)
444 : offset (offset_)
    [all...]
  /art/runtime/
art_field-inl.h 52 return MemberOffset(offset_);
dex_file.cc 611 method_handles_ = reinterpret_cast<const MethodHandleItem*>(begin_ + map_item.offset_);
614 call_site_ids_ = reinterpret_cast<const CallSiteIdItem*>(begin_ + map_item.offset_);
    [all...]
  /external/ImageMagick/Magick++/lib/Magick++/
STL.h 68 const ::ssize_t offset_ = 0 );
284 const Geometry &offset_,
    [all...]
Drawable.h     [all...]
Image.h 762 void composite(const Image &compositeImage_,const Geometry &offset_,
793 const Offset &offset_);
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/texture/
vktTextureFilteringTests.cpp 512 FilterCase (const int tex_, const tcu::Vec2& lod_, const tcu::Vec2& offset_, const tcu::Vec2& layerRange_)
515 , offset (offset_)
716 FilterCase (const int tex_, const tcu::Vec3& lod_, const tcu::Vec3& offset_)
719 , offset (offset_)
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureFilteringTests.cpp 692 FilterCase (const glu::Texture2DArray* tex_, const tcu::Vec2& lod_, const tcu::Vec2& offset_, const tcu::Vec2& layerRange_)
695 , offset (offset_)
    [all...]
  /external/google-breakpad/src/common/dwarf/
dwarf2diehandler.h 332 uint64 offset_; member in struct:dwarf2reader::DIEDispatcher::HandlerStack
  /external/protobuf/src/google/protobuf/io/
printer.h 301 size_t offset_; member in class:google::protobuf::io::Printer
  /external/vulkan-validation-layers/layers/
descriptor_sets.cpp     [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/io/
printer.h 301 size_t offset_; member in class:google::protobuf::io::Printer
  /art/dexlayout/
dex_ir.cc     [all...]
  /external/sfntly/cpp/src/sfntly/table/core/
cmap_table.cc 71 int32_t offset_ = Offset(index); local
73 (CMap::Builder::GetBuilder(data_, offset_, cmap_id));
    [all...]
  /external/v8/src/compiler/s390/
code-generator-s390.cc 206 offset_(offset),
219 offset_(no_reg),
245 if (offset_.is(no_reg)) {
249 __ AddP(scratch1_, object_, offset_);
260 Register const offset_; member in class:v8::internal::compiler::__anon35915::final
261 int32_t const offset_immediate_; // Valid if offset_.is(no_reg).
    [all...]
  /external/v8/src/
objects-inl.h     [all...]
  /external/v8/src/crankshaft/
hydrogen-instructions.h 347 DecompositionResult() : base_(NULL), offset_(0), scale_(0) {}
350 int offset() { return offset_; }
356 offset_ = other_offset;
362 offset_ += other_offset;
373 swap(&offset_, other_offset);
385 int offset_;
3576 int offset_; member in class:final::final
    [all...]
  /art/compiler/optimizing/
code_generator_arm64.cc 927 uint32_t offset_; member in class:art::arm64::LoadReferenceWithBakerReadBarrierSlowPathARM64
1153 uint32_t offset_; member in class:art::arm64::LoadReferenceWithBakerReadBarrierAndUpdateFieldSlowPathARM64
1308 arm64_codegen->MoveConstant(LocationFrom(calling_convention.GetRegisterAt(2)), offset_); variable
1346 const uint32_t offset_; member in class:art::arm64::ReadBarrierForHeapReferenceSlowPathARM64
    [all...]
  /external/v8/src/mips/
assembler-mips.h 364 int32_t offset() const { return offset_; }
367 return is_int16(offset_);
371 int32_t offset_;
    [all...]
  /external/v8/src/mips64/
assembler-mips64.h 368 int32_t offset() const { return offset_; }
371 return is_int16(offset_);
375 int32_t offset_;
    [all...]
  /external/v8/src/ppc/
assembler-ppc.h 349 return offset_;
359 DCHECK(offset_ == 0 && !rb_.is(no_reg));
365 int32_t offset_; // offset
    [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFastISel.cpp 87 void setOffset(int64_t Offset_) { Offset = Offset_; }
    [all...]

Completed in 1713 milliseconds

1 2 3 4 56 7 8