/external/chromium_org/third_party/lzma_sdk/ |
7zStream.c | 73 size_t size2 = p->size - p->pos; local 74 if (size2 == 0 && *size > 0) 77 size2 = LookToRead_BUF_SIZE; 78 res = p->realStream->Read(p->realStream, p->buf, &size2); 79 p->size = size2; 81 if (size2 < *size) 82 *size = size2; 91 size_t size2 = p->size - p->pos; local 92 if (size2 == 0 && *size > 0) 98 size2 = p->size = *size [all...] |
Bcj2.h | 30 const Byte *buf2, SizeT size2,
|
Bcj2.c | 36 const Byte *buf2, SizeT size2, 112 if (size2 < 4) 115 size2 -= 4;
|
/external/lzma/C/ |
7zStream.c | 73 size_t size2 = p->size - p->pos;
local 74 if (size2 == 0 && *size > 0)
77 size2 = LookToRead_BUF_SIZE;
78 res = p->realStream->Read(p->realStream, p->buf, &size2);
79 p->size = size2;
81 if (size2 < *size)
82 *size = size2;
91 size_t size2 = p->size - p->pos;
local 92 if (size2 == 0 && *size > 0)
98 size2 = p->size = *size; [all...] |
Bcj2.h | 30 const Byte *buf2, SizeT size2,
|
Bcj2.c | 36 const Byte *buf2, SizeT size2,
112 if (size2 < 4)
115 size2 -= 4;
|
/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; 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);
|
/external/e2fsprogs/intl/ |
xsize.h | 57 xsum (size_t size1, size_t size2) 59 size_t sum = size1 + size2; 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);
|
/external/stlport/test/unit/ |
collate_facets_test.cpp | 25 const size_t size2 = sizeof(str2) / sizeof(str2[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 ); 45 const size_t size2 = sizeof(str2) / sizeof(str2[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 ) 92 const size_t size2 = sizeof(str2) \/ sizeof(str2[0]) - 1; local 219 const size_t size2 = sizeof(str2) \/ sizeof(str2[0]) - 1; local [all...] |
/ndk/tests/device/test-gnustl-full/unit/ |
collate_facets_test.cpp | 25 const size_t size2 = sizeof(str2) / sizeof(str2[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 ); 45 const size_t size2 = sizeof(str2) / sizeof(str2[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 ) 92 const size_t size2 = sizeof(str2) \/ sizeof(str2[0]) - 1; local 219 const size_t size2 = sizeof(str2) \/ sizeof(str2[0]) - 1; local [all...] |
/ndk/tests/device/test-stlport/unit/ |
collate_facets_test.cpp | 25 const size_t size2 = sizeof(str2) / sizeof(str2[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 ); 45 const size_t size2 = sizeof(str2) / sizeof(str2[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 ) 92 const size_t size2 = sizeof(str2) \/ sizeof(str2[0]) - 1; local 219 const size_t size2 = sizeof(str2) \/ sizeof(str2[0]) - 1; local [all...] |
/external/eigen/bench/ |
benchVecAdd.cpp | 24 int size2 = size * size; local 25 Scalar* a = internal::aligned_new<Scalar>(size2); 26 Scalar* b = internal::aligned_new<Scalar>(size2+4)+1; 27 Scalar* c = internal::aligned_new<Scalar>(size2); 40 benchVec(a, b, c, size2); 43 std::cout << timer.value() << "s " << (double(size2*REPEAT)/timer.value())/(1024.*1024.*1024.) << " GFlops\n"; 47 if (size2%innersize==0) 49 int outersize = size2/innersize; 60 std::cout << innersize << " x " << outersize << " " << timer.value() << "s " << (double(size2*REPEAT)/timer.value())/(1024.*1024.*1024.) << " GFlops\n"; 64 VectorXf va = Map<VectorXf>(a, size2); [all...] |
/external/eigen/test/eigen2/ |
gsl_helper.h | 38 Matrix a = createMatrix(m->size1, m->size2); 48 Matrix a = createMatrix(m->size1, m->size2); 49 Matrix b = createMatrix(_b->size1, _b->size2); 74 Matrix a = createMatrix(m->size1, m->size2); 84 Matrix a = createMatrix(m->size1, m->size2); 85 Matrix b = createMatrix(_b->size1, _b->size2); 109 res.resize(int(m->size1), int(m->size2)); 147 res.resize(int(m->size1), int(m->size2));
|
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/intseq/intseq.general/ |
integer_seq.pass.cpp | 36 using size2 = std::index_sequence_for<int, size_t>; // generates size_t: 0,1 50 static_assert ( std::is_same<size2::value_type, size_t>::value, "size2 type wrong" ); 51 static_assert ( size2::size () == 2, "size2 size wrong" ); 74 auto t2 = extract ( tup, size2 ()); 75 static_assert ( std::tuple_size<decltype(t2)>::value == size2::size (), "t2 size wrong");
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
mergesort.c | 261 s -= size2; \ 278 size_t size2; local 281 size2 = size*2; 303 for (f2 = f1 + size2; f2 < last; f2 += size2) { 310 p2 = *EVAL(p2) = f1 + size2 - list1 + list2; 313 } while ((f1 += size2) < f2); 316 for (f2 = f1 + size2; f2 < l2; f2 += size2) { 334 for (f1 = list1, p2 = list2; f1 < last; f1 += size2) { [all...] |
/external/chromium_org/chrome/browser/thumbnails/ |
render_widget_snapshot_taker_unittest.cc | 79 const gfx::Size size2(300, 300); 83 size2); local
|
/external/chromium/sdch/open-vcdiff/src/ |
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 | 105 unsigned char size2[kCodeTableSize]; member in struct:open_vcdiff::VCDiffCodeTableData
|
/external/chromium_org/sdch/open-vcdiff/src/ |
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 | 105 unsigned char size2[kCodeTableSize]; member in struct:open_vcdiff::VCDiffCodeTableData
|
/external/open-vcdiff/src/ |
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 | 105 unsigned char size2[kCodeTableSize]; member in struct:open_vcdiff::VCDiffCodeTableData
|
/external/chromium_org/content/common/mac/ |
font_descriptor_unittest.mm | 38 CGFloat size2 = [font2 pointSize]; 39 if (size1 != size2) { 43 << [[font2 fontName] UTF8String] << " (" << size2 << ")"
|
/external/valgrind/main/drd/tests/ |
custom_alloc.c | 30 int size2 = size + RZ*2; local 33 if (hp + size2 > hp_lim) { 39 hp += size2;
|
/external/valgrind/main/massif/tests/ |
custom_alloc.c | 30 int size2 = size + RZ*2; local 33 if (hp + size2 > hp_lim) { 39 hp += size2;
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_gdbm.py | 74 size2 = os.path.getsize(filename) 75 self.assertTrue(size1 > size2 >= size0)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_gdbm.py | 74 size2 = os.path.getsize(filename) 75 self.assertTrue(size1 > size2 >= size0)
|