HomeSort by relevance Sort by last modified time
    Searched refs:iend (Results 1 - 14 of 14) sorted by null

  /external/opencv3/modules/cudaimgproc/src/cuda/
corners.cu 77 const int iend = ibegin + block_size;
80 for (int i = ibegin; i < iend; ++i)
111 const int iend = ibegin + block_size;
114 for (int i = ibegin; i < iend; ++i)
182 const int iend = ibegin + block_size;
185 for (int i = ibegin; i < iend; ++i)
220 const int iend = ibegin + block_size;
223 for (int i = ibegin; i < iend; ++i)
  /external/xmlrpcpp/src/
XmlRpcUtil.cpp 109 size_t iend = xml.find(etag, istart); local
110 if (iend == std::string::npos) return std::string();
112 *offset = int(iend + etag.length());
113 return xml.substr(istart, iend-istart);
  /external/lz4/programs/
frametest.c 231 BYTE* const iend = (BYTE*)compressedBuffer + cSize; local
244 while (ip < iend)
289 BYTE* const iend = (BYTE*)compressedBuffer + cSize; local
296 while (ip < iend)
301 if (iSize > (size_t)(iend-ip)) iSize = iend-ip;
447 const BYTE* const iend = ip + srcSize; local
454 while (ip < iend)
460 if (iSize > (size_t)(iend-ip)) iSize = iend-ip
483 const BYTE* const iend = ip + cSize; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
codecvt_test.cpp 64 char* ibegin, char* iend, char*& icur) const __NO_THROW {
70 if (icur == iend)
86 if (icur == iend) {
157 char* ibegin, char* iend, char*& icur) const __NO_THROW {
163 if (icur == iend) return ok;
167 if (icur == iend) {
180 if (icur == iend)
193 if (icur == iend) {
198 if (icur == iend) {
206 if (icur == iend) {
    [all...]
  /ndk/tests/device/test-stlport/unit/
codecvt_test.cpp 64 char* ibegin, char* iend, char*& icur) const __NO_THROW {
70 if (icur == iend)
86 if (icur == iend) {
157 char* ibegin, char* iend, char*& icur) const __NO_THROW {
163 if (icur == iend) return ok;
167 if (icur == iend) {
180 if (icur == iend)
193 if (icur == iend) {
198 if (icur == iend) {
206 if (icur == iend) {
    [all...]
  /external/lz4/lib/
lz4.c 519 const BYTE* const iend = ip + inputSize; local
520 const BYTE* const mflimit = iend - MFLIMIT;
521 const BYTE* const matchlimit = iend - LASTLITERALS;
696 int lastRun = (int)(iend - anchor);
701 memcpy(op, anchor, iend - anchor);
702 op += iend-anchor;
959 const BYTE* const iend = ip + inputSize; local
    [all...]
lz4hc.c 343 const BYTE* const iend = ip + inputSize; local
344 const BYTE* const mflimit = iend - MFLIMIT;
345 const BYTE* const matchlimit = (iend - LASTLITERALS);
521 int lastRun = (int)(iend - anchor);
525 memcpy(op, anchor, iend - anchor);
526 op += iend-anchor;
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGPrinter.cpp 243 for(SDNodeIterator i = SDNodeIterator::begin(N), iend = SDNodeIterator::end(N);
244 i != iend;
  /external/icu/icu4c/source/common/
ushape.cpp 1201 int32_t i, iend; local
    [all...]
  /external/pcre/dist/
pcre_exec.c 1477 register int *iend = md->offset_vector + offset; local
1986 register int *iend = md->offset_vector + offset; local
6685 register int *iend = iptr - re->top_bracket; local
7090 register int *iptr, *iend; local
    [all...]
  /external/guice/extensions/persist/lib/
log4j-1.2.14.jar 
  /external/slf4j/log4j-over-slf4j/compatibility/lib/
log4j-1.2.14.jar 
log4j-1.3alpha-8.jar 
  /prebuilts/tools/common/m2/repository/com/sun/xml/fastinfoset/FastInfoset/1.2.13/
FastInfoset-1.2.13.jar 

Completed in 647 milliseconds