Searched +defs:point +defs:max (Results 1 – 5 of 5) sorted by relevance
/dflybsd-src/games/snake/snake/ |
H A D | snake.c | 65 struct point { struct 87 #define pchar(point, c) mvaddch((point)->line + 1, (point)->col + 1, (c)) argument 236 point(struct point *ps, int x, int y) in point() function 591 double v1, v2, vp, max; in chase() local
|
/dflybsd-src/sys/dev/drm/amd/display/modules/color/ |
H A D | color_gamma.c | 470 struct gamma_point *point; in build_custom_gamma_mapping_coefficients_worker() local 549 const struct gamma_point *point; in calculate_mapped_value() local 862 struct fixed31_32 max = dc_fixpt_one; in scale_gamma_dx() local
|
/dflybsd-src/contrib/gdb-7/readline/ |
H A D | complete.c | 1377 rl_display_match_list (matches, len, max) in rl_display_match_list() argument 1506 int len, max, i; local 1739 insert_all_matches (matches, point, qc) in insert_all_matches() argument
|
H A D | display.c | 2618 int tmp, point, width, max; local
|
/dflybsd-src/contrib/ee/ |
H A D | ee.c | 111 #define max(a, b) (a > b ? a : b) macro 189 unsigned char *point; /* points to current position in line */ variable
|