| /tests/drivers/gpio/gpio_ite_it8xxx2_v2/include/ |
| A D | chip_chipregs.h | 15 #define ECREG(x) (*((volatile unsigned char *)fake_ecreg((intptr_t)x))) argument 16 #define ECREG_u16(x) (*((volatile unsigned short *)fake_ecreg((intptr_t)x))) argument 17 #define ECREG_u32(x) (*((volatile unsigned long *)fake_ecreg((intptr_t)x))) argument
|
| /tests/bluetooth/controller/mock_ctrl/include/hal/ |
| A D | ticker_vendor_hal.h | 27 #define HAL_TICKER_US_TO_TICKS(x) \ argument 37 #define HAL_TICKER_US_TO_TICKS_CEIL(x) \ argument 45 #define HAL_TICKER_TICKS_TO_US(x) \ argument 52 #define HAL_TICKER_REMAINDER(x) \ argument
|
| /tests/subsys/display/cfb/basic/src/ |
| A D | utils.c | 31 uint32_t display_pixel(int x, int y) in display_pixel() 45 uint32_t image_pixel(const uint32_t *img, size_t width, int x, int y) in image_pixel() 52 bool verify_pixel(int x, int y, uint32_t color) in verify_pixel() 78 for (size_t x = 0; x < width; x++) { in verify_image() local 97 bool verify_color_inside_rect(int x, int y, size_t width, size_t height, uint32_t color) in verify_color_inside_rect() 121 bool verify_color_outside_rect(int x, int y, size_t width, size_t height, uint32_t color) in verify_color_outside_rect() 158 bool verify_image_and_bg(int x, int y, const uint32_t *img, size_t width, size_t height, in verify_image_and_bg() 173 bool verify_pixel_and_bg(int x, int y, uint32_t pixcolor, uint32_t bgcolor) in verify_pixel_and_bg()
|
| /tests/bluetooth/host/id/mocks/zephyr/linker/ |
| A D | linker-defs.h | 21 #define DT_FOREACH_OKAY_HELPER(x) argument
|
| /tests/kernel/mem_protect/protection/src/ |
| A D | main.c | 40 #define FUNC_TO_PTR(x) (void *)((uintptr_t)(x) & ~0x1) argument 42 #define PTR_TO_FUNC(x) (int (*)(int))((uintptr_t)(x) | 0x1) argument 48 #define FUNC_TO_PTR(x) (void *)(x) argument 49 #define PTR_TO_FUNC(x) (int (*)(int))(x) argument
|
| /tests/lib/c_lib/common/src/ |
| A D | test_sqrt.c | 12 #define local_abs(x) (((x) < 0) ? -(x) : (x)) argument 41 static int isinf(double x) in isinf() 52 static int isnan(double x) in isnan() 63 static int isinff(float x) in isinff() 74 static int isnanf(float x) in isnanf()
|
| /tests/arch/x86/nmi/src/ |
| A D | test_asm_inline_gcc.h | 18 #define _get_esp(x) __asm__("movq %%rsp, %0" : "=r" (x)) argument
|
| /tests/kernel/fpu_sharing/generic/src/ |
| A D | pi.c | 41 #define FP_CONSTANT(x) x argument 44 #define FP_CONSTANT(x) x##f argument
|
| /tests/unit/pot/ |
| A D | log2ceil.cpp | 13 template <typename T> static inline constexpr uint8_t log2ceil(T x) in log2ceil()
|
| A D | log2.cpp | 13 template <typename T> static inline constexpr uint8_t log2(T x) in log2()
|
| A D | nhpot.cpp | 13 template <typename T> static inline constexpr uint64_t nhpot(T x) in nhpot()
|
| /tests/subsys/logging/log_cache/src/ |
| A D | main.c | 26 uint8_t x; member 43 static void buf_fill(uint8_t *data, uint8_t x) in buf_fill() 50 static bool buf_check(uint8_t *data, uint8_t x) in buf_check()
|
| /tests/ztest/base/src/ |
| A D | main.cpp | 10 int x; member
|
| /tests/subsys/usb/desc_sections/src/ |
| A D | desc_sections.c | 68 #define DEFINE_TEST_DESC(x, _) \ argument 89 #define DEFINE_TEST_EP_CFG(x, _) \ argument 96 #define DEFINE_TEST_CFG_DATA(x, _) \ argument
|
| /tests/boards/vmu_rt1170/icm42688/src/ |
| A D | main.c | 68 double x = q31_to_double(data->readings[0].values[0], data->shift); in callback() local 79 double x = q31_to_double(data->readings[0].values[0], data->shift); in callback() local
|
| /tests/subsys/zbus/publish_stats/src/ |
| A D | main.c | 11 int x; member
|
| /tests/subsys/zbus/channel_id/src/ |
| A D | main.c | 11 int x; member
|
| /tests/drivers/mm/sys_mm_drv_bank/src/ |
| A D | main.c | 12 #define EXPECTED(x) ((x) * CONFIG_MM_DRV_PAGE_SIZE) argument
|
| /tests/kernel/common/src/ |
| A D | pow2.c | 59 volatile unsigned int x = test_value; in test_pow2_ceil_x() local
|
| A D | irq_offload.c | 38 uint32_t x = POINTER_TO_INT(param); in offload_function() local
|
| /tests/lib/c_lib/thrd/src/ |
| A D | thrd.c | 51 uintptr_t *x = (uintptr_t *)arg; in thrd_create_join_fn() local 88 uintptr_t *x = (uintptr_t *)arg; in thrd_exit_fn() local
|
| /tests/drivers/ethernet/eth_ivshmem_queue/src/ |
| A D | main.c | 72 int x = 42; in ZTEST() local 135 int x = 0; in ZTEST() local
|
| /tests/unit/hex/ |
| A D | main.c | 14 uint8_t x; in ZTEST() local 32 uint8_t x; in ZTEST() local
|
| /tests/net/socket/socketpair/src/ |
| A D | block.c | 102 char x; in ZTEST_F() local
|
| /tests/subsys/lorawan/frag_decoder/src/ |
| A D | frag_encoder.c | 53 int mm, x, r; in lorawan_fec_parity_matrix_vector() local
|