Searched refs:zeros (Results 1 - 25 of 28) sorted by relevance

12

/linux-master/tools/testing/selftests/arm64/signal/testcases/
H A Dzt_regs.c32 char *zeros; local
57 /* We didn't load any data into ZT so it should be all zeros */
58 zeros = malloc(ZT_SIG_REGS_SIZE(zt->nregs));
59 if (!zeros) {
63 memset(zeros, 0, ZT_SIG_REGS_SIZE(zt->nregs));
65 if (memcmp(zeros, (char *)zt + ZT_SIG_REGS_OFFSET,
68 free(zeros);
72 free(zeros);
H A Dza_regs.c62 static char zeros[ZA_SIG_REGS_SIZE(SVE_VQ_MAX)]; variable
107 /* We didn't load any data into ZA so it should be all zeros */
108 if (memcmp(zeros, (char *)za + ZA_SIG_REGS_OFFSET,
H A Dssve_za_regs.c65 static char zeros[ZA_SIG_REGS_SIZE(SVE_VQ_MAX)]; variable
130 /* We didn't load any data into ZA so it should be all zeros */
131 if (memcmp(zeros, (char *)za + ZA_SIG_REGS_OFFSET,
/linux-master/drivers/s390/block/
H A Ddasd_fba.h50 unsigned char zeros:4; member in struct:dasd_fba_characteristics::__anon125::__anon126
61 unsigned char zeros:3; member in struct:dasd_fba_characteristics::__anon127::__anon128
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dbpf_obj_id.c27 char jited_insns[128], xlated_insns[128], zeros[128], tp_name[128]; local
48 bzero(zeros, sizeof(zeros));
124 !ASSERT_FALSE((env.jit_enabled && !memcmp(jited_insns, zeros, sizeof(zeros))),
127 !ASSERT_NEQ(memcmp(xlated_insns, zeros, sizeof(zeros)), 0, "xlated_insns") ||
/linux-master/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"; local
64 inc = min_t(unsigned int, gap, ARRAY_SIZE(zeros) / 2);
65 seq_write(p, zeros, 2 * inc);
/linux-master/net/caif/
H A Dcaif_usb.c53 u8 zeros[CFUSB_ALIGNMENT]; local
70 memset(zeros, 0, hpad);
72 cfpkt_add_head(pkt, zeros, hpad);
/linux-master/arch/s390/include/asm/
H A Dcio.h162 * @zero0: reserved zeros
164 * @zero16: reserved zeros
166 * @zeros: three fullwords of zeros
173 __u32 zeros[3]; member in struct:esw1
178 * @zero0: reserved zeros
182 * @zeros: three fullwords of zeros
189 __u32 zeros[3]; member in struct:esw2
194 * @zero0: reserved zeros
205 __u32 zeros[3]; member in struct:esw3
[all...]
/linux-master/arch/m68k/math-emu/
H A Dfp_util.S147 | zeros and denormalized
192 | zeros and denormalized
267 | zeros and subnormals:
/linux-master/arch/x86/crypto/
H A Daegis128-aesni-glue.c209 static const struct aegis_block zeros = {}; local
227 return crypto_memneq(tag.bytes, zeros.bytes, authsize) ? -EBADMSG : 0;
/linux-master/arch/arc/lib/
H A Dstrcmp.S72 bic_s r0,r0,r1 ; <this is the adjusted mask for zeros>
/linux-master/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
/linux-master/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
232 beq ap_st_z |if clear, go to append/strip zeros
236 | Append/strip zeros:
261 | any adjustment due to append/strip zeros will drive the resultant
282 | and do append (+) or strip (-) zeros accordingly.
288 ble pwrten |if abs(expA) <28, skip ap/st zeros
322 | zeros from the mantissa.
370 | zeros t
[all...]
H A Dsrem_mod.S13 | of them can be denormalized. The special cases of zeros, NaNs,
/linux-master/drivers/net/ethernet/freescale/
H A Dfec_mpc52xx.h86 u32 zeros; /* FEC + 0x114 */ member in struct:mpc52xx_fec
/linux-master/include/linux/
H A Dnvme-fc.h151 u8 zeros[3]; member in struct:fcnvme_ls_rqst_w0
/linux-master/drivers/s390/cio/
H A Dchsc.h41 u32 zeros[2]; member in struct:channel_path_desc_fmt1
/linux-master/crypto/
H A Daegis128-core.c412 static const u8 zeros[AEGIS128_MAX_AUTH_SIZE] = {}; local
431 if (unlikely(crypto_memneq(tag.bytes, zeros, authsize))) {
/linux-master/fs/udf/
H A Ddirectory.c374 char zeros[UDF_NAME_PAD] = {}; local
388 udf_copy_to_bufs(buf1, len1, buf2, len2, off, zeros,
/linux-master/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
/linux-master/tools/power/x86/amd_pstate_tracer/
H A Damd_pstate_trace.py263 cpu_mask = zeros((MAX_CPUS,), dtype=int)
/linux-master/fs/btrfs/
H A Dcompression.c521 int zeros; local
522 zeros = PAGE_SIZE - zero_offset;
523 memzero_page(page, zero_offset, zeros);
/linux-master/scripts/mod/
H A Dfile2alias.c137 * Also verify that the final entry in the table is all zeros.
1597 char *zeros = NULL; local
1625 zeros = calloc(1, sym->st_size);
1626 symval = zeros;
1653 free(zeros);
/linux-master/arch/powerpc/kvm/
H A Dbook3s_emulate.c452 u32 zeros[8] = { 0, 0, 0, 0, 0, 0, 0, 0 }; local
464 r = kvmppc_st(vcpu, &addr, 32, zeros, true);
/linux-master/tools/power/x86/intel_pstate_tracer/
H A Dintel_pstate_tracer.py511 cpu_mask = zeros((MAX_CPUS,), dtype=int)

Completed in 283 milliseconds

12