Home
last modified time | relevance | path

Searched defs:a (Results 426 – 450 of 673) sorted by relevance

1...<<11121314151617181920>>...27

/openbmc/qemu/hw/rtc/
H A Dmc146818rtc.c553 static inline int rtc_to_bcd(MC146818RtcState *s, int a) in rtc_to_bcd()
562 static inline int rtc_from_bcd(MC146818RtcState *s, int a) in rtc_from_bcd()
/openbmc/qemu/hw/pci-host/
H A Dastro.c362 #define SWIZZLE_HPA(a) \ argument
364 #define UNSWIZZLE_HPA(a) \ argument
/openbmc/u-boot/drivers/pinctrl/uniphier/
H A Dpinctrl-uniphier.h109 #define UNIPHIER_PINCTRL_PIN(a, b, c, d) \ argument
/openbmc/qemu/tests/qtest/libqos/
H A Dvirtio-9p.c35 static char *concat_path(const char* a, const char* b) in concat_path()
/openbmc/qemu/tests/qtest/
H A Dm48t59-test.c83 time_t a, b; in tm_cmp() local
/openbmc/qemu/include/hw/sh4/
H A Dsh_intc.h34 #define _INTC_ARRAY(a) a, ARRAY_SIZE(a) argument
/openbmc/qemu/include/hw/xen/interface/
H A Dxen.h967 uint8_t a[16]; member
981 #define XEN_DEFINE_UUID_(a, b, c, d, e1, e2, e3, e4, e5, e6) \ argument
990 #define XEN_DEFINE_UUID(a, b, c, d, e1, e2, e3, e4, e5, e6) \ argument
993 #define XEN_DEFINE_UUID(a, b, c, d, e1, e2, e3, e4, e5, e6) \ argument
/openbmc/phosphor-webui/app/access-control/controllers/
H A Dcertificate-controller.js53 $scope.certificates.sort(function(a, b) { argument
/openbmc/u-boot/lib/
H A Dsha256.c99 #define P(a,b,c,d,e,f,g,h,x,K) { \ in sha256_process() argument
/openbmc/qemu/tests/unit/
H A Dtest-iov.c28 static bool iov_equals(const struct iovec *a, const struct iovec *b, in iov_equals()
/openbmc/qemu/target/arm/tcg/
H A Dmve_helper.c1356 static int16_t do_vqdmladh_h(int16_t a, int16_t b, int16_t c, int16_t d, in do_vqdmladh_h()
1363 static int32_t do_vqdmladh_w(int32_t a, int32_t b, int32_t c, int32_t d, in do_vqdmladh_w()
1390 static int8_t do_vqdmlsdh_b(int8_t a, int8_t b, int8_t c, int8_t d, in do_vqdmlsdh_b()
1397 static int16_t do_vqdmlsdh_h(int16_t a, int16_t b, int16_t c, int16_t d, in do_vqdmlsdh_h()
1404 static int32_t do_vqdmlsdh_w(int32_t a, int32_t b, int32_t c, int32_t d, in do_vqdmlsdh_w()
1571 static int16_t do_vqdmlah_h(int16_t a, int16_t b, int16_t c, in do_vqdmlah_h()
1578 static int32_t do_vqdmlah_w(int32_t a, int32_t b, int32_t c, in do_vqdmlah_w()
2860 static inline float32 float32_abd(float32 a, float32 b, float_status *s) in float32_abd()
2874 static inline float32 float32_maxnuma(float32 a, float32 b, float_status *s) in float32_maxnuma()
2879 static inline float16 float16_minnuma(float16 a, float16 b, float_status *s) in float16_minnuma()
[all …]
/openbmc/qemu/disas/
H A Dhppa.c170 #define HPPA_R_ARG_RELOC(a) \ argument
172 #define HPPA_R_CONSTANT(a) \ argument
2335 int m, a; in print_insn_hppa() local
/openbmc/qemu/tests/tcg/multiarch/
H A Dsha512.c262 static void Round(uint64_t a, uint64_t b, uint64_t c, uint64_t *d, uint64_t e, uint64_t f, uint64_t… in Round()
273 uint64_t a = s[0], b = s[1], c = s[2], d = s[3], e = s[4], f = s[5], g = s[6], h = s[7]; in Transform() local
H A Dsha1.c74 uint32_t a, b, c, d, e; in SHA1Transform() local
/openbmc/qemu/hw/dma/
H A Domap_dma.c145 struct omap_dma_reg_set_s *a = &ch->active_set; in omap_dma_channel_load() local
373 struct omap_dma_reg_set_s *a = &ch->active_set; in omap_dma_transfer_generic() local
/openbmc/u-boot/tools/
H A Dmips-relocs.c188 static int compare_relocs(const void *a, const void *b) in compare_relocs()
/openbmc/u-boot/drivers/mmc/
H A Dpxa_mmc_gen.c145 uint32_t a, b, c; in pxa_mmc_cmd_done() local
/openbmc/phosphor-networkd/src/
H A Dconfig_parser.cpp29 [](auto a, auto b) { return tolower(a) == b; }); in icaseeq()
/openbmc/qemu/qga/
H A Dcommands-posix-ssh.c170 GStrv a; in qmp_guest_ssh_remove_authorized_keys() local
/openbmc/qemu/util/
H A Dreadline.c310 static int completion_comp(const void *a, const void *b) in completion_comp()
/openbmc/u-boot/drivers/rtc/
H A Ds35392a.c77 #define msleep(a) udelay(a * 1000) argument
/openbmc/telemetry/src/utils/
H A Dlabeled_tuple.hpp126 bool eq(const auto& a, const auto& b) in eq()
/openbmc/qemu/hw/nvram/
H A Dxlnx-efuse.c114 static int efuse_ro_bits_cmp(const void *a, const void *b) in efuse_ro_bits_cmp()
/openbmc/qemu/hw/misc/
H A Dpc-testdev.c128 void *a = cpu_physical_memory_map(data & ~0xffful, &page, false); in test_flush_page_write() local
/openbmc/phosphor-fan-presence/sensor-monitor/
H A Dshutdown_alarm_monitor.cpp464 [interface](const auto& a) { return a.second == interface; }); in getShutdownType()

1...<<11121314151617181920>>...27