Searched refs:one (Results 101 - 125 of 166) sorted by relevance

1234567

/linux-master/arch/mips/crypto/
H A Dpoly1305-mips.pl37 # one picks the latter, it's possible to arrange code in ABI neutral
738 my $one = $t2; # used on R2
768 li $one,1
937 maddu $at,$one # hi*1
946 maddu $at,$one # hi*1
957 maddu $at,$one # hi*1
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dsockmap_listen.c429 const u32 zero = 0, one = 1; local
463 xbpf_map_update_elem(mapfd, &one, &value, BPF_NOEXIST);
604 const int one = 1; local
613 err = xsetsockopt(s, SOL_SOCKET, SO_REUSEADDR, &one, sizeof(one));
/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) \
85 base ## one ## 1, \
103 #define PAIR_TEXTS(base, one, two) PAIR_PS(base, one, two, "")
/linux-master/drivers/tty/serial/
H A Dstm32-usart.c739 size_t one = UART_XMIT_SIZE - xmit->tail; local
742 if (one > count)
743 one = count;
744 two = count - one;
746 memcpy(&stm32port->tx_buf[0], &xmit->buf[xmit->tail], one);
748 memcpy(&stm32port->tx_buf[one], &xmit->buf[0], two);
/linux-master/arch/m68k/fpsp040/
H A Dscale.S212 btstb #4,FPCR_MODE(%a6) |check which one
261 btstb #4,FPCR_MODE(%a6) |check which one
H A Dsetox.S28 | first one is measured when the function is invoked the first time
30 | second one is measured when the function is reinvoked at the same
53 | Notes: This will always generate one exception -- inexact.
168 | one can argue that the inexact flag should always be
H A Dx_unfl.S159 | Test for fsgldiv and fsglmul. If the inst was one of these, then
H A Ddecbin.S153 mulul #TEN,%d1 |mul partial product by one digit place
225 ble loadlw |if not, get last one
248 | 3. Add one for each zero encountered until a non-zero digit.
255 | 3. Add one for each zero encountered until a non-zero digit.
H A Dx_snan.S11 | is set to one and the resulting non-signaling NAN (truncated if
/linux-master/arch/m68k/math-emu/
H A Dfp_decode.h202 | test if %pc is the base register for one of the extended modes
H A Dfp_scan.S111 swap %d1 | one can be trashed below
/linux-master/tools/testing/selftests/bpf/
H A Dtest_sockmap.c301 int i, err, one = 1; local
319 (char *)&one, sizeof(one));
328 err = ioctl(*fds[i], FIONBIO, (char *)&one);
/linux-master/crypto/
H A Decc.c1422 u64 one[ECC_MAX_DIGITS] = { 1, }; local
1432 if (vli_cmp(one, private_key, ndigits) != -1)
1434 vli_sub(res, curve->n, one, ndigits);
1435 vli_sub(res, res, one, ndigits);
/linux-master/arch/m68k/kernel/
H A Dentry.S245 | only allow interrupts when we are really the last one on the
/linux-master/arch/x86/crypto/
H A Dcrc32c-pcl-intel-asm_64.S17 * This software is available to you under a choice of one of two
211 # SKIP crc32 -i*8(block_2), crc2 ; Don't do this one yet
H A Dsha512-ssse3-asm.S12 # This software is available to you under a choice of one of two
167 # by one tab. Vectored instructions (for the message scheduler) are indented
/linux-master/scripts/
H A Dcheck-uapi.sh17 The script will not check UAPI headers for architectures other than the one
385 printf "It's possible a change to one of the headers it includes caused this error:\n"
448 eprintf "Please set ARCH to one of:\n%s\n" "$(find arch -maxdepth 1 -mindepth 1 -type d -printf '%f ' | fmt)"
/linux-master/arch/arm/kernel/
H A Diwmmxt.S201 teqne r1, r2 @ or specified one?
/linux-master/tools/testing/selftests/mm/
H A Drun_vmtests.sh28 to the -t argument containing one or more of the following categories
107 # If test selected argument is one of the test items
266 # For this test, we need one and just one huge page
/linux-master/Documentation/sphinx/
H A Dparse-headers.pl383 to replace the default references by a custom one.
/linux-master/net/atm/
H A Dbr2684.c87 struct list_head brvccs; /* one device <=> one vcc (before xmas) */
545 * Allow two packets in the ATM queue. One actually being sent, and one
547 * the next one from the netdev queue, when we need it. More than that
580 const u8 one = 1; local
585 dev_addr_mod(net_dev, 2, &one, 1);
/linux-master/tools/net/ynl/
H A Dynl-gen-c.py153 for one in members:
154 ri.cw.p(one + ';')
703 # All attr sets this one contains, directly or multiple levels down
1374 for one in members:
1375 line = '.' + one[0]
1376 line += '\t' * ((longest - len(one[0]) - 1 + 7) // 8)
1377 line += '= ' + str(one[1]) + ','
2409 # Write kdoc for enum and flags (one day maybe also structs)
2689 for one in headers:
2690 cw.p(f"#include <{one}>")
[all...]
/linux-master/arch/sparc/lib/
H A DM7memcpy.S209 EX_LD(LOAD(ldub, %o4, %o4), memcpy_retl_o2_plus_o5) ! load one byte
902 EX_LD(LOAD(ldub, %o1, %o3), memcpy_retl_o2_plus_1) ! load one byte
904 EX_ST(STORE(stb, %o3, %o0), memcpy_retl_o2_plus_1) ! store one byte
/linux-master/arch/xtensa/kernel/
H A Dentry.S189 /* If only one valid frame skip saving regs. */
203 and a3, a3, a2 # max. only one bit is set
670 * If this bit is zero, all other bits except the one for the
676 * The result is zero only if one bit was set.
1279 _beqz a3, .Lnospill # only one active frame? jump
1304 /* WB is now just one frame below the oldest frame in the register
1306 and WS differ by one 4-register frame. */
1481 slli a3, a3, 1 # shift left by one
1751 /* Check if excvaddr was in one of the TLBTEMP_BASE areas. */
1775 /* We can use up to two TLBTEMP areas, one fo
[all...]
/linux-master/arch/arm/lib/
H A Dlib1funcs.S57 @ to save one loop in most cases.

Completed in 283 milliseconds

1234567