Home
last modified time | relevance | path

Searched defs:x (Results 1 – 25 of 39) sorted by relevance

12

/tests/drivers/gpio/gpio_ite_it8xxx2_v2/include/
A Dchip_chipregs.h15 #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 Dticker_vendor_hal.h27 #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 Dutils.c31 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 Dlinker-defs.h21 #define DT_FOREACH_OKAY_HELPER(x) argument
/tests/kernel/mem_protect/protection/src/
A Dmain.c40 #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 Dtest_sqrt.c12 #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 Dtest_asm_inline_gcc.h18 #define _get_esp(x) __asm__("movq %%rsp, %0" : "=r" (x)) argument
/tests/kernel/fpu_sharing/generic/src/
A Dpi.c41 #define FP_CONSTANT(x) x argument
44 #define FP_CONSTANT(x) x##f argument
/tests/unit/pot/
A Dlog2ceil.cpp13 template <typename T> static inline constexpr uint8_t log2ceil(T x) in log2ceil()
A Dlog2.cpp13 template <typename T> static inline constexpr uint8_t log2(T x) in log2()
A Dnhpot.cpp13 template <typename T> static inline constexpr uint64_t nhpot(T x) in nhpot()
/tests/subsys/logging/log_cache/src/
A Dmain.c26 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 Dmain.cpp10 int x; member
/tests/subsys/usb/desc_sections/src/
A Ddesc_sections.c68 #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 Dmain.c68 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 Dmain.c11 int x; member
/tests/subsys/zbus/channel_id/src/
A Dmain.c11 int x; member
/tests/drivers/mm/sys_mm_drv_bank/src/
A Dmain.c12 #define EXPECTED(x) ((x) * CONFIG_MM_DRV_PAGE_SIZE) argument
/tests/kernel/common/src/
A Dpow2.c59 volatile unsigned int x = test_value; in test_pow2_ceil_x() local
A Dirq_offload.c38 uint32_t x = POINTER_TO_INT(param); in offload_function() local
/tests/lib/c_lib/thrd/src/
A Dthrd.c51 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 Dmain.c72 int x = 42; in ZTEST() local
135 int x = 0; in ZTEST() local
/tests/unit/hex/
A Dmain.c14 uint8_t x; in ZTEST() local
32 uint8_t x; in ZTEST() local
/tests/net/socket/socketpair/src/
A Dblock.c102 char x; in ZTEST_F() local
/tests/subsys/lorawan/frag_decoder/src/
A Dfrag_encoder.c53 int mm, x, r; in lorawan_fec_parity_matrix_vector() local

Completed in 68 milliseconds

12