Home
last modified time | relevance | path

Searched defs:a (Results 451 – 475 of 673) sorted by relevance

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

/openbmc/qemu/target/s390x/tcg/
H A Dcrypto_helper.c170 uint64_t len = *len_reg, a[8], processed = 0; in cpacf_sha512() local
/openbmc/u-boot/drivers/ata/
H A Dahci.c35 #define writel_with_flush(a,b) do { writel(a,b); readl(b); } while (0) argument
69 #define msleep(a) udelay(a * 1000) argument
/openbmc/qemu/qga/
H A Dcommands-windows-ssh.c672 GStrv a; in qmp_guest_ssh_remove_authorized_keys() local
/openbmc/u-boot/drivers/gpio/
H A Dda8xx_gpio.c310 #define davinci_configure_pin_mux(a, b) argument
/openbmc/qemu/tests/tcg/plugins/
H A Dmem.c71 static gint addr_order(gconstpointer a, gconstpointer b, gpointer d) in addr_order()
/openbmc/qemu/hw/intc/
H A Dsifive_plic.c52 static uint32_t atomic_set_masked(uint32_t *a, uint32_t mask, uint32_t value) in atomic_set_masked()
/openbmc/qemu/hw/timer/
H A Dcadence_ttc.c114 static inline int64_t is_between(int64_t x, int64_t a, int64_t b) in is_between()
/openbmc/qemu/hw/audio/
H A Dfmopl.c1144 int OPLWrite(FM_OPL *OPL,int a,int v) in OPLWrite()
1165 unsigned char OPLRead(FM_OPL *OPL,int a) in OPLRead()
/openbmc/u-boot/drivers/net/
H A Dnatsemi.c248 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) argument
249 #define phys_to_bus(a) pci_phys_to_mem((pci_dev_t)dev->priv, a) argument
H A Dns8382x.c269 #define bus_to_phys(a) pci_mem_to_phys((pci_dev_t)dev->priv, a) argument
270 #define phys_to_bus(a) pci_phys_to_mem((pci_dev_t)dev->priv, a) argument
/openbmc/qemu/include/ui/
H A Dpixman-minimal.h53 #define PIXMAN_FORMAT(bpp, type, a, r, g, b) (((bpp) << 24) | \ argument
/openbmc/u-boot/fs/yaffs2/
H A Dyaffs_uboot_glue.c152 static int yaffs_regions_overlap(int a, int b, int x, int y) in yaffs_regions_overlap()
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Djquery.treetable.js577 sortFun = function(a, b) { argument
/openbmc/u-boot/lib/
H A Dsha1.c97 #define P(a,b,c,d,e,x) { \ in sha1_process() argument
/openbmc/u-boot/drivers/tee/optee/
H A Doptee_msg.h141 u64 a; member
/openbmc/phosphor-host-ipmid/
H A Dselutility.cpp398 [](const std::string& a, const std::string& b) { in readLoggingObjectPaths()
/openbmc/qemu/contrib/plugins/
H A Dhowvec.c158 static gint cmp_exec_count(gconstpointer a, gconstpointer b, gpointer d) in cmp_exec_count()
/openbmc/u-boot/tools/
H A Dfdtgrep.c26 #define debug(a, b...) fprintf(stderr, a, ## b) argument
28 #define debug(a, b...) argument
H A Dimx8mimage.c30 #define ALIGN(x,a) __ALIGN_MASK((x), (__typeof__(x))(a) - 1, a) argument
/openbmc/u-boot/drivers/video/meson/
H A Dmeson_venc.c674 static signed int to_signed(unsigned int a) in to_signed()
682 static unsigned long modulo(unsigned long a, unsigned long b) in modulo()
/openbmc/u-boot/scripts/dtc/
H A Dflattree.c78 static void bin_emit_align(void *e, int a) in bin_emit_align()
157 static void asm_emit_align(void *e, int a) in asm_emit_align()
/openbmc/u-boot/include/
H A Dtee.h106 u64 a; member
/openbmc/u-boot/drivers/core/
H A Dof_addr.c77 u64 a = of_read_number(addr, na); in of_bus_default_translate() local
/openbmc/u-boot/drivers/i2c/
H A Dfsl_i2c.c133 ushort a, b, ga, gb; in set_i2c_bus_speed() local
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate.py950 def _choose(a, b): argument

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