| /openbmc/qemu/target/s390x/tcg/ |
| H A D | vec_int_helper.c | 107 const int32_t a = (int##BITS##_t)s390_vec_read_element##BITS(v2, i); \ 108 const int32_t b = (int##BITS##_t)s390_vec_read_element##BITS(v3, i); \ 123 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \ 124 const uint##BITS##_t b = s390_vec_read_element##BITS(v3, i); \ 138 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \ 152 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \ 269 const uint##BITS##_t a = s390_vec_read_element##BITS(v2, i); \ 270 const uint##BITS##_t b = s390_vec_read_element##BITS(v3, i); \ 271 const uint##BITS##_t c = s390_vec_read_element##BITS(v4, i); \ 286 const int32_t a = (int##BITS##_t)s390_vec_read_element##BITS(v2, i); \ [all …]
|
| H A D | vec_helper.c | 68 typedef uint##TBITS##_t (*vpk##BITS##_fn)(uint##BITS##_t, int *); \ 76 uint##BITS##_t src; \ 93 static uint##TBITS##_t vpk##BITS##e(uint##BITS##_t src, int *saturated) \ 107 static uint##TBITS##_t vpks##BITS##e(uint##BITS##_t src, int *saturated) \ 109 if ((int##BITS##_t)src > INT##TBITS##_MAX) { \ 112 } else if ((int##BITS##_t)src < INT##TBITS##_MIN) { \ 141 static uint##TBITS##_t vpkls##BITS##e(uint##BITS##_t src, int *saturated) \
|
| /openbmc/qemu/tests/tcg/loongarch64/ |
| H A D | test_div.c | 6 static void test_div_ ##N(uint ## M ## _t rj, \ 7 uint ## M ## _t rk, \ 20 static void test_mod_ ##N(uint ## M ## _t rj, \ 21 uint ## M ## _t rk, \
|
| /openbmc/qemu/tests/fp/ |
| H A D | wrap.c.inc | 107 static b_type##_t name(a_type##_t a) \ 113 return *(b_type##_t *)&ret; \ 124 static b_type##_t name(a_type##_t a) \ 130 return *(b_type##_t *)&ret; \ 138 static void name(type##_t a, extFloat80_t *res) \ 152 static void name(type##_t a, float128_t *res) \ 167 static fast_type name(type##_t a, uint_fast8_t round, bool exact) \ 196 static fast_type name(type##_t a, bool exact) \ 235 static type##_t name(const extFloat80_t *ap) \ 242 return *(type##_t *)&ret; \ [all …]
|
| /openbmc/qemu/include/migration/ |
| H A D | cpu.h | 28 #define VMSTATE_UINTTL_TEST(_f, _s, _t) \ argument 29 VMSTATE_UINT64_TEST(_f, _s, _t) 49 #define VMSTATE_UINTTL_TEST(_f, _s, _t) \ argument 50 VMSTATE_UINT32_TEST(_f, _s, _t)
|
| H A D | vmstate.h | 996 #define VMSTATE_BOOL_TEST(_f, _s, _t) \ argument 997 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_bool, bool) 999 #define VMSTATE_INT8_TEST(_f, _s, _t) \ argument 1000 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int8, int8_t) 1002 #define VMSTATE_INT16_TEST(_f, _s, _t) \ argument 1003 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int16, int16_t) 1005 #define VMSTATE_INT32_TEST(_f, _s, _t) \ argument 1006 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int32, int32_t) 1008 #define VMSTATE_INT64_TEST(_f, _s, _t) \ argument 1009 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_info_int64, int64_t) [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/freeradius/files/ |
| H A D | 0010-fix-error-for-expansion-of-macro-in-thread.h.patch | 28 @@ -92,7 +92,7 @@ static _t __fr_thread_local_init_##_n(pthread_destructor_t func)\ 32 -# define fr_thread_local_setup(_t, _n) \ 33 +# define fr_thread_local_setup(_t, _n) static __thread _t _n;\ 43 static _t __fr_thread_local_init_##_n(pthread_destructor_t func)\
|
| /openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
| H A D | compression.py | 20 self._t = tempfile.TemporaryDirectory() 21 self.tmpdir = Path(self._t.name) 22 self.addCleanup(self._t.cleanup)
|
| /openbmc/qemu/target/ppc/ |
| H A D | internal.h | 36 static inline ret_type name(uint##size##_t start, \ 37 uint##size##_t end) \ 46 ret = (((uint##size##_t)(-1ULL)) >> (start)) ^ \ 47 (((uint##size##_t)(-1ULL) >> (end)) >> 1); \
|
| /openbmc/sdbusplus/tools/sdbusplus/templates/ |
| H A D | property.aserver.tag.hpp.mako | 2 p_tag = property.snake_case + "_t"
|
| H A D | method.aserver.tag.hpp.mako | 2 m_tag = method.snake_case + "_t"
|
| H A D | property.aserver.get.hpp.mako | 3 p_tag = property.snake_case + "_t"
|
| H A D | property.aserver.set.hpp.mako | 3 p_tag = property.snake_case + "_t"
|
| /openbmc/qemu/audio/ |
| H A D | mixeng_template.h | 34 #define ET glue (ENDIAN_CONVERSION, glue (glue (glue (_, ITYPE), BSIZE), _t)) 35 #define IN_T glue (glue (ITYPE, BSIZE), _t)
|
| /openbmc/u-boot/drivers/clk/mvebu/ |
| H A D | armada-37xx-periph.c | 124 #define CLK_FULL(_n, _d, _mux, _r, _s, _m, _t) \ argument 129 .div_table[0] = _t, \ 138 #define CLK_GATE_DIV(_n, _d, _r, _s, _m, _t, _p) \ argument 143 .div_table[0] = _t, \ 159 #define CLK_MUX_DIV(_n, _mux, _r, _s, _m, _t) \ argument 163 .div_table[0] = _t, \
|
| /openbmc/qemu/hw/audio/ |
| H A D | intel-hda.c | 806 #define HDA_STREAM(_t, _i) \ argument 809 .name = _t stringify(_i) " CTL", \ 817 .name = _t stringify(_i) " CTL(stnr)", \ 826 .name = _t stringify(_i) " CTL(sts)", \ 837 .name = _t stringify(_i) " LPIB", \ 843 .name = _t stringify(_i) " CBL", \ 850 .name = _t stringify(_i) " LVI", \ 857 .name = _t stringify(_i) " FIFOS", \ 863 .name = _t stringify(_i) " FMT", \ 870 .name = _t stringify(_i) " BDLPL", \ [all …]
|
| /openbmc/qemu/target/i386/whpx/ |
| H A D | whpx-internal.h | 93 typedef return_type (WINAPI *function_name ## _t) signature; 96 function_name ## _t function_name;
|
| /openbmc/qemu/ui/ |
| H A D | vnc-enc-tight.c | 211 uint##bpp##_t pix; \ 237 pix = ((uint##bpp##_t *)buf)[(y+d)*w+x+d]; \ 246 pix = ((uint##bpp##_t *)buf)[(y+d)*w+x+d+dx]; \ 352 uint##bpp##_t *data; \ 353 uint##bpp##_t c0, c1, ci; \ 356 data = (uint##bpp##_t *)tight->tight.buffer; \ 459 uint##bpp##_t *src; \ 460 uint##bpp##_t rgb; \ 464 src = (uint##bpp##_t *) buf; \ 496 uint##bpp##_t bg, uint##bpp##_t fg) { \ [all …]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-bsp/rwmem/rwmem/ |
| H A D | 0001-include-missing-cstdint.patch | 8 uint{32,64}_t.
|
| /openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-support/crossguid/crossguid/ |
| H A D | 0001-include-missing-cstdint.patch | 7 included [1]. Explicitly include it for uint{32,64}_t.
|
| /openbmc/qemu/hw/nvram/ |
| H A D | eeprom93xx.c | 122 #define VMSTATE_UINT16_HACK_TEST(_f, _s, _t) \ argument 123 VMSTATE_SINGLE_TEST(_f, _s, _t, 0, vmstate_hack_uint16_from_uint8, uint16_t)
|
| /openbmc/qemu/include/hw/pci/ |
| H A D | pci_device.h | 300 uint##_bits##_t *val, \ 307 uint##_bits##_t val, \
|
| /openbmc/qemu/tests/tcg/multiarch/ |
| H A D | float_convs.c | 67 TYPE ## _t output; \
|
| H A D | float_convd.c | 67 TYPE ## _t output; \
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/upm/upm/ |
| H A D | 0001-include-missing-cstdint.patch | 6 …a result <cstdint> is no longer transitively included [1]. Explicitly include it for uint{32,64}_t.
|