/art/runtime/ |
mem_map_test.cc | 82 size_t size1 = m1->Size(); local 84 EXPECT_EQ(size1, page_size); 86 EXPECT_EQ(BaseSize(m1), size1); local
|
/ndk/sources/cxx-stl/stlport/src/c_locale_win32/ |
c_wlocale_win32.c | 202 DWORD size1 = trim_size_t_to_DWORD(n1);
local 204 result = CompareStringW(lcol->lc.id, 0, s1, size1, s2, size2);
207 n1 -= size1;
|
/dalvik/dexgen/src/com/android/dexgen/rop/type/ |
StdTypeList.java | 306 int size1 = list1.size(); local 308 int size = Math.min(size1, size2); 317 if (size1 == size2) { 319 } else if (size1 < size2) {
|
/dalvik/dx/src/com/android/dx/rop/type/ |
StdTypeList.java | 306 int size1 = list1.size(); local 308 int size = Math.min(size1, size2); 317 if (size1 == size2) { 319 } else if (size1 < size2) {
|
/external/dexmaker/src/dx/java/com/android/dx/rop/type/ |
StdTypeList.java | 306 int size1 = list1.size(); local 308 int size = Math.min(size1, size2); 317 if (size1 == size2) { 319 } else if (size1 < size2) {
|
/external/skia/src/ports/ |
SkFontConfigInterface_direct.cpp | 85 size_t size1 = iden0.writeToMemory(storage.get()); local 86 SkASSERT(size0 == size1); 89 size_t size2 = iden1.readFromMemory(storage.get(), size1); 90 SkASSERT(size2 == size1);
|
/toolchain/binutils/binutils-2.25/libiberty/ |
regex.c | 75 # define re_match_2(bufp, string1, size1, string2, size2, pos, regs, stop) \ 76 __re_match_2 (bufp, string1, size1, string2, size2, pos, regs, stop) 387 /* True if `size1' is non-NULL and PTR is pointing anywhere inside 391 (size1 && string1 <= (ptr) && (ptr) <= string1 + size1) 418 const char *string1, int size1, 424 const char *string1, int size1, 442 wchar_t *string1, int size1, 446 const char *string1, int size1, [all...] |
/external/autotest/server/site_tests/firmware_FMap/ |
firmware_FMap.py | 102 # name1 offset1 size1 106 # [{'name': name1, 'offset': offset1, 'size': size1},
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/tools/ftfuzzer/ |
ftmutator.cc | 286 size_t Size1, 293 Size1,
|
/external/mesa3d/src/gallium/drivers/nv50/codegen/ |
nv50_ir_build_util.cpp | 334 int size1 = (baseSize2[mask] >> 4) & 0xf; local 338 if (1) { // size1 can't be 0 340 reg->reg.size = size1 << unit;
|
/external/opencv3/modules/core/src/ |
alloc.cpp | 489 size_t size1 = size + sizeof(uchar*)*2 + MEM_BLOCK_SIZE; 490 uchar* udata = (uchar*)SystemAlloc(size1); 493 adata[-2] = (uchar*)size1;
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
spu_ovl.S | 54 #define size1 reserved3 define 158 rotqbyi size1, vma, 4 # 1,4 14 165 andi present1, size1, 1 # 0,2 18
|
/external/compiler-rt/lib/tsan/rtl/ |
tsan_rtl.cc | 631 int size1 = 1; local 634 size1 = 8; 637 size1 = 4; 640 size1 = 2; 644 addr += size1; 645 size -= size1;
|
/external/skia/tests/ |
MatrixTest.cpp | 145 size_t size1 = m.writeToMemory(nullptr); local 147 REPORTER_ASSERT(reporter, size1 == size2); 148 REPORTER_ASSERT(reporter, size1 <= SkMatrix::kMaxFlattenSize); 152 REPORTER_ASSERT(reporter, size1 == size3); 157 REPORTER_ASSERT(reporter, size1 == size3); 158 REPORTER_ASSERT(reporter, memcmp(buffer, buffer2, size1) == 0); [all...] |
/external/valgrind/drd/ |
drd_malloc_wrappers.c | 158 static void* drd_calloc(ThreadId tid, SizeT nmemb, SizeT size1) 160 return new_block(tid, nmemb*size1, VG_(clo_alignment),
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
UT_reduce.java | 1182 final int size1 = 1 + r.nextInt(maxSize \/ size0); local 1259 final int size1 = 1 + r.nextInt(Math.min(1 << j, maxSize \/ size0)); local [all...] |
/external/autotest/client/tests/sparse/ |
sparse-2006-04-28.tar.gz | |
/external/opencv/cv/src/ |
cvsegmentation.cpp | 412 CvSize size1 = cvGetMatSize(dst_pyramid[level+1]); local 422 for( i = 1; i < size1.height-1; i++, dptr += dstep - (size1.width-2)*3, mask += mstep*2 ) 424 for( j = 1; j < size1.width-1; j++, dptr += cn )
|
cvhistogram.cpp | 410 int size1[CV_MAX_DIM], size2[CV_MAX_DIM], total = 1; local 419 CV_CALL( dims1 = cvGetDims( hist1->bins, size1 )); 428 if( size1[i] != size2[i] ) 430 total *= size1[i]; 660 int size1[CV_MAX_DIM], size2[CV_MAX_DIM], total = 1; local 674 CV_CALL( dims1 = cvGetDims( src->bins, size1 )); 676 total *= size1[i]; 685 if( size1[i] != size2[i] ) 695 CV_CALL( dst = cvCreateHist( dims1, size1, [all...] |
/external/opencv3/modules/features2d/test/ |
test_rotation_and_scale_invariance.cpp | 462 float size1 = osiKeypoints1[matches[m].queryIdx].size; local 463 CV_Assert(size0 > 0 && size1 > 0); 464 if(std::min(size0, size1) > maxSizeDiff * std::max(size0, size1))
|
/external/opencv3/modules/imgproc/src/ |
segmentation.cpp | 415 cv::Size size1 = dst_pyramid[level+1].size(); local 425 for( i = 1; i < size1.height-1; i++, dptr += dstep - (size1.width-2)*3, mask += mstep*2 ) 427 for( j = 1; j < size1.width-1; j++, dptr += cn )
|
canny.cpp | 60 int size = 0, size1 = 0; local 65 if (ippiFilterSobelHorizGetBufferSize_8u16s_C1R(roi, ippMskSize3x3, &size1) < 0) 67 size = std::max(size, size1); 69 if (ippiCannyGetSize(roi, &size1) < 0) 71 size = std::max(size, size1); [all...] |
/external/valgrind/exp-sgcheck/ |
h_main.h | 63 void* h_replace_calloc ( ThreadId tid, SizeT nmemb, SizeT size1 );
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
tree-flow-inline.h | 1132 /* Return true, if the two ranges [POS1, SIZE1] and [POS2, SIZE2] 1133 overlap. SIZE1 and/or SIZE2 can be (unsigned)-1 in which case the 1138 unsigned HOST_WIDE_INT size1, 1147 && (size1 == (unsigned HOST_WIDE_INT)-1 1148 || pos2 < (pos1 + size1))) [all...] |
/external/mesa3d/src/gallium/auxiliary/gallivm/ |
lp_bld_sample_aos.c | 1326 LLVMValueRef size1; local [all...] |