Home
last modified time | relevance | path

Searched refs:maxpos (Results 1 – 4 of 4) sorted by relevance

/external/jhead/
Diptc.c59 unsigned char * maxpos = Data+itemlen; in show_IPTC() local
80 if (pos >= maxpos) goto corrupt; in show_IPTC()
88 if (pos+4 >= maxpos) goto corrupt; in show_IPTC()
104 if (pos+5 > maxpos) goto corrupt; in show_IPTC()
117 if (pos+length > maxpos) goto corrupt; in show_IPTC()
/external/webrtc/webrtc/base/
Dwin32.cc90 int maxpos = -1; in inet_ntop_v6() local
97 maxpos = i; in inet_ntop_v6()
108 int tmpmax = maxpos; in inet_ntop_v6()
125 if (runpos[0] == 1 && (maxpos == 5 || in inet_ntop_v6()
126 (maxpos == 4 && as_shorts[5] == 0xFFFF))) { in inet_ntop_v6()
129 if (maxpos == 4) { in inet_ntop_v6()
/external/opencv3/samples/python2/
Dmouse_and_match.py43 maxpos = max(drag_start[0], x), max(drag_start[1], y)
44 sel = minpos[0], minpos[1], maxpos[0], maxpos[1]
/external/opencv3/modules/ts/src/
Dts_func.cpp976 size_t minpos = *_minpos, maxpos = *_maxpos; in minMaxLoc_() local
991 maxpos = startidx + i; in minMaxLoc_()
1008 maxpos = startidx + i; in minMaxLoc_()
1015 *_maxpos = maxpos; in minMaxLoc_()