Symbol: __n
arch/arm/boot/compressed/string.c
25
void *__memcpy(void *__dest, __const void *__src, size_t __n) __alias(memcpy);
arch/arm/boot/compressed/string.c
30
void *memcpy(void *__dest, __const void *__src, size_t __n)
arch/arm/boot/compressed/string.c
35
for (i = __n >> 3; i > 0; i--) {
arch/arm/boot/compressed/string.c
46
if (__n & 1 << 2) {
arch/arm/boot/compressed/string.c
53
if (__n & 1 << 1) {
arch/arm/boot/compressed/string.c
58
if (__n & 1)
arch/arm/include/asm/div64.h
27
register unsigned long long __n asm("r0") = *n;
arch/arm/include/asm/div64.h
34
: "+r" (__n), "=r" (__res)
arch/arm/include/asm/div64.h
37
__rem = __n >> 32;
arch/arm64/kvm/emulate-nested.c
2117
struct fgt_masks __n = { .str = #__m, .res0 = __m ## _RES0, .res1 = __m ## _RES1 }
arch/hexagon/include/asm/string.h
11
extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
arch/hexagon/include/asm/string.h
15
extern void *memset(void *__to, int c, size_t __n);
arch/loongarch/include/asm/string.h
14
extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
arch/loongarch/include/asm/string.h
15
extern void *__memcpy(void *__to, __const__ void *__from, size_t __n);
arch/loongarch/include/asm/string.h
18
extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
arch/loongarch/include/asm/string.h
19
extern void *__memmove(void *__dest, __const__ void *__src, size_t __n);
arch/m68k/include/asm/div64.h
17
} __n; \
arch/m68k/include/asm/div64.h
21
__n.n64 = (n); \
arch/m68k/include/asm/div64.h
22
if ((__upper = __n.n32[0])) { \
arch/m68k/include/asm/div64.h
24
: "=d" (__n.n32[0]), "=d" (__upper) \
arch/m68k/include/asm/div64.h
25
: "d" (__base), "0" (__n.n32[0])); \
arch/m68k/include/asm/div64.h
28
: "=d" (__n.n32[1]), "=d" (__rem) \
arch/m68k/include/asm/div64.h
29
: "d" (__base), "1" (__upper), "0" (__n.n32[1])); \
arch/m68k/include/asm/div64.h
30
(n) = __n.n64; \
arch/mips/include/asm/string.h
17
extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
arch/mips/include/asm/string.h
20
extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
arch/mips/include/asm/uaccess.h
386
extern size_t __raw_copy_from_user(void *__to, const void *__from, size_t __n);
arch/mips/include/asm/uaccess.h
387
extern size_t __raw_copy_to_user(void *__to, const void *__from, size_t __n);
arch/nios2/boot/compressed/misc.c
104
void *memcpy(void *__dest, __const void *__src, size_t __n)
arch/nios2/boot/compressed/misc.c
109
for (i = 0; i < __n; i++)
arch/sh/boot/compressed/misc.c
86
size_t __n)
arch/sh/boot/compressed/misc.c
91
for (i=0;i<__n;i++) d[i] = s[i];
arch/sh/include/asm/string_32.h
56
static inline int strncmp(const char *__cs, const char *__ct, size_t __n)
arch/sh/include/asm/string_32.h
61
if (__n == 0)
arch/sh/include/asm/string_32.h
81
: "0" (__cs), "1" (__ct), "r" (__cs+__n)
arch/sh/include/asm/string_32.h
91
extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
arch/sh/include/asm/string_32.h
94
extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
arch/sh/include/asm/string_32.h
97
extern void *memchr(const void *__s, int __c, size_t __n);
arch/xtensa/include/asm/string.h
104
: "0" (__cs), "1" (__ct), "r" ((uintptr_t)__cs+__n));
arch/xtensa/include/asm/string.h
114
extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
arch/xtensa/include/asm/string.h
115
extern void *__memcpy(void *__to, __const__ void *__from, size_t __n);
arch/xtensa/include/asm/string.h
118
extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
arch/xtensa/include/asm/string.h
119
extern void *__memmove(void *__dest, __const__ void *__src, size_t __n);
arch/xtensa/include/asm/string.h
38
static inline char *strncpy(char *__dest, const char *__src, size_t __n)
arch/xtensa/include/asm/string.h
43
if (__n == 0)
arch/xtensa/include/asm/string.h
56
: "0" (__dest), "1" (__src), "r" ((uintptr_t)__src+__n)
arch/xtensa/include/asm/string.h
85
static inline int strncmp(const char *__cs, const char *__ct, size_t __n)
drivers/firmware/efi/libstub/intrinsics.c
13
void *__memcpy(void *__dest, const void *__src, size_t __n) __alias(memcpy);
drivers/media/i2c/ov9650.c
158
#define REG_MTX(__n) (0x4f + (__n) - 1)
drivers/media/i2c/ov9650.c
161
#define REG_LCC(__n) (0x62 + (__n) - 1)
drivers/media/pci/solo6x10/solo6x10-regs.h
182
#define SOLO_VI_STATUS0_PAGE(__n) ((__n) & 0x07)
drivers/media/pci/solo6x10/solo6x10-regs.h
24
#define SOLO_SYS_CFG_OUTDIV(__n) (((__n) & 0x003) << 3)
drivers/media/pci/solo6x10/solo6x10-regs.h
25
#define SOLO_SYS_CFG_FEEDBACKDIV(__n) (((__n) & 0x1ff) << 5)
drivers/media/pci/solo6x10/solo6x10-regs.h
26
#define SOLO_SYS_CFG_INPUTDIV(__n) (((__n) & 0x01f) << 14)
drivers/media/pci/solo6x10/solo6x10-regs.h
28
#define SOLO_SYS_CFG_NCLK_DELAY(__n) (((__n) & 0x003) << 24)
drivers/media/pci/solo6x10/solo6x10-regs.h
29
#define SOLO_SYS_CFG_PCLK_DELAY(__n) (((__n) & 0x00f) << 26)
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.h
104
#define GPOENCTLR_GPOEN(__n) (1 << (__n))
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.h
130
#define MCUCTL_REG_ISSR(__n) (MCUCTL_BASE + 0x80 + ((__n) * 4))
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.h
29
#define INTGR0_INTGC(__n) (1 << ((__n) + 16))
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.h
31
#define INTGR0_INTGD(__n) (1 << (__n))
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.h
36
#define INTCR0_INTGC(__n) (1 << ((__n) + 16))
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.h
38
#define INTCR0_INTCD(__n) (1 << ((__n) + 16))
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.h
43
#define INTMR0_INTMC(__n) (1 << ((__n) + 16))
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.h
45
#define INTMR0_INTMD(__n) (1 << (__n))
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.h
50
#define INTSR0_GET_INTSD(x, __n) (((x) >> (__n)) & 0x1)
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.h
52
#define INTSR0_GET_INTSC(x, __n) (((x) >> ((__n) + 16)) & 0x1)
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.h
57
#define INTMSR0_GET_INTMSD(x, __n) (((x) >> (__n)) & 0x1)
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.h
59
#define INTMSR0_GET_INTMSC(x, __n) (((x) >> ((__n) + 16)) & 0x1)
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.h
64
#define INTGR1_INTGC(__n) (1 << (__n))
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.h
69
#define INTCR1_INTCC(__n) (1 << (__n))
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.h
74
#define INTMR1_INTMC(__n) (1 << (__n))
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.h
84
#define INTCR2_INTCC(__n) (1 << ((__n) + 16))
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.h
89
#define INTMR2_INTMCIS(__n) (1 << (__n))
drivers/media/platform/samsung/exynos4-is/fimc-is-regs.h
99
#define GPOCTLR_GPOG(__n) (1 << (__n))
drivers/mtd/devices/mtd_intel_dg.c
71
#define NVM_FLREG(__n) (NVM_FRBA + ((__n) * 4))
drivers/net/ethernet/brocade/bna/bfi_reg.h
347
#define CT2_CSI_MAC_CONTROL_REG(__n) \
drivers/net/ethernet/brocade/bna/bfi_reg.h
349
(__n) * (CT2_CSI_MAC1_CONTROL_REG - CT2_CSI_MAC0_CONTROL_REG))
drivers/net/ethernet/engleder/tsnep_hw.h
92
#define TSNEP_QUEUE(n) ({ typeof(n) __n = (n); \
drivers/net/ethernet/engleder/tsnep_hw.h
93
(__n) == 0 ? \
drivers/net/ethernet/engleder/tsnep_hw.h
95
TSNEP_MAC_SIZE + TSNEP_QUEUE_SIZE * ((__n) - 1); })
drivers/scsi/bfa/bfi_reg.h
348
#define CT2_CSI_MAC_CONTROL_REG(__n) \
drivers/scsi/bfa/bfi_reg.h
350
(__n) * (CT2_CSI_MAC1_CONTROL_REG - CT2_CSI_MAC0_CONTROL_REG))
drivers/scsi/csiostor/csio_defs.h
49
#define CSIO_VALID_WWN(__n) ((*__n >> 4) == 0x5 ? true : false)
include/acpi/platform/aclinuxex.h
20
u64 (__n) = ((u64) n_hi) << 32 | (n_lo); \
include/acpi/platform/aclinuxex.h
21
(r32) = do_div ((__n), (d32)); \
include/acpi/platform/aclinuxex.h
22
(q32) = (u32) (__n); \
include/linux/ceph/messenger.h
138
unsigned int __n = (n), __cur_n; \
include/linux/ceph/messenger.h
140
while (__n) { \
include/linux/ceph/messenger.h
142
__cur_n = min((it)->iter.bi_size, __n); \
include/linux/ceph/messenger.h
150
__n -= __cur_n; \
include/linux/kfifo.h
558
unsigned long __n = (n); \
include/linux/kfifo.h
562
__kfifo_in_r(__kfifo, __buf, __n, __recsize) : \
include/linux/kfifo.h
563
__kfifo_in(__kfifo, __buf, __n); \
include/linux/kfifo.h
627
unsigned long __n = (n); \
include/linux/kfifo.h
631
__kfifo_out_r(__kfifo, __buf, __n, __recsize) : \
include/linux/kfifo.h
632
__kfifo_out(__kfifo, __buf, __n); \
include/linux/kfifo.h
860
unsigned long __n = (n); \
include/linux/kfifo.h
864
__kfifo_out_peek_r(__kfifo, __buf, __n, __recsize) : \
include/linux/kfifo.h
865
__kfifo_out_peek(__kfifo, __buf, __n); \
include/linux/kfifo.h
890
unsigned long __n = (n); \
include/linux/kfifo.h
894
__kfifo_out_linear_r(__kfifo, __tail, __n, __recsize) : \
include/linux/kfifo.h
895
__kfifo_out_linear(__kfifo, __tail, __n); \
include/uapi/linux/netfilter/x_tables.h
150
unsigned int __i, __n; \
include/uapi/linux/netfilter/x_tables.h
154
for (__i = 0, __n = 0; __i < (size); \
include/uapi/linux/netfilter/x_tables.h
155
__i += __entry->next_offset, __n++) { \
include/uapi/linux/netfilter/x_tables.h
157
if (__n < n) \
lib/bootconfig.c
562
static int __init __xbc_parse_value(char **__v, char **__n)
lib/bootconfig.c
600
*__n = p;
mm/slub.c
465
#define for_each_kmem_cache_node(__s, __node, __n) \
mm/slub.c
467
if ((__n = get_node(__s, __node)))
net/tipc/node.c
280
struct tipc_crypto *tipc_node_crypto_rx(struct tipc_node *__n)
net/tipc/node.c
282
return (__n) ? __n->crypto_rx : NULL;
net/tipc/node.h
87
struct tipc_crypto *tipc_node_crypto_rx(struct tipc_node *__n);
tools/perf/util/data-convert-bt.c
1390
#define ADD(__n, __v) \
tools/perf/util/data-convert-bt.c
1392
if (__v && bt_ctf_writer_add_environment_field(writer, __n, __v)) \
tools/perf/util/data-convert-bt.c
1475
#define SET(__n, __v) \
tools/perf/util/data-convert-bt.c
1477
if (bt_ctf_clock_set_##__n(clock, __v)) \
tools/perf/util/debug.c
288
#define DEBUG_WRAPPER(__n, __l) \
tools/perf/util/debug.c
289
static int pr_ ## __n ## _wrapper(const char *fmt, ...) \