Home
last modified time | relevance | path

Searched +full:25 +full:b (Results 1 – 25 of 1070) sorted by relevance

12345678910>>...43

/linux-6.14.4/tools/testing/selftests/hid/tests/
Dtest_multitouch.py49225 01 95 03 75 01 81 02 95 05 81 03 05 01 15 00 26 ff 0f 55 0e 65 11 75 10 95 01 35 00 46 c8 37 09…
111225 01 81 02 95 07 75 01 81 03 95 01 75 08 81 03 05 01 09 30 09 31 15 00 26 ff 7f 35 00 46 00 00 95…
112325 01 81 02 95 07 75 01 81 03 95 01 75 08 81 03 05 01 09 30 09 31 15 00 26 ff 7f 35 00 46 00 00 95…
113425 01 75 01 95 01 81 02 09 32 81 02 09 47 81 02 95 05 81 03 09 51 75 08 95 01 81 02 05 01 35 00 55…
1146 '01 ff 01 57 1b 89 09 ff 02 7b 3b ea 07 02',
1148 '01 ff 01 54 1b 92 09 ff 02 7b 3b ec 07 02',
1150 '01 ff 02 81 3b f8 07 fe 01 54 1b 92 09 02',
1152 '01 ff 02 81 3b f8 07 fc 01 54 1b 92 09 02',
117125 01 95 01 75 01 81 02 09 32 81 02 09 47 81 02 75 05 81 03 09 30 26 ff 00 75 08 81 02 09 51 25 02…
118125 01 75 01 95 01 81 02 09 32 81 02 09 47 81 02 95 05 81 03 09 51 75 08 95 01 81 02 05 01 35 00 55…
[all …]
Dtest_tablet.py511 for b in buttons:
512 assert evdev.value[b.value] is None or evdev.value[b.value] == False
130225 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26 10 00 81 02 09 47 75…
131025 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26 10 00 81 02 09 47 75…
131825 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26 10 00 81 02 09 47 75…
132625 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26 10 00 81 02 09 47 75…
133425 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26 10 00 81 02 09 47 75…
134225 01 75 01 95 01 81 02 09 32 15 00 25 01 81 02 09 51 75 05 95 01 16 00 00 26 10 00 81 02 09 47 75…
135025 01 95 02 75 01 81 02 95 06 81 03 05 01 09 30 09 31 15 00 26 ff 7f 75 10 95 02 81 02 c0 c0 05 0d…
135825 01 75 01 95 01 81 02 09 32 81 02 95 06 81 03 75 08 09 51 95 01 81 02 05 01 26 ff 3f 75 10 55 0e…
[all …]
/linux-6.14.4/arch/arm64/crypto/
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
16 .set .Lq\b, \b
17 .set .Lv\b\().2d, \b
88 ext v6.16b, v\i2\().16b, v\i3\().16b, #8
89 ext v5.16b, v5.16b, v5.16b, #8
90 ext v7.16b, v\i1\().16b, v\i2\().16b, #8
93 ext v5.16b, v\in3\().16b, v\in4\().16b, #8
122 CPU_LE( rev64 v12.16b, v12.16b )
123 CPU_LE( rev64 v13.16b, v13.16b )
124 CPU_LE( rev64 v14.16b, v14.16b )
[all …]
Dchacha-neon-core.S47 eor v3.16b, v3.16b, v0.16b
52 eor v4.16b, v1.16b, v2.16b
58 eor v3.16b, v3.16b, v0.16b
59 tbl v3.16b, {v3.16b}, v12.16b
63 eor v4.16b, v1.16b, v2.16b
65 sri v1.4s, v4.4s, #25
68 ext v1.16b, v1.16b, v1.16b, #4
70 ext v2.16b, v2.16b, v2.16b, #8
72 ext v3.16b, v3.16b, v3.16b, #12
76 eor v3.16b, v3.16b, v0.16b
[all …]
/linux-6.14.4/arch/alpha/lib/
Ddivide.S22 * $24 and $25, and return the result in $27. Register $28 may
43 * $25 - divisor
67 #define GETSIGN(x) xor $24,$25,x
104 bis $25,$25,divisor
128 bne compare,1b
134 bne compare,1b
146 bne mask,2b
162 * -a / b = a / -b = -(a / b)
163 * -a % b = -(a % b)
164 * a % -b = a % b
[all …]
Dev6-divide.S22 * $24 and $25, and return the result in $27. Register $28 may
43 * $25 - divisor
77 #define GETSIGN(x) xor $24,$25,x
114 bis $25,$25,divisor # E :
147 bne compare,1b # U : U L U L
157 bne compare,1b # U : U L U L
184 bne mask,2b # U : U L U L
189 bne mask,2b # U : U L L U
216 * -a / b = a / -b = -(a / b)
217 * -a % b = -(a % b)
[all …]
/linux-6.14.4/drivers/tty/vt/
Dcp437.uni18 0x02 U+263b
20 0x04 U+2666 U+25c6
24 0x08 U+25d8
25 0x09 U+25cb
26 0x0a U+25d9
30 0x0e U+266b
32 0x10 U+25b6 U+25ba
33 0x11 U+25c0 U+25c4
38 0x16 U+25ac
46 0x1e U+25b2
[all …]
/linux-6.14.4/arch/x86/crypto/
Dsha256-avx-asm.S108 b = %ebx define
149 c = b
150 b = a define
159 MY_ROR (25-11), y0 # y0 = e >> (25-11)
163 xor e, y0 # y0 = e ^ (e >> (25-11))
165 MY_ROR (11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6))
169 xor e, y0 # y0 = e ^ (e >> (11-6)) ^ (e >> (25-6))
175 MY_ROR 6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25)
188 and b, y0 # y0 = (a|c)&b
191 or y2, y0 # y0 = MAJ = (a|c)&b)|(a&c)
[all …]
Dsha256-ssse3-asm.S101 b = %ebx define
143 c = b
144 b = a define
153 ror $(25-11), y0 # y0 = e >> (25-11)
157 xor e, y0 # y0 = e ^ (e >> (25-11))
159 ror $(11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6))
164 xor e, y0 # y0 = e ^ (e >> (11-6)) ^ (e >> (25-6))
170 ror $6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25)
185 and b, y0 # y0 = (a|c)&b
188 or y2, y0 # y0 = MAJ = (a|c)&b)|(a&c)
[all …]
Dsha256-avx2-asm.S104 b = %ebx define
149 c = b
150 b = a define
158 rorx $25, e, y0 # y0 = e >> 25 # S1A
167 xor y1, y0 # y0 = (e>>25) ^ (e>>11) # S1
173 xor y1, y0 # y0 = (e>>25) ^ (e>>11) ^ (e>>6) # S1
177 and b, y3 # y3 = (a|c)&b # MAJA
190 or T1, y3 # y3 = MAJ = (a|c)&b)|(a&c) # MAJ
206 rorx $25, e, y0 # y0 = e >> 25 # S1A
216 xor y1, y0 # y0 = (e>>25) ^ (e>>11) # S1
[all …]
/linux-6.14.4/drivers/ata/
Dlibata-pata-timings.c31 { XFER_PIO_4, 25, 70, 25, 120, 70, 25, 0, 120, 0 },
32 { XFER_PIO_5, 15, 65, 25, 100, 65, 25, 0, 100, 0 },
41 { XFER_MW_DMA_2, 25, 0, 0, 0, 70, 25, 5, 120, 0 },
42 { XFER_MW_DMA_3, 25, 0, 0, 0, 65, 25, 5, 100, 0 },
43 { XFER_MW_DMA_4, 25, 0, 0, 0, 55, 20, 5, 80, 0 },
74 void ata_timing_merge(const struct ata_timing *a, const struct ata_timing *b, in ata_timing_merge() argument
78 m->setup = max(a->setup, b->setup); in ata_timing_merge()
80 m->act8b = max(a->act8b, b->act8b); in ata_timing_merge()
82 m->rec8b = max(a->rec8b, b->rec8b); in ata_timing_merge()
84 m->cyc8b = max(a->cyc8b, b->cyc8b); in ata_timing_merge()
[all …]
/linux-6.14.4/drivers/comedi/drivers/ni_routing/ni_route_values/
Dni_mseries.c56 [B(NI_PFI(0))] = {
57 [B(TRIGGER_LINE(0))] = I(18),
58 [B(TRIGGER_LINE(1))] = I(19),
59 [B(TRIGGER_LINE(2))] = I(20),
60 [B(TRIGGER_LINE(3))] = I(21),
61 [B(TRIGGER_LINE(4))] = I(22),
62 [B(TRIGGER_LINE(5))] = I(23),
63 [B(TRIGGER_LINE(6))] = I(24),
64 [B(TRIGGER_LINE(7))] = I(25),
65 [B(NI_CtrSource(0))] = I(9),
[all …]
/linux-6.14.4/arch/powerpc/crypto/
Dchacha-p10le-8x.S14 # 1. a += b; d ^= a; d <<<= 16;
15 # 2. c += d; b ^= c; b <<<= 12;
16 # 3. a += b; d ^= a; d <<<= 8;
17 # 4. c += d; b ^= c; b <<<= 7
24 # 4 blocks (a b c d)
94 SAVE_GPR 25, 200, 1
108 SAVE_VRS 25, 80, 9
127 SAVE_VSX 25, 368, 9
143 RESTORE_VRS 25, 80, 9
162 RESTORE_VSX 25, 368, 9
[all …]
Dsha256-spe-asm.S101 #define R_LOAD_W(a, b, c, d, e, f, g, h, w, off) \ argument
105 rotrwi rT2,e,25; /* 1: S1" = e rotr 25 */ \
123 or rT2,a,b; /* 1: maj = a or b */ \
124 and rT1,a,b; /* 1: maj' = a and b */ \
132 rotrwi rT2,d,25; /* 2: S1" = e rotr 25 */ \
147 or rT2,h,a; /* 2: maj = a or b */ \
149 and rT1,h,a; /* 2: maj' = a and b */ \
150 and rT2,rT2,b; /* 2: maj = maj and c */ \
156 #define R_CALC_W(a, b, c, d, e, f, g, h, w0, w1, w4, w5, w7, k, off) \ argument
162 evrlwi rT0,rT0,25; /* s0' = w[-15] rotr 7 */ \
[all …]
Dmd5-asm.S61 #define R_00_15(a, b, c, d, w0, w1, p, q, off, k0h, k0l, k1h, k1l) \ argument
63 and rT0,b,c; /* 1: f = b and c */ \
65 andc rT1,d,b; /* 1: f' = ~b and d */ \
76 add a,a,b; /* 1: a = a + b */ \
77 and rT0,a,b; /* 2: f = b and c */ \
78 andc rT1,c,a; /* 2: f' = ~b and d */ \
83 add d,d,a; /* 2: a = a + b */
85 #define R_16_31(a, b, c, d, w0, w1, p, q, k0h, k0l, k1h, k1l) \ argument
87 and rT1,b,d; /* 1: f' = b and d */ \
95 andc rT0,b,c; /* 2: f = c and ~d */ \
[all …]
/linux-6.14.4/Documentation/networking/devlink/
Dice.rst262 ice 0000:16:00.0: Pending 4 25 25 25 25 - - - -
263 ice 0000:16:00.0: 4 25 25 - - 25 25 - -
328 0000000000000020 02 00 02 01 32 03 00 00 0a 00 00 00 25 00 00 00
429 $ devlink dev eswitch set pci/0000:4b:00.0 mode switchdev
435 pci/0000:4b:00.0/node_25: type node parent node_24
436 pci/0000:4b:00.0/node_24: type node parent node_0
437 pci/0000:4b:00.0/node_32: type node parent node_31
438 pci/0000:4b:00.0/node_31: type node parent node_30
439 pci/0000:4b:00.0/node_30: type node parent node_16
440 pci/0000:4b:00.0/node_19: type node parent node_18
[all …]
/linux-6.14.4/arch/arm/vfp/
Dvfphw.S87 .org 1b + 8
89 .irp dr,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31
92 .org 1b + 8
102 .org 1b + 8
104 .irp dr,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31
107 .org 1b + 8
117 .org 1b + 8
122 .irp dr,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31
125 .org 1b + 8
141 .org 1b + 8
[all …]
/linux-6.14.4/arch/parisc/kernel/
Dperf_asm.S158 b,n perf_rdr_shift_in_W_leave
169 b,n perf_rdr_shift_in_W_leave
182 b,n perf_rdr_shift_in_W_leave
187 b,n perf_rdr_shift_in_W_leave
204 b,n perf_rdr_shift_in_W_leave
216 b,n perf_rdr_shift_in_W_leave
228 b,n perf_rdr_shift_in_W_leave
235 b,n perf_rdr_shift_in_W_leave
247 b,n perf_rdr_shift_in_W_leave
259 b,n perf_rdr_shift_in_W_leave
[all …]
/linux-6.14.4/tools/testing/selftests/bpf/benchs/
Drun_bench_ringbufs.sh10 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
11 summarize $b "$($RUN_RB_BENCH $b)"
15 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
16 summarize $b "$($RUN_RB_BENCH --rb-sampled $b)"
20 for b in rb-libbpf rb-custom pb-libbpf pb-custom; do
21 summarize $b "$($RUN_RB_BENCH --rb-b2b $b)"
22 summarize $b-sampled "$($RUN_RB_BENCH --rb-sampled --rb-b2b $b)"
26 for b in 1 5 10 25 50 100 250 500 1000 2000 3000; do
27 …summarize "rb-sampled-$b" "$($RUN_RB_BENCH --rb-b2b --rb-batch-cnt $b --rb-sampled --rb-sample-rat…
30 for b in 1 5 10 25 50 100 250 500 1000 2000 3000; do
[all …]
/linux-6.14.4/tools/testing/selftests/bpf/progs/
Dfexit_many_args.c11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() argument
14 test1_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG()
21 int BPF_PROG(test2, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() argument
25 test2_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG()
27 i == 24 && j == 25 && k == 26 && ret == 231; in BPF_PROG()
33 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f, in BPF_PROG() argument
36 test3_result = a == 16 && b == 17 && c == 18 && d == 19 && in BPF_PROG()
38 i == 24 && j == 25 && k == 26 && ret == 231; in BPF_PROG()
Dfentry_many_args.c11 int BPF_PROG(test1, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() argument
14 test1_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG()
21 int BPF_PROG(test2, __u64 a, void *b, short c, int d, void *e, char f, in BPF_PROG() argument
24 test2_result = a == 16 && b == (void *)17 && c == 18 && d == 19 && in BPF_PROG()
26 i == 24 && j == 25 && k == 26; in BPF_PROG()
32 int BPF_PROG(test3, __u64 a, __u64 b, __u64 c, __u64 d, __u64 e, __u64 f, in BPF_PROG() argument
35 test3_result = a == 16 && b == 17 && c == 18 && d == 19 && in BPF_PROG()
37 i == 24 && j == 25 && k == 26; in BPF_PROG()
/linux-6.14.4/arch/arm/mach-davinci/
Dsleep.S19 /* Assume 25 MHz speed for the cycle conversions since PLLs are bypassed */
20 #define PLL_BYPASS_CYCLES (PLL_BYPASS_TIME * 25)
21 #define PLL_RESET_CYCLES (PLL_RESET_TIME * 25)
22 #define PLL_LOCK_CYCLES (PLL_LOCK_TIME * 25)
64 bne 1b
86 bne 2b
120 bne 3b
127 /* Wait for PLL to lock (assume prediv = 1, 25MHz OSCIN) */
130 bne 4b
/linux-6.14.4/Documentation/driver-api/media/drivers/
Dzoran.rst33 Norms: PAL, SECAM (720x576 @ 25 fps), NTSC (720x480 @ 29.97 fps)
54 Norms: PAL, SECAM (720x576 @ 25 fps), NTSC (720x480 @ 29.97 fps)
75 Norms: PAL (720x576 @ 25 fps), NTSC (720x480 @ 29.97 fps)
92 Norms: PAL (720x576 @ 25 fps), NTSC (720x480 @ 29.97 fps)
109 Norms: PAL, SECAM (768x576 @ 25 fps), NTSC (640x480 @ 29.97 fps)
126 Norms: PAL, SECAM (768x576 @ 25 fps), NTSC (640x480 @ 29.97 fps)
144 Norms: PAL, SECAM (768x576 @ 25 fps), NTSC (640x480 @ 29.97 fps)
162 Norms: PAL, SECAM (768x576 @ 25 fps), NTSC (640x480 @ 29.97 fps)
180 Norms: PAL, SECAM (768x576 @ 25 fps), NTSC (640x480 @ 29.97 fps)
199 The CCIR has defined different standards: A,B,D,E,F,G,D,H,I,K,K1,L,M,N,...
[all …]
/linux-6.14.4/tools/testing/selftests/powerpc/pmu/ebb/
Debb_handler.S69 #define SAVE_VSR(n, b) li b, VSR_SAVE(n); stxvd2x n,b,r1 argument
70 #define LOAD_VSR(n, b) li b, VSR_SAVE(n); lxvd2x n,b,r1 argument
89 0: addis r2,r12,(.TOC.-0b)@ha; \
90 addi r2,r2,(.TOC.-0b)@l;
136 SAVE_GPR(25)
172 SAVE_VSR(25, r3)
234 TRASH_GPR(25)
284 LOAD_VSR(25, r3)
356 REST_GPR(25)
/linux-6.14.4/drivers/watchdog/
Docteon-wdt-nmi.S62 SAVE_REG(25)
73 bgez a0, 1b
78 dla $25, octeon_wdt_nmi_stage3
80 jal $25
84 2: b 2b

12345678910>>...43