| /kernel/linux/linux-6.6/drivers/crypto/vmx/ |
| D | aesp8-ppc.pl | 703 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21)); 818 vxor $out2,$in2,$rndkey0 836 vncipher $out2,$out2,v24 847 vncipher $out2,$out2,v25 859 vncipher $out2,$out2,v24 869 vncipher $out2,$out2,v25 879 vncipher $out2,$out2,v26 892 vncipher $out2,$out2,v27 902 vncipher $out2,$out2,v28 912 vncipher $out2,$out2,v29 [all …]
|
| /kernel/linux/linux-5.10/drivers/crypto/vmx/ |
| D | aesp8-ppc.pl | 703 my ($out0,$out1,$out2,$out3,$out4,$out5,$out6,$out7)=map("v$_",(14..21)); 818 vxor $out2,$in2,$rndkey0 836 vncipher $out2,$out2,v24 847 vncipher $out2,$out2,v25 859 vncipher $out2,$out2,v24 869 vncipher $out2,$out2,v25 879 vncipher $out2,$out2,v26 892 vncipher $out2,$out2,v27 902 vncipher $out2,$out2,v28 912 vncipher $out2,$out2,v29 [all …]
|
| /kernel/linux/linux-6.6/sound/soc/codecs/ |
| D | wm8350.c | 62 struct wm8350_output out2; member 138 * Ramp OUT2 PGA volume to minimise pops at stream startup and shutdown. 142 struct wm8350_output *out2 = &wm8350_data->out2; in wm8350_out2_ramp_step() local 150 if (out2->ramp == WM8350_RAMP_UP) { in wm8350_out2_ramp_step() 152 if (val < out2->left_vol) { in wm8350_out2_ramp_step() 159 } else if (out2->ramp == WM8350_RAMP_DOWN) { in wm8350_out2_ramp_step() 174 if (out2->ramp == WM8350_RAMP_UP) { in wm8350_out2_ramp_step() 176 if (val < out2->right_vol) { in wm8350_out2_ramp_step() 183 } else if (out2->ramp == WM8350_RAMP_DOWN) { in wm8350_out2_ramp_step() 212 *out2 = &wm8350_data->out2; in wm8350_pga_work() local [all …]
|
| /kernel/linux/linux-5.10/sound/soc/codecs/ |
| D | wm8350.c | 62 struct wm8350_output out2; member 138 * Ramp OUT2 PGA volume to minimise pops at stream startup and shutdown. 142 struct wm8350_output *out2 = &wm8350_data->out2; in wm8350_out2_ramp_step() local 150 if (out2->ramp == WM8350_RAMP_UP) { in wm8350_out2_ramp_step() 152 if (val < out2->left_vol) { in wm8350_out2_ramp_step() 159 } else if (out2->ramp == WM8350_RAMP_DOWN) { in wm8350_out2_ramp_step() 174 if (out2->ramp == WM8350_RAMP_UP) { in wm8350_out2_ramp_step() 176 if (val < out2->right_vol) { in wm8350_out2_ramp_step() 183 } else if (out2->ramp == WM8350_RAMP_DOWN) { in wm8350_out2_ramp_step() 212 *out2 = &wm8350_data->out2; in wm8350_pga_work() local [all …]
|
| /kernel/linux/linux-6.6/arch/arm64/crypto/ |
| D | aes-cipher-core.S | 74 .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
|
| /kernel/linux/linux-5.10/arch/arm64/crypto/ |
| D | aes-cipher-core.S | 74 .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
|
| /kernel/linux/linux-6.6/arch/arm/crypto/ |
| D | aes-cipher-core.S | 92 .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
|
| /kernel/linux/linux-6.6/net/ceph/crush/ |
| D | mapper.c | 446 * @out2: second output vector for leaf items (if @recurse_to_leaf) 463 int *out2, in crush_choose_firstn() argument 567 out2, outpos, count, in crush_choose_firstn() 581 out2[outpos] = item; in crush_choose_firstn() 652 int *out2, in crush_choose_indep() argument 672 if (out2) in crush_choose_indep() 673 out2[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep() 678 if (out2 && ftotal) { in crush_choose_indep() 686 dprintk(" %d", out2[rep]); in crush_choose_indep() 733 if (out2) in crush_choose_indep() [all …]
|
| /kernel/linux/linux-5.10/net/ceph/crush/ |
| D | mapper.c | 446 * @out2: second output vector for leaf items (if @recurse_to_leaf) 463 int *out2, in crush_choose_firstn() argument 567 out2, outpos, count, in crush_choose_firstn() 581 out2[outpos] = item; in crush_choose_firstn() 652 int *out2, in crush_choose_indep() argument 672 if (out2) in crush_choose_indep() 673 out2[rep] = CRUSH_ITEM_UNDEF; in crush_choose_indep() 678 if (out2 && ftotal) { in crush_choose_indep() 686 dprintk(" %d", out2[rep]); in crush_choose_indep() 733 if (out2) in crush_choose_indep() [all …]
|
| /kernel/linux/linux-5.10/arch/arm/crypto/ |
| D | aes-cipher-core.S | 92 .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
|
| /kernel/linux/linux-6.6/drivers/md/ |
| D | dm-ps-historical-service-time.c | 372 long long out1, out2, stale1, stale2; in hst_compare() local 376 hst_fill_compare(pi2, &hst2, &out2, &stale2); in hst_compare() 389 return out1 - out2; in hst_compare() 396 if ((!out1 && stale1 < time_now) || (!out2 && stale2 < time_now) || in hst_compare() 397 (!out1 && !out2)) in hst_compare() 398 return (!out2 * stale1) - (!out1 * stale2); in hst_compare() 403 if (out1 == out2) { in hst_compare() 408 out2 >= HST_MAX_INFLIGHT)) { in hst_compare() 416 pi2_better = (1 + out1) * hst1 > (1 + out2) * hst2; in hst_compare() 422 return out1 - out2; in hst_compare() [all …]
|
| /kernel/linux/linux-5.10/drivers/md/ |
| D | dm-historical-service-time.c | 369 long long out1, out2, stale1, stale2; in hst_compare() local 373 hst_fill_compare(pi2, &hst2, &out2, &stale2); in hst_compare() 386 return out1 - out2; in hst_compare() 393 if ((!out1 && stale1 < time_now) || (!out2 && stale2 < time_now) || in hst_compare() 394 (!out1 && !out2)) in hst_compare() 395 return (!out2 * stale1) - (!out1 * stale2); in hst_compare() 400 if (out1 == out2) { in hst_compare() 405 out2 >= HST_MAX_INFLIGHT)) { in hst_compare() 413 pi2_better = (1 + out1) * hst1 > (1 + out2) * hst2; in hst_compare() 419 return out1 - out2; in hst_compare() [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/prog_tests/ |
| D | skeleton.c | 37 CHECK(data->out2 != -1, "out2", "got %lld != exp %lld\n", data->out2, -1LL); in test_skeleton() 82 CHECK(data->out2 != 2, "res2", "got %lld != exp %d\n", data->out2, 2); in test_skeleton()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
| D | skeleton.c | 49 CHECK(data->out2 != -1, "out2", "got %lld != exp %lld\n", data->out2, -1LL); in test_skeleton() 110 CHECK(data->out2 != 2, "res2", "got %lld != exp %d\n", data->out2, 2); in test_skeleton()
|
| /kernel/linux/linux-5.10/drivers/scsi/aic94xx/ |
| D | aic94xx_sds.c | 219 goto out2; in asd_get_bios_chim() 227 goto out2; in asd_get_bios_chim() 233 goto out2; in asd_get_bios_chim() 254 goto out2; in asd_get_bios_chim() 265 out2: in asd_get_bios_chim() 877 goto out2; in asd_process_ms() 883 goto out2; in asd_process_ms() 889 goto out2; in asd_process_ms() 897 goto out2; in asd_process_ms() 904 goto out2; in asd_process_ms() [all …]
|
| /kernel/linux/linux-6.6/drivers/scsi/aic94xx/ |
| D | aic94xx_sds.c | 219 goto out2; in asd_get_bios_chim() 227 goto out2; in asd_get_bios_chim() 233 goto out2; in asd_get_bios_chim() 254 goto out2; in asd_get_bios_chim() 265 out2: in asd_get_bios_chim() 881 goto out2; in asd_process_ms() 887 goto out2; in asd_process_ms() 893 goto out2; in asd_process_ms() 901 goto out2; in asd_process_ms() 908 goto out2; in asd_process_ms() [all …]
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/progs/ |
| D | test_skeleton.c | 29 long long out2 = -1; variable 47 out2 = in2; in handler()
|
| /kernel/linux/linux-6.6/security/keys/ |
| D | dh.c | 189 goto out2; in __keyctl_dh_compute() 196 goto out2; in __keyctl_dh_compute() 204 goto out2; in __keyctl_dh_compute() 293 out2: in __keyctl_dh_compute()
|
| /kernel/liteos_a/testsuites/unittest/libc/sys/full/ |
| D | sys_test_024.cpp | 52 goto OUT2; in Sencond() 56 OUT2: in Sencond()
|
| D | sys_test_001.cpp | 54 goto OUT2; in Sencond() 59 OUT2: in Sencond()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/ |
| D | test_skeleton.c | 31 long long out2 = -1; variable 76 out2 = in2; in handler()
|
| /kernel/linux/linux-5.10/security/keys/ |
| D | dh.c | 294 goto out2; in __keyctl_dh_compute() 301 goto out2; in __keyctl_dh_compute() 309 goto out2; in __keyctl_dh_compute() 403 out2: in __keyctl_dh_compute()
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | axentia,tse850-pcm5142.txt | 29 IN2 +---o--+------------+--o---+ OUT2 39 are active, short-cutting the TSE-850 from channel 2. IN1, IN2, OUT1 and OUT2
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | axentia,tse850-pcm5142.txt | 29 IN2 +---o--+------------+--o---+ OUT2 39 are active, short-cutting the TSE-850 from channel 2. IN1, IN2, OUT1 and OUT2
|
| /kernel/linux/linux-6.6/net/sunrpc/ |
| D | sunrpc_syms.c | 95 goto out2; in init_sunrpc() 125 out2: in init_sunrpc()
|