Home
last modified time | relevance | path

Searched defs:a (Results 101 – 125 of 673) sorted by relevance

12345678910>>...27

/openbmc/qemu/tests/tcg/alpha/
H A Dtest-ovf.c3 static long test_subqv (long a, long b) in test_subqv()
13 long a; member
/openbmc/u-boot/arch/nios2/include/asm/
H A Dnios2.h36 #define CACHE_BYPASS(a) ((a) | 0x80000000) argument
37 #define CACHE_NO_BYPASS(a) ((a) & ~0x80000000) argument
/openbmc/qemu/hw/uefi/
H A Dvar-service-utils.c65 gboolean uefi_str_equal_ex(const uint16_t *a, size_t alen, in uefi_str_equal_ex()
103 gboolean uefi_str_equal(const uint16_t *a, size_t alen, in uefi_str_equal()
131 int uefi_time_compare(efi_time *a, efi_time *b) in uefi_time_compare()
/openbmc/qemu/target/s390x/tcg/
H A Dvec_int_helper.c24 static void s390_vec_and(S390Vector *res, const S390Vector *a, in s390_vec_and()
31 static bool s390_vec_equal(const S390Vector *a, const S390Vector *b) in s390_vec_equal()
37 static void s390_vec_shl(S390Vector *d, const S390Vector *a, uint64_t count) in s390_vec_shl()
58 static void s390_vec_sar(S390Vector *d, const S390Vector *a, uint64_t count) in s390_vec_sar()
80 static void s390_vec_shr(S390Vector *d, const S390Vector *a, uint64_t count) in s390_vec_shr()
166 static inline uint64_t do_gfma8(uint64_t n, uint64_t m, uint64_t a) in do_gfma8()
190 static inline uint64_t do_gfma16(uint64_t n, uint64_t m, uint64_t a) in do_gfma16()
214 static inline uint64_t do_gfma32(uint64_t n, uint64_t m, uint64_t a) in do_gfma32()
/openbmc/qemu/tests/unit/
H A Dtest-qtree.c14 static gint my_compare(gconstpointer a, gconstpointer b) in my_compare()
22 static gint my_compare_with_data(gconstpointer a, in my_compare_with_data()
35 static gint my_search(gconstpointer a, gconstpointer b) in my_search()
304 gint a, b; in test_tree_insert() local
H A Dtest-qdist.c93 static void do_test_bin(const struct entry_desc *a, size_t n_a, in do_test_bin()
226 static const struct entry_desc a[] = { in test_bin_shrink() local
247 static const struct entry_desc a[] = { in test_bin_expand() local
275 static const struct entry_desc a[] = { in test_bin_precision() local
289 static const struct entry_desc a[] = { in test_bin_simple() local
/openbmc/qemu/hw/arm/
H A Daspeed_ast2400.c142 Aspeed2400SoCState *a = ASPEED2400_SOC(s); in aspeed_soc_ast2400_get_irq() local
150 Aspeed2400SoCState *a = ASPEED2400_SOC(obj); in aspeed_ast2400_soc_init() local
259 Aspeed2400SoCState *a = ASPEED2400_SOC(dev); in aspeed_ast2400_soc_realize() local
H A Daspeed_ast27x0-tsp.c110 Aspeed27x0TSPSoCState *a = ASPEED27X0TSP_SOC(s); in aspeed_soc_ast27x0tsp_get_irq() local
132 Aspeed27x0TSPSoCState *a = ASPEED27X0TSP_SOC(obj); in aspeed_soc_ast27x0tsp_init() local
161 Aspeed27x0TSPSoCState *a = ASPEED27X0TSP_SOC(dev_soc); in aspeed_soc_ast27x0tsp_realize() local
H A Daspeed_ast27x0-ssp.c110 Aspeed27x0SSPSoCState *a = ASPEED27X0SSP_SOC(s); in aspeed_soc_ast27x0ssp_get_irq() local
132 Aspeed27x0SSPSoCState *a = ASPEED27X0SSP_SOC(obj); in aspeed_soc_ast27x0ssp_init() local
161 Aspeed27x0SSPSoCState *a = ASPEED27X0SSP_SOC(dev_soc); in aspeed_soc_ast27x0ssp_realize() local
H A Daspeed_ast2600.c151 Aspeed2600SoCState *a = ASPEED2600_SOC(s); in aspeed_soc_ast2600_get_irq() local
159 Aspeed2600SoCState *a = ASPEED2600_SOC(obj); in aspeed_soc_ast2600_init() local
307 Aspeed2600SoCState *a = ASPEED2600_SOC(dev); in aspeed_soc_ast2600_realize() local
[all...]
/openbmc/u-boot/arch/arc/lib/
H A D_millicodethunk.S8 #define CONCAT1(a, b) CONCAT2(a, b) argument
9 #define CONCAT2(a, b) a ## b argument
/openbmc/bmcweb/src/
H A Dossl_random.cpp73 bool constantTimeStringCompare(std::string_view a, std::string_view b) in constantTimeStringCompare()
84 bool ConstantTimeCompare::operator()(std::string_view a, in operator ()()
/openbmc/u-boot/arch/nios2/lib/
H A Dlibgcc.c130 __cmpdi2 (DWtype a, DWtype b) in __cmpdi2()
427 __ucmpdi2 (DWtype a, DWtype b) in __ucmpdi2()
485 __divsi3 (SItype a, SItype b) in __divsi3()
512 __udivsi3 (SItype a, SItype b) in __udivsi3()
519 __modsi3 (SItype a, SItype b) in __modsi3()
542 __mulsi3 (SItype a, SItype b) in __mulsi3()
561 __umodsi3 (SItype a, SItype b) in __umodsi3()
/openbmc/qemu/target/arm/tcg/
H A Dvec_internal.h303 static inline float16 bfloat16_ah_chs(float16 a) in bfloat16_ah_chs()
308 static inline float16 float16_ah_chs(float16 a) in float16_ah_chs()
313 static inline float32 float32_ah_chs(float32 a) in float32_ah_chs()
318 static inline float64 float64_ah_chs(float64 a) in float64_ah_chs()
323 static inline float16 float16_maybe_ah_chs(float16 a, bool fpcr_ah) in float16_maybe_ah_chs()
328 static inline float32 float32_maybe_ah_chs(float32 a, bool fpcr_ah) in float32_maybe_ah_chs()
333 static inline float64 float64_maybe_ah_chs(float64 a, bool fpcr_ah) in float64_maybe_ah_chs()
H A Dgengvec64.c153 uint32_t a, uint32_t oprsz, uint32_t maxsz) in gen_gvec_eor3()
179 uint32_t a, uint32_t oprsz, uint32_t maxsz) in gen_gvec_bcax()
196 TCGv_i64 a, TCGv_i64 b, MemOp esz) in gen_suqadd_bhs()
207 void gen_suqadd_d(TCGv_i64 res, TCGv_i64 qc, TCGv_i64 a, TCGv_i64 b) in gen_suqadd_d()
224 TCGv_vec a, TCGv_vec b) in gen_suqadd_vec()
279 TCGv_i64 a, TCGv_i64 b, MemOp esz) in gen_usqadd_bhs()
292 void gen_usqadd_d(TCGv_i64 res, TCGv_i64 qc, TCGv_i64 a, TCGv_i64 b) in gen_usqadd_d()
316 TCGv_vec a, TCGv_vec b) in gen_usqadd_vec()
/openbmc/qemu/tests/tcg/mips/include/
H A Dtest_utils_128.h46 uint64_t a, b; in check_results_128() local
71 uint64_t a, b; in check_results_128() local
/openbmc/qemu/hw/ide/
H A Dahci-allwinner.c50 AllwinnerAHCIState *a = opaque; in allwinner_ahci_mem_read() local
69 AllwinnerAHCIState *a = opaque; in allwinner_ahci_mem_write() local
87 AllwinnerAHCIState *a = ALLWINNER_AHCI(obj); in allwinner_ahci_init() local
/openbmc/sdbusplus/test/message/
H A Dappend.cpp115 const int a = 1; in TEST_F() local
122 int a = 1; in TEST_F() local
135 const bool a = false; in TEST_F() local
142 bool a = false; in TEST_F() local
155 const double a = 1.1; in TEST_F() local
162 double a = 1.1; in TEST_F() local
255 const std::array<double, 4> a{1.1, 2.2, 3.3, 4.4}; in TEST_F() local
265 const std::array<double, 4> a{1.1, 2.2, 3.3, 4.4}; in TEST_F() local
/openbmc/u-boot/board/freescale/common/
H A Dfsl_chain_of_trust.c36 #define gur_in32(a) in_le32(a) argument
38 #define gur_in32(a) in_be32(a) argument
/openbmc/qemu/tests/tcg/sh4/
H A Dtest-macw.c7 int64_t mac_w(int64_t mac, const int16_t *a, const int16_t *b) in mac_w()
20 int16_t a, b; member
H A Dtest-macl.c10 int64_t mac_l(int64_t mac, const int32_t *a, const int32_t *b) in mac_l()
23 int32_t a, b; member
/openbmc/u-boot/drivers/rtc/
H A Ddate.c20 #define days_in_year(a) (leapyear(a) ? 366 : 365) argument
21 #define days_in_month(a) (month_days[(a) - 1]) argument
/openbmc/u-boot/drivers/net/
H A Dcs8900.c39 #define REG_WRITE(v, a) writel((v),(a)) argument
40 #define REG_READ(a) readl((a)) argument
47 #define REG_WRITE(v, a) writew((v),(a)) argument
48 #define REG_READ(a) readw((a)) argument
/openbmc/qemu/scripts/
H A Dcocci-macro-file.h111 #define g_assert_cmpint(a, op, b) g_assert(a op b) argument
112 #define g_assert_cmpuint(a, op, b) g_assert(a op b) argument
113 #define g_assert_cmphex(a, op, b) g_assert(a op b) argument
114 #define g_assert_cmpstr(a, op, b) g_assert(strcmp(a, b) op 0) argument
/openbmc/u-boot/drivers/bootcount/
H A Drtc.c18 static int bootcount_rtc_set(struct udevice *dev, const u32 a) in bootcount_rtc_set()
31 static int bootcount_rtc_get(struct udevice *dev, u32 *a) in bootcount_rtc_get()

12345678910>>...27