Home
last modified time | relevance | path

Searched refs:count (Results 1 – 4 of 4) sorted by relevance

/src/klibc/
A Dkstring.c42 return memset(s, c, count); in rt_memset()
46 while (count--) in rt_memset()
87 while (count >= LBLOCKSIZE) in rt_memset()
90 count -= LBLOCKSIZE; in rt_memset()
97 while (count--) in rt_memset()
127 return memcpy(dst, src, count); in rt_memcpy()
134 while (count--) in rt_memcpy()
156 rt_ubase_t len = count; in rt_memcpy()
259 return memcmp(cs, ct, count); in rt_memcmp()
445 while (count) in rt_strncmp()
[all …]
A Drt_vsnprintf_std.c678 printf_size_t count = precision; in print_broken_up_decimal() local
687 --count; in print_broken_up_decimal()
697 --count; in print_broken_up_decimal()
704 while ((len < RT_KLIBC_USING_VSNPRINTF_DECIMAL_BUFFER_SIZE) && (count > 0U)) { in print_broken_up_decimal()
706 --count; in print_broken_up_decimal()
/src/
A Dobject.c275 int count = 0; in rt_object_get_length() local
286 count ++; in rt_object_get_length()
290 return count; in rt_object_get_length()
A Dkservice.c865 rt_weak void *rt_calloc(rt_size_t count, rt_size_t size) in rt_calloc() argument
870 p = rt_malloc(count * size); in rt_calloc()
874 rt_memset(p, 0, count * size); in rt_calloc()

Completed in 17 milliseconds