| /Zephyr-latest/tests/subsys/display/cfb/basic/src/ | 
| 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()
 77 	for (size_t y = 0; y < height; y++) {  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()
 
 | 
| /Zephyr-latest/subsys/bluetooth/controller/ll_sw/ | 
| D | ull_internal.h | 26 #define DEFER_APM_CHECK(x, y, z) (false)  argument44 #define DEFER_APM_CHECK(x, y, z) (ull_handle_cpr_anchor_point_move(x, y, z))  argument
 47 #define RADIO_CONN_EVENTS(x, y) ((uint16_t)DIV_ROUND_UP(x, y))  argument
 50 #define RADIO_SYNC_EVENTS(x, y) ((uint16_t)DIV_ROUND_UP(x, y))  argument
 
 | 
| /Zephyr-latest/samples/subsys/input/draw_touch_events/src/ | 
| D | main.c | 45 	size_t y;  member69 	int y;  in clear_screen()  local
 82 	int y;  in fill_cross_buffer()  local
 
 | 
| /Zephyr-latest/subsys/usb/device/ | 
| D | bos_desc.h | 22 #define usb_handle_bos(x, y, z)		-ENOTSUP  argument
 | 
| D | os_desc.h | 34 #define usb_handle_os_desc(x, y, z)		-ENOTSUP  argument35 #define usb_handle_os_desc_feature(x, y, z)	-ENOTSUP  argument
 
 | 
| /Zephyr-latest/drivers/auxdisplay/ | 
| D | auxdisplay_handlers.c | 49 							int16_t x, int16_t y)  in z_vrfy_auxdisplay_cursor_position_set()57 							int16_t *y)  in z_vrfy_auxdisplay_cursor_position_get()
 66 							 int16_t x, int16_t y)  in z_vrfy_auxdisplay_display_position_set()
 74 							 int16_t *y)  in z_vrfy_auxdisplay_display_position_get()
 
 | 
| /Zephyr-latest/scripts/native_simulator/common/src/include/ | 
| D | nsi_utils.h | 18 #define NSI_DO_CONCAT(x, y) x ## y  argument19 #define NSI_CONCAT(x, y) NSI_DO_CONCAT(x, y)  argument
 
 | 
| /Zephyr-latest/samples/subsys/zbus/runtime_obs_registration/src/ | 
| D | messages.h | 13 	int y;  member
 | 
| /Zephyr-latest/samples/boards/bbc/microbit/display/src/ | 
| D | main.c | 63 	int x, y;  in main()  local
 | 
| /Zephyr-latest/dts/common/ | 
| D | mem.h | 14 #define _DT_DO_CONCAT(x, y) x ## y  argument
 | 
| /Zephyr-latest/drivers/input/ | 
| D | input_touch.c | 9 		uint32_t x, uint32_t y,  in input_touchscreen_report_pos()
 | 
| D | input_sdl_touch_bottom.h | 27 	int y;  member
 | 
| /Zephyr-latest/drivers/display/ | 
| D | display_led_strip_matrix.c | 38 static size_t pixel_index(const struct led_strip_matrix_config *config, uint16_t x, uint16_t y)  in pixel_index()74 				     uint16_t y)  in pixel_address()
 89 				   const uint16_t y, const struct display_buffer_descriptor *desc)  in check_descriptor()
 107 static int led_strip_matrix_write(const struct device *dev, const uint16_t x, const uint16_t y,  in led_strip_matrix_write()
 156 static int led_strip_matrix_read(const struct device *dev, const uint16_t x, const uint16_t y,  in led_strip_matrix_read()
 
 | 
| D | display_sdl_bottom.c | 81 	for (int y = 0; y < height; y++) {  in sdl_display_init_bottom()  local106 			      const uint16_t y, void *renderer, void *mutex, void *texture,  in sdl_display_write_bottom()
 137 			    const uint16_t x, const uint16_t y,  in sdl_display_read_bottom()
 
 | 
| /Zephyr-latest/tests/boards/vmu_rt1170/icm42688/src/ | 
| D | main.c | 69 				double y = q31_to_double(data->readings[0].values[1], data->shift);  in callback()  local80 				double y = q31_to_double(data->readings[0].values[1], data->shift);  in callback()  local
 
 | 
| /Zephyr-latest/include/zephyr/drivers/misc/ft8xx/ | 
| D | ft8xx_dl.h | 197 #define FT8XX_VERTEX2F(x, y) (0x40000000 | \  argument216 #define FT8XX_VERTEX2II(x, y, handle, cell) (0x80000000 | \  argument
 
 | 
| /Zephyr-latest/tests/crypto/tinycrypt/src/ | 
| D | ecc_dh.c | 176 	char *y[] = {  in cavp_ecdh()  local274 	char *y[] = {  in cavp_keygen()  local
 371 	char *y[] = {  in cavp_pkv()  local
 
 | 
| /Zephyr-latest/subsys/fb/ | 
| D | cfb.c | 78 				     uint8_t x, uint8_t y)  in get_glyph_byte()95 				uint8_t c, uint16_t x, uint16_t y,  in draw_char_vtmono()
 212 static inline void draw_point(struct char_framebuffer *fb, int16_t x, int16_t y)  in draw_point()
 263 static int draw_text(const struct device *dev, const char *const str, int16_t x, int16_t y,  in draw_text()
 329 int cfb_draw_text(const struct device *dev, const char *const str, int16_t x, int16_t y)  in cfb_draw_text()
 334 int cfb_print(const struct device *dev, const char *const str, uint16_t x, uint16_t y)  in cfb_print()
 339 int cfb_invert_area(const struct device *dev, uint16_t x, uint16_t y,  in cfb_invert_area()
 
 | 
| /Zephyr-latest/arch/nios2/include/ | 
| D | kernel_arch_func.h | 71 #define z_nios2_dcache_flush_no_writeback(x, y) do { } while (false)  argument
 | 
| /Zephyr-latest/subsys/net/lib/http/headers/ | 
| D | mlog.h | 12 #define LOG_MODULE_REGISTER(x, y)  argument
 | 
| /Zephyr-latest/drivers/sensor/st/lsm6dsv16x/ | 
| D | lsm6dsv16x_decoder.c | 320 			int16_t x, y, z;  in lsm6dsv16x_decode_fifo()  local351 			int16_t x, y, z;  in lsm6dsv16x_decode_fifo()  local
 412 			union { float32_t f; uint32_t i; } x, y, z;  in lsm6dsv16x_decode_fifo()  local
 469 			int16_t x, y, z;  in lsm6dsv16x_decode_fifo()  local
 501 			float32_t x, y, z;  in lsm6dsv16x_decode_fifo()  local
 
 | 
| /Zephyr-latest/include/zephyr/drivers/ | 
| D | sensor_attribute_types.h | 32 			q31_t y;  member
 | 
| /Zephyr-latest/subsys/lorawan/services/ | 
| D | frag_decoder_lowmem.c | 28 static inline size_t matrix_location_to_index(size_t x, size_t y, size_t m)  in matrix_location_to_index()37 static bool triangular_matrix_get_entry(struct sys_bitarray *m2tbm, size_t x, size_t y, size_t m)  in triangular_matrix_get_entry()
 50 static void triangular_matrix_set_entry(struct sys_bitarray *m2tbm, size_t x, size_t y, size_t m)  in triangular_matrix_set_entry()
 60 static void triangular_matrix_clear_entry(struct sys_bitarray *m2tbm, size_t x, size_t y, size_t m)  in triangular_matrix_clear_entry()
 
 | 
| /Zephyr-latest/modules/lvgl/ | 
| D | lvgl_display_mono.c | 17 static ALWAYS_INLINE void set_px_at_pos(uint8_t *dst_buf, uint32_t x, uint32_t y, uint32_t width,  in set_px_at_pos()62 	for (uint32_t y = 0; y < height; y++) {  in lvgl_transform_buffer()  local
 
 | 
| /Zephyr-latest/include/zephyr/arch/sparc/ | 
| D | exception.h | 25 	uint32_t y;  member
 |