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

  /device/linaro/bootloader/arm-trusted-firmware/plat/xilinx/zynqmp/pm_service/
pm_common.h 26 * @buffer_base base address for payload buffer
31 const uintptr_t buffer_base; member in struct:pm_ipi
pm_ipi.c 67 .buffer_base = IPI_BUFFER_APU_BASE,
123 uintptr_t buffer_base = proc->ipi->buffer_base + local
132 mmio_write_32(buffer_base + offset, payload[i]);
177 uintptr_t buffer_base = proc->ipi->buffer_base + local
191 *value = mmio_read_32(buffer_base + (i * PAYLOAD_ARG_SIZE));
195 return mmio_read_32(buffer_base);
208 uintptr_t buffer_base = IPI_BUFFER_PMU_BASE + local
216 *value = mmio_read_32(buffer_base + (i * PAYLOAD_ARG_SIZE))
    [all...]
  /external/google-breakpad/src/common/dwarf/
bytereader-inl.h 148 const char *buffer_base) {
150 buffer_base_ = buffer_base;
bytereader.h 234 // is BUFFER_BASE. This allows us to find the address that a given
237 void SetCFIDataBase(uint64 section_base, const char *buffer_base);
  /external/protobuf/src/google/protobuf/io/
zero_copy_stream_impl.cc 241 const uint8* buffer_base = reinterpret_cast<const uint8*>(buffer); local
246 bytes = write(file_, buffer_base + total_written, size - total_written);
  /external/tensorflow/tensorflow/core/kernels/
depthwise_conv_grad_op.cc 808 const int64 buffer_base = i * padded_out_depth_size; local
    [all...]
  /frameworks/native/libs/vr/libvrflinger/
hardware_composer.cpp 601 void* buffer_base = 0; local
603 ion_buffer.height(), &buffer_base);
611 shared_config_ring_ = DvrConfigRing::Create(buffer_base, ion_buffer.width());
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_context.h 275 uint32_t buffer_base; member in struct:r300_constant_buffer
r300_emit.c     [all...]
r300_state.c     [all...]

Completed in 271 milliseconds