/openbmc/qemu/target/xtensa/ |
H A D | helper.c | 40 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 D | kfigure.py | 202 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 D | kfigure.py | 245 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 D | systemtap_git.bb | 28 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 D | 0001-Removed-icon-from-connman-gnome-about-applet.patch | 27 "translator-credits", _("translator-credits"),
|
/openbmc/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c-atr.yaml | 7 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 D | 0001-po-force-Language-header-for-fr-and-de-locals.patch | 26 "Last-Translator: Vinzenz Vietzke <vinz@v1nz.org>\n" 38 "Last-Translator: Aurelien Jarno <aurelien@aurel32.net>\n"
|
/openbmc/qemu/docs/devel/ |
H A D | tcg.rst | 4 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 D | tcg-icount.rst | 36 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 D | disas-target.c | 9 #include "exec/translator.h" 54 "Disassembler disagrees with translator over instruction " in target_disas()
|
/openbmc/qemu/include/exec/ |
H A D | translator.h | 149 * Generic translator loop. 186 * Translator Load Functions 243 * the translator with details of the executed instruction.
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | generic-ehci.yaml | 126 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 D | features.rst | 6 :Translator: Huacai Chen <chenhuacai@loongson.cn>
|
H A D | index.rst | 6 :Translator: Huacai Chen <chenhuacai@loongson.cn>
|
/openbmc/linux/drivers/i2c/ |
H A D | Kconfig | 75 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 D | clearing-warn-once.rst | 5 :Translator: 胡皓文 Hu Haowen <src.res.211@gmail.com>
|
/openbmc/linux/Documentation/translations/zh_CN/sound/hd-audio/ |
H A D | index.rst | 5 :Translator: Huang Jianghui <huangjianghui@uniontech.com>
|
/openbmc/linux/Documentation/translations/zh_CN/accounting/ |
H A D | index.rst | 6 :Translator: Yang Yang <yang.yang29@zte.com.cn>
|
/openbmc/linux/Documentation/translations/zh_CN/arch/arm64/ |
H A D | index.rst | 4 :Translator: Bailu Lin <bailu.lin@vivo.com>
|
/openbmc/linux/arch/sparc/kernel/ |
H A D | of_device_common.c | 86 * Default translator (generic bus) 148 * SBUS bus specific translator
|
/openbmc/qemu/linux-user/alpha/ |
H A D | cpu_loop.c | 105 /* 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 D | index.rst | 6 :Translator: Bailu Lin <bailu.lin@vivo.com>
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-smartypants_2.0.0.bb | 1 SUMMARY = "Translator of plain ASCII punctuation characters into 'smart' typographic punctuation HT…
|
/openbmc/linux/Documentation/translations/zh_CN/process/ |
H A D | development-process.rst | 4 :Translator: Alex Shi <alex.shi@linux.alibaba.com>
|
/openbmc/linux/Documentation/translations/it_IT/process/ |
H A D | applying-patches.rst | 4 :Translator: Federico Vaga <federico.vaga@vaga.pv.it>
|