Searched refs:two (Results 1 - 25 of 72) sorted by last modified time

123

/linux-master/sound/pci/emu10k1/
H A Demumixer.c77 #define PAIR_PS(base, one, two, sfx) base " " one sfx, base " " two sfx
84 #define PAIR_REGS(base, one, two) \
86 base ## two ## 1
103 #define PAIR_TEXTS(base, one, two) PAIR_PS(base, one, two, "")
941 // can mean two things: either E-MU mapped the dock's sources to
/linux-master/drivers/tty/serial/
H A Dstm32-usart.c740 size_t two; local
744 two = count - one;
747 if (two)
748 memcpy(&stm32port->tx_buf[one], &xmit->buf[0], two);
1269 * Enable fifo threshold irq in two cases, either when there is no DMA, or when
/linux-master/lib/
H A Doverflow_kunit.c1183 DEFINE_RAW_FLEX(struct foo, two, array, 2);
1187 KUNIT_EXPECT_EQ(test, __struct_size(two),
H A Dmemcpy_kunit.c23 u16 two; member in struct:some_bytes::__anon485::__anon486
40 #define compare(name, one, two) do { \
41 BUILD_BUG_ON(sizeof(one) != sizeof(two)); \
43 KUNIT_EXPECT_EQ_MSG(test, one.data[i], two.data[i], \
45 __LINE__, #one, i, one.data[i], #two, i, two.data[i]); \
H A Dstackinit_kunit.c91 zero.two = 0; \
106 #define __static_partial { .two = 0, }
108 .two = 0, \
112 #define __dynamic_partial { .two = arg->two, }
114 .two = arg->two, \
118 #define __runtime_partial var.two = 0
120 var.two = 0; \
184 * possible between the two lea
257 unsigned long two; member in struct:test_packed
265 char two; member in struct:test_small_hole
274 u8 two; member in struct:test_big_hole
282 char *two; member in struct:test_trailing_hole
291 unsigned long two; member in struct:test_user
[all...]
H A Dfortify_kunit.c466 /* And for sure now, two bytes past. */
559 /* Keeping space for %NUL, last two bytes should be %NUL */
604 char two[] = "BC"; local
624 /* Last two bytes should be %NUL */
646 /* And adding two will overflow more. */
647 KUNIT_ASSERT_TRUE(test, strcat(pad.buf, two) == pad.buf);
682 /* Last two bytes should be %NUL */
706 /* And adding two will overflow more. */
756 /* Last two bytes should be %NUL */
780 /* And adding two wil
875 char two[] = "My mind is going ... I can feel it."; local
[all...]
/linux-master/drivers/misc/lkdtm/
H A Dbugs.c339 int two; member in struct:array_bounds_flex_array
345 int two; member in struct:array_bounds
H A Dheap.c32 char *one, *two; local
36 two = vzalloc(PAGE_SIZE);
41 vfree(two);
/linux-master/arch/arm/include/debug/
H A Dbrcmstb.S50 sub \rv, \rv, \rp @ offset between the two
157 * to share the probe results between the two copies, rather than having
/linux-master/arch/powerpc/crypto/
H A Daesp8-ppc.pl220 lvx $rcon,0,$ptr # last two round keys
1429 my ($two,$three,$four)=($outhead,$outperm,$outmask);
1518 vadduqm $two,$one,$one
1523 vadduqm $out2,$ivec,$two # (do all ctr adds as 128-bit)
1526 vadduqm $out3,$out1,$two
1529 vadduqm $out4,$out2,$two
1532 vadduqm $out5,$out3,$two
1535 vadduqm $out6,$out4,$two
1537 vadduqm $out7,$out5,$two
1539 vadduqm $ivec,$out6,$two # nex
[all...]
/linux-master/drivers/gpu/drm/amd/amdkfd/
H A Dcwsr_trap_handler_gfx10.asm397 // Save v0 by itself since it requires only two SGPRs.
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_benchmark.c86 double two = i_two, two_bump = two * 0.1; local
89 two_bump = two + MAX(two_bump, 2.0);
92 if (one == two ||
93 (one > two && one <= two_bump) ||
94 (two > one && two <= one_bump))
107 unsigned long long one, bool (*eval)(int, int), unsigned long long two,
119 (long long)one, name_eval, (long long)two);
125 if (two > INT_MA
106 compare(const char *name_one, const char *name_eval, const char *name_two, unsigned long long one, bool (*eval)(int, int), unsigned long long two, bool skip) argument
[all...]
/linux-master/tools/perf/tests/
H A Dcpumap.c218 struct perf_cpu_map *two = perf_cpu_map__new("2"); local
219 struct perf_cpu_map *empty = perf_cpu_map__intersect(one, two);
222 struct perf_cpu_map *maps[] = {empty, any, one, two, pair};
236 tmp = perf_cpu_map__merge(perf_cpu_map__get(one), two);
/linux-master/tools/perf/
H A Dbuiltin-lock.c174 /* build simple key function one is bigger than two */
177 struct lock_stat *two) \
179 return one->member > two->member; \
189 struct lock_stat *two)
192 u64 s2 = two->wait_time_min;
211 /* key: a pointer to function to compare two lock stats for sorting */
188 lock_stat_key_wait_time_min(struct lock_stat *one, struct lock_stat *two) argument
/linux-master/drivers/tty/vt/
H A Dkeyboard.c179 * USB keyboards for example have two event devices: one for all "normal"
870 * handle the case that two shift or control
1443 * interfere with anything else. The two bytes after 0 will
/linux-master/scripts/
H A Dget_abi.pl1020 The input file may be using ReST syntax or not. Those two options allow
/linux-master/arch/x86/crypto/
H A Dsha512-ssse3-asm.S12 # This software is available to you under a choice of one of two
158 # The two new schedule QWORDS are stored at [W_t(%%t)] and [W_t(%%t+1)].
168 # by two tabs.
H A Dsha512-avx-asm.S12 # This software is available to you under a choice of one of two
163 # The two new schedule QWORDS are stored at [W_t(t)] and [W_t(t+1)].
H A Daesni-intel_avx-x86_64.S4 # This software is available to you under a choice of one of two
118 ## throughout the code, one tab and two tab indentations are used. one tab is
119 ## for GHASH part, two tabs is for AES part.
H A Daesni-intel_asm.S1081 # XMM8 and TMP5 hold the values for the two operands
1289 # XMM8 and TMP5 hold the values for the two operands
/linux-master/drivers/gpu/drm/amd/display/modules/color/
H A Dcolor_gamma.c980 struct fixed31_32 two; local
1010 two = dc_fixpt_from_int(2);
1015 temp1 = dc_fixpt_mul(two, t3);
1026 temp1 = dc_fixpt_mul(two, t2);
/linux-master/arch/x86/lib/
H A Dchecksum_32.S70 subl $2, %ecx # Alignment uses up two bytes.
71 jae 1f # Jump if we had at least two bytes.
284 subl $2, %ecx # Alignment uses up two bytes.
285 jae 1f # Jump if we had at least two bytes.
/linux-master/arch/x86/boot/compressed/
H A Dkaslr.c102 static bool mem_overlaps(struct mem_vector *one, struct mem_vector *two) argument
104 /* Item one is entirely before item two. */
105 if (one->start + one->size <= two->start)
107 /* Item one is entirely after item two. */
108 if (one->start >= two->start + two->size)
343 * as a maximum of the two. The diagram is showing a case where
379 * Since the above two ranges need to be avoided and they are adjacent,
/linux-master/arch/sparc/lib/
H A Dchecksum_32.S46 ldd [%o0], %g2 ! load two
61 bne 2f ! at least two bytes more
62 subcc %o1, 2, %o1 ! only two bytes more?
/linux-master/arch/alpha/lib/
H A Dstrncpy.S67 0: stq_u $31, 0($16) # zero two words

Completed in 275 milliseconds

123