Searched refs:minv (Results 1 – 2 of 2) sorted by relevance
| /NextBSD/contrib/groff/src/devices/grohtml/ |
| HD | post-html.cpp | 498 int minv, minh, maxv, maxh; member in text_glob 522 minv(min_vertical), minh(min_horizontal), maxv(max_vertical), maxh(max_horizontal), in text_glob() 529 : text_string(NULL), text_length(0), minv(-1), minh(-1), maxv(-1), maxh(-1), in text_glob() 931 int minv, minh, maxv, maxh; member 942 : right(0), left(0), datum(0), lineno(0), minv(-1), minh(-1), maxv(-1), maxh(-1) in element_list() 955 minv(min_vertical), minh(min_horizontal), maxv(max_vertical), maxh(max_horizontal) in element_list() 1031 } else if (is_intersection(a->minv, a->maxv, b->minv, b->maxv)) { in is_less() 1227 element_list *t = new element_list(in, ptr->lineno, ptr->minv, ptr->minh, ptr->maxv, ptr->maxh); in insert() 1296 f->minv, f->minh, f->maxv, f->maxh); in insert_tag() 2092 void handle_assertion (int minv, int minh, int maxv, int maxh, const char *s); [all …]
|
| /NextBSD/contrib/gcc/ |
| HD | fold-const.c | 4326 tree utype, minv, maxv; in build_range_check() local 4334 minv = fold_convert (utype, TYPE_MIN_VALUE (etype)); in build_range_check() 4337 minv, 1, maxv, 1))) in build_range_check()
|