Home
last modified time | relevance | path

Searched +full:1 +full:d (Results 1 – 25 of 1614) sorted by relevance

12345678910>>...65

/Linux-v5.15/arch/arm64/crypto/
Dsha3-ce-core.S15 .irp b,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31
16 .set .Lv\b\().2d, \b
46 ld1 { v0.1d- v3.1d}, [x0]
47 ld1 { v4.1d- v7.1d}, [x8], #32
48 ld1 { v8.1d-v11.1d}, [x8], #32
49 ld1 {v12.1d-v15.1d}, [x8], #32
50 ld1 {v16.1d-v19.1d}, [x8], #32
51 ld1 {v20.1d-v23.1d}, [x8], #32
52 ld1 {v24.1d}, [x8]
54 0: sub w2, w2, #1
[all …]
Dghash-ce-core.S63 pmull \rd\().1q, \rn\().1d, \rm\().1d
67 pmull2 \rd\().1q, \rn\().2d, \rm\().2d
71 ext t3.8b, \ad\().8b, \ad\().8b, #1 // A1
106 pmull\t \rq\().8h, \ad, \bd // D = A*B
112 uzp1 t4.2d, t3.2d, t5.2d
113 uzp2 t3.2d, t3.2d, t5.2d
114 uzp1 t6.2d, t7.2d, t9.2d
115 uzp2 t7.2d, t7.2d, t9.2d
130 zip2 t5.2d, t4.2d, t3.2d
131 zip1 t3.2d, t4.2d, t3.2d
[all …]
Dsha512-ce-core.S15 .irp b,0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19
17 .set .Lv\b\().2d, \b
85 ld1 {v\rc1\().2d}, [x4], #16
87 add v5.2d, v\rc0\().2d, v\in0\().2d
91 add v\i3\().2d, v\i3\().2d, v5.2d
94 sha512su0 v\in0\().2d, v\in1\().2d
96 sha512h q\i3, q6, v7.2d
98 sha512su1 v\in0\().2d, v\in2\().2d, v5.2d
100 add v\i4\().2d, v\i1\().2d, v\i3\().2d
101 sha512h2 q\i3, q\i1, v\i0\().2d
[all …]
/Linux-v5.15/drivers/gpu/drm/i915/gt/shaders/clear_kernel/
Dhsw.asm9 * 1. Clear all 64 GRF registers assigned to the kernel with designated value;
15 mov(1) f0.1<1>UW g1.2<0,1,0>UW { align1 1N };
31 * BTI 0: 2D Surface to help clear L3 (Render/Data Cache)
32 * BTI 1: Wait/Instrumentation Buffer
39 add(1) g1.2<1>UD g1.2<0,1,0>UD 0x00000001UD { align1 1N }; /* Loop count to del…
40 cmp.z.f0.0(1) null<1>UD g1.3<0,1,0>UD 0x00000000UD { align1 1N };
41 (+f0.0) jmpi(1) 352D { align1 WE_all 1N };
48 mov(8) g3<1>UD 0x00000000UD { align1 1Q };
49 shr(1) g3<1>D sr0<0,1,0>D 12D { align1 1N };
50 and(1) g3<1>D g3<0,1,0>D 1D { align1 1N }; /* g3 has HSID */
[all …]
Divb.asm9 * 1. Clear all 64 GRF registers assigned to the kernel with designated value;
15 mov(1) f0.1<1>UW g1.2<0,1,0>UW { align1 1N };
31 * BTI 0: 2D Surface to help clear L3 (Render/Data Cache)
32 * BTI 1: Wait/Instrumentation Buffer
39 add(1) g1.2<1>UD g1.2<0,1,0>UD 0x00000001UD { align1 1N }; /* Loop count to del…
40 cmp.z.f0.0(1) null<1>UD g1.3<0,1,0>UD 0x00000000UD { align1 1N };
41 (+f0.0) jmpi(1) 44D { align1 WE_all 1N };
48 mov(8) g3<1>UD 0x00000000UD { align1 1Q };
49 shr(1) g3<1>D sr0<0,1,0>D 12D { align1 1N };
50 and(1) g3<1>D g3<0,1,0>D 1D { align1 1N }; /* g3 has HSID */
[all …]
/Linux-v5.15/drivers/media/usb/dvb-usb-v2/
Danysee.c36 static int anysee_ctrl_msg(struct dvb_usb_device *d, in anysee_ctrl_msg() argument
39 struct anysee_state *state = d_to_priv(d); in anysee_ctrl_msg()
42 mutex_lock(&d->usb_mutex); in anysee_ctrl_msg()
47 dev_dbg(&d->udev->dev, "%s: >>> %*ph\n", __func__, slen, state->buf); in anysee_ctrl_msg()
50 to weird transaction flow, which is 1 x send + 2 x receive. */ in anysee_ctrl_msg()
51 ret = dvb_usbv2_generic_rw_locked(d, state->buf, sizeof(state->buf), in anysee_ctrl_msg()
63 * 1) use repeat if possible in anysee_ctrl_msg()
70 ret = usb_bulk_msg(d->udev, usb_rcvbulkpipe(d->udev, in anysee_ctrl_msg()
71 d->props->generic_bulk_ctrl_endpoint), in anysee_ctrl_msg()
74 dev_dbg(&d->udev->dev, in anysee_ctrl_msg()
[all …]
Drtl28xxu.c17 static int rtl28xxu_ctrl_msg(struct dvb_usb_device *d, struct rtl28xxu_req *req) in rtl28xxu_ctrl_msg() argument
19 struct rtl28xxu_dev *dev = d->priv; in rtl28xxu_ctrl_msg()
24 mutex_lock(&d->usb_mutex); in rtl28xxu_ctrl_msg()
27 dev_err(&d->intf->dev, "too large message %u\n", req->size); in rtl28xxu_ctrl_msg()
36 pipe = usb_sndctrlpipe(d->udev, 0); in rtl28xxu_ctrl_msg()
47 pipe = usb_rcvctrlpipe(d->udev, 0); in rtl28xxu_ctrl_msg()
49 pipe = usb_sndctrlpipe(d->udev, 0); in rtl28xxu_ctrl_msg()
52 ret = usb_control_msg(d->udev, pipe, 0, requesttype, req->value, in rtl28xxu_ctrl_msg()
54 dvb_usb_dbg_usb_control_msg(d->udev, 0, requesttype, req->value, in rtl28xxu_ctrl_msg()
63 mutex_unlock(&d->usb_mutex); in rtl28xxu_ctrl_msg()
[all …]
Daf9035.c21 for (i = 1; i < len; i++) { in af9035_checksum()
32 static int af9035_ctrl_msg(struct dvb_usb_device *d, struct usb_req *req) in af9035_ctrl_msg() argument
38 struct state *state = d_to_priv(d); in af9035_ctrl_msg()
39 struct usb_interface *intf = d->intf; in af9035_ctrl_msg()
43 mutex_lock(&d->usb_mutex); in af9035_ctrl_msg()
48 dev_err(&intf->dev, "too much data wlen=%d rlen=%d\n", in af9035_ctrl_msg()
54 state->buf[0] = REQ_HDR_LEN + req->wlen + CHECKSUM_LEN - 1; in af9035_ctrl_msg()
55 state->buf[1] = req->mbox; in af9035_ctrl_msg()
64 checksum = af9035_checksum(state->buf, state->buf[0] - 1); in af9035_ctrl_msg()
65 state->buf[state->buf[0] - 1] = (checksum >> 8); in af9035_ctrl_msg()
[all …]
Ddvbsky.c39 static int dvbsky_usb_generic_rw(struct dvb_usb_device *d, in dvbsky_usb_generic_rw() argument
43 struct dvbsky_state *state = d_to_priv(d); in dvbsky_usb_generic_rw()
45 mutex_lock(&d->usb_mutex); in dvbsky_usb_generic_rw()
49 ret = dvb_usbv2_generic_rw_locked(d, state->obuf, wlen, in dvbsky_usb_generic_rw()
55 mutex_unlock(&d->usb_mutex); in dvbsky_usb_generic_rw()
59 static int dvbsky_stream_ctrl(struct dvb_usb_device *d, u8 onoff) in dvbsky_stream_ctrl() argument
61 struct dvbsky_state *state = d_to_priv(d); in dvbsky_stream_ctrl()
66 mutex_lock(&d->usb_mutex); in dvbsky_stream_ctrl()
68 ret = dvb_usbv2_generic_write_locked(d, state->obuf, 3); in dvbsky_stream_ctrl()
72 ret = dvb_usbv2_generic_write_locked(d, state->obuf, 3); in dvbsky_stream_ctrl()
[all …]
/Linux-v5.15/include/math-emu/
Ddouble.h47 ((_FP_W_TYPE)1 << (_FP_FRACBITS_D-2) % _FP_W_TYPE_SIZE)
49 ((_FP_W_TYPE)1 << (_FP_FRACBITS_D-1) % _FP_W_TYPE_SIZE)
51 ((_FP_W_TYPE)1 << _FP_WFRACBITS_D % _FP_W_TYPE_SIZE)
60 unsigned sign : 1;
68 unsigned sign : 1;
74 #define FP_UNPACK_RAW_D(X,val) _FP_UNPACK_RAW_2(D,X,val)
75 #define FP_UNPACK_RAW_DP(X,val) _FP_UNPACK_RAW_2_P(D,X,val)
76 #define FP_PACK_RAW_D(val,X) _FP_PACK_RAW_2(D,val,X)
80 _FP_PACK_RAW_2_P(D,val,X); \
85 _FP_UNPACK_RAW_2(D,X,val); \
[all …]
/Linux-v5.15/sound/usb/
Dvalidate.c22 #define UAC_VERSION_ALL (unsigned char)(-1)
28 const struct uac1_ac_header_descriptor *d = p; in validate_uac1_header() local
30 return d->bLength >= sizeof(*d) && in validate_uac1_header()
31 d->bLength >= sizeof(*d) + d->bInCollection; in validate_uac1_header()
38 const struct uac_mixer_unit_descriptor *d = p; in validate_mixer_unit() local
41 if (d->bLength < sizeof(*d) || !d->bNrInPins) in validate_mixer_unit()
43 len = sizeof(*d) + d->bNrInPins; in validate_mixer_unit()
51 len += 2 + 1; /* wChannelConfig, iChannelNames */ in validate_mixer_unit()
53 len += 1; /* iMixer */ in validate_mixer_unit()
56 len += 4 + 1; /* bmChannelConfig, iChannelNames */ in validate_mixer_unit()
[all …]
/Linux-v5.15/tools/testing/selftests/bpf/prog_tests/
Dbtf_dump.c31 struct btf_dump *d; in btf_dump_all_types() local
34 d = btf_dump__new(btf, NULL, opts, btf_dump_printf); in btf_dump_all_types()
35 err = libbpf_get_error(d); in btf_dump_all_types()
39 for (id = 1; id <= type_cnt; id++) { in btf_dump_all_types()
40 err = btf_dump__dump_type(d, id); in btf_dump_all_types()
46 btf_dump__free(d); in btf_dump_all_types()
54 int err = 0, fd = -1; in test_btf_dump_case()
74 CHECK(btf__pointer_size(btf) != 8, "ptr_sz", "exp %d, got %zu\n", in test_btf_dump_case()
85 if (CHECK(f == NULL, "open_tmp", "failed to open file: %s(%d)\n", in test_btf_dump_case()
95 if (CHECK(err, "btf_dump", "failure during C dumping: %d\n", err)) { in test_btf_dump_case()
[all …]
/Linux-v5.15/arch/x86/crypto/
Ddes3_ede-asm_64.S68 * 1-way 3DES
80 movl val##d, RT0d; \
90 orl RT0d, val##d;
93 do_permutation(left##d, right##d, 4, 0x0f0f0f0f); \
94 do_permutation(left##d, right##d, 16, 0x0000ffff); \
95 do_permutation(right##d, left##d, 2, 0x33333333); \
96 do_permutation(right##d, left##d, 8, 0x00ff00ff); \
98 movl left##d, RW0d; \
99 roll $1, right##d; \
100 xorl right##d, RW0d; \
[all …]
/Linux-v5.15/Documentation/userspace-api/media/v4l/
Dfieldseq_bt.svg21 borderopacity="1"
41 inkscape:window-maximized="1"
52d="M 0,6040 0,0 l 5650,0 0,6040 -5650,0 z m 4786.76,-99.89 103.92,0 0,56.69 -103.92,0 0,0 85.03,-2…
57 d="m 188.622,346.001 93.5352,0 0,42.516 -93.5352,0 0,-42.516 z"
58 …oke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
61 d="m 375.693,346.001 93.5352,0 0,42.516 -93.5352,0 0,-42.516 z"
62 …oke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
65 d="m 282.157,346.001 93.5355,0 0,42.516 -93.5355,0 0,-42.516 z"
66 …oke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
69 d="m 469.228,346.001 93.5352,0 0,42.516 -93.5352,0 0,-42.516 z"
[all …]
Dfieldseq_tb.svg21 borderopacity="1"
41 inkscape:window-maximized="1"
52d="M 0,6000 0,0 l 5660,0 0,6000 -5660,0 z m 4786.76,-102.89 103.92,0 0,56.69 -103.92,0 0,0 85.03,-…
57 d="m 379.944,571.287 85.032,0 0,4.25156 -85.032,0 0,-4.25156 z"
58 style="fill:#d10000;fill-opacity:1;fill-rule:evenodd;stroke:none"
61 d="m 379.944,571.287 85.032,0 0,4.25156 -85.032,0 0,-4.25156 z"
62 …oke-linecap:butt;stroke-linejoin:miter;stroke-miterlimit:10;stroke-dasharray:none;stroke-opacity:1"
65 d="m 379.944,562.784 85.032,0 0,4.25156 -85.032,0 0,-4.25156 z"
66 style="fill:#d10000;fill-opacity:1;fill-rule:evenodd;stroke:none"
69 d="m 379.944,562.784 85.032,0 0,4.25156 -85.032,0 0,-4.25156 z"
[all …]
Dpixfmt-tch-td16.rst30 :widths: 2 1 1 1 1 1 1 1 1
33 - D'\ :sub:`00low`
34 - D'\ :sub:`00high`
35 - D'\ :sub:`01low`
36 - D'\ :sub:`01high`
37 - D'\ :sub:`02low`
38 - D'\ :sub:`02high`
39 - D'\ :sub:`03low`
40 - D'\ :sub:`03high`
42 - D'\ :sub:`10low`
[all …]
/Linux-v5.15/tools/perf/tests/
Dtime-utils-test.c21 pr_debug("error %d\n", err); in test__parse_nsec_time()
45 pr_debug("Error %d\n", err); in test__perf_time__parse_str()
70 static bool test__perf_time__parse_for_ranges(struct test_data *d) in test__perf_time__parse_for_ranges() argument
73 .first_sample_time = d->first, in test__perf_time__parse_for_ranges()
74 .last_sample_time = d->last, in test__perf_time__parse_for_ranges()
82 pr_debug("\nperf_time__parse_for_ranges(\"%s\")\n", d->str); in test__perf_time__parse_for_ranges()
84 if (strchr(d->str, '%')) in test__perf_time__parse_for_ranges()
86 d->first, d->last); in test__perf_time__parse_for_ranges()
88 err = perf_time__parse_for_ranges(d->str, &session, &ptime, &range_size, in test__perf_time__parse_for_ranges()
91 pr_debug("error %d\n", err); in test__perf_time__parse_for_ranges()
[all …]
/Linux-v5.15/drivers/media/usb/dvb-usb/
Ddw2102.c41 #define DW210X_WRITE_MSG 1
79 MODULE_PARM_DESC(debug, "set debugging level (1=info 2=xfer 4=rc(or-able))."
83 static int demod_probe = 1;
85 MODULE_PARM_DESC(demod, "demod to probe (1=cx24116 2=stv0903+stv6110 4=stv0903+stb6100(or-able)).");
119 struct dvb_usb_device *d = i2c_get_adapdata(adap); in dw2102_i2c_transfer() local
124 if (!d) in dw2102_i2c_transfer()
126 if (mutex_lock_interruptible(&d->i2c_mutex) < 0) in dw2102_i2c_transfer()
133 for (i = 0; i < msg[1].len; i++) { in dw2102_i2c_transfer()
134 dw210x_op_rw(d->udev, 0xb5, value + i, 0, in dw2102_i2c_transfer()
136 msg[1].buf[i] = buf6[0]; in dw2102_i2c_transfer()
[all …]
/Linux-v5.15/arch/m68k/math-emu/
Dmulti_arith.h27 reg->lowmant = reg->mant.m32[1] << (8 - cnt); in fp_denormalize()
28 reg->mant.m32[1] = (reg->mant.m32[1] >> cnt) | in fp_denormalize()
33 reg->lowmant = reg->mant.m32[1] >> (cnt - 8); in fp_denormalize()
34 if (reg->mant.m32[1] << (40 - cnt)) in fp_denormalize()
35 reg->lowmant |= 1; in fp_denormalize()
36 reg->mant.m32[1] = (reg->mant.m32[1] >> cnt) | in fp_denormalize()
41 asm volatile ("bfextu %1{%2,#8},%0" : "=d" (reg->lowmant) in fp_denormalize()
42 : "m" (reg->mant.m32[0]), "d" (64 - cnt)); in fp_denormalize()
43 if (reg->mant.m32[1] << (40 - cnt)) in fp_denormalize()
44 reg->lowmant |= 1; in fp_denormalize()
[all …]
/Linux-v5.15/include/linux/
Dirq.h90 IRQ_LEVEL = (1 << 8),
91 IRQ_PER_CPU = (1 << 9),
92 IRQ_NOPROBE = (1 << 10),
93 IRQ_NOREQUEST = (1 << 11),
94 IRQ_NOAUTOEN = (1 << 12),
95 IRQ_NO_BALANCING = (1 << 13),
96 IRQ_MOVE_PCNTXT = (1 << 14),
97 IRQ_NESTED_THREAD = (1 << 15),
98 IRQ_NOTHREAD = (1 << 16),
99 IRQ_PER_CPU_DEVID = (1 << 17),
[all …]
/Linux-v5.15/tools/power/x86/x86_energy_perf_policy/
Dx86_energy_perf_policy.c30 #define OPTARG_NORMAL (INT_MAX - 1)
105 fprintf(stderr, "other: --hwp-enable | --turbo-enable (0 | 1) | --help | --force\n"); in usage()
113 exit(1); in usage()
131 fprintf(stderr, "%d = ratio_to_msr_perf(%d)\n", msr_perf, ratio); in ratio_2_msr_perf()
138 double d; in msr_perf_2_ratio() local
143 d = (double)msr_perf * (double) bdx_highest_ratio / 255.0; in msr_perf_2_ratio()
144 d = d + 0.5; /* round */ in msr_perf_2_ratio()
145 ratio = (int)d; in msr_perf_2_ratio()
148 fprintf(stderr, "%d = msr_perf_ratio(%d) {%f}\n", ratio, msr_perf, d); in msr_perf_2_ratio()
155 errx(1, "EPB not enabled on this platform"); in parse_cmdline_epb()
[all …]
/Linux-v5.15/drivers/video/fbdev/
Dc2p_core.h22 static inline void _transp(u32 d[], unsigned int i1, unsigned int i2, in _transp() argument
25 u32 t = (d[i1] ^ (d[i2] >> shift)) & mask; in _transp()
27 d[i1] ^= t; in _transp()
28 d[i2] ^= t << shift; in _transp()
35 case 1: in get_mask()
60 static __always_inline void transp8(u32 d[], unsigned int n, unsigned int m) in transp8() argument
65 case 1: in transp8()
66 /* First n x 1 block */ in transp8()
67 _transp(d, 0, 1, n, mask); in transp8()
68 /* Second n x 1 block */ in transp8()
[all …]
/Linux-v5.15/Documentation/staging/
Dlzo.rst43 around 255:1). The variable length encoding using #bits is always the same::
45 length = byte & ((1 << #bits) - 1)
47 length = ((1 << #bits) - 1)
59 After any instruction except the large literal copy, 0, 1, 2 or 3 literals
84 1: LZO-RLE
86 Version 1 of LZO implements an extension to encode runs of zeros using run
93 e.g.: version 1 only.
108 (version 1 only).
132 If last instruction used to copy between 1 to 3 literals (encoded in
134 2-byte block from the dictionary within a 1kB distance. It is worth
[all …]
/Linux-v5.15/arch/powerpc/crypto/
Dmd5-asm.S65 #define R_00_15(a, b, c, d, w0, w1, p, q, off, k0h, k0l, k1h, k1l) \ argument
67 and rT0,b,c; /* 1: f = b and c */ \
69 andc rT1,d,b; /* 1: f' = ~b and d */ \
71 or rT0,rT0,rT1; /* 1: f = f or f' */ \
72 addi w0,w0,k0l; /* 1: wk = w + k */ \
73 add a,a,rT0; /* 1: a = a + f */ \
74 addis w0,w0,k0h; /* 1: wk = w + k' */ \
76 add a,a,w0; /* 1: a = a + wk */ \
78 rotrwi a,a,p; /* 1: a = a rotl x */ \
79 add d,d,w1; /* 2: a = a + wk */ \
[all …]
/Linux-v5.15/tools/perf/util/
Dgenelf.c63 '.', 't', 'e', 'x', 't', 0, /* 1 */
67 …'.', 'n', 'o', 't', 'e', '.', 'g', 'n', 'u', '.', 'b', 'u', 'i', 'l', 'd', '-', 'i', 'd', 0, /* 33…
68 '.', 'd', 'e', 'b', 'u', 'g', '_', 'l', 'i', 'n', 'e', 0, /* 52 */
69 '.', 'd', 'e', 'b', 'u', 'g', '_', 'i', 'n', 'f', 'o', 0, /* 64 */
70 '.', 'd', 'e', 'b', 'u', 'g', '_', 'a', 'b', 'b', 'r', 'e', 'v', 0, /* 76 */
71 '.', 'e', 'h', '_', 'f', 'r', 'a', 'm', 'e', '_', 'h', 'd', 'r', 0, /* 90 */
90 { .st_name = 1, /* index in sym_string table */
92 .st_shndx = 1,
111 if (fd == -1) in gen_build_id()
112 err(1, "cannot access /dev/urandom for buildid"); in gen_build_id()
[all …]

12345678910>>...65