Home
last modified time | relevance | path

Searched refs:zeros (Results 1 – 25 of 42) sorted by relevance

12

/openbmc/qemu/tests/tcg/multiarch/system/
H A Dmemory.c238 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 Dzstd_decompressor_test.cpp47 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 Dwrite-zeroes-unmap.out3 === 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 Dimx8mimage.c196 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 Dimx8image.c302 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 Dmkimage.c649 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 Dxbzrle.txt60 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 D0016-libsparse-Add-hole-mode-to-sparse_file_read.patch8 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 D0005-adb-add-base64-implementation.patch333 + * zeros. If we don't check them, they become a
/openbmc/openbmc/meta-raspberrypi/recipes-connectivity/pi-bluetooth/pi-bluetooth/
H A D0001-bthelper-correct-path-for-hciconfig-under-Yocto.patch21 # Need to bring hci up before looking at MAC as it can be all zeros during init
/openbmc/qemu/hw/net/
H A Dimx_fec.c1109 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 Drtl8139.c2219 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 DREADME.enetaddr45 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 Dqcow2.rst167 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 Deth.h93 uint8_t zeros; member
/openbmc/qemu/crypto/
H A Dakcipher-gcrypt.c.inc285 /* We always padding leading-zeros for RSA-RAW */
368 /* We always padding leading-zeros for RSA-RAW */
H A Dcipher-gnutls.c.inc323 * all-zeros IV, to match behaviour of other backends.
/openbmc/qemu/target/riscv/
H A Dinsn16.decode114 # Opcode of all zeros is illegal; rd != 0, nzuimm == 0 is reserved.
/openbmc/qemu/tests/qemu-iotests/
H A D15451 echo == backing file contains zeros ==
/openbmc/qemu/net/
H A Deth.c336 ipph.zeros = 0; in eth_calc_ip4_pseudo_hdr_csum()
/openbmc/qemu/linux-user/
H A Dgen-vdso-elfn.c.inc283 * are no relocations. Validate zeros.
/openbmc/openbmc/meta-security/classes/
H A Ddm-verity-img.bbclass103 # Prefix with leading zeros, in case hash chunks weren't using highest bits
/openbmc/docs/designs/
H A Destoraged.md130 all zeros, or do something else. Different organizations may have different
/openbmc/u-boot/
H A DKconfig186 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 Dqom.json1127 # Defaults to all zeros.
1130 # Defaults to all zeros.
1134 # (base64 encoded SHA384 digest). Defaults to all zeros.

12