OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:maxpos
(Results
1 - 3
of
3
) sorted by null
/external/jhead/
iptc.c
59
unsigned char *
maxpos
= Data+itemlen;
local
80
if (pos >=
maxpos
) goto corrupt;
88
if (pos+4 >=
maxpos
) goto corrupt;
104
if (pos+5 >
maxpos
) goto corrupt;
117
if (pos+length >
maxpos
) goto corrupt;
/external/chromium_org/third_party/libjingle/source/talk/base/
win32.cc
107
int
maxpos
= -1;
local
114
maxpos
= i;
125
int tmpmax =
maxpos
;
131
// We're less than
maxpos
, we hit a -1, so the 'good' run is done.
142
if (runpos[0] == 1 && (
maxpos
== 5 ||
143
(
maxpos
== 4 && as_shorts[5] == 0xFFFF))) {
146
if (
maxpos
== 4) {
/external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar
Completed in 25 milliseconds