Home
last modified time | relevance | path

Searched refs:__n (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v4.19/drivers/media/platform/exynos4-is/
Dfimc-is-regs.h32 #define INTGR0_INTGC(__n) (1 << ((__n) + 16)) argument
34 #define INTGR0_INTGD(__n) (1 << (__n)) argument
39 #define INTCR0_INTGC(__n) (1 << ((__n) + 16)) argument
41 #define INTCR0_INTCD(__n) (1 << ((__n) + 16)) argument
46 #define INTMR0_INTMC(__n) (1 << ((__n) + 16)) argument
48 #define INTMR0_INTMD(__n) (1 << (__n)) argument
53 #define INTSR0_GET_INTSD(x, __n) (((x) >> (__n)) & 0x1) argument
55 #define INTSR0_GET_INTSC(x, __n) (((x) >> ((__n) + 16)) & 0x1) argument
60 #define INTMSR0_GET_INTMSD(x, __n) (((x) >> (__n)) & 0x1) argument
62 #define INTMSR0_GET_INTMSC(x, __n) (((x) >> ((__n) + 16)) & 0x1) argument
[all …]
/Linux-v4.19/arch/m68k/include/asm/
Ddiv64.h17 } __n; \
21 __n.n64 = (n); \
22 if ((__upper = __n.n32[0])) { \
24 : "=d" (__n.n32[0]), "=d" (__upper) \
25 : "d" (__base), "0" (__n.n32[0])); \
28 : "=d" (__n.n32[1]), "=d" (__rem) \
29 : "d" (__base), "1" (__upper), "0" (__n.n32[1])); \
30 (n) = __n.n64; \
/Linux-v4.19/arch/sh/include/asm/
Dstring_32.h31 static inline char *strncpy(char *__dest, const char *__src, size_t __n) in strncpy() argument
36 if (__n == 0) in strncpy()
50 : "0" (__dest), "1" (__src), "r" (__src+__n) in strncpy()
83 static inline int strncmp(const char *__cs, const char *__ct, size_t __n) in strncmp() argument
88 if (__n == 0) in strncmp()
108 : "0" (__cs), "1" (__ct), "r" (__cs+__n) in strncmp()
118 extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
121 extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
124 extern void *memchr(const void *__s, int __c, size_t __n);
/Linux-v4.19/arch/xtensa/include/asm/
Dstring.h38 static inline char *strncpy(char *__dest, const char *__src, size_t __n) in strncpy() argument
43 if (__n == 0) in strncpy()
56 : "0" (__dest), "1" (__src), "r" ((uintptr_t)__src+__n) in strncpy()
85 static inline int strncmp(const char *__cs, const char *__ct, size_t __n) in strncmp() argument
104 : "0" (__cs), "1" (__ct), "r" ((uintptr_t)__cs+__n)); in strncmp()
114 extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
115 extern void *__memcpy(void *__to, __const__ void *__from, size_t __n);
118 extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
119 extern void *__memmove(void *__dest, __const__ void *__src, size_t __n);
/Linux-v4.19/arch/mips/include/asm/
Dstring.h45 static __inline__ char *strncpy(char *__dest, __const__ char *__src, size_t __n) in strncpy() argument
49 if (__n == 0) in strncpy()
65 : "=r" (__dest), "=r" (__src), "=r" (__n) in strncpy()
66 : "0" (__dest), "1" (__src), "2" (__n) in strncpy()
138 extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
141 extern void *memmove(void *__dest, __const__ void *__src, size_t __n);
Ddiv64.h27 unsigned long long __n; \
29 __high = *__n >> 32; \
30 __low = __n; \
62 (__n) = __quot32; \
Dpage.h240 int __n = pfn_to_nid(__pfn); \
241 ((__n >= 0) ? (__pfn < NODE_DATA(__n)->node_start_pfn + \
242 NODE_DATA(__n)->node_spanned_pages) \
Duaccess.h521 extern size_t __copy_user(void *__to, const void *__from, size_t __n);
588 size_t __n);
590 size_t __n);
591 extern size_t __copy_in_user_eva(void *__to, const void *__from, size_t __n);
/Linux-v4.19/arch/c6x/include/asm/
Dspecial_insns.h25 do { unsigned __x, __n = (unsigned)(n); \
30 : "=&b"(__x) : "b"(__n)); \
34 do { unsigned __x, __n = (unsigned)(n); \
39 : "=&b"(__x) : "b"(__n)); \
/Linux-v4.19/arch/arm/boot/compressed/
Dstring.c10 void *memcpy(void *__dest, __const void *__src, size_t __n) in memcpy() argument
15 for (i = __n >> 3; i > 0; i--) { in memcpy()
26 if (__n & 1 << 2) { in memcpy()
33 if (__n & 1 << 1) { in memcpy()
38 if (__n & 1) in memcpy()
/Linux-v4.19/drivers/media/pci/solo6x10/
Dsolo6x10-regs.h31 #define SOLO_SYS_CFG_OUTDIV(__n) (((__n) & 0x003) << 3) argument
32 #define SOLO_SYS_CFG_FEEDBACKDIV(__n) (((__n) & 0x1ff) << 5) argument
33 #define SOLO_SYS_CFG_INPUTDIV(__n) (((__n) & 0x01f) << 14) argument
35 #define SOLO_SYS_CFG_NCLK_DELAY(__n) (((__n) & 0x003) << 24) argument
36 #define SOLO_SYS_CFG_PCLK_DELAY(__n) (((__n) & 0x00f) << 26) argument
189 #define SOLO_VI_STATUS0_PAGE(__n) ((__n) & 0x07) argument
/Linux-v4.19/include/uapi/linux/netfilter/
Dx_tables.h150 unsigned int __i, __n; \
154 for (__i = 0, __n = 0; __i < (size); \
155 __i += __entry->next_offset, __n++) { \
157 if (__n < n) \
/Linux-v4.19/include/acpi/platform/
Daclinuxex.h20 u64 (__n) = ((u64) n_hi) << 32 | (n_lo); \
21 (r32) = do_div ((__n), (d32)); \
22 (q32) = (u32) (__n); \
/Linux-v4.19/arch/hexagon/include/asm/
Dstring.h24 extern void *memcpy(void *__to, __const__ void *__from, size_t __n);
28 extern void *memset(void *__to, int c, size_t __n);
/Linux-v4.19/include/linux/
Dkfifo.h506 unsigned long __n = (n); \
510 __kfifo_in_r(__kfifo, __buf, __n, __recsize) : \
511 __kfifo_in(__kfifo, __buf, __n); \
555 unsigned long __n = (n); \
559 __kfifo_out_r(__kfifo, __buf, __n, __recsize) : \
560 __kfifo_out(__kfifo, __buf, __n); \
763 unsigned long __n = (n); \
767 __kfifo_out_peek_r(__kfifo, __buf, __n, __recsize) : \
768 __kfifo_out_peek(__kfifo, __buf, __n); \
/Linux-v4.19/arch/arm/include/asm/
Ddiv64.h36 register unsigned long long __n asm("r0") = *n; in __div64_32()
45 : "r" (__n), "r" (__base) in __div64_32()
/Linux-v4.19/arch/s390/include/asm/
Dcmpxchg.h18 __typeof__(*(ptr)) __n = (n); \
19 (__typeof__(*(ptr))) __sync_val_compare_and_swap((ptr),__o,__n);\
/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_defs.h49 #define CSIO_VALID_WWN(__n) ((*__n >> 4) == 0x5 ? true : false) argument
/Linux-v4.19/arch/sh/boot/compressed/
Dmisc.c89 size_t __n) in memcpy() argument
94 for (i=0;i<__n;i++) d[i] = s[i]; in memcpy()
/Linux-v4.19/include/linux/ceph/
Dmessenger.h109 unsigned int __n = (n), __cur_n; \
111 while (__n) { \
113 __cur_n = min((it)->iter.bi_size, __n); \
121 __n -= __cur_n; \
/Linux-v4.19/arch/nios2/boot/compressed/
Dmisc.c117 void *memcpy(void *__dest, __const void *__src, size_t __n) in memcpy() argument
122 for (i = 0; i < __n; i++) in memcpy()
/Linux-v4.19/tools/perf/util/
Ddebug.c238 #define DEBUG_WRAPPER(__n, __l) \ argument
239 static int pr_ ## __n ## _wrapper(const char *fmt, ...) \
/Linux-v4.19/drivers/scsi/bfa/
Dbfi_reg.h356 #define CT2_CSI_MAC_CONTROL_REG(__n) \ argument
358 (__n) * (CT2_CSI_MAC1_CONTROL_REG - CT2_CSI_MAC0_CONTROL_REG))
/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbfi_reg.h355 #define CT2_CSI_MAC_CONTROL_REG(__n) \ argument
357 (__n) * (CT2_CSI_MAC1_CONTROL_REG - CT2_CSI_MAC0_CONTROL_REG))
/Linux-v4.19/mm/
Dslab.h494 #define for_each_kmem_cache_node(__s, __node, __n) \ argument
496 if ((__n = get_node(__s, __node)))

12