Searched defs:size (Results 1 - 25 of 4315) sorted by relevance

1234567891011>>

/external/eigen/doc/snippets/
H A DTutorial_AdvancedInitialization_ThreeWays.cpp1 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/
[all...]
/external/freetype/include/
H A Dftsizes.h5 /* FreeType size objects management (specification). */
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 */
111 /* automatically discards all size object
121 FT_Done_Size( FT_Size size ); variable
149 FT_Activate_Size( FT_Size size ); variable
[all...]
/external/pdfium/third_party/freetype/include/
H A Dftsizes.h5 /* FreeType size objects management (specification). */
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 */
111 /* automatically discards all size object
121 FT_Done_Size( FT_Size size ); variable
149 FT_Activate_Size( FT_Size size ); variable
[all...]
/external/v8/test/mjsunit/regress/
H A Dregress-crbug-319835.js32 var size = 0x20000; variable
33 var a = new Float64Array(size);
49 for (var i = -0x20000000; i < -0x20000000 + size; i++) {
H A Dregress-swapelements.js36 var size = 23; variable
37 var array1 = new Array(size);
47 for (var i = 0; i < size; i++) {
/external/v8/test/mjsunit/
H A Dstring-externalize.js30 var size = 1024; variable
36 for (var i = 0; i < size; i++) {
/external/clang/test/CodeGen/
H A Dvla-3.c6 void vlaalign(int size) argument
8 char __attribute__((aligned(16))) tmp[size+32];
9 char tmp2[size+16];
/external/clang/test/Sema/
H A Darm-darwin-aapcs.cpp10 void* operator new(size_t size) argument
12 return (malloc(size));
H A Dfreemain.c5 void* allocate(long size);
7 void* main(void* context, long size) { argument
8 if (context) return allocate(size);
/external/clang/tools/clang-format/fuzzer/
H A DClangFormatFuzzer.cpp18 extern "C" void TestOneInput(uint8_t *data, size_t size) { argument
20 std::string s((const char *)data, size);
24 Style, s, {clang::tooling::Range(0, s.size())}));
/external/compiler-rt/test/asan/TestCases/Linux/
H A Dinterception_malloc_test.cc11 extern "C" void *__interceptor_malloc(size_t size);
12 extern "C" void *malloc(size_t size) { argument
14 return __interceptor_malloc(size);
/external/eigen/bench/btl/generic_bench/init/
H A Dinit_vector.hh28 void init_vector(Vector & X, int size){ argument
30 X.resize(size);
32 for (int i=0;i<X.size();i++){
/external/eigen/test/eigen2/
H A Deigen2_bug_132.cpp13 int size = 100; local
14 MatrixXd A(size, size);
15 VectorXd b(size), c(size);
/external/elfutils/src/src/
H A Darlib2.c37 size_t size = obstack_object_size (&symtab.longnamesob); local
42 return size - sizeof (struct ar_hdr);
/external/google-breakpad/src/google_breakpad/common/
H A Dminidump_size.h47 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() { retur 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/jemalloc/test/src/
H A Dbtalloc.c4 btalloc(size_t size, unsigned bits) argument
7 return (btalloc_0(size, bits));
/external/ltrace/
H A Dmemstream.h30 size_t size; member in struct:memstream
/external/lzma/CPP/7zip/Compress/
H A DBcjCoder.cpp7 UInt32 CBCJ_x86_Encoder::SubFilter(Byte *data, UInt32 size) argument
9 return (UInt32)::x86_Convert(data, size, _bufferPos, &_prevMask, 1);
12 UInt32 CBCJ_x86_Decoder::SubFilter(Byte *data, UInt32 size) argument
14 return (UInt32)::x86_Convert(data, size, _bufferPos, &_prevMask, 0);
H A DBranchMisc.cpp9 UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size) argument
10 { return (UInt32)::ARM_Convert(data, size, _bufferPos, 1); }
12 UInt32 CBC_ARM_Decoder::SubFilter(Byte *data, UInt32 size) argument
13 { return (UInt32)::ARM_Convert(data, size, _bufferPos, 0); }
15 UInt32 CBC_ARMT_Encoder::SubFilter(Byte *data, UInt32 size) argument
16 { return (UInt32)::ARMT_Convert(data, size, _bufferPos, 1); }
18 UInt32 CBC_ARMT_Decoder::SubFilter(Byte *data, UInt32 size) argument
19 { return (UInt32)::ARMT_Convert(data, size, _bufferPos, 0); }
21 UInt32 CBC_PPC_Encoder::SubFilter(Byte *data, UInt32 size) argument
22 { return (UInt32)::PPC_Convert(data, size, _bufferPo
24 SubFilter(Byte *data, UInt32 size) argument
27 SubFilter(Byte *data, UInt32 size) argument
30 SubFilter(Byte *data, UInt32 size) argument
33 SubFilter(Byte *data, UInt32 size) argument
36 SubFilter(Byte *data, UInt32 size) argument
[all...]
/external/mesa3d/src/mesa/drivers/x11/
H A Drealglx.c38 /* 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/skia/src/gpu/gl/debug/
H A DGrBufferObj.cpp11 void GrBufferObj::allocate(GrGLsizeiptr size, const GrGLchar *dataPtr) { argument
12 GrAlwaysAssert(size >= 0);
17 fSize = size;
18 fDataPtr = new GrGLchar[size];
/external/skia/src/svg/
H A DSkSVGCanvas.cpp13 SkISize size = bounds.roundOut().size(); local
14 SkAutoTUnref<SkBaseDevice> device(SkSVGDevice::Create(size, writer));
/external/toybox/toys/other/
H A Dcount.c20 uint64_t size = 0; local
27 size += len;
29 xwrite(2, buf, sprintf(buf, "%"PRIu64" bytes\r", size));
/external/vboot_reference/firmware/lib/
H A Dvboot_common_init.c15 int VbSharedDataInit(VbSharedDataHeader *header, uint64_t size) argument
17 VBDEBUG(("VbSharedDataInit, %d bytes, header %d bytes\n", (int)size,
20 if (size < sizeof(VbSharedDataHeader)) {
24 if (size < VB_SHARED_DATA_MIN_SIZE) {
39 header->data_size = size;
/external/compiler-rt/test/lsan/TestCases/
H A Dregister_root_region.cc17 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);

Completed in 1707 milliseconds

1234567891011>>