/Linux-v4.19/arch/s390/include/asm/ |
D | cio.h | 171 __u32 zeros[3]; member 187 __u32 zeros[3]; member 203 __u32 zeros[3]; member
|
/Linux-v4.19/drivers/s390/block/ |
D | dasd_fba.h | 45 unsigned char zeros:4; member 56 unsigned char zeros:3; member
|
/Linux-v4.19/net/caif/ |
D | caif_usb.c | 53 u8 zeros[CFUSB_ALIGNMENT]; in cfusbl_transmit() local 70 memset(zeros, 0, hpad); in cfusbl_transmit() 72 cfpkt_add_head(pkt, zeros, hpad); in cfusbl_transmit()
|
/Linux-v4.19/Documentation/ABI/testing/ |
D | configfs-usb-gadget-sourcesink | 7 pattern - 0 (all zeros), 1 (mod63), 2 (none)
|
/Linux-v4.19/tools/testing/selftests/bpf/ |
D | test_progs.c | 433 char jited_insns[128], xlated_insns[128], zeros[128]; in test_bpf_obj_id() local 453 bzero(zeros, sizeof(zeros)); in test_bpf_obj_id() 521 !memcmp(jited_insns, zeros, sizeof(zeros))) || in test_bpf_obj_id() 523 !memcmp(xlated_insns, zeros, sizeof(zeros)) || in test_bpf_obj_id() 537 !!memcmp(jited_insns, zeros, sizeof(zeros)), in test_bpf_obj_id() 538 !!memcmp(xlated_insns, zeros, sizeof(zeros)), in test_bpf_obj_id()
|
/Linux-v4.19/arch/m68k/math-emu/ |
D | fp_util.S | 147 | zeros and denormalized 192 | zeros and denormalized
|
/Linux-v4.19/Documentation/security/keys/ |
D | trusted-encrypted.rst | 22 authorization value (20 zeros). This can be set at takeownership time with the 35 (40 ascii zeros) 37 (40 ascii zeros)
|
/Linux-v4.19/arch/x86/crypto/ |
D | morus640_glue.c | 181 static const u8 zeros[MORUS640_BLOCK_SIZE] = {}; in crypto_morus640_glue_decrypt() local 200 return crypto_memneq(tag.bytes, zeros, authsize) ? -EBADMSG : 0; in crypto_morus640_glue_decrypt()
|
D | morus1280_glue.c | 185 static const u8 zeros[MORUS1280_BLOCK_SIZE] = {}; in crypto_morus1280_glue_decrypt() local 204 return crypto_memneq(tag.bytes, zeros, authsize) ? -EBADMSG : 0; in crypto_morus1280_glue_decrypt()
|
D | aegis128-aesni-glue.c | 223 static const struct aegis_block zeros = {}; in crypto_aegis128_aesni_decrypt() local 241 return crypto_memneq(tag.bytes, zeros.bytes, authsize) ? -EBADMSG : 0; in crypto_aegis128_aesni_decrypt()
|
D | aegis256-aesni-glue.c | 223 static const struct aegis_block zeros = {}; in crypto_aegis256_aesni_decrypt() local 241 return crypto_memneq(tag.bytes, zeros.bytes, authsize) ? -EBADMSG : 0; in crypto_aegis256_aesni_decrypt()
|
D | aegis128l-aesni-glue.c | 223 static const struct aegis_block zeros = {}; in crypto_aegis128l_aesni_decrypt() local 241 return crypto_memneq(tag.bytes, zeros.bytes, authsize) ? -EBADMSG : 0; in crypto_aegis128l_aesni_decrypt()
|
/Linux-v4.19/mm/ |
D | Kconfig.debug | 73 zeros. This makes it harder to detect when errors are occurring 75 no longer necessary to write zeros when GFP_ZERO is used on
|
/Linux-v4.19/Documentation/filesystems/ext4/ondisk/ |
D | bitmaps.rst | 17 zeros (i.e. all blocks in the group are free). However, it is not
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | pixfmt-inzi.rst | 26 The six remaining MSBs are padded with zeros.
|
D | pixfmt-srggb10.rst | 24 high bits filled with zeros. Each n-pixel row contains n/2 green samples and
|
D | pixfmt-srggb12.rst | 25 high bits filled with zeros. Each n-pixel row contains n/2 green samples
|
D | vidioc-g-selection.rst | 48 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-v4.19/arch/m68k/fpsp040/ |
D | decbin.S | 36 | 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-v4.19/Documentation/usb/ |
D | usbip_protocol.txt | 184 | | | shall be filled with zeros. 266 | | | zeros if not used 311 | | | zeros if not used
|
/Linux-v4.19/arch/arm/boot/dts/ |
D | am335x-osd335x-common.dtsi | 29 * EFUSE_SMA register reads as all zeros).
|
/Linux-v4.19/crypto/ |
D | aegis128.c | 395 static const u8 zeros[AEGIS128_MAX_AUTH_SIZE] = {}; in crypto_aegis128_decrypt() local 407 return crypto_memneq(tag.bytes, zeros, authsize) ? -EBADMSG : 0; in crypto_aegis128_decrypt()
|
D | aegis256.c | 410 static const u8 zeros[AEGIS256_MAX_AUTH_SIZE] = {}; in crypto_aegis256_decrypt() local 422 return crypto_memneq(tag.bytes, zeros, authsize) ? -EBADMSG : 0; in crypto_aegis256_decrypt()
|
/Linux-v4.19/arch/arc/lib/ |
D | strcmp.S | 75 bic_s r0,r0,r1 ; <this is the adjusted mask for zeros>
|
/Linux-v4.19/include/linux/ |
D | nvme-fc.h | 104 u8 zeros[3]; member
|