Searched refs:__NO_INLINE (Results 1 – 7 of 7) sorted by relevance
/lk-master/app/tests/ |
A D | benchmarks.c | 24 __NO_INLINE static void bench_set_overhead(void) { in bench_set_overhead() 42 __NO_INLINE static void bench_memset(void) { in bench_memset() 64 __NO_INLINE static void bench_cset_##type(void) \ 93 __NO_INLINE static void bench_cset_wide(void) { in bench_cset() 123 __NO_INLINE static void bench_memcpy(void) { in bench_memcpy() 145 __NO_INLINE static void arm_bench_cset_stm(void) { in arm_bench_cset_stm() 172 __NO_INLINE static void arm_bench_multi_issue(void) { in arm_bench_multi_issue() 201 __NO_INLINE static void bench_sincos(void) { in bench_sincos()
|
/lk-master/lib/libc/include/ |
A D | assert.h | 89 void assert_fail(const char *file, int line, const char *expression) __NO_RETURN __NO_INLINE; 91 ...) __PRINTFLIKE(4, 5) __NO_RETURN __NO_INLINE;
|
/lk-master/lib/libc/ |
A D | printf.c | 103 __NO_INLINE static char *longlong_to_string(char *buf, unsigned long long n, size_t len, uint flag,… in longlong_to_string() 139 __NO_INLINE static char *longlong_to_hexstring(char *buf, unsigned long long u, size_t len, uint fl… in longlong_to_hexstring() 164 __NO_INLINE static size_t exponent_to_string(char *buf, int32_t exponent) { in exponent_to_string() 195 __NO_INLINE static char *double_to_string(char *buf, size_t len, double d, uint flag) { in double_to_string() 294 __NO_INLINE static char *double_to_hexstring(char *buf, size_t len, double d, uint flag) { in double_to_hexstring()
|
/lk-master/top/include/lk/ |
A D | compiler.h | 36 #define __NO_INLINE __attribute((noinline)) macro 37 #define __SRAM __NO_INLINE __SECTION(".sram.text")
|
/lk-master/arch/riscv/ |
A D | exceptions.c | 62 __NO_RETURN __NO_INLINE
|
/lk-master/lib/minip/ |
A D | minip.c | 263 __NO_INLINE static void handle_ipv4_packet(pktbuf_t *p, const uint8_t *src_mac) { in handle_ipv4_packet() 346 __NO_INLINE static int handle_arp_pkt(pktbuf_t *p) { in handle_arp_pkt()
|
A D | tcp.c | 163 __NO_INLINE static void dump_tcp_header(const tcp_header_t *header) { in dump_tcp_header()
|
Completed in 16 milliseconds