Searched defs:sEnd (Results 1 - 8 of 8) sorted by relevance

/external/dng_sdk/source/
H A Ddng_string.cpp665 const char *sEnd = s + len; local
676 while (s < sEnd)
679 uint32 aChar = DecodeUTF8 (s, (uint32) (sEnd - s));
1051 const char *sEnd = s + len; local
1053 while (s < sEnd)
1058 (void) DecodeUTF8 (s, (uint32) (sEnd - s), &isValid);
1210 const uint16 *sEnd = s + length16; local
1219 while (s < sEnd)
1229 if ((aChar >= 0x0000D800) && (aChar <= 0x0000DBFF) && (s < sEnd))
/external/flatbuffers/src/
H A Didl_parser.cpp66 const char * const sEnd = s + str.length(); local
67 while (s < sEnd) {
/external/valgrind/coregrind/m_aspacemgr/
H A Daspacemgr-linux.c1436 Addr sEnd = seg->end; local
1438 aspacem_assert(sStart <= sEnd);
1440 aspacem_assert(VG_IS_PAGE_ALIGNED(sEnd+1));
1446 split_nsegments_lo_and_hi( sStart, sEnd, &iLo, &iHi );
/external/sqlite/dist/orig/
H A Dshell.c227 struct rusage sEnd; local
228 getrusage(RUSAGE_SELF, &sEnd);
231 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime),
232 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime));
H A Dsqlite3.c101542 Token sEnd; local
[all...]
/external/sqlite/dist/
H A Dshell.c233 struct rusage sEnd; local
234 getrusage(RUSAGE_SELF, &sEnd);
237 timeDiff(&sBegin.ru_utime, &sEnd.ru_utime),
238 timeDiff(&sBegin.ru_stime, &sEnd.ru_stime));
H A Dsqlite3.c101542 Token sEnd; local
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 1062 milliseconds