/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() 305 char *strncat(char *dest, const char *src, size_t count) in strncat() 331 size_t strlcat(char *dest, const char *src, size_t count) in strlcat() 382 int strncmp(const char *cs, const char *ct, size_t count) in strncmp() 465 char *strnchr(const char *s, size_t count, int c) in strnchr() 540 size_t strnlen(const char *s, size_t count) in strnlen() 561 size_t count = 0; in strspn() local 588 size_t count = 0; in strcspn() local [all …]
|
D | iomap.c | 41 static int count = 10; in bad_io_access() local 278 static inline void mmio_insb(void __iomem *addr, u8 *dst, int count) in mmio_insb() 286 static inline void mmio_insw(void __iomem *addr, u16 *dst, int count) in mmio_insw() 294 static inline void mmio_insl(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(void __iomem *addr, void *dst, unsigned long count) in ioread8_rep() 332 void ioread16_rep(void __iomem *addr, void *dst, unsigned long count) in ioread16_rep() 336 void ioread32_rep(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 | 165 static int __kstrncpy(char **dst, const char *name, size_t count, gfp_t gfp) in __kstrncpy() 199 const char *buf, size_t count) in reset_store() 270 const char *buf, size_t count) in config_name_store() 377 const char *buf, size_t count) in config_num_requests_store() 407 const char *buf, size_t count) in config_into_buf_store() 424 const char *buf, size_t count) in config_sync_direct_store() 446 const char *buf, size_t count) in config_send_uevent_store() 462 const char *buf, size_t count) in config_read_fw_idx_store() 479 const char *buf, size_t count) in trigger_request_store() 520 const char *buf, size_t count) in trigger_async_request_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 | 28 unsigned long count, unsigned long max) in do_strncpy_from_user() 97 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 | 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() 984 const char *buf, size_t count) in test_result_store() 995 const char *buf, size_t count) in config_num_threads_store() 1018 const char *buf, size_t count) in config_test_case_store()
|
D | hexdump.c | 44 int hex2bin(u8 *dst, const char *src, size_t count) in hex2bin() 65 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 | percpu_counter.c | 84 s64 count; in percpu_counter_add_batch() local 204 s64 count; in __percpu_counter_compare() local
|
D | test_strscpy.c | 29 static int __init tc(char *src, int count, int expected, in tc()
|
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_list_sort.c | 72 int i, count = 1, err = -ENOMEM; in list_sort_test() local
|
D | parman.c | 54 unsigned long count; member 128 unsigned long count) in __parman_prio_move()
|
D | test_parman.c | 90 #define ITEM_PTRS_SIZE(count) (sizeof(struct test_parman_item *) * (count)) argument 114 unsigned long to_index, unsigned long count) in test_parman_move()
|
D | percpu-refcount.c | 137 unsigned long count = 0; in percpu_ref_switch_to_atomic_rcu() 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
|
D | entropy_common.c | 119 int count; in FSE_readNCount() local
|
/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
|