/lib/ |
D | string.c | 114 char *strncpy(char *dest, const char *src, size_t count) in strncpy() 180 ssize_t strscpy(char *dest, const char *src, size_t count) in strscpy() 261 ssize_t strscpy_pad(char *dest, const char *src, size_t count) in strscpy_pad() 329 char *strncat(char *dest, const char *src, size_t count) in strncat() 355 size_t strlcat(char *dest, const char *src, size_t count) in strlcat() 406 int strncmp(const char *cs, const char *ct, size_t count) in strncmp() 471 char *strnchrnul(const char *s, size_t count, int c) in strnchrnul() 506 char *strnchr(const char *s, size_t count, int c) in strnchr() 581 size_t strnlen(const char *s, size_t count) in strnlen() 602 size_t count = 0; in strspn() local [all …]
|
D | iomap.c | 41 static int count = 10; in bad_io_access() local 278 static inline void mmio_insb(const void __iomem *addr, u8 *dst, int count) in mmio_insb() 286 static inline void mmio_insw(const void __iomem *addr, u16 *dst, int count) in mmio_insw() 294 static inline void mmio_insl(const void __iomem *addr, u32 *dst, int count) in mmio_insl() 305 static inline void mmio_outsb(void __iomem *addr, const u8 *src, int count) in mmio_outsb() 312 static inline void mmio_outsw(void __iomem *addr, const u16 *src, int count) in mmio_outsw() 319 static inline void mmio_outsl(void __iomem *addr, const u32 *src, int count) in mmio_outsl() 328 void ioread8_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() 332 void ioread16_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() 336 void ioread32_rep(const void __iomem *addr, void *dst, unsigned long count) in ioread32_rep() [all …]
|
D | iomap_copy.c | 21 size_t count) in __iowrite32_copy() 42 void __ioread32_copy(void *to, const void __iomem *from, size_t count) in __ioread32_copy() 65 size_t count) in __iowrite64_copy()
|
D | test_firmware.c | 182 static int __kstrncpy(char **dst, const char *name, size_t count, gfp_t gfp) in __kstrncpy() 219 const char *buf, size_t count) in reset_store() 297 const char *buf, size_t count) in config_name_store() 423 const char *buf, size_t count) in config_num_requests_store() 453 const char *buf, size_t count) in config_into_buf_store() 470 const char *buf, size_t count) in config_buf_size_store() 500 const char *buf, size_t count) in config_file_offset_store() 530 const char *buf, size_t count) in config_partial_store() 547 const char *buf, size_t count) in config_sync_direct_store() 569 const char *buf, size_t count) in config_send_uevent_store() [all …]
|
D | strnlen_user.c | 23 static inline long do_strnlen_user(const char __user *src, unsigned long count, unsigned long max) in do_strnlen_user() 92 long strnlen_user(const char __user *str, long count) in strnlen_user()
|
D | strncpy_from_user.c | 29 unsigned long count, unsigned long max) in do_strncpy_from_user() 113 long strncpy_from_user(char *dst, const char __user *src, long count) in strncpy_from_user()
|
D | list_sort.c | 59 u8 count = 0; in merge_final() local 193 size_t count = 0; /* Count of pending */ in list_sort() local
|
D | percpu_counter.c | 84 s64 count; in percpu_counter_add_batch() local 110 s64 count; in percpu_counter_sync() local 223 s64 count; in __percpu_counter_compare() local
|
D | rbtree_test.c | 165 int count; in black_path_count() local 174 int count = 0; in check_postorder_foreach() local 184 int count = 0; in check_postorder() local 194 int count = 0, blacks = 0; in check() local
|
D | test_kmod.c | 566 const char *buf, size_t count) in trigger_config_store() 604 static int __kstrncpy(char **dst, const char *name, size_t count, gfp_t gfp) in __kstrncpy() 614 size_t count) in config_copy_test_driver_name() 621 size_t count) in config_copy_test_fs() 654 const char *buf, size_t count) in config_test_driver_store() 701 const char *buf, size_t count) in config_test_fs_store() 847 const char *buf, size_t count) in reset_store() 978 const char *buf, size_t count) in test_result_store() 989 const char *buf, size_t count) in config_num_threads_store() 1012 const char *buf, size_t count) in config_test_case_store()
|
D | hexdump.c | 71 int hex2bin(u8 *dst, const char *src, size_t count) in hex2bin() 95 char *bin2hex(char *dst, const void *src, size_t count) in bin2hex()
|
D | argv_split.c | 14 int count = 0; in count_argc() local
|
D | test_strscpy.c | 29 static int __init tc(char *src, int count, int expected, in tc()
|
D | percpu-refcount.c | 172 unsigned long count = 0; in percpu_ref_switch_to_atomic_rcu() local 406 unsigned long count, flags; in percpu_ref_is_zero() local
|
D | dynamic_queue_limits.c | 18 void dql_completed(struct dql *dql, unsigned int count) in dql_completed()
|
D | oid_registry.c | 112 int count; in sprint_oid() local
|
D | kobject_uevent.c | 62 static int kobject_action_type(const char *buf, size_t count, in kobject_action_type() 114 static int kobject_action_args(const char *buf, size_t count, in kobject_action_args() 192 int kobject_synth_uevent(struct kobject *kobj, const char *buf, size_t count) in kobject_synth_uevent()
|
D | test_overflow.c | 593 size_t count; member 600 int count = 0; in test_overflow_size_helpers() local
|
D | test_list_sort.c | 72 int i, count = 1, err = -ENOMEM; in list_sort_test() local
|
/lib/zstd/ |
D | fse_compress.c | 262 int count = normalizedCounter[charnum++]; in FSE_writeNCount_generic() local 324 size_t FSE_count_simple(unsigned *count, unsigned *maxSymbolValuePtr, const void *src, size_t srcSi… in FSE_count_simple() 357 static size_t FSE_count_parallel_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *sou… in FSE_count_parallel_wksp() 448 size_t FSE_countFast_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t … in FSE_countFast_wksp() 458 size_t FSE_count_wksp(unsigned *count, unsigned *maxSymbolValuePtr, const void *source, size_t sour… in FSE_count_wksp() 519 static size_t FSE_normalizeM2(short *norm, U32 tableLog, const unsigned *count, size_t total, U32 m… in FSE_normalizeM2() 608 size_t FSE_normalizeCount(short *normalizedCounter, unsigned tableLog, const unsigned *count, size_… in FSE_normalizeCount()
|
D | huf_compress.c | 92 U32 *count; in HUF_compressWeights_wksp() local 284 U32 count; member 389 static void HUF_sort(nodeElt *huffNode, const U32 *count, U32 maxSymbolValue) in HUF_sort() 420 size_t HUF_buildCTable_wksp(HUF_CElt *tree, const U32 *count, U32 maxSymbolValue, U32 maxNbBits, vo… in HUF_buildCTable_wksp() 501 static size_t HUF_estimateCompressedSize(HUF_CElt *CTable, const unsigned *count, unsigned maxSymbo… in HUF_estimateCompressedSize() 511 static int HUF_validateCTable(const HUF_CElt *CTable, const unsigned *count, unsigned maxSymbolValu… in HUF_validateCTable() 660 U32 *count; in HUF_compress_internal() local
|
/lib/pldmfw/ |
D | pldmfw_private.h | 165 #define pldm_for_each_desc_tlv(i, desc, start, count) \ argument 199 #define pldm_for_each_record(i, record, start, count) \ argument 233 #define pldm_for_each_component(i, component, start, count) \ argument
|
/lib/mpi/ |
D | mpi-bit.c | 158 void mpi_rshift_limbs(MPI a, unsigned int count) in mpi_rshift_limbs() 250 void mpi_lshift_limbs(MPI a, unsigned int count) in mpi_lshift_limbs()
|
/lib/zlib_inflate/ |
D | inftrees.c | 44 unsigned short count[MAXBITS+1]; /* number of codes of each length */ in zlib_inflate_table() local
|
/lib/reed_solomon/ |
D | decode_rs.c | 24 int count = 0; variable
|