Searched refs:out1 (Results 1 - 25 of 142) sorted by relevance

123456

/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_subskeleton.c10 int out1; variable
24 out1 = lib_routine() * rovar1;
H A Dtest_skeleton.c30 int out1 = -1; variable
75 out1 = in1;
/linux-master/arch/arm64/crypto/
H A Daes-cipher-core.S56 .macro __hround, out0, out1, in0, in1, in2, in3, t0, t1, enc, sz, op
57 ldp \out0, \out1, [rk], #8
65 eor \out1, \out1, w13
67 eor \out1, \out1, w15, ror #24
69 eor \out1, \out1, w17, ror #16
71 eor \out1, \out1, \t
[all...]
H A Daes-neon.S158 .macro mul_by_x_2x, out0, out1, in0, in1, tmp0, tmp1, const
163 shl \out1\().16b, \in1\().16b, #1
166 eor \out1\().16b, \out1\().16b, \tmp1\().16b
169 .macro mul_by_x2_2x, out0, out1, in0, in1, tmp0, tmp1, const
174 shl \out1\().16b, \in1\().16b, #2
177 eor \out1\().16b, \out1\().16b, \tmp1\().16b
/linux-master/arch/arm/crypto/
H A Daes-cipher-core.S42 .macro __hround, out0, out1, in0, in1, in2, in3, t3, t4, enc, sz, op, oldcpsr
49 __select \out1, \in1, 0
52 __select \out1, \in3, 0
55 __load \out1, \out1, 0, \sz, \op
82 eor \out1, \out1, t1, ror #24
85 eor \out1, \out1, \t3, ror #16
87 eor \out1, \out
[all...]
/linux-master/arch/powerpc/crypto/
H A Daesp8-ppc.pl704 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21));
816 vxor $out1,$in1,$rndkey0
836 vncipher $out1,$out1,v24
847 vncipher $out1,$out1,v25
859 vncipher $out1,$out1,v24
869 vncipher $out1,$out1,v2
[all...]
/linux-master/security/keys/
H A Ddh.c142 goto out1;
146 goto out1;
154 goto out1;
160 goto out1;
167 goto out1;
174 goto out1;
182 goto out1;
295 out1:
/linux-master/lib/
H A Ddigsig.c76 unsigned char *out1 = NULL; local
130 out1 = kzalloc(mlen, GFP_KERNEL);
131 if (!out1)
162 memset(out1, 0, head);
163 memcpy(out1 + head, p, l);
167 m = pkcs_1_v1_5_decode_emsa(out1, len, mblen, &len);
175 kfree(out1);
/linux-master/drivers/md/
H A Ddm-ps-historical-service-time.c372 long long out1, out2, stale1, stale2; local
375 hst_fill_compare(pi1, &hst1, &out1, &stale1);
389 return out1 - out2;
396 if ((!out1 && stale1 < time_now) || (!out2 && stale2 < time_now) ||
397 (!out1 && !out2))
398 return (!out2 * stale1) - (!out1 * stale2);
403 if (out1 == out2) {
407 if (unlikely(out1 >= HST_MAX_INFLIGHT ||
416 pi2_better = (1 + out1) * hst1 > (1 + out2) * hst2;
422 return out1
[all...]
/linux-master/sound/soc/codecs/
H A Dwm8350.c61 struct wm8350_output out1; member in struct:wm8350_data
77 struct wm8350_output *out1 = &wm8350_data->out1; local
86 if (out1->ramp == WM8350_RAMP_UP) {
88 if (val < out1->left_vol) {
95 } else if (out1->ramp == WM8350_RAMP_DOWN) {
110 if (out1->ramp == WM8350_RAMP_UP) {
112 if (val < out1->right_vol) {
119 } else if (out1->ramp == WM8350_RAMP_DOWN) {
211 struct wm8350_output *out1 local
345 struct wm8350_output *out1 = &wm8350_priv->out1; local
1461 struct wm8350_output *out1; local
[all...]
/linux-master/arch/sh/drivers/dma/
H A Ddmabrg.c184 goto out1;
192 out1: free_irq(DMABRGI0, NULL);
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsubskeleton.c74 ASSERT_EQ(skel->bss->out1, result, "unexpected calculation");
H A Dskeleton.c47 CHECK(data->out1 != -1, "out1", "got %d != exp %d\n", data->out1, -1);
109 CHECK(data->out1 != 1, "res1", "got %d != exp %d\n", data->out1, 1);
/linux-master/tools/testing/selftests/cachestat/
H A Dtest_cachestat.c142 goto out1;
153 goto out1;
190 goto out1;
195 out1:
/linux-master/fs/jfs/
H A Dnamei.c78 goto out1;
85 goto out1;
173 out1:
211 goto out1;
218 goto out1;
308 out1:
510 goto out1;
535 goto out1;
592 out1:
901 goto out1;
[all...]
/linux-master/drivers/pcmcia/
H A Ddb1xxx_ss.c184 goto out1;
190 goto out1;
207 goto out1;
212 out1:
552 goto out1;
573 out1:
/linux-master/net/
H A Dsysctl_net.c109 goto out1;
112 out1:
/linux-master/arch/powerpc/platforms/4xx/
H A Dhsta_msi.c158 goto out1;
181 out1:
/linux-master/sound/soc/samsung/
H A Dsmdk_spdif.c35 goto out1;
64 out1:
/linux-master/fs/bfs/
H A Dinode.c335 goto out1;
345 goto out1;
353 goto out1;
362 goto out1;
367 goto out1;
440 out1:
468 goto out1;
475 out1:
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmem.c231 goto out1;
236 goto out1;
286 out1:
/linux-master/security/
H A Dinode.c137 goto out1;
143 goto out1;
166 out1:
/linux-master/drivers/mtd/nand/raw/
H A Dau1550nd.c277 goto out1;
282 goto out1;
335 out1:
/linux-master/drivers/gpu/drm/lima/
H A Dlima_drv.c144 goto out1;
149 goto out1;
154 goto out1;
171 out1:
/linux-master/arch/mips/alchemy/devboards/
H A Dplatform.c171 goto out1;
244 out1:

Completed in 242 milliseconds

123456