/Linux-v5.4/tools/testing/selftests/bpf/prog_tests/ |
D | bpf_obj_id.c | 23 char jited_insns[128], xlated_insns[128], zeros[128]; in test_bpf_obj_id() local 43 bzero(zeros, sizeof(zeros)); in test_bpf_obj_id() 114 !memcmp(jited_insns, zeros, sizeof(zeros))) || in test_bpf_obj_id() 116 !memcmp(xlated_insns, zeros, sizeof(zeros)) || in test_bpf_obj_id() 130 !!memcmp(jited_insns, zeros, sizeof(zeros)), in test_bpf_obj_id() 131 !!memcmp(xlated_insns, zeros, sizeof(zeros)), in test_bpf_obj_id()
|
/Linux-v5.4/drivers/s390/block/ |
D | dasd_fba.h | 50 unsigned char zeros:4; member 61 unsigned char zeros:3; member
|
/Linux-v5.4/arch/s390/include/asm/ |
D | cio.h | 172 __u32 zeros[3]; member 188 __u32 zeros[3]; member 204 __u32 zeros[3]; member
|
/Linux-v5.4/net/caif/ |
D | caif_usb.c | 52 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-v5.4/fs/proc/ |
D | stat.c | 84 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 89 inc = min_t(unsigned int, gap, ARRAY_SIZE(zeros) / 2); in show_irq_gap() 90 seq_write(p, zeros, 2 * inc); in show_irq_gap()
|
/Linux-v5.4/Documentation/ABI/testing/ |
D | configfs-usb-gadget-sourcesink | 7 pattern - 0 (all zeros), 1 (mod63), 2 (none)
|
/Linux-v5.4/arch/x86/crypto/ |
D | aegis128-aesni-glue.c | 211 static const struct aegis_block zeros = {}; in crypto_aegis128_aesni_decrypt() local 229 return crypto_memneq(tag.bytes, zeros.bytes, authsize) ? -EBADMSG : 0; in crypto_aegis128_aesni_decrypt()
|
/Linux-v5.4/arch/m68k/math-emu/ |
D | fp_util.S | 147 | zeros and denormalized 192 | zeros and denormalized
|
/Linux-v5.4/Documentation/filesystems/ext4/ |
D | bitmaps.rst | 17 zeros (i.e. all blocks in the group are free). However, it is not
|
/Linux-v5.4/Documentation/security/keys/ |
D | trusted-encrypted.rst | 25 authorization value (20 zeros). This can be set at takeownership time with the 60 (40 ascii zeros) 62 (40 ascii zeros)
|
/Linux-v5.4/Documentation/usb/ |
D | usbip_protocol.rst | 200 | | | | shall be filled with zeros. | 291 | | | | zeros if not used | 349 | | | | zeros if not used |
|
/Linux-v5.4/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-v5.4/mm/ |
D | Kconfig.debug | 96 zeros. This makes it harder to detect when errors are occurring 98 no longer necessary to write zeros when GFP_ZERO is used on
|
/Linux-v5.4/arch/arm/boot/dts/ |
D | am335x-osd335x-common.dtsi | 29 * EFUSE_SMA register reads as all zeros).
|
/Linux-v5.4/arch/arc/lib/ |
D | strcmp.S | 72 bic_s r0,r0,r1 ; <this is the adjusted mask for zeros>
|
/Linux-v5.4/Documentation/media/uapi/v4l/ |
D | pixfmt-inzi.rst | 33 The six remaining MSBs are padded with zeros.
|
D | pixfmt-srggb10.rst | 31 high bits filled with zeros. Each n-pixel row contains n/2 green samples and
|
D | pixfmt-srggb12.rst | 32 high bits filled with zeros. Each n-pixel row contains n/2 green samples
|
D | vidioc-g-selection.rst | 55 filled with zeros. The driver fills the rest of the structure or returns 74 must be filled with zeros. The driver may adjust coordinates of the
|
/Linux-v5.4/include/linux/ |
D | nvme-fc.h | 92 u8 zeros[3]; member
|
/Linux-v5.4/crypto/ |
D | aegis128-core.c | 438 static const u8 zeros[AEGIS128_MAX_AUTH_SIZE] = {}; in crypto_aegis128_decrypt() local 455 return crypto_memneq(tag.bytes, zeros, authsize) ? -EBADMSG : 0; in crypto_aegis128_decrypt()
|
/Linux-v5.4/Documentation/ |
D | lzo.txt | 86 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 164 zeros if distance = 0xbfff, i.e. H = 1 and the D bits are all 1.
|
/Linux-v5.4/drivers/s390/cio/ |
D | chsc.h | 40 u32 zeros[2]; member
|
/Linux-v5.4/drivers/net/ethernet/freescale/ |
D | fec_mpc52xx.h | 86 u32 zeros; /* FEC + 0x114 */ member
|
/Linux-v5.4/Documentation/gpu/ |
D | msm-crash-dump.rst | 83 Trailing zeros at the end of the buffer will be skipped.
|