Searched defs:y (Results 1 – 11 of 11) sorted by relevance
33 #define max(x, y) ((x > y) ? (x) : (y)) argument34 #define min(x, y) ((x < y) ? (x) : (y)) argument
4 int64_t pow(int64_t x, int y) in pow()
21 double y; in round() local
65 fn y() -> Result<(), SystemError> { in two_elements() function
332 let y = pos / vc_data.cols; in con_getxy() localVariable672 let y = fbcon_data.display.real_y(vc_data.state.y as u32); in cursor() localVariable
289 let y = image.y; in start_offset() localVariable
68 let y = image.y; in generic_imageblit() localVariable1227 pub y: u32, field
384 let y: u32 = id_y * TEXTUI_CHAR_HEIGHT; in get_start_index_by_lineid_lineindex() localVariable465 let y: u32 = id_y * TEXTUI_CHAR_HEIGHT; in no_init_textui_render_chromatic() localVariable
115 y: i16, field
1857 pub y: usize, field
1011 let mut y = NodePtr::null(); in insert() localVariable