HomeSort by relevance Sort by last modified time
    Searched defs:size (Results 1 - 25 of 10665) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/eigen/doc/snippets/
Tutorial_AdvancedInitialization_ThreeWays.cpp 1 const int size = 6; variable
2 MatrixXd mat1(size, size);
3 mat1.topLeftCorner(size/2, size/2) = MatrixXd::Zero(size/2, size/2);
4 mat1.topRightCorner(size/2, size/2) = MatrixXd::Identity(size/2, size/2)
    [all...]
  /external/elfutils/libdwelf/
dwelf_scn_gnu_compressed_size.c 1 /* Return size of GNU compressed section.
60 an 8-byte big-endian size. There is only one type and
62 uint64_t size; local
63 memcpy (&size, d->d_buf + 4, sizeof size);
64 size = be64toh (size);
66 /* One more sanity check, size should be bigger than original
67 data size plus some overhead (4 chars ZLIB + 8 bytes size +
    [all...]
  /external/elfutils/src/
arlib2.c 37 size_t size = obstack_object_size (&symtab.longnamesob); local
42 return size - sizeof (struct ar_hdr);
  /external/freetype/include/
ftsizes.h 5 /* FreeType size objects management (specification). */
51 /* Size Management */
59 /* pixel-size dependent information, available in the `face->size' */
67 /* modify the contents of the current `active' size; you thus need */
83 /* Create a new size object from a given face object. */
89 /* asize :: A handle to a new size object. */
95 /* You need to call @FT_Activate_Size in order to select the new size */
101 FT_Size* size );
110 /* Discard a given size object. Note that @FT_Done_Face *
121 FT_Done_Size( FT_Size size ); variable
149 FT_Activate_Size( FT_Size size ); variable
    [all...]
  /external/pdfium/third_party/freetype/include/freetype/
ftsizes.h 5 /* FreeType size objects management (specification). */
51 /* Size Management */
59 /* pixel-size dependent information, available in the `face->size' */
67 /* modify the contents of the current `active' size; you thus need */
83 /* Create a new size object from a given face object. */
89 /* asize :: A handle to a new size object. */
95 /* You need to call @FT_Activate_Size in order to select the new size */
101 FT_Size* size );
110 /* Discard a given size object. Note that @FT_Done_Face *
121 FT_Done_Size( FT_Size size ); variable
149 FT_Activate_Size( FT_Size size ); variable
    [all...]
  /external/skia/src/svg/
SkSVGCanvas.cpp 13 SkISize size = bounds.roundOut().size(); local
14 SkAutoTUnref<SkBaseDevice> device(SkSVGDevice::Create(size, writer));
  /external/v8/test/mjsunit/regress/
regress-crbug-319835.js 32 var size = 0x20000; variable
33 var a = new Float64Array(size);
49 for (var i = -0x20000000; i < -0x20000000 + size; i++) {
regress-swapelements.js 36 var size = 23; variable
37 var array1 = new Array(size);
47 for (var i = 0; i < size; i++) {
  /external/v8/test/mjsunit/
string-externalize.js 30 var size = 1024; variable
36 for (var i = 0; i < size; i++) {
  /prebuilts/misc/darwin-x86_64/freetype/include/freetype2/
ftsizes.h 5 /* FreeType size objects management (specification). */
51 /* Size Management */
59 /* pixel-size dependent information, available in the `face->size' */
67 /* modify the contents of the current `active' size; you thus need */
83 /* Create a new size object from a given face object. */
89 /* asize :: A handle to a new size object. */
95 /* You need to call @FT_Activate_Size in order to select the new size */
101 FT_Size* size );
110 /* Discard a given size object. Note that @FT_Done_Face *
121 FT_Done_Size( FT_Size size ); variable
149 FT_Activate_Size( FT_Size size ); variable
    [all...]
  /art/runtime/base/
stringprintf_test.cc 24 size_t size = 0x00107e59; local
25 EXPECT_STREQ("00107e59", StringPrintf("%08zx", size).c_str());
26 EXPECT_STREQ("0x00107e59", StringPrintf("0x%08zx", size).c_str());
  /bionic/tests/
stack_protector_test_helper.cpp 24 int size = static_cast<int>(sizeof(buf) + 1); local
28 size += 8;
30 while ((p - buf) < size) *p++ = '\0';
  /build/core/combo/
HOST_linux-x86.mk 64 define get-file-size
  /external/compiler-rt/test/lsan/TestCases/
register_root_region.cc 17 size_t size = getpagesize() * 2; local
19 mmap(0, size, PROT_READ | PROT_WRITE, MAP_PRIVATE | MAP_ANON, -1, 0);
22 assert(0 == mprotect((char *)p + size / 2, size / 2, PROT_NONE));
24 __lsan_register_root_region(p, size);
28 __lsan_unregister_root_region(p, size);
  /external/deqp/framework/delibs/decpp/
deMemPool.cpp 34 deUintptr size = (deUintptr)strlen(string) + 1; local
35 char* copy = (char*)pool->alloc(size);
37 std::copy(string, string+size, copy);
  /external/eigen/test/eigen2/
eigen2_bug_132.cpp 13 int size = 100; local
14 MatrixXd A(size, size);
15 VectorXd b(size), c(size);
  /external/google-breakpad/src/google_breakpad/common/
minidump_size.h 47 static size_t size() { return sizeof(T); } function in class:google_breakpad::minidump_size
50 // Explicit specializations for variable-length types. The size returned
51 // for these should be the size for an object without its variable-length
57 static size_t size() { return MDString_minsize; } function in class:google_breakpad::minidump_size
63 static size_t size() { return MDRawThreadList_minsize; } function in class:google_breakpad::minidump_size
69 static size_t size() { return MDCVInfoPDB20_minsize; } function in class:google_breakpad::minidump_size
75 static size_t size() { return MDCVInfoPDB70_minsize; } function in class:google_breakpad::minidump_size
81 static size_t size() { return MDImageDebugMisc_minsize; } function in class:google_breakpad::minidump_size
87 static size_t size() { return MDRawModuleList_minsize; } function in class:google_breakpad::minidump_size
93 static size_t size() { return MDRawMemoryList_minsize; function in class:google_breakpad::minidump_size
102 static size_t size() { return MD_MODULE_SIZE; } function in class:google_breakpad::minidump_size
    [all...]
  /external/ltrace/
memstream.h 30 size_t size; member in struct:memstream
  /external/mesa3d/src/mesa/drivers/x11/
realglx.c 38 /* be sure our dispatch table size <= libGL's table */
40 GLuint size = sizeof(struct _glxapi_table) / sizeof(void *); local
41 (void) size;
42 assert(_glxapi_get_dispatch_table_size() >= size);
  /external/opencv3/modules/imgproc/perf/
perf_phasecorr.cpp 10 typedef TestBaseWithParam<Size > CreateHanningWindowFixture;
14 const Size size = GetParam(); local
15 Mat dst(size, CV_32FC1);
19 TEST_CYCLE() cv::createHanningWindow(dst, size, CV_32FC1);
  /external/opencv3/samples/wp8/OpenCVXaml/OpenCVComponent/
OpenCVComponent.cpp 17 void CopyIVectorToMatrix(IVector<int>^ input, cv::Mat& mat, int size);
18 void CopyMatrixToVector(const cv::Mat& mat, std::vector<int>& vector, int size);
26 int size = input->Size; variable
28 CopyIVectorToMatrix(input, mat, size);
40 CopyMatrixToVector(mat, output, size);
48 void CopyIVectorToMatrix(IVector<int>^ input, cv::Mat& mat, int size)
51 for (int i = 0; i < size; i++)
59 void CopyMatrixToVector(const cv::Mat& mat, std::vector<int>& vector, int size)
62 for (int i = 0; i < size; i++
    [all...]
  /external/skia/src/core/
SkFlattenableSerialization.cpp 17 size_t size = writer.bytesWritten(); local
18 SkData* data = SkData::NewUninitialized(size);
23 SkFlattenable* SkValidatingDeserializeFlattenable(const void* data, size_t size,
25 SkValidatingReadBuffer buffer(data, size);
  /external/skia/src/gpu/gl/
GrGLTextureRenderTarget.cpp 26 size_t size = GrGLTexture::gpuMemorySize(); local
28 traceMemoryDump->dumpNumericValue(dumpName.c_str(), "size", "bytes", size);
32 "bytes", size);
  /external/toybox/toys/other/
count.c 20 uint64_t size = 0; local
27 size += len;
29 xwrite(2, buf, sprintf(buf, "%"PRIu64" bytes\r", size));
  /frameworks/compile/mclinker/lib/Fragment/
AlignFragment.cpp 32 size_t AlignFragment::size() const { function in class:mcld::AlignFragment
34 "AlignFragment::size() should not be called before layout.");
35 uint64_t size = llvm::OffsetToAlignment(getOffset(), m_Alignment); local
36 if (size > m_MaxBytesToEmit)
39 return size;

Completed in 1744 milliseconds

1 2 3 4 5 6 7 8 91011>>