Searched refs:out2 (Results 1 - 25 of 127) sorted by relevance

123456

/linux-master/arch/powerpc/crypto/
H A Daesp8-ppc.pl704 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21));
819 vxor $out2,$in2,$rndkey0
837 vncipher $out2,$out2,v24
848 vncipher $out2,$out2,v25
860 vncipher $out2,$out2,v24
870 vncipher $out2,$out2,v2
[all...]
/linux-master/tools/testing/selftests/bpf/progs/
H A Dtest_skeleton.c31 long long out2 = -1; variable
76 out2 = in2;
/linux-master/arch/arm64/crypto/
H A Daes-cipher-core.S74 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op
75 __hround \out0, \out1, \in0, \in1, \in2, \in3, \out2, \out3, 1, \sz, \op
76 __hround \out2, \out3, \in2, \in3, \in0, \in1, \in1, \in2, 1, \sz, \op
79 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op
80 __hround \out0, \out1, \in0, \in3, \in2, \in1, \out2, \out3, 0, \sz, \op
81 __hround \out2, \out3, \in2, \in1, \in0, \in3, \in1, \in0, 0, \sz, \op
/linux-master/drivers/md/
H A Ddm-ps-historical-service-time.c372 long long out1, out2, stale1, stale2; local
376 hst_fill_compare(pi2, &hst2, &out2, &stale2);
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) {
408 out2 >= HST_MAX_INFLIGHT)) {
416 pi2_better = (1 + out1) * hst1 > (1 + out2) * hst2;
422 return out1 - out2;
[all...]
/linux-master/net/ceph/crush/
H A Dmapper.c446 * @out2: second output vector for leaf items (if @recurse_to_leaf)
463 int *out2,
567 out2, outpos, count,
581 out2[outpos] = item;
652 int *out2,
672 if (out2)
673 out2[rep] = CRUSH_ITEM_UNDEF;
678 if (out2 && ftotal) {
686 dprintk(" %d", out2[rep]);
733 if (out2)
449 crush_choose_firstn(const struct crush_map *map, struct crush_work *work, const struct crush_bucket *bucket, const __u32 *weight, int weight_max, int x, int numrep, int type, int *out, int outpos, int out_size, unsigned int tries, unsigned int recurse_tries, unsigned int local_retries, unsigned int local_fallback_retries, int recurse_to_leaf, unsigned int vary_r, unsigned int stable, int *out2, int parent_r, const struct crush_choose_arg *choose_args) argument
643 crush_choose_indep(const struct crush_map *map, struct crush_work *work, const struct crush_bucket *bucket, const __u32 *weight, int weight_max, int x, int left, int numrep, int type, int *out, int outpos, unsigned int tries, unsigned int recurse_tries, int recurse_to_leaf, int *out2, int parent_r, const struct crush_choose_arg *choose_args) argument
[all...]
/linux-master/sound/soc/codecs/
H A Dwm8350.c62 struct wm8350_output out2; member in struct:wm8350_data
142 struct wm8350_output *out2 = &wm8350_data->out2; local
150 if (out2->ramp == WM8350_RAMP_UP) {
152 if (val < out2->left_vol) {
159 } else if (out2->ramp == WM8350_RAMP_DOWN) {
174 if (out2->ramp == WM8350_RAMP_UP) {
176 if (val < out2->right_vol) {
183 } else if (out2->ramp == WM8350_RAMP_DOWN) {
212 *out2 local
346 struct wm8350_output *out2 = &wm8350_priv->out2; local
1462 struct wm8350_output *out2; local
[all...]
/linux-master/arch/arm/crypto/
H A Daes-cipher-core.S92 .macro fround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op, oldcpsr
93 __hround \out0, \out1, \in0, \in1, \in2, \in3, \out2, \out3, 1, \sz, \op
94 __hround \out2, \out3, \in2, \in3, \in0, \in1, \in1, \in2, 1, \sz, \op, \oldcpsr
97 .macro iround, out0, out1, out2, out3, in0, in1, in2, in3, sz=2, op, oldcpsr
98 __hround \out0, \out1, \in0, \in3, \in2, \in1, \out2, \out3, 0, \sz, \op
99 __hround \out2, \out3, \in2, \in1, \in0, \in3, \in1, \in0, 0, \sz, \op, \oldcpsr
/linux-master/net/sunrpc/
H A Dsunrpc_syms.c95 goto out2;
125 out2:
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dskeleton.c49 CHECK(data->out2 != -1, "out2", "got %lld != exp %lld\n", data->out2, -1LL);
110 CHECK(data->out2 != 2, "res2", "got %lld != exp %d\n", data->out2, 2);
/linux-master/security/keys/
H A Ddh.c189 goto out2;
196 goto out2;
204 goto out2;
293 out2:
/linux-master/fs/configfs/
H A Dmount.c147 goto out2;
157 out2:
/linux-master/fs/squashfs/
H A Dxz_wrapper.c48 goto out2;
76 out2:
/linux-master/arch/powerpc/platforms/4xx/
H A Dhsta_msi.c168 goto out2;
178 out2:
/linux-master/sound/soc/samsung/
H A Dsmdk_spdif.c43 goto out2;
62 out2:
/linux-master/drivers/scsi/aic94xx/
H A Daic94xx_sds.c219 goto out2;
227 goto out2;
233 goto out2;
254 goto out2;
265 out2:
881 goto out2;
887 goto out2;
893 goto out2;
901 goto out2;
908 goto out2;
[all...]
/linux-master/fs/nfs/
H A Dnfs4super.c300 goto out2;
305 goto out2;
312 out2:
/linux-master/arch/mips/alchemy/devboards/
H A Dplatform.c175 goto out2;
242 out2:
/linux-master/drivers/infiniband/hw/mlx5/
H A Dmem.c242 goto out2;
284 out2:
/linux-master/arch/powerpc/platforms/cell/
H A Dras.c313 goto out2;
317 out2:
/linux-master/drivers/net/
H A Dmacvtap.c220 goto out2;
236 out2:
/linux-master/drivers/base/
H A Dsoc.c152 goto out2;
180 out2:
/linux-master/drivers/pcmcia/
H A Dxxs1500_ss.c288 goto out2;
295 out2:
/linux-master/drivers/net/ipvlan/
H A Dipvtap.c207 goto out2;
223 out2:
/linux-master/fs/jfs/
H A Dnamei.c95 goto out2;
170 out2:
228 goto out2;
304 out2:
387 goto out2;
435 out2:
920 goto out2;
1054 out2:
1108 goto out2;
1342 out2
[all...]
/linux-master/drivers/input/mouse/
H A Dvmmouse.c84 #define VMMOUSE_CMD(cmd, in1, out1, out2, out3, out4) \
89 "=b"(out2), \

Completed in 240 milliseconds

123456