Home
last modified time | relevance | path

Searched refs:num_offsets (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/hw/riscv/
H A Dvirt-acpi-build.c388 int num_offsets = 1; in build_rhct() local
394 num_offsets++; in build_rhct()
399 num_offsets++; in build_rhct()
405 build_append_int_noprefix(table_data, num_offsets, 2); in build_rhct()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch8370 + size_t num_offsets;
8558 + if (rd->num_offsets + n > rd->alloced_offsets) {
8561 + while (rd->num_offsets + n > n2)
8569 + rd->offsets[rd->num_offsets++] = offsets[i] - 1;
9200 + si->n_offsets = rd->num_offsets;
9251 + size_t n_offsets = (is_last ? rd->num_offsets : rd->slices[j].n_offsets) - rd->slices[i].n_off…