Home
last modified time | relevance | path

Searched refs:byteorder (Results 1 – 25 of 48) sorted by relevance

12

/openbmc/u-boot/board/synopsys/hsdk/
H A Dheaderize-hsdk.py86 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 Dheaderize-axs.py98 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 Dcrc32.S14 .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 Dgenerate_metadata.py14 fp.write(value.to_bytes(4, byteorder='little'))
43 fp.write(crc.to_bytes(4, byteorder='little') + content)
/openbmc/qemu/scripts/
H A Danalyze-migration.py41 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 Ddump-guest-memory.py360 if sys.byteorder == 'little':
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-bcrypt-crates.inc11 crate://crates.io/byteorder/1.5.0 \
52 SRC_URI[byteorder-1.5.0.sha256sum] = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f…
H A Dpython3-maturin-crates.inc25 crate://crates.io/byteorder/1.5.0 \
380 SRC_URI[byteorder-1.5.0.sha256sum] = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f…
/openbmc/linux/include/uapi/linux/
H A Daio_abi.h84 #error edit for your odd byteorder.
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-bsp/irda-utils/irda-utils-0.9.18/
H A Dmusl.patch23 #include <asm/byteorder.h> /* __cpu_to_le32 and co. */
/openbmc/linux/include/uapi/asm-generic/
H A DKbuild9 mandatory-y += byteorder.h
/openbmc/qemu/disas/
H A Dm68k.c64 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 Dthin-provisioning-tools-crates.inc15 crate://crates.io/byteorder/1.5.0 \
122 SRC_URI[byteorder-1.5.0.sha256sum] = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f…
/openbmc/linux/kernel/
H A Dksysfs.c29 #error Unknown byteorder
/openbmc/openbmc/poky/meta/recipes-kernel/linux-libc-headers/
H A Dlinux-libc-headers.inc102 …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 Dlibrsvg-crates.inc32 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 Dsuricata-crates.inc23 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 Dpldm_fwup_pkg_creator.py78 us_bytes = time.microsecond.to_bytes(3, byteorder="little")
/openbmc/u-boot/board/freescale/m53017evb/
H A DREADME34 - include/asm-m68k/byteorder.h Byte order functions
/openbmc/u-boot/arch/arm/cpu/armv8/
H A DKconfig88 bool "ARMv8 secure monitor firmware ERET address byteorder swap"
/openbmc/linux/Documentation/translations/zh_CN/kernel-hacking/
H A Dhacking.rst316 定义于 ``include/asm/byteorder.h``
/openbmc/u-boot/doc/
H A DREADME.m54418twr34 - arch/m68k/include/asm/byteorder.h Byte order functions
/openbmc/u-boot/board/freescale/m52277evb/
H A DREADME31 - include/asm-m68k/byteorder.h Byte order functions
/openbmc/u-boot/board/freescale/m547xevb/
H A DREADME39 - include/asm-m68k/byteorder.h Byte order functions
/openbmc/linux/tools/testing/selftests/tpm2/
H A Dtpm2.py745 pcrSelect = int.from_bytes(pcrSelect, byteorder='big')

12