Home
last modified time | relevance | path

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

12345

/openbmc/linux/tools/testing/selftests/arm64/signal/testcases/
H A Dzt_regs.c32 char *zeros; in zt_regs_run() local
58 zeros = malloc(ZT_SIG_REGS_SIZE(zt->nregs)); in zt_regs_run()
59 if (!zeros) { in zt_regs_run()
63 memset(zeros, 0, ZT_SIG_REGS_SIZE(zt->nregs)); in zt_regs_run()
65 if (memcmp(zeros, (char *)zt + ZT_SIG_REGS_OFFSET, in zt_regs_run()
68 free(zeros); in zt_regs_run()
72 free(zeros); in zt_regs_run()
H A Dza_regs.c42 static char zeros[ZA_SIG_REGS_SIZE(SVE_VQ_MAX)]; variable
88 if (memcmp(zeros, (char *)za + ZA_SIG_REGS_OFFSET, in do_one_sme_vl()
H A Dssve_za_regs.c45 static char zeros[ZA_SIG_REGS_SIZE(SVE_VQ_MAX)]; variable
111 if (memcmp(zeros, (char *)za + ZA_SIG_REGS_OFFSET, in do_one_sme_vl()
/openbmc/qemu/tests/tcg/multiarch/system/
H A Dmemory.c239 int zeros = 0; in read_test_data_u32() local
247 zeros += (b1 == 0 ? 1 : 0); in read_test_data_u32()
248 zeros += (b2 == 0 ? 1 : 0); in read_test_data_u32()
249 zeros += (b3 == 0 ? 1 : 0); in read_test_data_u32()
250 zeros += (b4 == 0 ? 1 : 0); in read_test_data_u32()
251 if (zeros > 1) { in read_test_data_u32()
281 int zeros = 0; in read_test_data_u64() local
293 zeros += (b1 == 0 ? 1 : 0); in read_test_data_u64()
294 zeros += (b2 == 0 ? 1 : 0); in read_test_data_u64()
295 zeros += (b3 == 0 ? 1 : 0); in read_test_data_u64()
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_id.c27 char jited_insns[128], xlated_insns[128], zeros[128], tp_name[128]; in serial_test_bpf_obj_id() local
48 bzero(zeros, sizeof(zeros)); in serial_test_bpf_obj_id()
130 !memcmp(jited_insns, zeros, sizeof(zeros))) || in serial_test_bpf_obj_id()
132 !memcmp(xlated_insns, zeros, sizeof(zeros)) || in serial_test_bpf_obj_id()
150 !!memcmp(jited_insns, zeros, sizeof(zeros)), in serial_test_bpf_obj_id()
151 !!memcmp(xlated_insns, zeros, sizeof(zeros)), in serial_test_bpf_obj_id()
/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/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/linux/drivers/s390/block/
H A Ddasd_fba.h50 unsigned char zeros:4; member
61 unsigned char zeros:3; member
/openbmc/linux/arch/s390/include/asm/
H A Dcio.h172 __u32 zeros[3]; member
188 __u32 zeros[3]; member
204 __u32 zeros[3]; member
/openbmc/linux/net/caif/
H A Dcaif_usb.c52 u8 zeros[CFUSB_ALIGNMENT]; in cfusbl_transmit() local
69 memset(zeros, 0, hpad); in cfusbl_transmit()
71 cfpkt_add_head(pkt, zeros, hpad); in cfusbl_transmit()
/openbmc/linux/arch/arm/crypto/
H A Dpoly1305-armv4.pl499 my ($in2,$zeros,$tbl0,$tbl1) = map("r$_",(4..7));
544 mov $zeros,#2 @ counter
665 subs $zeros,$zeros,#1
774 adr $zeros,.Lzeros
790 adr $zeros,.Lzeros
833 mov $tbl1,$zeros
843 movlo $in2,$zeros
921 movlo $in2,$zeros
/openbmc/linux/fs/proc/
H A Dstat.c59 static const char zeros[] = " 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0"; in show_irq_gap() local
64 inc = min_t(unsigned int, gap, ARRAY_SIZE(zeros) / 2); in show_irq_gap()
65 seq_write(p, zeros, 2 * inc); in show_irq_gap()
/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
/openbmc/linux/Documentation/tools/rtla/
H A Dcommon_hist_options.rst21 **--with-zeros**
/openbmc/linux/Documentation/ABI/testing/
H A Dconfigfs-usb-gadget-sourcesink8 pattern 0 (all zeros), 1 (mod63), 2 (none)
/openbmc/linux/arch/arm64/crypto/
H A Dpoly1305-armv8.pl269 my ($in2,$zeros)=("x16","x17");
270 my $is_base2_26 = $zeros; # borrow
476 adr $zeros,.Lzeros
571 csel $in2,$zeros,$in2,lo
/openbmc/linux/arch/x86/crypto/
H A Daegis128-aesni-glue.c209 static const struct aegis_block zeros = {}; in crypto_aegis128_aesni_decrypt() local
227 return crypto_memneq(tag.bytes, zeros.bytes, authsize) ? -EBADMSG : 0; in crypto_aegis128_aesni_decrypt()
/openbmc/linux/arch/m68k/math-emu/
H A Dfp_util.S147 | zeros and denormalized
192 | zeros and denormalized
/openbmc/linux/Documentation/filesystems/ext4/
H A Dbitmaps.rst17 zeros (i.e. all blocks in the group are free). However, it is not
/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/linux/arch/m68k/fpsp040/
H A Ddecbin.S36 | A3. Count the number of leading/trailing zeros in the
37 | bcd string. If SE is positive, count the leading zeros;
38 | if negative, count the trailing zeros. Set the adjusted
/openbmc/qemu/hw/net/
H A Dimx_fec.c1233 const uint8_t zeros[2] = { 0 }; in imx_enet_receive() local
1235 dma_memory_write(&address_space_memory, buf_addr, zeros, in imx_enet_receive()
1236 sizeof(zeros), MEMTXATTRS_UNSPECIFIED); in imx_enet_receive()
1238 buf_addr += sizeof(zeros); in imx_enet_receive()
1239 buf_len -= sizeof(zeros); in imx_enet_receive()

12345