Home
last modified time | relevance | path

Searched refs:padded (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/openbmc-test-automation/lib/
H A Dsensor_info_record.py117 padded = truncated.ljust(READING_VALUE_BYTE_LIMIT, b"\x00")
118 return padded.decode("utf-8", errors="ignore")
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/
H A D0001-Do-not-use-Werror-with-clang.patch24 - add_compile_options(-Wno-c++98-compat -Wno-c++98-compat-pedantic -Wno-c++11-long-long -Wno-padded
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/websocketpp/websocketpp-0.8.2/
H A D0001-Correct-clang-compiler-flags.patch28 … add_definitions (-DNDEBUG -Wall -Wno-padded) # todo: should we use CMAKE_C_FLAGS for these?
/openbmc/u-boot/include/jffs2/
H A Djffs2.h180 __u32 padded; /* sum of the size of padding nodes */ member
/openbmc/u-boot/doc/imx/habv4/guides/
H A Dmx6_mx7_secure_boot.txt341 The zImage must be padded to the next boundary address (0x1000), for instance
342 if the image size is 0x649920 it must be padded to 0x64A000.
356 to be manually created and appended to the end of the padded zImage, the
365 - Append the ivt.bin at the end of the padded zImage:
H A Dencrypted_boot.txt41 NOTE: u-boot-signed.bin needs to be padded to the value
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/beep/files/
H A D0001-beep-library-Make-it-compatible-with-c99.patch64 $(eval $(call CHECK_CFLAGS,common_CFLAGS,-Wno-padded))
/openbmc/qemu/tests/qemu-iotests/
H A Dqcow2_format.py330 padded = (self.length + 7) & ~7
331 self.data = fd.read(padded)
/openbmc/openbmc-tools/dbus_sensor_tester/
H A Dmeson.build74 '-Wno-padded',
/openbmc/qemu/qapi/
H A Dacpi.json31 # address upwards, and silently truncated / NUL-padded to length.
/openbmc/qemu/docs/system/arm/
H A Dvexpress.rst81 Your rootfs will need to be padded to the right size. With a suitable
/openbmc/u-boot/board/work-microwave/work_92105/
H A DREADME55 5. lpc32xx-boot-0.bin lpc32xx-spl.img, padded with 0xFF bytes to a
/openbmc/openbmc/meta-openembedded/meta-oe/classes/
H A Dimage_types_verity.bbclass30 # be created in a separate file. In this case, <dev> is just zero padded to a
/openbmc/u-boot/doc/
H A DREADME.rockchip268 offset 128KB and the whole image is padded to 4MB which is the SPI flash size.
343 The image produced is padded up to a block boundary (512 bytes). It should be
/openbmc/bmcweb/
H A Dmeson.build93 '-Wno-padded',
/openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ipmitool/
H A D0001-Fru-Fix-edit-field-not-checking-area-existence.patch124 + /* Fru record is padded to be 8 bytes aligned */
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fbida/files/
H A Dsupport-jpeg-turbo.patch111 * padded out to a full iMCU boundary. This is true, although for the
1070 - * Note that we allocate arrays padded out to the next iMCU boundary,
1123 - * Note that we allocate arrays padded out to the next iMCU boundary,
1135 + * Note that we allocate arrays padded out to the next iMCU boundary,
/openbmc/u-boot/tools/binman/
H A DREADME.entries99 overall image, in that the space between entries will then be padded with
439 Entry: u-boot-spl-bss-pad: U-Boot SPL binary padded with a BSS region
H A DREADME283 This sets the size of the entry. The contents will be padded out to
/openbmc/google-ipmi-sys/
H A DREADME.md330 If fewer than than 8 bytes are read, the MSBs are padded with 0s.
/openbmc/phosphor-logging/docs/
H A Dstructured-logging.md102 - The [integer] data should be padded as if it were a field of specified
/openbmc/u-boot/common/
H A Ddlmalloc.src2124 nb = request2size(bytes); /* padded request size; */
2500 INTERNAL_SIZE_T nb; /* padded request size */
2719 INTERNAL_SIZE_T nb; /* padded request size */
/openbmc/ipmitool/
H A DChangeLog235 otherwise the sdr structures gets padded and the pointer cast
/openbmc/qemu/docs/specs/
H A Drocker.rst257 | | (padded to 8-byte |
/openbmc/qemu/docs/system/s390x/
H A Dvfio-ap.rst263 the mask. If the given string is shorter than the mask, it is padded

12