__n                10 arch/arm/boot/compressed/string.c void *memcpy(void *__dest, __const void *__src, size_t __n)
__n                15 arch/arm/boot/compressed/string.c 	for (i = __n >> 3; i > 0; i--) {
__n                26 arch/arm/boot/compressed/string.c 	if (__n & 1 << 2) {
__n                33 arch/arm/boot/compressed/string.c 	if (__n & 1 << 1) {
__n                38 arch/arm/boot/compressed/string.c 	if (__n & 1)
__n                36 arch/arm/include/asm/div64.h 	register unsigned long long __n   asm("r0") = *n;
__n                45 arch/arm/include/asm/div64.h 		: "r" (__n), "r" (__base)
__n                22 arch/c6x/include/asm/special_insns.h 	do { unsigned __x, __n = (unsigned)(n);		  \
__n                27 arch/c6x/include/asm/special_insns.h 			      : "=&b"(__x) : "b"(__n));	  \
__n                31 arch/c6x/include/asm/special_insns.h 	do { unsigned __x, __n = (unsigned)(n);		  \
__n                36 arch/c6x/include/asm/special_insns.h 			      : "=&b"(__x) : "b"(__n));	  \
__n                11 arch/hexagon/include/asm/string.h extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
__n                15 arch/hexagon/include/asm/string.h extern void *memset(void *__to, int c, size_t __n);
__n                17 arch/m68k/include/asm/div64.h 	} __n;							\
__n                21 arch/m68k/include/asm/div64.h 	__n.n64 = (n);						\
__n                22 arch/m68k/include/asm/div64.h 	if ((__upper = __n.n32[0])) {				\
__n                24 arch/m68k/include/asm/div64.h 		     : "=d" (__n.n32[0]), "=d" (__upper)	\
__n                25 arch/m68k/include/asm/div64.h 		     : "d" (__base), "0" (__n.n32[0]));		\
__n                28 arch/m68k/include/asm/div64.h 	     : "=d" (__n.n32[1]), "=d" (__rem)			\
__n                29 arch/m68k/include/asm/div64.h 	     : "d" (__base), "1" (__upper), "0" (__n.n32[1]));	\
__n                30 arch/m68k/include/asm/div64.h 	(n) = __n.n64;						\
__n                27 arch/mips/include/asm/div64.h 	unsigned long long __n;						\
__n                29 arch/mips/include/asm/div64.h 	__high = *__n >> 32;						\
__n                30 arch/mips/include/asm/div64.h 	__low = __n;							\
__n                62 arch/mips/include/asm/div64.h 	(__n) = __quot32;						\
__n               241 arch/mips/include/asm/page.h 	int __n = pfn_to_nid(__pfn);					\
__n               242 arch/mips/include/asm/page.h 	((__n >= 0) ? (__pfn < NODE_DATA(__n)->node_start_pfn +		\
__n               243 arch/mips/include/asm/page.h 			       NODE_DATA(__n)->node_spanned_pages)	\
__n                45 arch/mips/include/asm/string.h static __inline__ char *strncpy(char *__dest, __const__ char *__src, size_t __n)
__n                49 arch/mips/include/asm/string.h   if (__n == 0)
__n                65 arch/mips/include/asm/string.h 	: "=r" (__dest), "=r" (__src), "=r" (__n)
__n                66 arch/mips/include/asm/string.h 	: "0" (__dest), "1" (__src), "2" (__n)
__n               138 arch/mips/include/asm/string.h extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
__n               141 arch/mips/include/asm/string.h extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
__n               517 arch/mips/include/asm/uaccess.h extern size_t __copy_user(void *__to, const void *__from, size_t __n);
__n               584 arch/mips/include/asm/uaccess.h 				   size_t __n);
__n               586 arch/mips/include/asm/uaccess.h 				 size_t __n);
__n               587 arch/mips/include/asm/uaccess.h extern size_t __copy_in_user_eva(void *__to, const void *__from, size_t __n);
__n               104 arch/nios2/boot/compressed/misc.c void *memcpy(void *__dest, __const void *__src, size_t __n)
__n               109 arch/nios2/boot/compressed/misc.c 	for (i = 0; i < __n; i++)
__n                18 arch/s390/include/asm/cmpxchg.h 	__typeof__(*(ptr)) __n = (n);					\
__n                19 arch/s390/include/asm/cmpxchg.h 	(__typeof__(*(ptr))) __sync_val_compare_and_swap((ptr),__o,__n);\
__n                89 arch/sh/boot/compressed/misc.c 			    size_t __n)
__n                94 arch/sh/boot/compressed/misc.c 	for (i=0;i<__n;i++) d[i] = s[i];
__n                32 arch/sh/include/asm/string_32.h static inline char *strncpy(char *__dest, const char *__src, size_t __n)
__n                37 arch/sh/include/asm/string_32.h 	if (__n == 0)
__n                51 arch/sh/include/asm/string_32.h 		: "0" (__dest), "1" (__src), "r" (__src+__n)
__n                84 arch/sh/include/asm/string_32.h static inline int strncmp(const char *__cs, const char *__ct, size_t __n)
__n                89 arch/sh/include/asm/string_32.h 	if (__n == 0)
__n               109 arch/sh/include/asm/string_32.h 		: "0" (__cs), "1" (__ct), "r" (__cs+__n)
__n               119 arch/sh/include/asm/string_32.h extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
__n               122 arch/sh/include/asm/string_32.h extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
__n               125 arch/sh/include/asm/string_32.h extern void *memchr(const void *__s, int __c, size_t __n);
__n                38 arch/xtensa/include/asm/string.h static inline char *strncpy(char *__dest, const char *__src, size_t __n)
__n                43 arch/xtensa/include/asm/string.h 	if (__n == 0)
__n                56 arch/xtensa/include/asm/string.h 		: "0" (__dest), "1" (__src), "r" ((uintptr_t)__src+__n)
__n                85 arch/xtensa/include/asm/string.h static inline int strncmp(const char *__cs, const char *__ct, size_t __n)
__n               104 arch/xtensa/include/asm/string.h 		: "0" (__cs), "1" (__ct), "r" ((uintptr_t)__cs+__n));
__n               114 arch/xtensa/include/asm/string.h extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
__n               115 arch/xtensa/include/asm/string.h extern void *__memcpy(void *__to, __const__ void *__from, size_t __n);
__n               118 arch/xtensa/include/asm/string.h extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
__n               119 arch/xtensa/include/asm/string.h extern void *__memmove(void *__dest, __const__ void *__src, size_t __n);
__n               127 drivers/gpu/drm/i915/i915_reg.h #define REG_BIT(__n)							\
__n               128 drivers/gpu/drm/i915/i915_reg.h 	((u32)(BIT(__n) +						\
__n               129 drivers/gpu/drm/i915/i915_reg.h 	       BUILD_BUG_ON_ZERO(__is_constexpr(__n) &&		\
__n               130 drivers/gpu/drm/i915/i915_reg.h 				 ((__n) < 0 || (__n) > 31))))
__n               160 drivers/media/i2c/ov9650.c #define	REG_MTX(__n)		(0x4f + (__n) - 1)
__n               163 drivers/media/i2c/ov9650.c #define REG_LCC(__n)		(0x62 + (__n) - 1)
__n                24 drivers/media/pci/solo6x10/solo6x10-regs.h #define   SOLO_SYS_CFG_OUTDIV(__n)		(((__n) & 0x003) << 3)
__n                25 drivers/media/pci/solo6x10/solo6x10-regs.h #define   SOLO_SYS_CFG_FEEDBACKDIV(__n)		(((__n) & 0x1ff) << 5)
__n                26 drivers/media/pci/solo6x10/solo6x10-regs.h #define   SOLO_SYS_CFG_INPUTDIV(__n)		(((__n) & 0x01f) << 14)
__n                28 drivers/media/pci/solo6x10/solo6x10-regs.h #define   SOLO_SYS_CFG_NCLK_DELAY(__n)		(((__n) & 0x003) << 24)
__n                29 drivers/media/pci/solo6x10/solo6x10-regs.h #define   SOLO_SYS_CFG_PCLK_DELAY(__n)		(((__n) & 0x00f) << 26)
__n               182 drivers/media/pci/solo6x10/solo6x10-regs.h #define   SOLO_VI_STATUS0_PAGE(__n)		((__n) & 0x07)
__n                29 drivers/media/platform/exynos4-is/fimc-is-regs.h #define INTGR0_INTGC(__n)		(1 << ((__n) + 16))
__n                31 drivers/media/platform/exynos4-is/fimc-is-regs.h #define INTGR0_INTGD(__n)		(1 << (__n))
__n                36 drivers/media/platform/exynos4-is/fimc-is-regs.h #define INTCR0_INTGC(__n)		(1 << ((__n) + 16))
__n                38 drivers/media/platform/exynos4-is/fimc-is-regs.h #define INTCR0_INTCD(__n)		(1 << ((__n) + 16))
__n                43 drivers/media/platform/exynos4-is/fimc-is-regs.h #define INTMR0_INTMC(__n)		(1 << ((__n) + 16))
__n                45 drivers/media/platform/exynos4-is/fimc-is-regs.h #define INTMR0_INTMD(__n)		(1 << (__n))
__n                50 drivers/media/platform/exynos4-is/fimc-is-regs.h #define INTSR0_GET_INTSD(x, __n)	(((x) >> (__n)) & 0x1)
__n                52 drivers/media/platform/exynos4-is/fimc-is-regs.h #define INTSR0_GET_INTSC(x, __n)	(((x) >> ((__n) + 16)) & 0x1)
__n                57 drivers/media/platform/exynos4-is/fimc-is-regs.h #define INTMSR0_GET_INTMSD(x, __n)	(((x) >> (__n)) & 0x1)
__n                59 drivers/media/platform/exynos4-is/fimc-is-regs.h #define INTMSR0_GET_INTMSC(x, __n)	(((x) >> ((__n) + 16)) & 0x1)
__n                64 drivers/media/platform/exynos4-is/fimc-is-regs.h #define INTGR1_INTGC(__n)		(1 << (__n))
__n                69 drivers/media/platform/exynos4-is/fimc-is-regs.h #define INTCR1_INTCC(__n)		(1 << (__n))
__n                74 drivers/media/platform/exynos4-is/fimc-is-regs.h #define INTMR1_INTMC(__n)		(1 << (__n))
__n                84 drivers/media/platform/exynos4-is/fimc-is-regs.h #define INTCR2_INTCC(__n)		(1 << ((__n) + 16))
__n                89 drivers/media/platform/exynos4-is/fimc-is-regs.h #define INTMR2_INTMCIS(__n)		(1 << (__n))
__n                99 drivers/media/platform/exynos4-is/fimc-is-regs.h #define GPOCTLR_GPOG(__n)		(1 << (__n))
__n               104 drivers/media/platform/exynos4-is/fimc-is-regs.h #define GPOENCTLR_GPOEN(__n)		(1 << (__n))
__n               130 drivers/media/platform/exynos4-is/fimc-is-regs.h #define MCUCTL_REG_ISSR(__n)		(MCUCTL_BASE + 0x80 + ((__n) * 4))
__n               347 drivers/net/ethernet/brocade/bna/bfi_reg.h #define CT2_CSI_MAC_CONTROL_REG(__n) \
__n               349 drivers/net/ethernet/brocade/bna/bfi_reg.h 	(__n) * (CT2_CSI_MAC1_CONTROL_REG - CT2_CSI_MAC0_CONTROL_REG))
__n               348 drivers/scsi/bfa/bfi_reg.h #define CT2_CSI_MAC_CONTROL_REG(__n)	\
__n               350 drivers/scsi/bfa/bfi_reg.h 	(__n) * (CT2_CSI_MAC1_CONTROL_REG - CT2_CSI_MAC0_CONTROL_REG))
__n                49 drivers/scsi/csiostor/csio_defs.h #define CSIO_VALID_WWN(__n)		((*__n >> 4) == 0x5 ? true : false)
__n                20 include/acpi/platform/aclinuxex.h 		u64 (__n) = ((u64) n_hi) << 32 | (n_lo); \
__n                21 include/acpi/platform/aclinuxex.h 		(r32) = do_div ((__n), (d32)); \
__n                22 include/acpi/platform/aclinuxex.h 		(q32) = (u32) (__n); \
__n                93 include/linux/ceph/messenger.h 	unsigned int __n = (n), __cur_n;				      \
__n                95 include/linux/ceph/messenger.h 	while (__n) {							      \
__n                97 include/linux/ceph/messenger.h 		__cur_n = min((it)->iter.bi_size, __n);			      \
__n               105 include/linux/ceph/messenger.h 		__n -= __cur_n;						      \
__n               492 include/linux/kfifo.h 	unsigned long __n = (n); \
__n               496 include/linux/kfifo.h 	__kfifo_in_r(__kfifo, __buf, __n, __recsize) : \
__n               497 include/linux/kfifo.h 	__kfifo_in(__kfifo, __buf, __n); \
__n               541 include/linux/kfifo.h 	unsigned long __n = (n); \
__n               545 include/linux/kfifo.h 	__kfifo_out_r(__kfifo, __buf, __n, __recsize) : \
__n               546 include/linux/kfifo.h 	__kfifo_out(__kfifo, __buf, __n); \
__n               749 include/linux/kfifo.h 	unsigned long __n = (n); \
__n               753 include/linux/kfifo.h 	__kfifo_out_peek_r(__kfifo, __buf, __n, __recsize) : \
__n               754 include/linux/kfifo.h 	__kfifo_out_peek(__kfifo, __buf, __n); \
__n               150 include/uapi/linux/netfilter/x_tables.h 	unsigned int __i, __n;					\
__n               154 include/uapi/linux/netfilter/x_tables.h 	for (__i = 0, __n = 0; __i < (size);			\
__n               155 include/uapi/linux/netfilter/x_tables.h 	     __i += __entry->next_offset, __n++) { 		\
__n               157 include/uapi/linux/netfilter/x_tables.h 		if (__n < n)					\
__n               637 mm/slab.h      #define for_each_kmem_cache_node(__s, __node, __n) \
__n               639 mm/slab.h      		 if ((__n = get_node(__s, __node)))
__n              1366 tools/perf/util/data-convert-bt.c #define ADD(__n, __v)							\
__n              1368 tools/perf/util/data-convert-bt.c 	if (bt_ctf_writer_add_environment_field(writer, __n, __v))	\
__n              1390 tools/perf/util/data-convert-bt.c #define SET(__n, __v)				\
__n              1392 tools/perf/util/data-convert-bt.c 	if (bt_ctf_clock_set_##__n(clock, __v))	\
__n               238 tools/perf/util/debug.c #define DEBUG_WRAPPER(__n, __l)				\
__n               239 tools/perf/util/debug.c static int pr_ ## __n ## _wrapper(const char *fmt, ...)	\