Searched refs:__UNUSED (Results 1 – 16 of 16) sorted by relevance
/lk-master/external/platform/nrfx/mdk/ |
A D | nrf53_erratas.h | 40 static bool nrf53_errata_1(void) __UNUSED; 41 static bool nrf53_errata_2(void) __UNUSED; 42 static bool nrf53_errata_3(void) __UNUSED; 43 static bool nrf53_errata_4(void) __UNUSED; 44 static bool nrf53_errata_5(void) __UNUSED; 45 static bool nrf53_errata_6(void) __UNUSED; 46 static bool nrf53_errata_7(void) __UNUSED; 47 static bool nrf53_errata_8(void) __UNUSED; 48 static bool nrf53_errata_9(void) __UNUSED; 49 static bool nrf53_errata_10(void) __UNUSED; [all …]
|
A D | nrf91_erratas.h | 40 static bool nrf91_errata_1(void) __UNUSED; 41 static bool nrf91_errata_2(void) __UNUSED; 42 static bool nrf91_errata_4(void) __UNUSED; 43 static bool nrf91_errata_6(void) __UNUSED; 44 static bool nrf91_errata_7(void) __UNUSED; 45 static bool nrf91_errata_8(void) __UNUSED; 46 static bool nrf91_errata_9(void) __UNUSED; 47 static bool nrf91_errata_10(void) __UNUSED; 48 static bool nrf91_errata_12(void) __UNUSED; 49 static bool nrf91_errata_14(void) __UNUSED; [all …]
|
A D | nrf51_erratas.h | 40 static bool nrf51_errata_1(void) __UNUSED; 41 static bool nrf51_errata_2(void) __UNUSED; 42 static bool nrf51_errata_3(void) __UNUSED; 43 static bool nrf51_errata_4(void) __UNUSED; 44 static bool nrf51_errata_5(void) __UNUSED; 45 static bool nrf51_errata_6(void) __UNUSED; 46 static bool nrf51_errata_7(void) __UNUSED; 47 static bool nrf51_errata_8(void) __UNUSED; 48 static bool nrf51_errata_9(void) __UNUSED; 49 static bool nrf51_errata_10(void) __UNUSED; [all …]
|
A D | nrf52_erratas.h | 40 static bool nrf52_errata_1(void) __UNUSED; 41 static bool nrf52_errata_2(void) __UNUSED; 42 static bool nrf52_errata_3(void) __UNUSED; 43 static bool nrf52_errata_4(void) __UNUSED; 44 static bool nrf52_errata_7(void) __UNUSED; 45 static bool nrf52_errata_8(void) __UNUSED; 46 static bool nrf52_errata_9(void) __UNUSED; 47 static bool nrf52_errata_10(void) __UNUSED; 48 static bool nrf52_errata_11(void) __UNUSED; 49 static bool nrf52_errata_12(void) __UNUSED; [all …]
|
A D | compiler_abstraction.h | 72 #ifndef __UNUSED 73 #define __UNUSED __attribute__((unused)) macro 105 #ifndef __UNUSED 106 #define __UNUSED __attribute__((unused)) macro 138 #ifndef __UNUSED 139 #define __UNUSED macro 170 #ifndef __UNUSED 171 #define __UNUSED __attribute__((unused)) macro 210 #ifndef __UNUSED 211 #define __UNUSED __attribute__((unused)) macro
|
/lk-master/platform/qemu-virt-m68k/ |
A D | platform.c | 137 __UNUSED uint32_t ip_addr = IPV4(192, 168, 0, 99); in platform_init() 138 __UNUSED uint32_t ip_mask = IPV4(255, 255, 255, 0); in platform_init() 139 __UNUSED uint32_t ip_gateway = IPV4_NONE; in platform_init()
|
/lk-master/platform/qemu-virt-arm/ |
A D | platform.c | 214 __UNUSED uint32_t ip_addr = IPV4(192, 168, 0, 99); in platform_init() 215 __UNUSED uint32_t ip_mask = IPV4(255, 255, 255, 0); in platform_init() 216 __UNUSED uint32_t ip_gateway = IPV4_NONE; in platform_init()
|
/lk-master/platform/qemu-virt-riscv/ |
A D | platform.c | 186 __UNUSED uint32_t ip_addr = IPV4(192, 168, 0, 99); in platform_init() 187 __UNUSED uint32_t ip_mask = IPV4(255, 255, 255, 0); in platform_init() 188 __UNUSED uint32_t ip_gateway = IPV4_NONE; in platform_init()
|
/lk-master/top/include/lk/ |
A D | compiler.h | 19 #define __UNUSED __attribute__((__unused__)) macro 165 #define __UNUSED macro
|
/lk-master/app/tests/ |
A D | benchmarks.c | 203 __UNUSED volatile double _hole = sin(0); in bench_sincos() 206 __UNUSED double a = sin(2.0); in bench_sincos()
|
/lk-master/platform/pc/ |
A D | keyboard.c | 209 unsigned char data __UNUSED; in i8042_flush() local
|
A D | ide.c | 212 __UNUSED const struct platform_ide_config *config = dev->config; in ide_init() 321 __UNUSED struct ide_driver_state *state = dev->state; in ide_write() 405 __UNUSED struct ide_driver_state *state = dev->state; in ide_read()
|
/lk-master/app/lkboot/ |
A D | dcc.c | 213 __UNUSED status_t err; in lkboot_dcc_init()
|
/lk-master/arch/arm/arm/ |
A D | faults.c | 116 __UNUSED uint32_t opcode = *(uint32_t *)frame->pc; in arm_undefined_handler()
|
/lk-master/kernel/ |
A D | thread.c | 680 __UNUSED thread_t *current_thread = get_current_thread(); in thread_block()
|
/lk-master/lib/minip/ |
A D | tcp.c | 288 __UNUSED int oldval = atomic_add(&s->ref, 1); in inc_socket_ref()
|
Completed in 42 milliseconds