Home
last modified time | relevance | path

Searched refs:zeroes (Results 1 – 25 of 38) sorted by relevance

12

/linux/lib/crc/powerpc/
H A Dcrc-vpmsum-template.S56 #define zeroes v29 macro
100 vxor zeroes,zeroes,zeroes
103 vsldoi mask_32bit,zeroes,v0,4
104 vsldoi mask_64bit,zeroes,v0,8
110 vsldoi v8,zeroes,v8,8 /* shift into bottom 32 bits */
112 vsldoi v8,v8,zeroes,4 /* shift into top 32 bits */
363 vsldoi v0,v0,zeroes,4
364 vsldoi v1,v1,zeroes,4
365 vsldoi v2,v2,zeroes,4
366 vsldoi v3,v3,zeroes,4
[all …]
/linux/arch/mips/include/asm/octeon/
H A Dcvmx-address.h116 uint64_t zeroes:33; member
156 uint64_t zeroes:24; member
214 uint64_t zeroes:33; member
241 uint64_t zeroes:24; member
/linux/lib/crypto/s390/
H A Dsha3.h56 static const u8 zeroes[SHA3_512_BLOCK_SIZE]; in sha3_keccakf() local
58 cpacf_kimd(CPACF_KIMD_SHA3_512, state, zeroes, sizeof(zeroes)); in sha3_keccakf()
/linux/lib/crypto/tests/
H A Dhash-test-template.h235 static const u8 zeroes[sizeof(struct HASH_CTX)]; in test_hash_overlaps()
245 KUNIT_ASSERT_MEMEQ_MSG(test, &ctx, zeroes, sizeof(ctx), in test_hash_overlaps()
431 static const u8 zeroes[sizeof(struct HMAC_CTX)]; in test_hash_interrupt_context_2()
468 KUNIT_EXPECT_MEMEQ_MSG(test, &ctx, zeroes, sizeof(ctx),
309 static const u8 zeroes[sizeof(struct HASH_CTX)]; test_hash_ctx_zeroization() local
488 static const u8 zeroes[sizeof(struct HMAC_CTX)]; test_hmac() local
/linux/arch/s390/include/asm/
H A Dchpid.h18 u8 zeroes; member
/linux/tools/firmware/
H A Dihex2fw.c272 unsigned char zeroes[6] = {0, 0, 0, 0, 0, 0}; in output_records() local
286 if (write(outfd, zeroes, 6) != 6) in output_records()
/linux/Documentation/hwmon/
H A Dgigabyte_waterforce.rst22 it's not connected, the fan-related sensors will report zeroes.
H A Daquacomputer_d5next.rst40 sensors will report zeroes.
/linux/sound/soc/cirrus/
H A DKconfig30 fills FIFO with zeroes.
/linux/Documentation/translations/zh_CN/PCI/
H A Dpciebus-howto.rst122 }, { /* end: all zeroes */ }
/linux/Documentation/admin-guide/
H A Dvga-softcursor.rst17 they will default to zeroes.
/linux/Documentation/ABI/testing/
H A Dsecurityfs-secrets-coco22 Unlinking the file overwrites the secret data with zeroes and
/linux/tools/testing/selftests/bpf/progs/
H A Ddynptr_success.c748 char zeroes[32] = {'\0'}; in test_dynptr_memset_zero_adjusted()
753 err = err ?: bpf_memcmp(zeroes, memset_zero_data, data_sz); in test_dynptr_memset_zero_adjusted()
693 char zeroes[32] = {'\0'}; test_dynptr_memset_zero() local
/linux/fs/ntfs3/
H A Dbitmap.c992 size_t zeroes = wnd_zeroes(wnd); in wnd_find() local
994 zeroes -= wnd->zone_end - wnd->zone_bit; in wnd_find()
995 if (zeroes < to_alloc0) in wnd_find()
H A Dfsntfs.c365 size_t alcn, zlen, zeroes, zlcn, zlen2, ztrim, new_zlen; in ntfs_look_for_free_space() local
414 zeroes = wnd_zeroes(wnd); in ntfs_look_for_free_space()
417 if (len > zeroes + zlen || zlen <= NTFS_MIN_MFT_ZONE) { in ntfs_look_for_free_space()
/linux/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_qdisc.c1409 unsigned int zeroes[TCQ_ETS_MAX_BANDS] = {0}; in mlxsw_sp_qdisc_prio_replace() local
1412 handle, p->bands, zeroes, in mlxsw_sp_qdisc_prio_replace()
1413 zeroes, p->priomap); in mlxsw_sp_qdisc_prio_replace()
/linux/Documentation/core-api/
H A Derrseq.rst41 A new errseq_t should always be zeroed out. An errseq_t value of all zeroes
/linux/fs/jffs2/
H A DREADME.Locking96 thread itself locks it, zeroes c->gc_task, then unlocks on the exit path.
/linux/Documentation/arch/s390/
H A Dvfio-ccw.rst316 pending, or all zeroes if not. If multiple CRWs are pending (including
318 one, until no more CRWs are pending and zeroes are returned. This is
/linux/scripts/coccinelle/api/alloc/
H A Dzalloc-simple.cocci230 msg="WARNING: dma_alloc_coherent used in %s already zeroes out memory, so memset is not needed" % (…
/linux/Documentation/PCI/
H A Dpciebus-howto.rst137 }, { /* end: all zeroes */ }
/linux/drivers/net/ethernet/sfc/
H A Dmae.c568 bool zeroes = true; /* All bits seen so far are zeroes */ in classify_mask() local
583 zeroes = false; in classify_mask()
587 if (zeroes) in classify_mask()
/linux/fs/affs/
H A DChanges112 - truncate() zeroes the unused remainder of a
/linux/drivers/comedi/drivers/ni_routing/
H A DREADME78 same function and prepare data to be used; U() zeroes out the value to
/linux/Documentation/admin-guide/media/
H A Dphilips.rst182 leading zeroes (it's treated as a string).

12