/external/opencv3/modules/cudaimgproc/src/cuda/ |
corners.cu | 75 const int ibegin = y - (block_size / 2); 77 const int iend = ibegin + block_size; 80 for (int i = ibegin; i < iend; ++i) 109 const int ibegin = y - (block_size / 2); 111 const int iend = ibegin + block_size; 114 for (int i = ibegin; i < iend; ++i) 180 const int ibegin = y - (block_size / 2); 182 const int iend = ibegin + block_size; 185 for (int i = ibegin; i < iend; ++i) 218 const int ibegin = y - (block_size / 2) [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
codecvt_test.cpp | 64 char* ibegin, char* iend, char*& icur) const __NO_THROW { 67 icur = ibegin; 118 char *ibegin = new char[m]; local 120 char *icur = ibegin; 122 do_in(tmp, efrom, eend, ecur, ibegin, ibegin + m, icur); 123 delete[] ibegin; 157 char* ibegin, char* iend, char*& icur) const __NO_THROW { 161 icur = ibegin; 245 char *ibegin = new char[m + offset] local [all...] |
/ndk/tests/device/test-stlport/unit/ |
codecvt_test.cpp | 64 char* ibegin, char* iend, char*& icur) const __NO_THROW { 67 icur = ibegin; 118 char *ibegin = new char[m]; local 120 char *icur = ibegin; 122 do_in(tmp, efrom, eend, ecur, ibegin, ibegin + m, icur); 123 delete[] ibegin; 157 char* ibegin, char* iend, char*& icur) const __NO_THROW { 161 icur = ibegin; 245 char *ibegin = new char[m + offset] local [all...] |
/external/clang/test/CodeGenCXX/ |
value-init.cpp | 225 // CHECK-NEXT: [[IBEGIN:%.*]] = getelementptr inbounds [20 x [[A]]], [20 x [[A]]]* [[CUR]], i32 0, i32 0 226 // CHECK-NEXT: [[IEND:%.*]] = getelementptr inbounds [[A]], [[A]]* [[IBEGIN]], i64 20 228 // CHECK: [[ICUR:%.*]] = phi [[A]]* [ [[IBEGIN]], {{%.*}} ], [ [[INEXT:%.*]], {{%.*}} ]
|
/external/tremolo/Tremolo/ |
bitwise.c | 732 int ibegin=(rand()%32); local 743 orl->begin=ibegin; 746 orl->buffer->data[ibegin++]= flat[pos++];
|
/external/sqlite/dist/orig/ |
shell.c | 193 static sqlite3_int64 iBegin; /* Wall-clock time at start */ 201 iBegin = timeOfDay(); 220 (iEnd - iBegin)*0.001, [all...] |
/external/sqlite/dist/ |
shell.c | 199 static sqlite3_int64 iBegin; /* Wall-clock time at start */ 207 iBegin = timeOfDay(); 226 (iEnd - iBegin)*0.001, [all...] |