Home
last modified time | relevance | path

Searched refs:size2 (Results 1 – 25 of 44) sorted by relevance

12

/external/opencv/cvaux/src/
D_cvaux.h54 CV_INLINE bool operator == (CvSize size1, CvSize size2 );
55 CV_INLINE bool operator == (CvSize size1, CvSize size2 )
57 return size1.width == size2.width && size1.height == size2.height;
60 CV_INLINE bool operator != (CvSize size1, CvSize size2 );
61 CV_INLINE bool operator != (CvSize size1, CvSize size2 )
63 return size1.width != size2.width || size1.height != size2.height;
/external/stlport/test/unit/
Dcollate_facets_test.cpp25 const size_t size2 = sizeof(str2) / sizeof(str2[0]) - 1; in collate_facet() local
27 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 ); in collate_facet()
28 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 ); in collate_facet()
31 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 ); in collate_facet()
32 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 ); in collate_facet()
45 const size_t size2 = sizeof(str2) / sizeof(str2[0]) - 1; in collate_facet() local
47 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 ); in collate_facet()
48 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 ); in collate_facet()
51 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 ); in collate_facet()
52 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 ); in collate_facet()
[all …]
/external/e2fsprogs/intl/
Dxsize.h57 xsum (size_t size1, size_t size2) in xsum() argument
59 size_t sum = size1 + size2; in xsum()
68 xsum3 (size_t size1, size_t size2, size_t size3) in xsum3() argument
70 return xsum (xsum (size1, size2), size3); in xsum3()
78 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4) in xsum4() argument
80 return xsum (xsum (xsum (size1, size2), size3), size4); in xsum4()
88 xmax (size_t size1, size_t size2) in xmax() argument
92 return (size1 >= size2 ? size1 : size2); in xmax()
/external/valgrind/main/massif/tests/
Dcustom_alloc.c30 int size2 = size + RZ*2; in custom_alloc() local
33 if (hp + size2 > hp_lim) { in custom_alloc()
39 hp += size2; in custom_alloc()
/external/valgrind/main/drd/tests/
Dcustom_alloc.c30 int size2 = size + RZ*2; in custom_alloc() local
33 if (hp + size2 > hp_lim) { in custom_alloc()
39 hp += size2; in custom_alloc()
/external/valgrind/main/memcheck/tests/
Dcustom_alloc.c36 int size2 = size + RZ*2; in custom_alloc() local
39 if (hp + size2 > hp_lim) { in custom_alloc()
45 hp += size2; in custom_alloc()
/external/srec/srec/clib/
Dvoc_read.c277 size_t size2 = 0; in mmap_zip() local
310 size2 = get_zipentry_size(ze); in mmap_zip()
311 buf2 = mmap(0, inflateSize(size2), PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANON, -1, 0); in mmap_zip()
315 if (decompress_zipentry(ze, buf2, size2)) goto FAILED; in mmap_zip()
326 *size = size2; in mmap_zip()
333 if (buf2) munmap(buf2, inflateSize(size2)); in mmap_zip()
/external/chromium/sdch/open-vcdiff/src/
Dcodetable_test.cc43 unsigned char size2, in AddExerciseOpcode() argument
50 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2; in AddExerciseOpcode()
100 EXPECT_EQ(0, code_table_data_.size2[opcode]); in VerifyInstruction()
245 code_table_data_.size2[20] = 1; in TEST_F()
Dinstruction_map.cc157 FindMaxSize(code_table_data.size2)) { in VCDiffInstructionMap()
173 code_table_data.size2[opcode], in VCDiffInstructionMap()
190 code_table_data.size2[opcode], in VCDiffInstructionMap()
Dinstruction_map_test.cc37 unsigned char size2,
50 unsigned char size2,
128 unsigned char size2, in AddExerciseOpcode() argument
135 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2; in AddExerciseOpcode()
148 EXPECT_EQ(size, g_exercise_code_table_->size2[found_opcode]); in VerifyExerciseFirstInstruction()
159 EXPECT_EQ(0, g_exercise_code_table_->size2[found_opcode]); in VerifyExerciseFirstInstruction()
170 unsigned char size2, in VerifyExerciseSecondInstruction() argument
177 size2, in VerifyExerciseSecondInstruction()
Ddecodetable_test.cc46 unsigned char size2, in AddExerciseOpcode() argument
53 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2; in AddExerciseOpcode()
128 EXPECT_EQ(g_exercise_code_table_->size2[opcode], size); in VerifyInstModeSize2()
404 (g_exercise_code_table_->size2[opcode] == 0)) { in TEST_F()
Dcodetable.h105 unsigned char size2[kCodeTableSize]; member
Dencodetable_test.cc55 unsigned char size2, in AddExerciseOpcode() argument
62 g_exercise_code_table_->size2[opcode] = (inst2 == VCD_NOOP) ? 0 : size2; in AddExerciseOpcode()
/external/skia/tests/
DMatrixTest.cpp36 uint32_t size2 = m.flatten(buffer); in test_flatten() local
37 REPORTER_ASSERT(reporter, size1 == size2); in test_flatten()
42 REPORTER_ASSERT(reporter, size1 == size2); in test_flatten()
47 REPORTER_ASSERT(reporter, size1 == size2); in test_flatten()
/external/opencv/cv/src/
Dcvemd.cpp118 const float *signature2, int size2,
177 int dims, size1, size2; in cvCalcEMD2() local
187 size2 = signature2->rows; in cvCalcEMD2()
199 if( flow->rows != size1 || flow->cols != size2 ) in cvCalcEMD2()
223 if( cost->rows != size1 || cost->cols != size2 ) in cvCalcEMD2()
256 signature2->data.fl, size2, in cvCalcEMD2()
335 const float* signature2, int size2, in icvInitEMD() argument
354 buffer_size = (size1+1) * (size2+1) * (sizeof( float ) + /* cost */ in icvInitEMD()
357 (size1 + size2 + 2) * (sizeof( CvNode2D ) + /* _x */ in icvInitEMD()
389 buffer += (size2 + 1) * sizeof( int ); in icvInitEMD()
[all …]
/external/skia/samplecode/
DSampleRegion.cpp147 size_t size2 = tmp.flatten(buffer); in drawRgnOped() local
148 SkASSERT(size == size2); in drawRgnOped()
151 size2 = tmp3.unflatten(buffer); in drawRgnOped()
152 SkASSERT(size == size2); in drawRgnOped()
/external/webkit/Source/JavaScriptCore/runtime/
DUString.h121 unsigned size2 = 0; variable
130 size2 = rep2->length();
132 if (size1 != size2) // If the lengths are not the same, we're done.
/external/javassist/src/main/javassist/expr/
DExprEditor.java134 int size2 = iterator.getCodeLength(); in doit() local
135 if (size != size2) // the body was modified. in doit()
136 endPos += size2 - size; in doit()
/external/srec/srec/cfront/
Dsp_fft.c824 fft->size2 = size; in configure_fft()
834 unsigned n = fft->size2; in fft_perform_and_magsq()
852 int ii, size2; in place_sample_data() local
860 ASSERT(num <= (int)fft->size2); in place_sample_data()
861 size2 = fft->size2; in place_sample_data()
868 for (; ii < size2; ii++) in place_sample_data()
/external/qemu/
Dcharpipe.c182 int size2 = qemu_chr_can_read(peer->cs); in charpipehalf_poll() local
184 if (size2 == 0) in charpipehalf_poll()
187 if (size > size2) in charpipehalf_poll()
188 size = size2; in charpipehalf_poll()
/external/qemu/distrib/sdl-1.2.12/src/video/photon/
DSDL_ph_mouse.c82 cursor->ph_cursor->size2.x = (short)w; in ph_CreateWMCursor()
83 cursor->ph_cursor->size2.y = (short)h; in ph_CreateWMCursor()
/external/javassist/src/main/javassist/
DCtClassType.java540 int size1, size2; in toAnnotationType() local
553 size2 = 0; in toAnnotationType()
557 size2 = anno2.length; in toAnnotationType()
561 Object[] result = new Object[size1 + size2]; in toAnnotationType()
565 for (int j = 0; j < size2; j++) in toAnnotationType()
578 for (int j = 0; j < size2; j++) { in toAnnotationType()
606 int size1, size2; in toAnnotationType() local
619 size2 = 0; in toAnnotationType()
623 size2 = anno2.length; in toAnnotationType()
627 result[i] = new Object[size1 + size2]; in toAnnotationType()
[all …]
/external/srec/srec/include/
Dsp_fft.h224 asr_uint32_t size2; member
/external/stlport/src/c_locale_win32/
Dc_wlocale_win32.c203 DWORD size2 = trim_size_t_to_DWORD(n2); in _WLocale_strcmp_aux() local
204 result = CompareStringW(lcol->lc.id, 0, s1, size1, s2, size2); in _WLocale_strcmp_aux()
208 n2 -= size2; in _WLocale_strcmp_aux()
/external/llvm/test/CodeGen/SystemZ/
D2009-06-05-InvalidArgLoad.ll8 …ern_buffer* nocapture %bufp, i8* %string1, i32 %size1, i8* %string2, i32 %size2, i32 %startpos, i3…

12