Home
last modified time | relevance | path

Searched full:translator (Results 1 – 25 of 296) sorted by relevance

12345678910>>...12

/openbmc/qemu/target/xtensa/
H A Dhelper.c40 static void add_translator_to_hash(GHashTable *translator, in add_translator_to_hash() argument
44 if (!g_hash_table_insert(translator, (void *)name, (void *)opcode)) { in add_translator_to_hash()
53 GHashTable *translator = g_hash_table_new(g_str_hash, g_str_equal); in hash_opcode_translators() local
60 add_translator_to_hash(translator, in hash_opcode_translators()
65 add_translator_to_hash(translator, in hash_opcode_translators()
70 return translator; in hash_opcode_translators()
78 GHashTable *translator; in xtensa_find_opcode_ops() local
83 translator = g_hash_table_lookup(translators, t); in xtensa_find_opcode_ops()
84 if (translator == NULL) { in xtensa_find_opcode_ops()
85 translator = hash_opcode_translators(t); in xtensa_find_opcode_ops()
[all …]
/openbmc/u-boot/Documentation/sphinx/
H A Dkfigure.py202 def convert_image(img_node, translator, src_fname=None): argument
209 format (of the image) and the translator's output format.
211 app = translator.builder.app
215 src_fname = path.join(translator.builder.srcdir, img_node['uri'])
217 src_fname = path.join(translator.builder.outdir, img_node['uri'])
231 elif translator.builder.format == 'latex':
232 dst_fname = path.join(translator.builder.outdir, fname + '.pdf')
237 elif translator.builder.format == 'html':
239 translator.builder.outdir,
240 translator.builder.imagedir,
[all …]
/openbmc/linux/Documentation/sphinx/
H A Dkfigure.py245 def convert_image(img_node, translator, src_fname=None): argument
252 format (of the image) and the translator's output format.
254 app = translator.builder.app
258 src_fname = path.join(translator.builder.srcdir, img_node['uri'])
260 src_fname = path.join(translator.builder.outdir, img_node['uri'])
275 elif translator.builder.format == 'latex':
276 dst_fname = path.join(translator.builder.outdir, fname + '.pdf')
281 elif translator.builder.format == 'html':
283 translator.builder.outdir,
284 translator.builder.imagedir,
[all …]
/openbmc/openbmc/poky/meta/recipes-kernel/systemtap/
H A Dsystemtap_git.bb28 PACKAGECONFIG ??= "translator sqlite monitor python3-probes ${@bb.utils.filter('DISTRO_FEATURES', '…
29 PACKAGECONFIG[translator] = "--enable-translator,--disable-translator,boost,bash"
85 # translator disabled case, need to leave only minimal runtime
/openbmc/openbmc/poky/meta/recipes-connectivity/connman/connman-gnome/
H A D0001-Removed-icon-from-connman-gnome-about-applet.patch27 "translator-credits", _("translator-credits"),
/openbmc/linux/Documentation/devicetree/bindings/i2c/
H A Di2c-atr.yaml7 title: Common i2c address translator properties
13 An I2C Address Translator (ATR) is a device with an I2C slave parent
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/hddtemp/hddtemp/
H A D0001-po-force-Language-header-for-fr-and-de-locals.patch26 "Last-Translator: Vinzenz Vietzke <vinz@v1nz.org>\n"
38 "Last-Translator: Aurelien Jarno <aurelien@aurel32.net>\n"
/openbmc/qemu/docs/devel/
H A Dtcg.rst4 Translator Internals
7 QEMU is a dynamic translator. When it first encounters a piece of code,
17 details of QEMU's dynamic translator.
30 DS and ES segments have a zero base, then the translator does not even
H A Dtcg-icount.rst36 translator starts by allocating a budget of instructions to be
76 When the translator is handling an instruction of this kind:
/openbmc/qemu/disas/
H A Ddisas-target.c9 #include "exec/translator.h"
54 "Disassembler disagrees with translator over instruction " in target_disas()
/openbmc/qemu/include/exec/
H A Dtranslator.h149 * Generic translator loop.
186 * Translator Load Functions
243 * the translator with details of the executed instruction.
/openbmc/linux/Documentation/devicetree/bindings/usb/
H A Dgeneric-ehci.yaml126 has-transaction-translator:
129 Set this flag if EHCI has a Transaction Translator built into
/openbmc/linux/Documentation/translations/zh_CN/arch/loongarch/
H A Dfeatures.rst6 :Translator: Huacai Chen <chenhuacai@loongson.cn>
H A Dindex.rst6 :Translator: Huacai Chen <chenhuacai@loongson.cn>
/openbmc/linux/drivers/i2c/
H A DKconfig75 tristate "I2C Address Translator (ATR) support" if COMPILE_TEST
77 Enable support for I2C Address Translator (ATR) chips.
/openbmc/linux/Documentation/translations/zh_TW/admin-guide/
H A Dclearing-warn-once.rst5 :Translator: 胡皓文 Hu Haowen <src.res.211@gmail.com>
/openbmc/linux/Documentation/translations/zh_CN/sound/hd-audio/
H A Dindex.rst5 :Translator: Huang Jianghui <huangjianghui@uniontech.com>
/openbmc/linux/Documentation/translations/zh_CN/accounting/
H A Dindex.rst6 :Translator: Yang Yang <yang.yang29@zte.com.cn>
/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/
H A Dindex.rst4 :Translator: Bailu Lin <bailu.lin@vivo.com>
/openbmc/linux/arch/sparc/kernel/
H A Dof_device_common.c86 * Default translator (generic bus)
148 * SBUS bus specific translator
/openbmc/qemu/linux-user/alpha/
H A Dcpu_loop.c105 /* Handled in the translator for usermode. */ in cpu_loop()
109 /* Handled in the translator for usermode. */ in cpu_loop()
/openbmc/linux/Documentation/translations/zh_TW/arch/arm64/
H A Dindex.rst6 :Translator: Bailu Lin <bailu.lin@vivo.com>
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-smartypants_2.0.0.bb1 SUMMARY = "Translator of plain ASCII punctuation characters into 'smart' typographic punctuation HT…
/openbmc/linux/Documentation/translations/zh_CN/process/
H A Ddevelopment-process.rst4 :Translator: Alex Shi <alex.shi@linux.alibaba.com>
/openbmc/linux/Documentation/translations/it_IT/process/
H A Dapplying-patches.rst4 :Translator: Federico Vaga <federico.vaga@vaga.pv.it>

12345678910>>...12