/openbmc/u-boot/board/synopsys/hsdk/ |
H A D | headerize-hsdk.py | 86 file.write(arc_id.to_bytes(2, byteorder='little')) 87 file.write(uboot_img_size.to_bytes(4, byteorder='little')) 88 file.write(check_sum.to_bytes(1, byteorder='little')) 89 file.write(image_copy_adr.to_bytes(4, byteorder='little')) 90 file.write(magic1.to_bytes(5, byteorder='big')) 91 file.write(jump_address.to_bytes(4, byteorder='little')) 92 for i in range(12): file.write(0xFF.to_bytes(1, byteorder='little')) 93 for byte in magic2: file.write(byte.to_bytes(36, byteorder='big')) 95 file.write(0xFF.to_bytes(1, byteorder='little')) 96 file.write(flash_address.to_bytes(4, byteorder='little')) [all …]
|
/openbmc/u-boot/board/synopsys/axs10x/ |
H A D | headerize-axs.py | 98 jmpchk_sum = sum(jump_address.to_bytes(4, byteorder='big')) 106 file.write(arc_id.to_bytes(2, byteorder='little')) 107 file.write(uboot_img_size.to_bytes(4, byteorder='little')) 108 file.write(check_sum.to_bytes(1, byteorder='little')) 109 file.write(image_copy_adr.to_bytes(4, byteorder='little')) 110 file.write(magic1.to_bytes(5, byteorder='big')) 111 for i in range(16): file.write(0x00.to_bytes(1, byteorder='little')) 112 for byte in magic2: file.write(byte.to_bytes(36, byteorder='big')) 114 file.write(0x00.to_bytes(1, byteorder='little')) 116 file.write(jump_address.to_bytes(4, byteorder='little'))
|
/openbmc/linux/arch/arm64/lib/ |
H A D | crc32.S | 14 .macro byteorder, reg, be macro 64 byteorder x3, \be 65 byteorder x4, \be 66 byteorder x5, \be 67 byteorder x6, \be 99 byteorder x3, \be 100 byteorder x4, \be 101 byteorder x5, \be 102 byteorder x6, \be 117 byteorder x3, \be [all …]
|
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/files/tc/ |
H A D | generate_metadata.py | 14 fp.write(value.to_bytes(4, byteorder='little')) 43 fp.write(crc.to_bytes(4, byteorder='little') + content)
|
/openbmc/qemu/scripts/ |
H A D | analyze-migration.py | 41 return int.from_bytes(self.file.read(8), byteorder='big', signed=False) 44 return int.from_bytes(self.file.read(4), byteorder='big', signed=False) 47 return int.from_bytes(self.file.read(2), byteorder='big', signed=False) 50 return int.from_bytes(self.file.read(1), byteorder='big', signed=True) 401 self.sdata = int.from_bytes(self.data, byteorder='big', signed=True) 402 self.udata = int.from_bytes(self.data, byteorder='big', signed=False)
|
H A D | dump-guest-memory.py | 360 if sys.byteorder == 'little':
|
/openbmc/openbmc/poky/meta/recipes-devtools/python/ |
H A D | python3-bcrypt-crates.inc | 11 crate://crates.io/byteorder/1.5.0 \ 52 SRC_URI[byteorder-1.5.0.sha256sum] = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f…
|
H A D | python3-maturin-crates.inc | 25 crate://crates.io/byteorder/1.5.0 \ 380 SRC_URI[byteorder-1.5.0.sha256sum] = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f…
|
/openbmc/linux/include/uapi/linux/ |
H A D | aio_abi.h | 84 #error edit for your odd byteorder.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/irda-utils/irda-utils-0.9.18/ |
H A D | musl.patch | 23 #include <asm/byteorder.h> /* __cpu_to_le32 and co. */
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | Kbuild | 9 mandatory-y += byteorder.h
|
/openbmc/qemu/disas/ |
H A D | m68k.c | 64 enum floatformat_byteorders byteorder; member 4578 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid() 4580 int_bit = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_i387_ext_is_valid() 4733 exponent = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 4750 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 4774 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double() 4810 mant = get_field (ufrom, fmt->byteorder, fmt->totalsize, in floatformat_to_double() 4830 if (get_field (ufrom, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1)) in floatformat_to_double() 4909 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->sign_start, 1, 1); in floatformat_from_double() 4922 put_field (uto, fmt->byteorder, fmt->totalsize, fmt->exp_start, in floatformat_from_double() [all …]
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/thin-provisioning-tools/ |
H A D | thin-provisioning-tools-crates.inc | 15 crate://crates.io/byteorder/1.5.0 \ 122 SRC_URI[byteorder-1.5.0.sha256sum] = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f…
|
/openbmc/linux/kernel/ |
H A D | ksysfs.c | 29 #error Unknown byteorder
|
/openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/ |
H A D | linux-libc-headers.inc | 102 …oe_multilib_header asm/auxvec.h asm/bitsperlong.h asm/byteorder.h asm/fcntl.h asm/hwcap.h asm/ioct…
|
/openbmc/openbmc/poky/meta/recipes-gnome/librsvg/ |
H A D | librsvg-crates.inc | 32 crate://crates.io/byteorder/1.5.0 \ 33 crate://crates.io/byteorder-lite/0.1.0 \ 326 SRC_URI[byteorder-1.5.0.sha256sum] = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f… 327 SRC_URI[byteorder-lite-0.1.0.sha256sum] = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2…
|
/openbmc/openbmc/meta-security/recipes-ids/suricata/ |
H A D | suricata-crates.inc | 23 crate://crates.io/byteorder/1.4.3 \ 145 SRC_URI[byteorder-1.4.3.sha256sum] = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a… 675 crate://crates.io/byteorder/1.4.3 \ 710 SRC_URI[byteorder-1.4.3.sha256sum] = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a… 747 crate://crates.io/byteorder/1.4.3 \ 765 SRC_URI[byteorder-1.4.3.sha256sum] = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a…
|
/openbmc/pldm/tools/fw-update/ |
H A D | pldm_fwup_pkg_creator.py | 78 us_bytes = time.microsecond.to_bytes(3, byteorder="little")
|
/openbmc/u-boot/board/freescale/m53017evb/ |
H A D | README | 34 - include/asm-m68k/byteorder.h Byte order functions
|
/openbmc/u-boot/arch/arm/cpu/armv8/ |
H A D | Kconfig | 88 bool "ARMv8 secure monitor firmware ERET address byteorder swap"
|
/openbmc/linux/Documentation/translations/zh_CN/kernel-hacking/ |
H A D | hacking.rst | 316 定义于 ``include/asm/byteorder.h``
|
/openbmc/u-boot/doc/ |
H A D | README.m54418twr | 34 - arch/m68k/include/asm/byteorder.h Byte order functions
|
/openbmc/u-boot/board/freescale/m52277evb/ |
H A D | README | 31 - include/asm-m68k/byteorder.h Byte order functions
|
/openbmc/u-boot/board/freescale/m547xevb/ |
H A D | README | 39 - include/asm-m68k/byteorder.h Byte order functions
|
/openbmc/linux/tools/testing/selftests/tpm2/ |
H A D | tpm2.py | 745 pcrSelect = int.from_bytes(pcrSelect, byteorder='big')
|