HomeSort by relevance Sort by last modified time
    Searched refs:offset_base (Results 1 - 6 of 6) sorted by null

  /external/perf_data_converter/src/quipper/
address_mapper.h 34 // |offset_base| represents the offset within the original region at which the
38 // offset_base=0x10000, then the address 0x5000 maps to an offset of 0x11000
45 const uint64_t id, const uint64_t offset_base,
94 uint64_t offset_base; member in struct:quipper::AddressMapper::MappedRange
address_mapper.cc 27 const uint64_t id, const uint64_t offset_base,
46 range.offset_base = offset_base;
105 old_range.offset_base, false)) {
113 if (!MapWithID(range.real_addr, range.size, id, offset_base, false)) {
121 old_range.offset_base + gap_before + range.size, false)) {
243 *offset = real_addr - real_addr_iter->real_addr + real_addr_iter->offset_base;
  /external/tensorflow/tensorflow/core/kernels/
conv_ops_fused_impl.h 202 const T* offset_base = offset_data + i; local
207 typename Unaligned<T>::ConstTensor offset(offset_base, num_rows);
    [all...]
  /external/swiftshader/third_party/subzero/src/DartARM32/
assembler_arm.cc     [all...]
  /external/vixl/test/aarch64/
test-assembler-aarch64.cc 19625 uint64_t offset_base = CPU::SetPointerTag(UINT64_C(0), tags[o]); local
    [all...]
test-trace-aarch64.cc     [all...]

Completed in 1471 milliseconds