| /openbmc/qemu/tests/tcg/multiarch/system/ |
| H A D | memory.c | 238 int zeros = 0; in read_test_data_u32() local 246 zeros += (b1 == 0 ? 1 : 0); in read_test_data_u32() 247 zeros += (b2 == 0 ? 1 : 0); in read_test_data_u32() 248 zeros += (b3 == 0 ? 1 : 0); in read_test_data_u32() 249 zeros += (b4 == 0 ? 1 : 0); in read_test_data_u32() 250 if (zeros > 1) { in read_test_data_u32() 280 int zeros = 0; in read_test_data_u64() local 292 zeros += (b1 == 0 ? 1 : 0); in read_test_data_u64() 293 zeros += (b2 == 0 ? 1 : 0); in read_test_data_u64() 294 zeros += (b3 == 0 ? 1 : 0); in read_test_data_u64() [all …]
|
| /openbmc/bmcweb/test/http/ |
| H A D | zstd_decompressor_test.cpp | 47 std::array<unsigned char, 54> zeros = { in TEST() local 55 std::to_array<size_t>({1U, 2U, 4U, 8U, 16U, zeros.size()})) in TEST() 58 std::span<unsigned char> data = std::span(zeros); in TEST()
|
| /openbmc/qemu/tests/qemu-iotests/tests/ |
| H A D | write-zeroes-unmap.out | 3 === defaults - write zeros === 13 === defaults - write zeros unmap === 23 === defaults - write actual zeros === 43 === detect-zeroes=on - write actual zeros === 53 === detect-zeroes=on,discard=on - write actual zeros ===
|
| /openbmc/u-boot/tools/ |
| H A D | imx8mimage.c | 196 uint8_t zeros[4096]; in fill_zero() local 199 memset(zeros, 0, sizeof(zeros)); in fill_zero() 213 if (write(ifd, (char *)&zeros, fill_size) != fill_size) { in fill_zero() 231 uint8_t zeros[4096]; in copy_file() local 234 memset(zeros, 0, sizeof(zeros)); in copy_file() 279 int todo = sizeof(zeros); in copy_file() 283 if (write(ifd, (char *)&zeros, todo) != todo) { in copy_file()
|
| H A D | imx8image.c | 302 uint8_t zeros[0x4000]; in copy_file_aligned() local 311 memset(zeros, 0, sizeof(zeros)); in copy_file_aligned() 351 if (write(ifd, (char *)&zeros, align) != align) { in copy_file_aligned() 368 uint8_t zeros[4096]; in copy_file() local 371 memset(zeros, 0, sizeof(zeros)); in copy_file() 420 int todo = sizeof(zeros); in copy_file() 424 if (write(ifd, (char *)&zeros, todo) != todo) { in copy_file()
|
| H A D | mkimage.c | 649 uint8_t zeros[4096]; in copy_file() local 654 memset(zeros, 0, sizeof(zeros)); in copy_file() 724 int todo = sizeof(zeros); in copy_file() 728 if (write(ifd, (char *)&zeros, todo) != todo) { in copy_file()
|
| /openbmc/qemu/docs/ |
| H A D | xbzrle.txt | 60 1001 zeros 62 3074 zeros 65 1001 zeros 67 3074 zeros
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/core/ |
| H A D | 0016-libsparse-Add-hole-mode-to-sparse_file_read.patch | 8 zeros. While these zeros may be significant in some types of files, 80 - * file will be sparsed by looking for block aligned chunks of all zeros or 86 + * by looking for block aligned chunks of all zeros or another 32 bit value. If
|
| H A D | 0005-adb-add-base64-implementation.patch | 333 + * zeros. If we don't check them, they become a
|
| /openbmc/openbmc/meta-raspberrypi/recipes-connectivity/pi-bluetooth/pi-bluetooth/ |
| H A D | 0001-bthelper-correct-path-for-hciconfig-under-Yocto.patch | 21 # Need to bring hci up before looking at MAC as it can be all zeros during init
|
| /openbmc/qemu/hw/net/ |
| H A D | imx_fec.c | 1109 const uint8_t zeros[2] = { 0 }; in imx_enet_receive() local 1111 dma_memory_write(&address_space_memory, buf_addr, zeros, in imx_enet_receive() 1112 sizeof(zeros), MEMTXATTRS_UNSPECIFIED); in imx_enet_receive() 1114 buf_addr += sizeof(zeros); in imx_enet_receive() 1115 buf_len -= sizeof(zeros); in imx_enet_receive()
|
| H A D | rtl8139.c | 2219 p_tcpip_hdr->zeros = 0; in rtl8139_cplus_transmit_one() 2280 p_tcpip_hdr->zeros = 0; in rtl8139_cplus_transmit_one() 2300 p_udpip_hdr->zeros = 0; in rtl8139_cplus_transmit_one()
|
| /openbmc/u-boot/doc/ |
| H A D | README.enetaddr | 45 c) The address is valid (unicast, not all-zeros) 92 then it is set to all zeros. The common function is_valid_ethaddr() is used
|
| /openbmc/qemu/docs/interop/ |
| H A D | qcow2.rst | 167 zeros requires writing to the data file instead 195 as well as filled by zeros (which is equal to field absence), if software needs 313 2 - 47: Feature name (padded with zeros, but not necessarily null 580 Bit 0: If set to 1, the cluster reads as all zeros. The host 622 zeros for all parts that are not covered by the backing file. 658 return zeros if there is no backing file data. 663 32 - 63 Subcluster reads as zeros (one bit per subcluster) 665 1: the subcluster reads as zeros. In this case the 879 0: Cluster should be read as all zeros.
|
| /openbmc/qemu/include/net/ |
| H A D | eth.h | 93 uint8_t zeros; member
|
| /openbmc/qemu/crypto/ |
| H A D | akcipher-gcrypt.c.inc | 285 /* We always padding leading-zeros for RSA-RAW */ 368 /* We always padding leading-zeros for RSA-RAW */
|
| H A D | cipher-gnutls.c.inc | 323 * all-zeros IV, to match behaviour of other backends.
|
| /openbmc/qemu/target/riscv/ |
| H A D | insn16.decode | 114 # Opcode of all zeros is illegal; rd != 0, nzuimm == 0 is reserved.
|
| /openbmc/qemu/tests/qemu-iotests/ |
| H A D | 154 | 51 echo == backing file contains zeros ==
|
| /openbmc/qemu/net/ |
| H A D | eth.c | 336 ipph.zeros = 0; in eth_calc_ip4_pseudo_hdr_csum()
|
| /openbmc/qemu/linux-user/ |
| H A D | gen-vdso-elfn.c.inc | 283 * are no relocations. Validate zeros.
|
| /openbmc/openbmc/meta-security/classes/ |
| H A D | dm-verity-img.bbclass | 103 # Prefix with leading zeros, in case hash chunks weren't using highest bits
|
| /openbmc/docs/designs/ |
| H A D | estoraged.md | 130 all zeros, or do something else. Different organizations may have different
|
| /openbmc/u-boot/ |
| H A D | Kconfig | 186 bool "Init with zeros the memory reserved for malloc (slow)" 190 memory is initialized with zeros, so first malloc calls
|
| /openbmc/qemu/qapi/ |
| H A D | qom.json | 1127 # Defaults to all zeros. 1130 # Defaults to all zeros. 1134 # (base64 encoded SHA384 digest). Defaults to all zeros.
|