Home
last modified time | relevance | path

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

12345678910>>...49

/linux/tools/testing/selftests/hid/tests/
H A Dtest_multitouch.py49625 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…
113725 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…
114825 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…
115925 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…
1171 '01 ff 01 57 1b 89 09 ff 02 7b 3b ea 07 02',
1173 '01 ff 01 54 1b 92 09 ff 02 7b 3b ec 07 02',
1175 '01 ff 02 81 3b f8 07 fe 01 54 1b 92 09 02',
1177 '01 ff 02 81 3b f8 07 fc 01 54 1b 92 09 02',
119625 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…
120625 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 …]
H A Dtest_tablet.py514 for b in buttons:
515 assert evdev.value[b.value] is None or evdev.value[b.value] == False
1358 # rdesc='05 0d 09 04 a1 01 85 04 09 22 a1 00 09 42 15 00 25 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 01 95 01 15 00 25 01 81 02 05 01 09 30 75 10 95 01 55 0d 65 33 35 00 46 34 49 26 ff 7f 81 02 09 31 75 10 95 01 55 0d 65 33 35 00 46 37 29 26 ff 7f 81 02 05 0d 09 55 25 08 75 08 95 01 b1 02 c0 c0 05 01 09 01 a1 01 85 01 09 01 a1 00 05 09 19 01 29 02 15 00 25 01 95 02 75 01 81 02 95 01 75 06 81 01 05 01 09 30 09 31 16 00 00 26 ff 0f 36 00 00 46 ff 0f 66 00 00 75 10 95 02 81 02 c0 c0 06 00 ff 09 01 a1 01 09 01 15 00 26 ff 00 85 03 75 08 95 3f 81 02 06 00 ff 09 01 15 00 26 ff 00 75 08 95 3f 91 02 c0 05 0d 09 04 a1 01 85 02 09 20 a1 00 09 42 09 32 15 00 25 01 95 02 75 01 81 02 95 06 75 01 81 03 05 01 09 30 75 10 95 01 a4 55 0d 65 33 36 00 00 46 34 49 16 00 00 26 ff 0f 81 02 09 31 16 00 00 26 ff 0f 36 00 00 46 37 29 81 02 b4 c0 c0 05 0d 09 0e a1 01 85 05 09 22 a1 00 09 52 09 53 15 00 25
[all...]
/linux/arch/alpha/lib/
H A 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 …]
H A 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/drivers/tty/vt/
H A 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/lib/crypto/x86/
H A Dsha256-avx-asm.S107 b = %ebx define
148 c = b
149 b = a define
158 MY_ROR (25-11), y0 # y0 = e >> (25-11)
162 xor e, y0 # y0 = e ^ (e >> (25-11))
164 MY_ROR (11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6))
168 xor e, y0 # y0 = e ^ (e >> (11-6)) ^ (e >> (25-6))
174 MY_ROR 6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25)
187 and b, y0 # y0 = (a|c)&b
190 or y2, y0 # y0 = MAJ = (a|c)&b)|(a&c)
[all …]
H A Dsha256-ssse3-asm.S100 b = %ebx define
142 c = b
143 b = a define
152 ror $(25-11), y0 # y0 = e >> (25-11)
156 xor e, y0 # y0 = e ^ (e >> (25-11))
158 ror $(11-6), y0 # y0 = (e >> (11-6)) ^ (e >> (25-6))
163 xor e, y0 # y0 = e ^ (e >> (11-6)) ^ (e >> (25-6))
169 ror $6, y0 # y0 = S1 = (e>>6) & (e>>11) ^ (e>>25)
184 and b, y0 # y0 = (a|c)&b
187 or y2, y0 # y0 = MAJ = (a|c)&b)|(a&c)
[all …]
H A Dsha256-avx2-asm.S103 b = %ebx define
148 c = b
149 b = a define
157 rorx $25, e, y0 # y0 = e >> 25 # S1A
166 xor y1, y0 # y0 = (e>>25) ^ (e>>11) # S1
172 xor y1, y0 # y0 = (e>>25) ^ (e>>11) ^ (e>>6) # S1
176 and b, y3 # y3 = (a|c)&b # MAJA
189 or T1, y3 # y3 = MAJ = (a|c)&b)|(a&c) # MAJ
205 rorx $25, e, y0 # y0 = e >> 25 # S1A
215 xor y1, y0 # y0 = (e>>25) ^ (e>>11) # S1
[all …]
/linux/drivers/ata/
H A 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/drivers/comedi/drivers/ni_routing/ni_route_values/
H A 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 …]
H A Dni_660x.c48 [B(NI_PFI(8))] = {
49 [B(NI_CtrInternalOutput(7))] = I(1),
51 [B(NI_PFI(10))] = {
52 [B(NI_CtrGate(7))] = I(1),
54 [B(NI_PFI(11))] = {
55 [B(NI_CtrSource(7))] = I(1),
57 [B(NI_PFI(12))] = {
58 [B(NI_CtrInternalOutput(6))] = I(1),
60 [B(NI_PFI(14))] = {
61 [B(NI_CtrGate(6))] = I(1),
[all …]
/linux/lib/crypto/powerpc/
H A Dchacha-p10le-8x.S11 # 1. a += b; d ^= a; d <<<= 16;
12 # 2. c += d; b ^= c; b <<<= 12;
13 # 3. a += b; d ^= a; d <<<= 8;
14 # 4. c += d; b ^= c; b <<<= 7
21 # 4 blocks (a b c d)
91 SAVE_GPR 25, 200, 1
105 SAVE_VRS 25, 80, 9
124 SAVE_VSX 25, 368, 9
140 RESTORE_VRS 25, 80, 9
159 RESTORE_VSX 25, 368, 9
[all …]
H A 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 …]
H A 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/Documentation/networking/devlink/
H A Dice.rst273 ice 0000:16:00.0: Pending 4 25 25 25 25 - - - -
274 ice 0000:16:00.0: 4 25 25 - - 25 25 - -
339 0000000000000020 02 00 02 01 32 03 00 00 0a 00 00 00 25 00 00 00
440 $ devlink dev eswitch set pci/0000:4b:00.0 mode switchdev
446 pci/0000:4b:00.0/node_25: type node parent node_24
447 pci/0000:4b:00.0/node_24: type node parent node_0
448 pci/0000:4b:00.0/node_32: type node parent node_31
449 pci/0000:4b:00.0/node_31: type node parent node_30
450 pci/0000:4b:00.0/node_30: type node parent node_16
451 pci/0000:4b:00.0/node_19: type node parent node_18
[all …]
/linux/arch/parisc/kernel/
H A 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/arch/arm/vfp/
H A 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/tools/testing/selftests/bpf/benchs/
H A 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
[all...]
/linux/arch/arm/mach-davinci/
H A 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/tools/testing/selftests/powerpc/pmu/ebb/
H A 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/tools/testing/selftests/bpf/progs/
H A 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()
H A 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/drivers/watchdog/
H A 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
/linux/arch/m68k/fpsp040/
H A Dtbldo.S148 .long serror |$0b-0 ERROR - illegal extension
149 .long serror |$0b-1 ERROR - illegal extension
150 .long serror |$0b-2 ERROR - illegal extension
151 .long serror |$0b-3 ERROR - illegal extension
152 .long serror |$0b-4 ERROR - illegal extension
153 .long serror |$0b-5 ERROR - illegal extension
154 .long serror |$0b-6 ERROR - illegal extension
155 .long serror |$0b-7 ERROR - illegal extension
292 .long serror |$1b-0 ERROR - illegal extension
293 .long serror |$1b-1 ERROR - illegal extension
[all …]
/linux/arch/loongarch/lib/
H A Dclear_user.S17 b __clear_user_generic
22 ALTERNATIVE "b __clear_user_generic", \
23 "b __clear_user_fast", CPU_FEATURE_UAL
38 1: st.b zero, a0, 0
41 bgtz a1, 1b
46 _asm_extable 1b, 2b
125 17: st.b zero, a0, 0
136 20: st.b zero, a0, 2
147 23: st.b zero, a0, 4
153 25: st.h zero, a0, 4
[all …]

12345678910>>...49