Home
last modified time | relevance | path

Searched refs:a (Results 1 – 5 of 5) sorted by relevance

/src/klibc/utest/
A DTC_rt_sscanf.c17 char a, b; in TC_rt_sscanf_char() local
18 rt_sscanf(str, "%c %c", &a, &b); in TC_rt_sscanf_char()
19 uassert_true(a == 'A' && b == 'B'); in TC_rt_sscanf_char()
55 char a[20]; in TC_rt_sscanf_string_with_space() local
56 rt_sscanf(str, "%*s %s", a); in TC_rt_sscanf_string_with_space()
57 uassert_str_equal(a, "World"); in TC_rt_sscanf_string_with_space()
81 int a, b; in TC_rt_sscanf_hex_2() local
82 rt_sscanf(str, "%x %x", &a, &b); in TC_rt_sscanf_hex_2()
98 int a, b; in TC_rt_sscanf_oct_2() local
99 rt_sscanf(str, "%o %o", &a, &b); in TC_rt_sscanf_oct_2()
[all …]
/src/
A DKconfig10 Each kernel object, such as thread, timer, semaphore etc, has a name,
26 RT-Thread Nano is a very small size and refined hard real-time kernel,
52 RT-Thread Smart is a microkernel based operating system on RT-Thread.
157 The system has a hook list. This is the hook list size.
171 bool "Enable software timer with a timer thread"
174 the timeout function context of soft-timer is under a high priority timer
280 A signal is an asynchronous notification sent to a specific thread
303 The slab allocator of RT-Thread is a memory allocation algorithm
A Dkservice.c580 MSH_CMD_EXPORT_ALIAS(cmd_backtrace, backtrace, print backtrace of a thread);
/src/klibc/
A Dkstring.c329 rt_int32_t rt_strcasecmp(const char *a, const char *b) in rt_strcasecmp() argument
335 ca = *a++ & 0xff; in rt_strcasecmp()
A DKconfig94 int "the number of terms in a Taylor series expansion of log_10(x)"
98 The number of terms in a Taylor series expansion of log_10(x) to

Completed in 10 milliseconds