HomeSort by relevance Sort by last modified time
    Searched full:size1 (Results 1 - 25 of 158) sorted by null

1 2 3 4 5 6 7

  /external/opencv/cvaux/src/
_cvaux.h 54 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/bison/lib/
xsize.h 60 xsum (size_t size1, size_t size2)
62 size_t sum = size1 + size2;
63 return (sum >= size1 ? sum : SIZE_MAX);
71 xsum3 (size_t size1, size_t size2, size_t size3)
73 return xsum (xsum (size1, size2), size3);
81 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4)
83 return xsum (xsum (xsum (size1, size2), size3), size4);
91 xmax (size_t size1, size_t size2)
95 return (size1 >= size2 ? size1 : size2)
    [all...]
  /external/e2fsprogs/intl/
xsize.h 57 xsum (size_t size1, size_t size2)
59 size_t sum = size1 + size2;
60 return (sum >= size1 ? sum : SIZE_MAX);
68 xsum3 (size_t size1, size_t size2, size_t size3)
70 return xsum (xsum (size1, size2), size3);
78 xsum4 (size_t size1, size_t size2, size_t size3, size_t size4)
80 return xsum (xsum (xsum (size1, size2), size3), size4);
88 xmax (size_t size1, size_t size2)
92 return (size1 >= size2 ? size1 : size2)
    [all...]
  /external/stlport/test/unit/
collate_facets_test.cpp 24 const size_t size1 = sizeof(str1) / sizeof(str1[0]) - 1; local
27 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
28 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
31 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
32 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 );
44 const size_t size1 = sizeof(str1) / sizeof(str1[0]) - 1; local
47 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
48 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
51 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
52 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 )
91 const size_t size1 = sizeof(str1) \/ sizeof(str1[0]) - 1; local
218 const size_t size1 = sizeof(str1) \/ sizeof(str1[0]) - 1; local
    [all...]
  /ndk/tests/device/test-gnustl-full/unit/
collate_facets_test.cpp 24 const size_t size1 = sizeof(str1) / sizeof(str1[0]) - 1; local
27 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
28 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
31 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
32 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 );
44 const size_t size1 = sizeof(str1) / sizeof(str1[0]) - 1; local
47 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
48 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
51 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
52 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 )
91 const size_t size1 = sizeof(str1) \/ sizeof(str1[0]) - 1; local
218 const size_t size1 = sizeof(str1) \/ sizeof(str1[0]) - 1; local
    [all...]
  /ndk/tests/device/test-stlport/unit/
collate_facets_test.cpp 24 const size_t size1 = sizeof(str1) / sizeof(str1[0]) - 1; local
27 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
28 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
31 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
32 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 );
44 const size_t size1 = sizeof(str1) / sizeof(str1[0]) - 1; local
47 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 1) == 0 );
48 CPPUNIT_ASSERT( col.compare(str1, str1 + size1, str2, str2 + size2) == -1 );
51 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 2, str2, str2 + size2 - 1) == -1 );
52 CPPUNIT_ASSERT( col.compare(str1, str1 + size1 - 1, str2, str2 + size2 - 2) == 1 )
91 const size_t size1 = sizeof(str1) \/ sizeof(str1[0]) - 1; local
218 const size_t size1 = sizeof(str1) \/ sizeof(str1[0]) - 1; local
    [all...]
  /external/eigen/test/eigen2/
gsl_helper.h 37 gsl_eigen_symmv_workspace * w = gsl_eigen_symmv_alloc(m->size1);
38 Matrix a = createMatrix(m->size1, m->size2);
47 gsl_eigen_gensymmv_workspace * w = gsl_eigen_gensymmv_alloc(m->size1);
48 Matrix a = createMatrix(m->size1, m->size2);
49 Matrix b = createMatrix(_b->size1, _b->size2);
73 gsl_eigen_hermv_workspace * w = gsl_eigen_hermv_alloc(m->size1);
74 Matrix a = createMatrix(m->size1, m->size2);
83 gsl_eigen_genhermv_workspace * w = gsl_eigen_genhermv_alloc(m->size1);
84 Matrix a = createMatrix(m->size1, m->size2);
85 Matrix b = createMatrix(_b->size1, _b->size2)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.intseq/
integer_seq.pass.cpp 30 using size1 = std::integer_sequence<size_t, 7>;
38 static_assert ( std::is_same<size1::value_type, size_t>::value, "size1 type wrong" );
39 static_assert ( size1::size() == 1, "size1 size wrong" );
  /external/chromium_org/third_party/lzma_sdk/
Bcj2.h 29 const Byte *buf1, SizeT size1,
Bcj2.c 35 const Byte *buf1, SizeT size1,
104 if (size1 < 4)
107 size1 -= 4;
  /external/lzma/C/
Bcj2.h 29 const Byte *buf1, SizeT size1,
Bcj2.c 35 const Byte *buf1, SizeT size1,
104 if (size1 < 4)
107 size1 -= 4;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gdbm.py 66 size1 = os.path.getsize(filename)
67 self.assertTrue(size0 < size1)
71 self.assertEqual(os.path.getsize(filename), size1)
75 self.assertTrue(size1 > size2 >= size0)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gdbm.py 66 size1 = os.path.getsize(filename)
67 self.assertTrue(size0 < size1)
71 self.assertEqual(os.path.getsize(filename), size1)
75 self.assertTrue(size1 > size2 >= size0)
  /external/chromium/sdch/open-vcdiff/src/
codetable_test.cc 40 unsigned char size1,
47 g_exercise_code_table_->size1[opcode] = (inst1 == VCD_NOOP) ? 0 : size1;
97 EXPECT_EQ(size, code_table_data_.size1[opcode]);
134 code_table_data_.size1[131] = 0xFF;
141 code_table_data_.size1[1] = 0xFF; // Add size 0 => size 255
148 code_table_data_.size1[0] = 0xFF; // Run size 0 => size 255
185 code_table_data_.size1[20] = 0;
195 code_table_data_.size1[20] = 0;
197 code_table_data_.size1[20] = 1
    [all...]
codetable.h 65 // inst1=ADD size1=0 mode1=X inst2=NOOP size2=X mode2=X
66 // inst1=RUN size1=0 mode1=X inst2=NOOP size2=X mode2=X
67 // inst1=COPY size1=0 mode1=N inst2=NOOP size2=X mode2=X (for all N)
99 // | inst1 | size1 | mode1 | inst2 | size2 | mode2 |
104 unsigned char size1[kCodeTableSize]; member in struct:open_vcdiff::VCDiffCodeTableData
  /external/chromium_org/sdch/open-vcdiff/src/
codetable_test.cc 40 unsigned char size1,
47 g_exercise_code_table_->size1[opcode] = (inst1 == VCD_NOOP) ? 0 : size1;
97 EXPECT_EQ(size, code_table_data_.size1[opcode]);
134 code_table_data_.size1[131] = 0xFF;
141 code_table_data_.size1[1] = 0xFF; // Add size 0 => size 255
148 code_table_data_.size1[0] = 0xFF; // Run size 0 => size 255
185 code_table_data_.size1[20] = 0;
195 code_table_data_.size1[20] = 0;
197 code_table_data_.size1[20] = 1
    [all...]
codetable.h 65 // inst1=ADD size1=0 mode1=X inst2=NOOP size2=X mode2=X
66 // inst1=RUN size1=0 mode1=X inst2=NOOP size2=X mode2=X
67 // inst1=COPY size1=0 mode1=N inst2=NOOP size2=X mode2=X (for all N)
99 // | inst1 | size1 | mode1 | inst2 | size2 | mode2 |
104 unsigned char size1[kCodeTableSize]; member in struct:open_vcdiff::VCDiffCodeTableData
  /external/open-vcdiff/src/
codetable_test.cc 40 unsigned char size1,
47 g_exercise_code_table_->size1[opcode] = (inst1 == VCD_NOOP) ? 0 : size1;
97 EXPECT_EQ(size, code_table_data_.size1[opcode]);
134 code_table_data_.size1[131] = 0xFF;
141 code_table_data_.size1[1] = 0xFF; // Add size 0 => size 255
148 code_table_data_.size1[0] = 0xFF; // Run size 0 => size 255
185 code_table_data_.size1[20] = 0;
195 code_table_data_.size1[20] = 0;
197 code_table_data_.size1[20] = 1
    [all...]
codetable.h 65 // inst1=ADD size1=0 mode1=X inst2=NOOP size2=X mode2=X
66 // inst1=RUN size1=0 mode1=X inst2=NOOP size2=X mode2=X
67 // inst1=COPY size1=0 mode1=N inst2=NOOP size2=X mode2=X (for all N)
99 // | inst1 | size1 | mode1 | inst2 | size2 | mode2 |
104 unsigned char size1[kCodeTableSize]; member in struct:open_vcdiff::VCDiffCodeTableData
  /external/llvm/lib/Target/SystemZ/
SystemZSelectionDAGInfo.cpp 86 unsigned Size1 = Bytes == 16 ? 8 : 1 << findLastSet(Bytes);
87 unsigned Size2 = Bytes - Size1;
88 SDValue Chain1 = memsetStore(DAG, DL, Chain, Dst, ByteVal, Size1,
93 DAG.getConstant(Size1, DstVT));
94 DstPtrInfo = DstPtrInfo.getWithOffset(Size1);
96 std::min(Align, Size1), DstPtrInfo);
  /external/chromium_org/content/common/mac/
font_descriptor_unittest.mm 37 CGFloat size1 = [font1 pointSize];
39 if (size1 != size2) {
41 << [[font1 fontName] UTF8String] << " (" << size1 << ")"
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
BitmapFont.java 269 final int size1 = this.pages.length; local
272 Material[] tmp = new Material[size1+size2];
273 System.arraycopy(this.pages, 0, tmp, 0, size1);
274 System.arraycopy(newFont.pages, 0, tmp, size1, size2);
278 // this.pages = Arrays.copyOf(this.pages, size1+size2);
279 // System.arraycopy(newFont.pages, 0, this.pages, size1, size2);
  /packages/apps/UnifiedEmail/src/org/apache/commons/io/comparator/
SizeFileComparator.java 109 long size1 = 0; local
111 size1 = sumDirectoryContents && file1.exists() ? FileUtils.sizeOfDirectory(file1) : 0;
113 size1 = file1.length();
121 long result = size1 - size2;
  /frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
AMRWB_E_SAMPLE.c 86 int size1 = 0; local
190 size1 = (int)strlen(VOAMRWB_RFC3267_HEADER_INFO);
191 memcpy(outBuf, VOAMRWB_RFC3267_HEADER_INFO, size1);
192 outBuf += size1;
216 fwrite(OutputBuf, 1, outData.Length + size1, fdst);

Completed in 3426 milliseconds

1 2 3 4 5 6 7