Searched refs:prev_index (Results 1 – 4 of 4) sorted by relevance
/third_party/f2fs-tools/tools/ |
D | f2fstat.c | 235 int i, len, prev_index = 0; in print_head() local 245 prev_index = ptr_buf - buf - 1; in print_head() 247 len = (ptr_buf - buf) - 1 - prev_index; in print_head() 248 __make_head(head, prev_index, 0, len); in print_head() 249 prev_index = ptr_buf - buf - 1; in print_head() 251 len = (ptr_buf - buf) - 1 - prev_index; in print_head() 252 __make_head(head, prev_index, 1, len); in print_head() 253 prev_index = ptr_buf - buf - 1; in print_head() 255 len = (ptr_buf - buf) - 1 - prev_index; in print_head() 256 __make_head(head, prev_index, 2, len); in print_head() [all …]
|
/third_party/ffmpeg/libavcodec/ |
D | mimic.c | 52 int prev_index; member 133 ctx->prev_index = 0; in mimic_decode_init() 163 dst->prev_index = src->next_prev_index; in mimic_decode_update_thread_context() 269 const uint8_t *src = ctx->frames[ctx->prev_index].f->data[plane]; in decode() 299 ctx->frames[ctx->prev_index].f->data[plane]; in decode() 307 ff_thread_await_progress(&ctx->frames[ctx->prev_index], in decode() 392 if (is_pframe && !ctx->frames[ctx->prev_index].f->data[0]) { in mimic_decode_frame() 432 ctx->prev_index = ctx->next_prev_index; in mimic_decode_frame()
|
/third_party/mesa3d/src/gallium/drivers/radeonsi/ |
D | si_test_dma_perf.c | 383 unsigned prev_index = num_methods - 1; in si_test_dma_perf() local 384 struct si_result *prev = methods[prev_index]; in si_test_dma_perf() 404 method_max_size[prev_index] = size; in si_test_dma_perf()
|
/third_party/mesa3d/src/gallium/drivers/iris/ |
D | iris_batch.c | 925 unsigned prev_index = index_for_handle[bo->gem_handle]; in submit_batch() local 926 if (prev_index > 0) { in submit_batch() 928 validation_list[prev_index].flags |= EXEC_OBJECT_WRITE; in submit_batch()
|