Home
last modified time | relevance | path

Searched defs:a (Results 476 – 500 of 673) sorted by relevance

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

/openbmc/u-boot/lib/libavb/
H A Davb_util.c100 bool avb_safe_add(uint64_t* out_result, uint64_t a, uint64_t b) { in avb_safe_add()
/openbmc/u-boot/drivers/net/
H A Dftmac110.c194 uint8_t *a; in ftmac110_reset() local
/openbmc/qemu/include/hw/misc/
H A Dmos6522.h137 uint8_t a; member
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Drepository.hpp484 [&id](const auto& a) { return a.first == id; }); in findPEL()
/openbmc/qemu/hw/pci/
H A Dpcie_sriov.c249 static gint compare_vf_devfns(gconstpointer a, gconstpointer b) in compare_vf_devfns()
/openbmc/qemu/tests/tcg/i386/
H A Dtest-mmx.c76 static void compare_state(const reg_state *a, const reg_state *b) in compare_state()
H A Dtest-avx.c64 static void compare_state(const reg_state *a, const reg_state *b) in compare_state()
/openbmc/u-boot/lib/efi_loader/
H A Defi_memory.c56 static int efi_mem_cmp(void *priv, struct list_head *a, struct list_head *b) in efi_mem_cmp()
/openbmc/debug-trigger/
H A Dmain.c57 #define ARRAY_SIZE(a) (sizeof(a)/sizeof((a)[0])) argument
/openbmc/openbmc/poky/meta/lib/oe/
H A Dlicense.py311 def choose_lic_set(a, b): argument
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtable.js303 …column_edit_entries.sort(function(a,b) {return (a.title > b.title) ? 1 : ((b.title > a.title) ? -1… argument
H A Dhighlight.pack.js2ar n="object"==typeof window&&window||"object"==typeof self&&self;"undefined"!=typeof exports?e(ex… class in AnonymousFunctioneac6a7186500
/openbmc/u-boot/lib/
H A Dsha512.c143 uint64_t a, b, c, d, e, f, g, h, t1, t2; in sha512_transform() local
/openbmc/qemu/hw/mem/
H A Dmemory-device.c39 static gint memory_device_addr_sort(gconstpointer a, gconstpointer b) in memory_device_addr_sort()
/openbmc/qemu/hw/gpio/
H A Dzaurus.c271 #define MAGIC_CHG(a, b, c, d) ((d << 24) | (c << 16) | (b << 8) | a) argument
/openbmc/qemu/accel/tcg/
H A Dcputlb.c2012 uint64_t a, b; in do_ld16_mmio_beN() local
2213 uint64_t a, int mmu_idx, MemOp mop, uintptr_t ra) in do_ld16_beN()
2350 uint8_t a, b; in do_ld2_mmu() local
2416 uint64_t a, b; in do_ld16_mmu() local
2760 uint8_t a, b; in do_st2_mmu() local
2825 uint64_t a, b; in do_st16_mmu() local
/openbmc/u-boot/cmd/
H A Di2c.c107 #define COMPARE_ADDR(a,i) (i2c_no_probes[(i)].addr == (a)) argument
113 #define COMPARE_ADDR(a,i) (i2c_no_probes[(i)] == (a)) argument
/openbmc/u-boot/drivers/usb/host/
H A Dehci.h108 #define ehci_writel(a, b) __raw_writel(cpu_to_be32(b), a) argument
111 #define ehci_writel(a, b) writel(b, a) argument
/openbmc/u-boot/include/
H A Dtpm-v2.h391 static inline u16 tpm2_algorithm_to_len(enum tpm2_algorithms a) in tpm2_algorithm_to_len()
407 #define tpm2_algorithm_to_mask(a) (1 << (a)) argument
/openbmc/qemu/hw/audio/
H A Des1370.c174 #define a(n) if (val & CTRL_##n) pstrcat(buf, sizeof(buf), " "#n) in print_ctl() macro
209 #define a(n) if (val & SCTRL_##n) pstrcat(buf, sizeof(buf), " "#n) in print_sctl() macro
/openbmc/phosphor-host-ipmid/
H A Dsensorhandler.cpp269 dbus_interface_t a; in set_sensor_dbus_state_s() local
314 dbus_interface_t a; in set_sensor_dbus_state_y() local
/openbmc/u-boot/lib/lzma/
H A DTypes.h216 #define IAlloc_Free(p, a) (p)->Free((p), a) argument
/openbmc/qemu/tests/qtest/
H A Drtc-test.c44 time_t a, b; in tm_cmp() local
/openbmc/qemu/include/hw/loongarch/
H A Dboot.h24 #define EFI_GUID(a, b, c, d...) (efi_guid_t){ { \ argument
/openbmc/qemu/target/ppc/
H A Dcpu_init.c6978 static gint ppc_cpu_compare_class_pvr(gconstpointer a, gconstpointer b) in ppc_cpu_compare_class_pvr()
7008 static gint ppc_cpu_compare_class_pvr_mask(gconstpointer a, gconstpointer b) in ppc_cpu_compare_class_pvr_mask()
7117 static gint ppc_cpu_list_compare(gconstpointer a, gconstpointer b, gpointer d) in ppc_cpu_list_compare()
7644 char a = '-'; in ppc_cpu_dump_state() local

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