Home
last modified time | relevance | path

Searched refs:ring_index (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/examples/magic_wand/zephyr_riscv/src/
Daccelerometer_handler.cc88 int ring_index = begin_index + sample - length / 3; in ReadAccelerometer() local
89 if (ring_index < 0) { in ReadAccelerometer()
90 ring_index += BUFLEN; in ReadAccelerometer()
92 input[i] = bufx[ring_index]; in ReadAccelerometer()
93 input[i + 1] = bufy[ring_index]; in ReadAccelerometer()
94 input[i + 2] = bufz[ring_index]; in ReadAccelerometer()
/external/openscreen/cast/streaming/
Dbandwidth_estimator.cc142 const index_mod_256_t ring_index = tail_ + offset_from_first; in Accumulate() local
143 int32_t& timeslice = history_ring_[ring_index]; in Accumulate()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_report.cpp142 HeapAllocationRecord *har, uptr *ring_index, in FindHeapAllocation() argument
154 *ring_index = i; in FindHeapAllocation()
397 uptr ring_index, num_matching_addrs, num_matching_addrs_4b; in PrintAddressDescription() local
399 &ring_index, &num_matching_addrs, in PrintAddressDescription()
418 Printf("hwasan_dev_note_heap_rb_distance: %zd %zd\n", ring_index + 1, in PrintAddressDescription()
/external/mesa3d/src/amd/vulkan/
Dradv_radeon_winsys.h270 enum ring_type ring_type, int ring_index);
/external/mesa3d/src/amd/vulkan/winsys/amdgpu/
Dradv_amdgpu_cs.c1425 enum ring_type ring_type, int ring_index) in radv_amdgpu_ctx_wait_idle() argument
1430 if (ctx->last_submission[ip_type][ring_index].fence.fence) { in radv_amdgpu_ctx_wait_idle()
1432 int ret = amdgpu_cs_query_fence_status(&ctx->last_submission[ip_type][ring_index].fence, in radv_amdgpu_ctx_wait_idle()
/external/kernel-headers/original/uapi/linux/
Dethtool.h1121 __u32 ring_index[0]; member
/external/ethtool/
Dethtool-copy.h1028 __u32 ring_index[0]; member
Dethtool.c3800 indir_head.size * sizeof(*indir->ring_index)); in do_grxfhindir()
3815 print_indir_table(ctx, ring_count, indir->size, indir->ring_index); in do_grxfhindir()
3986 indir_head.size * sizeof(*indir->ring_index)); in do_srxfhindir()
3996 if (fill_indir_table(&indir->size, indir->ring_index, in do_srxfhindir()