HomeSort by relevance Sort by last modified time
    Searched refs:size1 (Results 26 - 50 of 310) sorted by null

12 3 4 5 6 7 8 91011>>

  /external/dtc/tests/
dtbs_equal_unordered.c 78 uint64_t addr1, size1, addr2, size2; local
90 CHECK(fdt_get_mem_rsv(fdt1, i, &addr1, &size1));
93 if ((addr1 != addr2) || (size1 != size2))
97 (unsigned long long)size1,
  /external/valgrind/exp-sgcheck/
h_main.h 63 void* h_replace_calloc ( ThreadId tid, SizeT nmemb, SizeT size1 );
  /external/opencv/cv/src/
cvemd.cpp 117 static CvStatus icvInitEMD( const float *signature1, int size1,
177 int dims, size1, size2; local
186 size1 = signature1->rows;
199 if( flow->rows != size1 || flow->cols != size2 )
223 if( cost->rows != size1 || cost->cols != size2 )
255 IPPI_CALL( result = icvInitEMD( signature1->data.fl, size1,
334 icvInitEMD( const float* signature1, int size1,
354 buffer_size = (size1+1) * (size2+1) * (sizeof( float ) + /* cost */
357 (size1 + size2 + 2) * (sizeof( CvNode2D ) + /* _x */
362 (size1+1) * (sizeof( float * ) + sizeof( char * ) + /* rows pointers for *
    [all...]
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 )
  /external/freetype/src/pfr/
pfrload.c 355 FT_UInt n, count, size1; local
379 size1 = 1 + 1 + 1 + 2 + 2 + 1;
381 size1++;
384 size1++;
387 size1++;
390 size1++;
393 size1++;
397 PFR_CHECK( count * 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) {
  /frameworks/ex/camera2/portability/src/com/android/ex/camera2/portability/
AndroidCameraCapabilities.java 251 public int compare(Size size1, Size size2) {
252 return (size1.width() == size2.width() ? size1.height() - size2.height() :
253 size1.width() - size2.width());
  /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/libchrome/base/trace_event/
process_memory_dump_unittest.cc 287 const size_t size1 = 5 * page_size; local
289 static_cast<char*>(base::AlignedAlloc(size1, page_size)));
290 memset(memory1.get(), 0, size1);
291 size_t res1 = ProcessMemoryDump::CountResidentBytes(memory1.get(), size1);
292 ASSERT_EQ(res1, size1);
  /art/runtime/
reference_table.cc 146 const size_t size1 = obj1->SizeOf(); local
148 if (size1 != size2) {
149 return size1 < size2;
  /prebuilts/go/darwin-x86/src/unicode/utf8/
utf8_test.go 338 r1, size1 := DecodeRune(b[i:])
348 if size1 != size2 {
349 t.Errorf("DecodeRune/DecodeRuneInString(%q) size mismatch %d/%d", s[i:], size1, size2)
352 si += size1
356 r1, size1 := DecodeLastRune(b[0:si])
358 if size1 != size2 {
359 t.Errorf("DecodeLastRune/DecodeLastRuneInString(%q, %d) size mismatch %d/%d", s, si, size1, size2)
370 si -= size1
  /prebuilts/go/linux-x86/src/unicode/utf8/
utf8_test.go 338 r1, size1 := DecodeRune(b[i:])
348 if size1 != size2 {
349 t.Errorf("DecodeRune/DecodeRuneInString(%q) size mismatch %d/%d", s[i:], size1, size2)
352 si += size1
356 r1, size1 := DecodeLastRune(b[0:si])
358 if size1 != size2 {
359 t.Errorf("DecodeLastRune/DecodeLastRuneInString(%q, %d) size mismatch %d/%d", s, si, size1, size2)
370 si -= size1
  /external/deqp/external/vulkancts/modules/vulkan/pipeline/
vktPipelineSpecConstantTests.cpp 1350 << " for (int i = 0; i < " << size1 << "; ++i)\\n" local
1406 const int size1 = glu::isDataTypeMatrix(type) ? glu::getDataTypeMatrixNumColumns(type) : glu::getDataTypeNumComponents(type); local
    [all...]
  /external/skia/src/core/
SkBitmapProcShader.cpp 197 size_t size1 = sizeof(LinearPipelineContext) + sizeof(SkBitmapProcInfo); local
198 size_t s = SkTMax(size0, size1);
  /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),
  /packages/apps/DocumentsUI/src/com/android/documentsui/
ThumbnailCache.java 315 public int compare(Point size0, Point size1) {
317 return size0.x - size1.x;
  /external/javassist/src/main/javassist/
CtClassType.java 540 int size1, size2; local
544 size1 = 0;
548 size1 = anno1.length;
561 Object[] result = new Object[size1 + size2];
562 for (int i = 0; i < size1; i++)
566 result[j + size1] = toAnnoType(anno2[j], cp);
572 for (int i = 0 ; i < size1 ; i++){
606 int size1, size2; local
610 size1 = 0;
614 size1 = anno1.length
    [all...]
  /external/mesa3d/src/gallium/drivers/r300/
r300_emit.c 836 unsigned size1, size2, offset1, offset2, stride1, stride2; local
848 size1 = hw_format_size[i];
851 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(vb1->stride) |
859 size1 = hw_format_size[i];
861 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(vb1->stride));
874 size1 = hw_format_size[i];
894 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1) |
902 size1 = hw_format_size[i];
913 OUT_CS(R300_VBPNTR_SIZE0(size1) | R300_VBPNTR_STRIDE0(stride1));
    [all...]
  /prebuilts/ndk/r11/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;
  /prebuilts/ndk/r13/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;
  /system/extras/simpleperf/
record.h 57 uint16_t size1; member in struct:simpleperf_record_header
149 size = (sheader->size1 << 16) | sheader->size0;
164 sheader->size1 = size >> 16;
  /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/skia/src/ports/
SkFontConfigInterface_direct.cpp 135 size_t size1 = iden0.writeToMemory(storage.get()); local
136 SkASSERT(size0 == size1);
139 size_t size2 = iden1.readFromMemory(storage.get(), size1);
140 SkASSERT(size2 == size1);
  /frameworks/rs/tests/java_api/RsTest/src/com/android/rs/test/
UT_reduce.java 1315 final int size1 = 1 + r.nextInt(maxSize \/ size0); local
1392 final int size1 = 1 + r.nextInt(Math.min(1 << j, maxSize \/ size0)); local
    [all...]

Completed in 1811 milliseconds

12 3 4 5 6 7 8 91011>>