Home
last modified time | relevance | path

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

/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libcamera/libcamera/
H A D0001-rpi-Use-alloca-instead-of-variable-length-arrays.patch8 …n C++ are a Clang extension [-Werror,-Wvla-cxx-extension] | 499 | int xLo[X], xHi[X];
27 - int xLo[X], xHi[X];
29 + int *xLo = (int*)malloc(X), *xHi = (int*)malloc(X);
39 + free(xHi);
/openbmc/qemu/hw/display/
H A Dartist.c323 int16_t xHi, xLo; in artist_get_cursor_pos() local
340 xHi = s->cursor_pos >> 19; in artist_get_cursor_pos()
341 *x = ((xHi + pipelineDelay) * videoInterleave) - hbp_times_vi; in artist_get_cursor_pos()