Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/tools/testing/selftests/arm64/signal/testcases/
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()
71 free(zeros); in zt_regs_run()
A Dza_regs.c62 static char zeros[ZA_SIG_REGS_SIZE(SVE_VQ_MAX)]; variable
108 if (memcmp(zeros, (char *)za + ZA_SIG_REGS_OFFSET, in do_one_sme_vl()
A Dssve_za_regs.c65 static char zeros[ZA_SIG_REGS_SIZE(SVE_VQ_MAX)]; variable
131 if (memcmp(zeros, (char *)za + ZA_SIG_REGS_OFFSET, in do_one_sme_vl()
/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
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()
/linux-6.3-rc2/drivers/s390/block/
A Ddasd_fba.h50 unsigned char zeros:4; member
61 unsigned char zeros:3; member
/linux-6.3-rc2/arch/s390/include/asm/
A Dcio.h172 __u32 zeros[3]; member
188 __u32 zeros[3]; member
204 __u32 zeros[3]; member
/linux-6.3-rc2/net/caif/
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()
/linux-6.3-rc2/arch/arm/crypto/
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
/linux-6.3-rc2/fs/proc/
A Dstat.c85 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
90 inc = min_t(unsigned int, gap, ARRAY_SIZE(zeros) / 2); in show_irq_gap()
91 seq_write(p, zeros, 2 * inc); in show_irq_gap()
/linux-6.3-rc2/Documentation/ABI/testing/
A Dconfigfs-usb-gadget-sourcesink8 pattern 0 (all zeros), 1 (mod63), 2 (none)
/linux-6.3-rc2/Documentation/tools/rtla/
A Dcommon_hist_options.rst21 **--with-zeros**
/linux-6.3-rc2/arch/arm64/crypto/
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
/linux-6.3-rc2/arch/x86/crypto/
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()
/linux-6.3-rc2/arch/m68k/math-emu/
A Dfp_util.S147 | zeros and denormalized
192 | zeros and denormalized
/linux-6.3-rc2/Documentation/filesystems/ext4/
A Dbitmaps.rst17 zeros (i.e. all blocks in the group are free). However, it is not
/linux-6.3-rc2/arch/m68k/fpsp040/
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
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dpixfmt-inzi.rst26 The six remaining MSBs are padded with zeros.
A Dpixfmt-srggb10.rst24 high bits filled with zeros. Each n-pixel row contains n/2 green samples and
A Dpixfmt-srggb12.rst25 high bits filled with zeros. Each n-pixel row contains n/2 green samples
A Dpixfmt-srggb14.rst24 bits filled with zeros. Each n-pixel row contains n/2 green samples
A Dvidioc-g-selection.rst48 filled with zeros. The driver fills the rest of the structure or returns
67 must be filled with zeros. The driver may adjust coordinates of the
/linux-6.3-rc2/arch/arm/boot/dts/
A Dam335x-osd335x-common.dtsi29 * EFUSE_SMA register reads as all zeros).
/linux-6.3-rc2/arch/arc/lib/
A Dstrcmp.S72 bic_s r0,r0,r1 ; <this is the adjusted mask for zeros>
/linux-6.3-rc2/Documentation/staging/
A Dlzo.rst86 Version 1 of LZO implements an extension to encode runs of zeros using run
87 length encoding. This improves speed for data with many zeros, which is a
168 zeros if distance = 0xbfff, i.e. H = 1 and the D bits are all 1.
/linux-6.3-rc2/drivers/s390/cio/
A Dchsc.h41 u32 zeros[2]; member

Completed in 26 milliseconds

123