Home
last modified time | relevance | path

Searched refs:dash_pos (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/external/xserver/glamor/
H A Dglamor_dash.c251 int dash_pos; in glamor_poly_lines_dash_gl() local
275 dash_pos = gc->dashOffset; in glamor_poly_lines_dash_gl()
285 dash_pos += glamor_line_length(prev_x, prev_y, in glamor_poly_lines_dash_gl()
290 v[2] = dash_pos; in glamor_poly_lines_dash_gl()
297 v[2] = dash_pos + 1; in glamor_poly_lines_dash_gl()
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A Dibmpowernv.c222 char *dash_pos; in get_sensor_index_attr() local
229 dash_pos = strchr(hash_pos, '-'); in get_sensor_index_attr()
230 if (!dash_pos) in get_sensor_index_attr()
233 copy_len = dash_pos - hash_pos - 1; in get_sensor_index_attr()
243 strncpy(attr, dash_pos + 1, MAX_ATTR_LEN); in get_sensor_index_attr()