Searched defs:__n (Results 1 – 13 of 13) sorted by relevance
/linux-3.3/arch/xtensa/include/asm/ |
D | string.h | 38 static inline char *strncpy(char *__dest, const char *__src, size_t __n) in strncpy() 85 static inline int strncmp(const char *__cs, const char *__ct, size_t __n) in strncmp()
|
/linux-3.3/arch/sh/include/asm/ |
D | string_32.h | 31 static inline char *strncpy(char *__dest, const char *__src, size_t __n) in strncpy() 83 static inline int strncmp(const char *__cs, const char *__ct, size_t __n) in strncmp()
|
D | uaccess_32.h | 216 static inline long __strnlen_user(const char __user *__s, long __n) in __strnlen_user()
|
/linux-3.3/arch/s390/boot/compressed/ |
D | misc.c | 85 void *memcpy(void *__dest, __const void *__src, size_t __n) in memcpy() 90 void *memmove(void *__dest, __const void *__src, size_t __n) in memmove()
|
/linux-3.3/arch/mips/include/asm/ |
D | string.h | 45 static __inline__ char *strncpy(char *__dest, __const__ char *__src, size_t __n) in strncpy()
|
/linux-3.3/arch/sh/boot/compressed/ |
D | misc.c | 88 size_t __n) in memcpy()
|
/linux-3.3/arch/arm/boot/compressed/ |
D | string.c | 9 void *memcpy(void *__dest, __const void *__src, size_t __n) in memcpy()
|
/linux-3.3/drivers/staging/media/solo6x10/ |
D | registers.h | 30 #define SOLO6010_SYS_CFG_OUTDIV(__n) (((__n) & 0x003) << 3) /* 6010 only */ argument 31 #define SOLO6010_SYS_CFG_FEEDBACKDIV(__n) (((__n) & 0x1ff) << 5) /* 6010 only */ argument 32 #define SOLO6010_SYS_CFG_INPUTDIV(__n) (((__n) & 0x01f) << 14) /* 6010 only */ argument 34 #define SOLO_SYS_CFG_NCLK_DELAY(__n) (((__n) & 0x003) << 24) argument 35 #define SOLO_SYS_CFG_PCLK_DELAY(__n) (((__n) & 0x00f) << 26) argument 201 #define SOLO_VI_STATUS0_PAGE(__n) ((__n) & 0x07) argument
|
/linux-3.3/arch/h8300/boot/compressed/ |
D | misc.c | 110 size_t __n) in memcpy()
|
/linux-3.3/arch/cris/boot/compressed/ |
D | misc.c | 183 void *memcpy(void *__dest, __const void *__src, size_t __n) in memcpy()
|
/linux-3.3/arch/mn10300/boot/compressed/ |
D | misc.c | 70 static inline void *memcpy(void *__dest, const void *__src, size_t __n) in memcpy()
|
/linux-3.3/drivers/net/ethernet/brocade/bna/ |
D | bfi_reg.h | 350 #define CT2_CSI_MAC_CONTROL_REG(__n) \ argument
|
/linux-3.3/drivers/scsi/bfa/ |
D | bfi_reg.h | 348 #define CT2_CSI_MAC_CONTROL_REG(__n) \ argument
|