Home
last modified time | relevance | path

Searched refs:a (Results 22026 – 22050 of 22310) sorted by relevance

1...<<881882883884885886887888889890>>...893

/openbmc/phosphor-webui/app/assets/images/
H A DDMTF_Redfish_logo_2017.svg1 …top offset="0" stop-color="#20ac4b"/><stop offset=".9831" stop-color="#19361a"/></linearGradient><…
/openbmc/qemu/target/hexagon/imported/mmvec/
H A Dmacros.def14 * You should have received a copy of the GNU General Public License
/openbmc/qemu/target/hexagon/imported/
H A Dbranch.idef14 * You should have received a copy of the GNU General Public License
/openbmc/linux/arch/arm/tools/
H A Dmach-types15 # This is a cut-down version of the file; it contains only machines that
/openbmc/linux/arch/arm/boot/dts/nvidia/
H A Dtegra30-asus-tf201.dts105 rt5631: audio-codec@1a {
H A Dtegra20-harmony.dts289 wm8903: wm8903@1a {
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mm-data-modul-edm-sbc.dts434 pcieclk: clk@6a {
H A Dimx8mm-venice-gw7902.dts393 channel@9a {
/openbmc/linux/drivers/pci/controller/dwc/
H A DKconfig71 in host mode. It's based on the Synopsys DWC PCIe v4.60a IP-core.
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx53.dtsi16 * The decompressor and also some bootloaders rely on a
/openbmc/linux/arch/arm/boot/dts/ti/davinci/
H A Dda850.dtsi52 * need to be enabled on a per-board basis if the chip is
/openbmc/linux/drivers/usb/host/
H A Dohci-hcd.c690 ohci_writel(ohci, val, &ohci->regs->roothub.a); in ohci_run()
/openbmc/u-boot/
H A DMakefile755 PLATFORM_LIBGCC = arch/$(ARCH)/lib/lib.a
1099 echo "u-boot.map shows a binary size of $$map_size" >&2 ; \
/openbmc/linux/fs/btrfs/
H A Draid56.c1558 static int plug_cmp(void *priv, const struct list_head *a, in plug_cmp() argument
1561 const struct btrfs_raid_bio *ra = container_of(a, struct btrfs_raid_bio, in plug_cmp()
/openbmc/linux/drivers/net/ethernet/qlogic/qlcnic/
H A Dqlcnic_83xx_init.c2359 #define IS_QLC_83XX_USED(a, b, c) (((1 << a->portnum) & b) || ((c >> 6) & 0x1)) argument
/openbmc/linux/drivers/staging/wlan-ng/
H A Dhfa384x_usb.c130 #define ROUNDUP64(a) (((a) + 63) & ~63) argument
/openbmc/openbmc/poky/bitbake/lib/bb/fetch2/
H A D__init__.py1225 for a in attempts:
1226 srcrev = d.getVar(a)
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_av1_req_lat_if.c1469 static unsigned char vdec_av1_slice_get_sign_bias(int a, in vdec_av1_slice_get_sign_bias() argument
1481 diff = a - b; in vdec_av1_slice_get_sign_bias()
/openbmc/qemu/
H A Dqemu-io-cmds.c33 static int compare_cmdname(const void *a, const void *b) in compare_cmdname() argument
35 return strcmp(((const cmdinfo_t *)a)->name, in compare_cmdname()
/openbmc/qemu/hw/hyperv/
H A Dvmbus.c487 dma_addr_t a = addr; in vmbus_map_sgl() local
494 iov[ret_cnt].iov_base = dma_memory_map(sgl->as, a, &l, dir, in vmbus_map_sgl()
/openbmc/
H A Dopengrok2.0.log30 2024-12-16 03:00:50.320-0600 CONFIG t1 ServiceFinder.<clinit>: Running in a non-OSGi environment
225 …rors.IncorrectObjectTypeException: Object 5dc01c595e6c6ec9ccda4f6f69c131c0dd945f8c is not a commit.
237 …rors.IncorrectObjectTypeException: Object 5dc01c595e6c6ec9ccda4f6f69c131c0dd945f8c is not a commit.
974 …sitoryWithPerPartesHistory.doCreateCache: storing history cache for revision range (4002082a, null)
1558 …erCheck: ObjectInputFilter ALLOWED: null, array length: -1, nRefs: 1, depth: 1, bytes: 170, ex: n/a
2716 …pc/include/asm/word-at-a-time.h has symlink from /opengrok/src/openbmc/linux/tools/testing/selftes…
20998 …essChildren: not file-less due to: /opengrok/data/xref/openbmc/linux/samples/rust/hostprogs/a.rs.gz
36814 …me/recipes-gnome/tracker/tracker-miners/0001-Set-header-file-to-a-fixed-path-instead-of-a-host-pa.…
45062 …/data/xref/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/tf-a-tests_2.11.0.bb.gz
45183 …/xref/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/tf-a-tests_%.bbappend.gz
[all …]
/openbmc/linux/drivers/block/drbd/
H A Ddrbd_nl.c1432 static bool write_ordering_changed(struct disk_conf *a, struct disk_conf *b) in write_ordering_changed() argument
1434 return a->disk_barrier != b->disk_barrier || in write_ordering_changed()
1435 a->disk_flushes != b->disk_flushes || in write_ordering_changed()
1436 a->disk_drain != b->disk_drain; in write_ordering_changed()
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Dmaintainers.inc3 # This file contains a list of recipe maintainers.
9 # If you have problems with or questions about a particular recipe, feel
15 # (http://bugzilla.yoctoproject.org/) to see if a problem has
24 # The format is as a bitbake variable override for each recipe
/openbmc/linux/tools/perf/
H A Dbuiltin-trace.c1886 static int intcmp(const void *a, const void *b) in intcmp() argument
1888 const int *one = a, *another = b; in intcmp()
4216 DEFINE_RESORT_RB(syscall_stats, a->msecs > b->msecs,
4317 (thread__nr_events(thread__priv(a->thread)) <
/openbmc/linux/sound/soc/codecs/
H A Dmadera.c4728 s16 a = be16_to_cpu(_a); in madera_eq_filter_unstable() local
4732 return abs(a) >= 4096; in madera_eq_filter_unstable()
4737 return (abs((a << 16) / (4096 - b)) >= 4096 << 4); in madera_eq_filter_unstable()

1...<<881882883884885886887888889890>>...893