Home
last modified time | relevance | path

Searched refs:el (Results 51 – 75 of 176) sorted by relevance

12345678

/openbmc/linux/lib/reed_solomon/
H A Ddecode_rs.c14 int deg_lambda, el, deg_omega; variable
133 el = no_eras;
161 if (2 * el <= r + no_eras - 1) {
162 el = r + no_eras - el;
/openbmc/linux/Documentation/translations/sp_SP/process/
H A Dcode-of-conduct.rst16 acoso para todo el mundo, independientemente de la edad, dimensión corporal,
61 Los administradores de la comunidad tendrán el derecho y la responsabilidad
72 comunidad. Ejemplos de esto incluyen el uso de la cuenta oficial de correo
80 podrán ser reportadas contactando el Code of Conduct Commitee a través de
96 Consulte el documento :ref:`code_of_conduct_interpretation` para ver cómo
H A Dcontribution-maturity-model.rst17 en el reclutamiento de mantenedores del kernel, así como la sucesión de
38 y los desarrolladores en todos los niveles de antigüedad. En el espíritu
92 upstream en el que se basa el kernel interno.
100 trabajo centrado en el Trabajo Ascendente, que se define como revisar
114 el Trabajo Ascendente.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/emacs/
H A Demacs_29.1.bb162 ${datadir}/${BPN}/${PV}/lisp/international/charprop.el \
171 ${datadir}/${BPN}/${PV}/lisp/international/uni*.el \
204 ${datadir}/${BPN}/${PV}/lisp/ldefs-boot.el \
205 ${datadir}/${BPN}/${PV}/lisp/loaddefs.el \
206 ${datadir}/${BPN}/${PV}/lisp/loadup.el \
245 ${datadir}/${BPN}/${PV}/etc/themes/adwaita-theme.el \
247 ${datadir}/${BPN}/${PV}/etc/themes/light-blue-theme.el \
249 ${datadir}/${BPN}/${PV}/etc/themes/tango-theme.el \
251 ${datadir}/${BPN}/${PV}/etc/themes/wombat-theme.el \
274 ${datadir}/${BPN}/${PV}/lisp/net/tramp-loaddefs.el \
[all …]
/openbmc/linux/arch/arm64/include/asm/
H A Ddebug-monitors.h96 void enable_debug_monitors(enum dbg_active_el el);
97 void disable_debug_monitors(enum dbg_active_el el);
/openbmc/linux/drivers/scsi/sym53c8xx_2/
H A Dsym_misc.h115 #define sym_remque(el) __sym_que_del((el)->blink, (el)->flink) argument
/openbmc/linux/fs/ocfs2/
H A Dextent_map.h48 struct ocfs2_extent_list *el,
56 struct ocfs2_extent_list *el,
/openbmc/phosphor-webui/app/common/directives/
H A DdirPagination.js194 angular.forEach(tElement, function(el) { argument
195 if (el.nodeType === 1) {
196 angular.element(el).attr('dir-paginate-no-compile', true);
207 angular.forEach(element, function(el) { argument
208 if (el.nodeType === 1) {
209 angular.element(el).removeAttr('dir-paginate-no-compile');
/openbmc/u-boot/arch/arm/cpu/armv8/fsl-layerscape/
H A Dppa.c34 unsigned int el = current_el(); in ppa_init() local
50 if (el < 3) { in ppa_init()
51 debug("Skipping PPA init, running at EL%d\n", el); in ppa_init()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/anthy/
H A Danthy_9100h.bb25 PACKAGES += "${PN}-el libanthy0 libanthy-dev"
40 FILES:${PN}-el = "${datadir}/emacs/*"
/openbmc/u-boot/include/
H A Datf_common.h50 #define SPSR_64(el, sp, daif) \ argument
52 ((el) & MODE_EL_MASK) << MODE_EL_SHIFT | \
/openbmc/linux/drivers/scsi/aic94xx/
H A Daic94xx_sds.c718 struct asd_ll_el *el = start; in asd_find_ll_by_id() local
723 if (el->id1 == id1) { in asd_find_ll_by_id()
726 if (el->id0 == id0) in asd_find_ll_by_id()
727 return el; in asd_find_ll_by_id()
730 el = start + le16_to_cpu(el->next); in asd_find_ll_by_id()
731 } while (el != start); in asd_find_ll_by_id()
972 struct asd_ll_el *el = NULL; in asd_process_ctrl_a_user() local
1000 el = kmalloc(size, GFP_KERNEL); in asd_process_ctrl_a_user()
1001 if (!el) { in asd_process_ctrl_a_user()
1013 ps = asd_find_ll_by_id(el, 'h', 0xFF); in asd_process_ctrl_a_user()
[all …]
/openbmc/linux/arch/arm64/kernel/
H A Ddebug-monitors.c80 void enable_debug_monitors(enum dbg_active_el el) in enable_debug_monitors() argument
89 if (el == DBG_ACTIVE_EL1 && in enable_debug_monitors()
101 void disable_debug_monitors(enum dbg_active_el el) in disable_debug_monitors() argument
110 if (el == DBG_ACTIVE_EL1 && in disable_debug_monitors()
/openbmc/linux/drivers/input/misc/
H A Dyealink.c129 static int setChar(struct yealink_dev *yld, int el, int chr) in setChar() argument
133 if (el >= ARRAY_SIZE(lcdMap)) in setChar()
139 yld->lcdMap[el] = chr; in setChar()
141 if (lcdMap[el].type == '.') { in setChar()
142 a = lcdMap[el].u.p.a; in setChar()
143 m = lcdMap[el].u.p.m; in setChar()
153 m = lcdMap[el].u.s[i].m; in setChar()
158 a = lcdMap[el].u.s[i].a; in setChar()
631 int el, size_t len) in store_line() argument
646 setChar(yld, el++, buf[i]); in store_line()
/openbmc/qemu/
H A Dblockdev-nbd.c218 BlockDirtyBitmapOrStr *el = g_new(BlockDirtyBitmapOrStr, 1); in qmp_nbd_server_add() local
220 *el = (BlockDirtyBitmapOrStr) { in qmp_nbd_server_add()
225 QAPI_LIST_PREPEND(export_opts->u.nbd.bitmaps, el); in qmp_nbd_server_add()
H A Dblockjob.c220 GSList *el; in block_job_has_bdrv() local
223 for (el = job->nodes; el; el = el->next) { in block_job_has_bdrv()
224 BdrvChild *c = el->data; in block_job_has_bdrv()
/openbmc/linux/scripts/package/
H A Dmkdebian39 debarch=ppc64$(if_enabled_echo CONFIG_CPU_LITTLE_ENDIAN el)
48 debarch=mips$(if_enabled_echo CONFIG_64BIT 64)$(if_enabled_echo CONFIG_CPU_MIPSR6 r6)el
59 debarch=arm$(if_enabled_echo CONFIG_VFP hf el)
/openbmc/qemu/system/
H A Dvl.c837 GSList *el; in find_machine() local
839 for (el = machines; el; el = el->next) { in find_machine()
840 MachineClass *mc = el->data; in find_machine()
852 GSList *el; in find_default_machine() local
855 for (el = machines; el; el = el->next) { in find_default_machine()
856 MachineClass *mc = el->data; in find_default_machine()
1550 GSList *el; in machine_help_func() local
1564 for (el = machines; el; el = el->next) { in machine_help_func()
1565 MachineClass *mc = el->data; in machine_help_func()
3325 for (el = accel_list; el; el = el->next) { in qemu_init()
[all …]
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Datmel_nand_ecc.h134 u32 el[32]; /* 0xAC-0x128 Error Location Registers */ member
143 u32 el[24]; /* 0x8C-0xE8 Error Location Registers */ member
/openbmc/linux/drivers/net/wireless/legacy/
H A Dwl3501.h238 struct iw_mgmt_info_element el; member
249 struct iw_mgmt_info_element el; member
254 struct iw_mgmt_info_element el; member
259 struct iw_mgmt_info_element el; member
267 struct iw_mgmt_info_element el; member
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/php/php/
H A D0008-ext-imap-config.m4-fix-include-paths.patch26 el[]IMAP_INC_CHK(/include/c-client)
27 el[]IMAP_INC_CHK(/include/imap)
/openbmc/openbmc/poky/meta/recipes-core/musl/
H A Dlibucontext_1.2.bb40 elif re.match('mips(isa|)(32|)(r6|)(el|)$', a): return 'mips'
41 elif re.match('mips(isa|)64(r6|)(el|)$', a): return 'mips64'
/openbmc/linux/scripts/coccinelle/api/
H A Dkfree_sensitive.cocci25 return not (filter & {el.current_element for el in p})
/openbmc/u-boot/board/el/el6x/
H A DMAINTAINERS4 F: board/el/el6x/
/openbmc/linux/tools/perf/util/
H A Dcs-etm.c92 ocsd_ex_level el; member
624 tidq->prev_packet_el = tidq->el; in cs_etm__packet_swap()
887 ocsd_ex_level el) in cs_etm__get_machine() argument
906 switch (el) { in cs_etm__get_machine()
920 ocsd_ex_level el) in cs_etm__cpu_mode() argument
974 assert(tidq->el == ocsd_EL1 || tidq->el == ocsd_EL0); in cs_etm__mem_access()
976 assert(tidq->el == ocsd_EL2); in cs_etm__mem_access()
978 assert(tidq->el == ocsd_EL3); in cs_etm__mem_access()
1364 ocsd_ex_level el) in cs_etm__set_thread() argument
1377 tidq->el = el; in cs_etm__set_thread()
[all …]

12345678