Home
last modified time | relevance | path

Searched refs:a (Results 13076 – 13100 of 20302) sorted by relevance

1...<<521522523524525526527528529530>>...813

/openbmc/u-boot/lib/efi_selftest/
H A Defi_selftest_unaligned.c13 char a[8] __aligned(8); member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/hplip/hplip/
H A D600-fix.patch3 --- a/configure.in
/openbmc/phosphor-webui/app/assets/icons/
H A Dicon-key.svg2 …<path id="a" d="M19.9 7.056a2.144 2.144 0 0 0 1.515 3.658 2.141 2.141 0 0 0 1.514-3.658 2.143 2.14…
/openbmc/qemu/tests/qapi-schema/
H A Dunion-int-branch.json1 # we require union branches to be a struct
/openbmc/linux/drivers/media/i2c/ccs/
H A DKconfig7 This is a generic driver for MIPI CCS, SMIA++ and SMIA compliant
/openbmc/linux/drivers/net/ethernet/
H A DKconfig48 To compile this driver as a module, choose M here. The module
69 To compile this driver as a module, choose M here: the module
98 To compile this driver as a module, choose M here. The module
107 If you have a Mikrotik RouterBoard 500 or IDT RC32434
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dvlv_dsi_regs.h16 #define _MIPI_PORT(port, a, c) (((port) == PORT_A) ? a : c) /* ports A and C only */ argument
17 #define _MMIO_MIPI(port, a, c) _MMIO(_MIPI_PORT(port, a, c)) argument
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6q-bx50v3.dtsi7 * licensing only applies to this file, and not this project as a
10 * a) This file is free software; you can redistribute it and/or
22 * obtaining a copy of this software and associated documentation
228 sgtl5000: codec@a {
/openbmc/u-boot/arch/arm/dts/
H A Dimx6ul-opos6uldev.dts6 * licensing only applies to this file, and not this project as a
9 * a) This file is free software; you can redistribute it and/or
19 * You should have received a copy of the GNU General Public
27 * obtaining a copy of this software and associated documentation
H A Dsun50i-a64-orangepi-win.dts7 * licensing only applies to this file, and not this project as a
10 * a) This library is free software; you can redistribute it and/or
23 * obtaining a copy of this software and associated documentation
69 type = "a";
H A Dat91-sama5d4ek.dts9 * licensing only applies to this file, and not this project as a
12 * a) This file is free software; you can redistribute it and/or
25 * obtaining a copy of this software and associated documentation
149 wm8904: codec@1a {
/openbmc/linux/arch/arm/lib/
H A Dlib1funcs.S73 @ For very big divisors, we must shift it a bit at a time, or
160 @ For very big divisors, we must shift it a bit at a time, or
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dclang-format.rst24 - Ti aiuta a seguire lo stile del codice, particolarmente utile per i
66 E poi date un'occhiata a *git diff*.
68 Osservare le righe di questo diff è utile a migliorare/aggiustare
131 regolarmente, imparerete rapidamente a evitare/ignorare certi problemi.
/openbmc/u-boot/board/freescale/mpc8349itx/
H A DREADME7 the Freescale MPC8349E processor in a Mini-ITX form factor.
132 when the board boots. This trick is especially effective with a
139 Therefore, just put a U-Boot image at both FE000000 and FEF00000 and
172 If you have a hardware debugger, configure it to set the HRCW to
/openbmc/u-boot/board/freescale/ls2080aqds/
H A DREADME3 The LS2080A Development System (QDS) is a high-performance computing,
7 processor series, with a complete debugging environment.
86 a) Promjet Boot
139 The X-QSGMII-16PORT is a 4xQSGMII/8xSGMII riser card with eighth SerDes
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun8i-r40-bananapi-m2-ultra.dts7 * licensing only applies to this file, and not this project as a
10 * a) This file is free software; you can redistribute it and/or
23 * obtaining a copy of this software and associated documentation
65 type = "a";
/openbmc/linux/lib/
H A DKconfig.kasan43 Enables KASAN (Kernel Address Sanitizer) - a dynamic memory safety
111 comparison, as it embeds a tag into the top byte of each pointer.
130 comparison, as it embeds a tag into the top byte of each pointer.
165 With Clang, stack instrumentation has a problem that causes excessive
/openbmc/linux/arch/m68k/fpsp040/
H A Dsatan.S5 | input value. satand does the same except the input value is a
27 | of X with a bit-1 attached at the 6-th bit position. Define u
30 | Step 3. Approximate arctan(u) by a polynomial poly.
32 | Step 4. Return arctan(F) + poly, arctan(F) is fetched from a table of values
/openbmc/linux/arch/s390/kernel/
H A Dentry.S229 # Let the next instruction be NOP to avoid triggering a machine check
230 # and handling it in a guest as result of the instruction execution.
244 # interrupts. So lets use 3 nops as a landing pad for all possible rewinds.
319 # a new process exits the kernel with ret_from_fork
/openbmc/linux/drivers/net/ethernet/hisilicon/hns3/
H A Dhns3_enet.h653 #define hns3_read_dev(a, reg) \ argument
654 hns3_read_reg((a)->io_base, reg)
663 #define hns3_write_dev(a, reg, value) \ argument
664 hns3_write_reg((a)->io_base, reg, value)
/openbmc/linux/fs/gfs2/
H A Drecovery.c86 int wrap, a, b, revoke; in gfs2_revoke_check() local
99 a = (jd->jd_replay_tail < where); in gfs2_revoke_check()
101 revoke = (wrap) ? (a || b) : (a && b); in gfs2_revoke_check()
/openbmc/intel-ipmi-oem/include/
H A Dsdrutils.hpp39 bool operator()(std::string a, std::string b) const in operator ()()
41 return strverscmp(a.c_str(), b.c_str()) < 0; in operator ()()
344 bool operator()(const char* a, const char* b) const in operator ()()
346 return std::strcmp(a, b) < 0; in operator ()()
/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/classes/
H A Dbase.bbclass9 with open(stampname, "a+") as f:
22 with open(d.expand("${TOPDIR}/task.log"), "a+") as f:
152 …# taskdependees is a dict of tasks which depend on task, each being a 3 item list of [PN, TASKNAME…
/openbmc/openbmc/meta-google/recipes-google/networking/
H A Dgbmc-bridge.bb66 # This is intended only to be used when there is a single expansion tray
72 # Generated via https://cd34.com/rfc4193/ based on a MAC from a machine I own
73 # and we allocated it downstream. Intended to only be used within a complete
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-attr_0.3.2.bb1 DESCRIPTION = "Simple decorator to set attributes of target function or class in a DRY way"

1...<<521522523524525526527528529530>>...813