Home
last modified time | relevance | path

Searched +full:- +full:s (Results 1 – 25 of 1268) sorted by relevance

12345678910>>...51

/kernel/linux/linux-5.10/arch/m68k/ifpsp060/
DMISC3 M68000 Hi-Performance Microprocessor Division
5 Production Release P1.00 -- October 10, 1994
30 -----------------------
33 ----------
34 freal.s : 2.4
36 x_fovfl.s : 2.16
37 x_funfl.s : 2.19
38 x_funsupp.s : 2.27
39 x_effadd.s : 2.21
40 x_foperr.s : 2.9
[all …]
/kernel/linux/linux-6.6/arch/m68k/ifpsp060/
DMISC3 M68000 Hi-Performance Microprocessor Division
5 Production Release P1.00 -- October 10, 1994
30 -----------------------
33 ----------
34 freal.s : 2.4
36 x_fovfl.s : 2.16
37 x_funfl.s : 2.19
38 x_funsupp.s : 2.27
39 x_effadd.s : 2.21
40 x_foperr.s : 2.9
[all …]
/kernel/linux/linux-5.10/lib/xz/
Dxz_dec_stream.c35 /* Position in variable-length integers and Check fields */
38 /* Variable-length integer decoded by dec_vli() */
152 * Fill s->temp by copying data starting from b->in[b->in_pos]. Caller
153 * must have set s->temp.pos to indicate how much data we are supposed
154 * to copy into s->temp.buf. Return true once s->temp.pos has reached
155 * s->temp.size.
157 static bool fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() argument
160 b->in_size - b->in_pos, s->temp.size - s->temp.pos); in fill_temp()
162 memcpy(s->temp.buf + s->temp.pos, b->in + b->in_pos, copy_size); in fill_temp()
163 b->in_pos += copy_size; in fill_temp()
[all …]
/kernel/linux/linux-6.6/lib/xz/
Dxz_dec_stream.c35 /* Position in variable-length integers and Check fields */
38 /* Variable-length integer decoded by dec_vli() */
152 * Fill s->temp by copying data starting from b->in[b->in_pos]. Caller
153 * must have set s->temp.pos to indicate how much data we are supposed
154 * to copy into s->temp.buf. Return true once s->temp.pos has reached
155 * s->temp.size.
157 static bool fill_temp(struct xz_dec *s, struct xz_buf *b) in fill_temp() argument
160 b->in_size - b->in_pos, s->temp.size - s->temp.pos); in fill_temp()
162 memcpy(s->temp.buf + s->temp.pos, b->in + b->in_pos, copy_size); in fill_temp()
163 b->in_pos += copy_size; in fill_temp()
[all …]
Dxz_dec_lzma2.c5 * Igor Pavlov <https://7-zip.org/>
35 * In multi-call mode, also these are true:
40 * Most of these variables are size_t to support single-call mode,
64 * End of the dictionary buffer. In multi-call mode, this is
65 * the same as the dictionary size. In single-call mode, this
78 * Maximum allowed dictionary size in multi-call mode.
79 * This is ignored in single-call mode.
107 * temp.buf or the caller-provided input buffer.
122 /* Probabilities for match lengths 2-9 */
125 /* Probabilities for match lengths 10-17 */
[all …]
/kernel/linux/linux-5.10/tools/lib/traceevent/
Dtrace-seq.c1 // SPDX-License-Identifier: LGPL-2.1
6 #include "trace-seq.h"
14 #include "event-parse.h"
15 #include "event-utils.h"
22 #define TRACE_SEQ_CHECK(s) \ argument
24 if (WARN_ONCE((s)->buffer == TRACE_SEQ_POISON, \
26 (s)->state = TRACE_SEQ__BUFFER_POISONED; \
29 #define TRACE_SEQ_CHECK_RET_N(s, n) \ argument
31 TRACE_SEQ_CHECK(s); \
32 if ((s)->state != TRACE_SEQ__GOOD) \
[all …]
/kernel/linux/linux-6.6/arch/x86/kvm/
Di8259.c4 * Copyright (c) 2003-2004 Fabrice Bellard
44 static void pic_lock(struct kvm_pic *s) in pic_lock() argument
45 __acquires(&s->lock) in pic_lock()
47 spin_lock(&s->lock); in pic_lock()
50 static void pic_unlock(struct kvm_pic *s) in pic_unlock() argument
51 __releases(&s->lock) in pic_unlock()
53 bool wakeup = s->wakeup_needed; in pic_unlock()
57 s->wakeup_needed = false; in pic_unlock()
59 spin_unlock(&s->lock); in pic_unlock()
62 kvm_for_each_vcpu(i, vcpu, s->kvm) { in pic_unlock()
[all …]
/kernel/linux/linux-5.10/arch/x86/kvm/
Di8259.c4 * Copyright (c) 2003-2004 Fabrice Bellard
42 static void pic_lock(struct kvm_pic *s) in pic_lock() argument
43 __acquires(&s->lock) in pic_lock()
45 spin_lock(&s->lock); in pic_lock()
48 static void pic_unlock(struct kvm_pic *s) in pic_unlock() argument
49 __releases(&s->lock) in pic_unlock()
51 bool wakeup = s->wakeup_needed; in pic_unlock()
55 s->wakeup_needed = false; in pic_unlock()
57 spin_unlock(&s->lock); in pic_unlock()
60 kvm_for_each_vcpu(i, vcpu, s->kvm) { in pic_unlock()
[all …]
/kernel/linux/linux-6.6/drivers/media/usb/airspy/
Dairspy.c1 // SPDX-License-Identifier: GPL-2.0-or-later
11 #include <media/v4l2-device.h>
12 #include <media/v4l2-ioctl.h>
13 #include <media/v4l2-ctrls.h>
14 #include <media/v4l2-event.h>
15 #include <media/videobuf2-v4l2.h>
16 #include <media/videobuf2-vmalloc.h>
90 /* common v4l buffer stuff -- must be first */
154 dev_dbg(_dev, "%02x %02x %02x %02x %02x %02x %02x %02x %s %*ph\n", \
160 static int airspy_ctrl_msg(struct airspy *s, u8 request, u16 value, u16 index, in airspy_ctrl_msg() argument
[all …]
/kernel/linux/linux-6.6/
DCREDITS1 This is at least a partial credits-file of people that have
4 scripts. The fields are: name (N), email (E), web-address
6 snail-mail address (S).
10 ----------
19 D: One of assisting postmasters for vger.kernel.org's lists
20 S: (ask for current address)
21 S: Finland
31 S: C. Negri 6, bl. D3
32 S: Iasi 6600
33 S: Romania
[all …]
/kernel/linux/linux-5.10/
DCREDITS1 This is at least a partial credits-file of people that have
4 scripts. The fields are: name (N), email (E), web-address
6 snail-mail address (S).
10 ----------
19 D: One of assisting postmasters for vger.kernel.org's lists
20 S: (ask for current address)
21 S: Finland
31 S: C. Negri 6, bl. D3
32 S: Iasi 6600
33 S: Romania
[all …]
/kernel/linux/linux-5.10/drivers/media/usb/airspy/
Dairspy.c1 // SPDX-License-Identifier: GPL-2.0-or-later
11 #include <media/v4l2-device.h>
12 #include <media/v4l2-ioctl.h>
13 #include <media/v4l2-ctrls.h>
14 #include <media/v4l2-event.h>
15 #include <media/videobuf2-v4l2.h>
16 #include <media/videobuf2-vmalloc.h>
90 /* common v4l buffer stuff -- must be first */
154 dev_dbg(_dev, "%02x %02x %02x %02x %02x %02x %02x %02x %s %*ph\n", \
160 static int airspy_ctrl_msg(struct airspy *s, u8 request, u16 value, u16 index, in airspy_ctrl_msg() argument
[all …]
/kernel/linux/linux-6.6/drivers/media/pci/tw5864/
Dtw5864-h264.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * TW5864 driver - H.264 headers generation functions
15 * Exponential-Golomb coding functions
31 static void bs_init(struct bs *s, void *buf, int size) in bs_init() argument
33 s->buf = buf; in bs_init()
34 s->ptr = buf; in bs_init()
35 s->buf_end = s->ptr + size; in bs_init()
36 s->bits_left = 8; in bs_init()
39 static int bs_len(struct bs *s) in bs_len() argument
41 return s->ptr - s->buf; in bs_len()
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/tw5864/
Dtw5864-h264.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 * TW5864 driver - H.264 headers generation functions
15 * Exponential-Golomb coding functions
31 static void bs_init(struct bs *s, void *buf, int size) in bs_init() argument
33 s->buf = buf; in bs_init()
34 s->ptr = buf; in bs_init()
35 s->buf_end = s->ptr + size; in bs_init()
36 s->bits_left = 8; in bs_init()
39 static int bs_len(struct bs *s) in bs_len() argument
41 return s->ptr - s->buf; in bs_len()
[all …]
/kernel/linux/linux-5.10/drivers/tty/serial/
Dmax3100.c1 // SPDX-License-Identifier: GPL-2.0+
29 * The initial minor number is 209 in the low-density serial port:
102 * (bits 0-7, bits 8-11 are irqs) */
139 static int max3100_do_parity(struct max3100_port *s, u16 c) in max3100_do_parity() argument
143 if (s->parity & MAX3100_PARITY_ODD) in max3100_do_parity()
148 if (s->parity & MAX3100_7BIT) in max3100_do_parity()
157 static int max3100_check_parity(struct max3100_port *s, u16 c) in max3100_check_parity() argument
159 return max3100_do_parity(s, c) == ((c >> 8) & 1); in max3100_check_parity()
162 static void max3100_calc_parity(struct max3100_port *s, u16 *c) in max3100_calc_parity() argument
164 if (s->parity & MAX3100_7BIT) in max3100_calc_parity()
[all …]
/kernel/linux/linux-6.6/drivers/tty/serial/
Dmax3100.c1 // SPDX-License-Identifier: GPL-2.0+
29 * The initial minor number is 209 in the low-density serial port:
102 * (bits 0-7, bits 8-11 are irqs) */
139 static int max3100_do_parity(struct max3100_port *s, u16 c) in max3100_do_parity() argument
143 if (s->parity & MAX3100_PARITY_ODD) in max3100_do_parity()
148 if (s->parity & MAX3100_7BIT) in max3100_do_parity()
157 static int max3100_check_parity(struct max3100_port *s, u16 c) in max3100_check_parity() argument
159 return max3100_do_parity(s, c) == ((c >> 8) & 1); in max3100_check_parity()
162 static void max3100_calc_parity(struct max3100_port *s, u16 *c) in max3100_calc_parity() argument
164 if (s->parity & MAX3100_7BIT) in max3100_calc_parity()
[all …]
/kernel/linux/linux-6.6/arch/arm64/crypto/
Dsm4-ce-asm.h1 /* SPDX-License-Identifier: GPL-2.0-or-later */
8 ld1 {v24.16b-v27.16b}, [ptr], #64; \
9 ld1 {v28.16b-v31.16b}, [ptr];
12 sm4e b0.4s, v24.4s; \
13 sm4e b0.4s, v25.4s; \
14 sm4e b0.4s, v26.4s; \
15 sm4e b0.4s, v27.4s; \
16 sm4e b0.4s, v28.4s; \
17 sm4e b0.4s, v29.4s; \
18 sm4e b0.4s, v30.4s; \
[all …]
Dchacha-neon-core.S4 * Copyright (C) 2016-2018 Linaro, Ltd. <ard.biesheuvel@linaro.org>
11 * ChaCha20 256-bit cipher algorithm, RFC7539, x64 SSSE3 functions
29 * chacha_permute - permute one block
31 * Permute one 64-byte block where the state matrix is stored in the four NEON
32 * registers v0-v3. It performs matrix operations on four words in parallel,
42 ld1 {v12.4s}, [x10]
46 add v0.4s, v0.4s, v1.4s
51 add v2.4s, v2.4s, v3.4s
53 shl v1.4s, v4.4s, #12
54 sri v1.4s, v4.4s, #20
[all …]
/kernel/linux/linux-6.6/arch/mips/cavium-octeon/executive/
Dcvmx-interrupt-decodes.c7 * Copyright (c) 2003-2009 Cavium Networks
14 * AS-IS and WITHOUT ANY WARRANTY; without even the implied warranty
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
37 #include <asm/octeon/cvmx-gmxx-defs.h>
38 #include <asm/octeon/cvmx-pcsx-defs.h>
39 #include <asm/octeon/cvmx-pcsxx-defs.h>
40 #include <asm/octeon/cvmx-spxx-defs.h>
41 #include <asm/octeon/cvmx-stxx-defs.h>
49 * __cvmx_interrupt_gmxx_rxx_int_en_enable - enable all interrupt bits in cvmx_gmxx_rxx_int_en_t
60 /* Skipping gmx_rx_int_en.s.reserved_29_63 */ in __cvmx_interrupt_gmxx_rxx_int_en_enable()
[all …]
/kernel/linux/linux-6.6/tools/mm/
Dslabinfo.c1 // SPDX-License-Identifier: GPL-2.0
10 * gcc -o slabinfo slabinfo.c
84 int output_lines = -1;
114 "slabinfo [-aABDefhilLnoPrsStTUvXz1] [N=K] [-dafzput] [slab-regexp]\n" in usage()
115 "-a|--aliases Show aliases\n" in usage()
116 "-A|--activity Most active slabs first\n" in usage()
117 "-B|--Bytes Show size in bytes\n" in usage()
118 "-D|--display-active Switch line format to activity\n" in usage()
119 "-e|--empty Show empty slabs\n" in usage()
120 "-f|--first-alias Show first alias\n" in usage()
[all …]
/kernel/linux/linux-6.6/drivers/media/pci/ivtv/
Divtv-queue.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com>
6 Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl>
10 #include "ivtv-driver.h"
11 #include "ivtv-queue.h"
13 int ivtv_buf_copy_from_user(struct ivtv_stream *s, struct ivtv_buffer *buf, const char __user *src,… in ivtv_buf_copy_from_user() argument
15 if (s->buf_size - buf->bytesused < copybytes) in ivtv_buf_copy_from_user()
16 copybytes = s->buf_size - buf->bytesused; in ivtv_buf_copy_from_user()
17 if (copy_from_user(buf->buf + buf->bytesused, src, copybytes)) { in ivtv_buf_copy_from_user()
18 return -EFAULT; in ivtv_buf_copy_from_user()
[all …]
Divtv-irq.c1 // SPDX-License-Identifier: GPL-2.0-or-later
3 Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com>
5 Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl>
9 #include "ivtv-driver.h"
10 #include "ivtv-queue.h"
11 #include "ivtv-udma.h"
12 #include "ivtv-irq.h"
13 #include "ivtv-mailbox.h"
14 #include "ivtv-vbi.h"
15 #include "ivtv-yuv.h"
[all …]
/kernel/linux/linux-5.10/drivers/media/pci/ivtv/
Divtv-queue.c1 // SPDX-License-Identifier: GPL-2.0-or-later
4 Copyright (C) 2003-2004 Kevin Thayer <nufan_wfk at yahoo.com>
6 Copyright (C) 2005-2007 Hans Verkuil <hverkuil@xs4all.nl>
10 #include "ivtv-driver.h"
11 #include "ivtv-queue.h"
13 int ivtv_buf_copy_from_user(struct ivtv_stream *s, struct ivtv_buffer *buf, const char __user *src,… in ivtv_buf_copy_from_user() argument
15 if (s->buf_size - buf->bytesused < copybytes) in ivtv_buf_copy_from_user()
16 copybytes = s->buf_size - buf->bytesused; in ivtv_buf_copy_from_user()
17 if (copy_from_user(buf->buf + buf->bytesused, src, copybytes)) { in ivtv_buf_copy_from_user()
18 return -EFAULT; in ivtv_buf_copy_from_user()
[all …]
/kernel/linux/linux-5.10/arch/arm64/crypto/
Dchacha-neon-core.S4 * Copyright (C) 2016-2018 Linaro, Ltd. <ard.biesheuvel@linaro.org>
11 * ChaCha20 256-bit cipher algorithm, RFC7539, x64 SSSE3 functions
29 * chacha_permute - permute one block
31 * Permute one 64-byte block where the state matrix is stored in the four NEON
32 * registers v0-v3. It performs matrix operations on four words in parallel,
42 ld1 {v12.4s}, [x10]
46 add v0.4s, v0.4s, v1.4s
51 add v2.4s, v2.4s, v3.4s
53 shl v1.4s, v4.4s, #12
54 sri v1.4s, v4.4s, #20
[all …]
/kernel/linux/linux-5.10/tools/vm/
Dslabinfo.c1 // SPDX-License-Identifier: GPL-2.0
10 * gcc -o slabinfo slabinfo.c
84 int output_lines = -1;
114 "slabinfo [-aABDefhilLnoPrsStTUvXz1] [N=K] [-dafzput] [slab-regexp]\n" in usage()
115 "-a|--aliases Show aliases\n" in usage()
116 "-A|--activity Most active slabs first\n" in usage()
117 "-B|--Bytes Show size in bytes\n" in usage()
118 "-D|--display-active Switch line format to activity\n" in usage()
119 "-e|--empty Show empty slabs\n" in usage()
120 "-f|--first-alias Show first alias\n" in usage()
[all …]

12345678910>>...51