Home
last modified time | relevance | path

Searched +defs:point +defs:max (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/games/snake/snake/
H A Dsnake.c65 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 Dcolor_gamma.c470 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 Dcomplete.c1377 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 Ddisplay.c2618 int tmp, point, width, max; local
/dflybsd-src/contrib/ee/
H A Dee.c111 #define max(a, b) (a > b ? a : b) macro
189 unsigned char *point; /* points to current position in line */ variable