Home
last modified time | relevance | path

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

/external/tesseract/textord/
Dblkocc.h133 inT16 max_max; //upper max in ELISTIZEH()
150 max_max = new_max_max; in ELISTIZEH()
176 if ((y >= min_min) && (y < max_max)) in ELISTIZEH()
204 return RANGE_OVERLAPS_BAND (max_max, min_min, y1, y2); in ELISTIZEH()
206 return RANGE_OVERLAPS_BAND (max_max, min_min, y2, y1); in ELISTIZEH()
231 return RANGE_IN_BAND (max_max, min_min, y1, y2); in ELISTIZEH()
233 return RANGE_IN_BAND (max_max, min_min, y2, y1); in ELISTIZEH()
/external/openssl/ssl/
Ds3_pkt.c167 int max_max = s->s3->rbuf.len - s->packet_length; in ssl3_read_n() local
168 if (max > max_max) in ssl3_read_n()
169 max = max_max; in ssl3_read_n()