/openbmc/qemu/tests/tcg/hexagon/ |
H A D | scatter_gather.c | 129 char letter = 'A'; in create_offsets_values_preds_16() local 138 half_element |= letter << j * 8; in create_offsets_values_preds_16() 146 letter++; in create_offsets_values_preds_16() 148 if (letter == 'M') { in create_offsets_values_preds_16() 149 letter = 'A'; in create_offsets_values_preds_16() 161 char letter = 'A'; in create_offsets_values_preds_32() local 170 word_element |= letter << j * 8; in create_offsets_values_preds_32() 178 letter++; in create_offsets_values_preds_32() 180 if (letter == 'M') { in create_offsets_values_preds_32() 181 letter = 'A'; in create_offsets_values_preds_32() [all …]
|
/openbmc/gpioplus/src/gpioplus/utility/ |
H A D | aspeed.hpp | 42 for (auto letter : letters) in nameToOffset() local 44 if (letter < 'A' || letter > 'Z') in nameToOffset() 58 for (auto letter : letters) in nameToOffset() local 60 offset = offset * 26 + (letter - 'A') + 1; in nameToOffset()
|
/openbmc/linux/drivers/net/can/usb/etas_es58x/ |
H A D | es58x_devlink.c | 96 char letter; in es58x_parse_hw_rev() local 109 if (sscanf(prod_info, "%c%3u/%3u", &letter, &major, &minor) != 3) in es58x_parse_hw_rev() 112 es58x_dev->hardware_revision.letter = letter; in es58x_parse_hw_rev() 140 .letter = '\0', in es58x_parse_product_info() 195 return isalnum(hw_rev->letter) && hw_rev->major < 1000 && in es58x_hw_revision_is_valid() 243 hw_rev->letter, hw_rev->major, hw_rev->minor); in es58x_devlink_info_get()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | utils.py | 517 for letter in name: 518 bytes_list.append(hex(ord(letter))) 530 for letter in name: 531 value = convert_to_hex_value_without_prefix(letter) 537 def convert_to_hex_value_without_prefix(letter): argument 542 value = hex(ord(letter))
|
/openbmc/linux/Documentation/riscv/ |
H A D | uabi.rst | 14 #. Single-letter extensions come first, in canonical order. 17 #. All multi-letter extensions will be separated from other extensions by an 21 single-letter extensions and before any higher-privileged extensions. 23 #. For additional standard extensions, the first letter following the 'Z'
|
/openbmc/openbmc/poky/scripts/ |
H A D | send-pull-request | 28 -a Send the cover letter to every recipient listed in Cc and 29 Signed-off-by lines found in the cover letter and the patches. 104 if [ -e $PDIR/0000-cover-letter.patch ]; then
|
/openbmc/u-boot/tools/patman/ |
H A D | README | 10 - Inserts a cover letter with change lists 40 series should be sent, cover letter, version, etc. Most of these are 190 Cover-letter: 195 Sets the cover letter contents for the series. The first line 196 will become the subject of the cover letter 198 Cover-letter-cc: email / alias 199 Additional email addresses / aliases to send cover letter to (you 209 together and put after the cover letter. Can appear multiple 243 letter (where duplicate change lines are merged). 301 If you have a cover letter it will get sent to the union of the Patch-cc [all …]
|
/openbmc/linux/drivers/scsi/aic7xxx/aicasm/ |
H A D | aicasm_symbol.c | 387 char *letter; in aic_print_reg_dump_end() local 393 for (letter = lower_name; *letter != '\0'; letter++) in aic_print_reg_dump_end() 394 *letter = tolower(*letter); in aic_print_reg_dump_end()
|
/openbmc/linux/drivers/accessibility/speakup/ |
H A D | DefaultKeyAssignments | 22 InsKeyPad-2 say current letter phonetically 23 KeyPad-1 Say Previous Character (left one letter) 24 KeyPad-3 Say Next Character (right one letter)
|
/openbmc/qemu/docs/devel/ |
H A D | submitting-a-pull-request.rst | 19 do this is to use ``git format-patch --cover-letter`` to create the 20 emails, and then edit the cover letter to include the pull request 23 **Use PULL as the subject line tag** in both the cover letter and the 64 string "not for master" in the cover letter email, and make sure the
|
H A D | submitting-a-patch.rst | 78 line ``Based-on: $MESSAGE_ID`` to your cover letter to make the series 295 find out how to drive it). You can then edit the cover letter before 302 letter, with shallow threading (all patches in the series are 303 in-reply-to the cover letter, but not to each other); single unrelated 304 patches do not need a cover letter (but if you do send a cover letter, 350 Include a meaningful cover letter 355 letter explains the overall goal of such a series, and also provides a 359 cover letter as needed. 366 the idea yet. If the cover letter can explain these points to the 368 Make sure your cover letter includes a diffstat of changes made over the [all …]
|
/openbmc/u-boot/tools/patman/test/ |
H A D | test01.txt | 45 Cover-letter-cc: Lord Mëlchett <clergy@palace.gov> 51 Cover-letter:
|
H A D | 0002-fdt-Correct-cast-for-sandbox-in-fdtdec_setup_mem_siz.patch | 21 Cover-letter-cc: Lord Mëlchett <clergy@palace.gov> 27 Cover-letter:
|
/openbmc/qemu/hw/i386/kvm/ |
H A D | xenstore_impl.c | 157 char letter; in xs_perm_as_string() local 161 letter = 'b'; in xs_perm_as_string() 164 letter = 'r'; in xs_perm_as_string() 167 letter = 'w'; in xs_perm_as_string() 171 letter = 'n'; in xs_perm_as_string() 175 return g_strdup_printf("%c%u", letter, domid); in xs_perm_as_string() 489 static void parse_perm(const char *perm, char *letter, unsigned int *dom_id) in parse_perm() argument 491 unsigned int n = sscanf(perm, "%c%u", letter, dom_id); in parse_perm() 1119 char letter; in is_valid_perm() local 1126 if (sscanf(perm, "%c%u", &letter, &dom_id) != 2) { in is_valid_perm() [all …]
|
/openbmc/qemu/tests/qapi-schema/ |
H A D | reserved-member-underscore.json | 3 # begin with a letter or a downstream extension double-underscore prefix).
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
H A D | 0010-FF-A-v15-arm_ffa-efi-corstone1000-enable-MM-communic.patch | 12 Upstream-Status: Submitted [cover letter: https://lore.kernel.org/all/20230713132847.176000-1-abdel…
|
/openbmc/openbmc/poky/bitbake/doc/ |
H A D | index.rst | 38 a letter to Creative Commons, 444 Castro Street, Suite 900, Mountain View,
|
/openbmc/openbmc/poky/documentation/contributor-guide/ |
H A D | submit-changes.rst | 269 in your branch, it's recommended to provide a cover letter describing 272 For this purpose, a good solution is to store the cover letter contents 279 be used by Git to create the cover letter together with the patches. 282 will serve a the subject line for the cover letter. 293 a cover letter too:: 295 $ git format-patch --cover-letter --cover-from-description=auto <ref-branch> 299 letter, it will be in the ``0000-cover-letter.patch``. 305 letter title. Another possibility, which is easier to remember, is to pass 306 only the ``--cover-letter`` option, but you will have to edit the 316 include the cover letter patch too. [all …]
|
/openbmc/linux/drivers/mfd/ |
H A D | rave-sp.c | 124 u8 letter[2]; member 660 version->letter[0], in devm_rave_sp_version() 661 version->letter[1]); in devm_rave_sp_version()
|
/openbmc/linux/Documentation/translations/zh_CN/process/ |
H A D | submitting-patches.rst | 599 $ git format-patch --base=auto --cover-letter -o outgoing/ master 600 outgoing/0000-cover-letter.patch 604 当你编辑 ``outgoing/0000-cover-letter.patch`` 时,您会注意到在它的最底部有一
|
/openbmc/openbmc/poky/meta/lib/oe/ |
H A D | distro_check.py | 69 for letter in (string.ascii_lowercase + string.digits): 72 packages |= get_source_package_list_from_url(url + "/" + letter, section, d)
|
/openbmc/qemu/target/hexagon/ |
H A D | gen_trans_funcs.py | 55 letter = re.split("\\(", imm[0])[1]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/s-nail/files/ |
H A D | 0001-make.rc-set-VAL_MTA.patch | 13 /home/root/dead.letter 10/234
|
/openbmc/u-boot/Documentation/ |
H A D | Makefile | 36 PAPEROPT_letter = -D latex_paper_size=letter
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | devices.rst | 85 Note: ``/dev/X0R`` is <letter X>-<digit 0>-<letter R>. 205 Each kind of device is indicated by a different letter. For any 206 letter X, the names of the devices are ``/dev/ttyX#`` and ``/dev/cux#``,
|