Home
last modified time | relevance | path

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

/openbmc/qemu/target/hppa/
H A Dtranslate.c1015 bool is_tsv, bool is_tc, bool is_c, unsigned cf, bool d) in do_add() argument
1037 if (is_c) { in do_add()
1048 if (is_c) { in do_add()
1084 bool is_l, bool is_tsv, bool is_tc, bool is_c) in do_add_reg() argument
1094 is_tsv, is_tc, is_c, a->cf, a->d); in do_add_reg()
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0004-ffmpeg-4.3.4-rpi_14.patch31497 …_t * const base, const int stride1, const int stride2, int x, int y, int w, int h, const int is_c);
31500 …_t * const base, const int stride1, const int stride2, int x, int y, int w, int h, const int is_c);
31707 …8_t * const base, const int stride1, const int stride2, int x, int y, int w, int h, const int is_c)
31713 + if (is_c) {
31721 + char sep = is_c && (j & 1) == 0 ? ':' : ' ';