/external/eigen/doc/snippets/ |
H A D | 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/ [all...] |
/external/freetype/include/ |
H A D | ftsizes.h | 5 /* 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 D | ftsizes.h | 5 /* 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 D | regress-crbug-319835.js | 32 var size = 0x20000; variable 33 var a = new Float64Array(size); 49 for (var i = -0x20000000; i < -0x20000000 + size; i++) {
|
H A D | 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/ |
H A D | string-externalize.js | 30 var size = 1024; variable 36 for (var i = 0; i < size; i++) {
|
/external/clang/test/CodeGen/ |
H A D | vla-3.c | 6 void vlaalign(int size) argument 8 char __attribute__((aligned(16))) tmp[size+32]; 9 char tmp2[size+16];
|
/external/clang/test/Sema/ |
H A D | arm-darwin-aapcs.cpp | 10 void* operator new(size_t size) argument 12 return (malloc(size));
|
H A D | freemain.c | 5 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 D | ClangFormatFuzzer.cpp | 18 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 D | interception_malloc_test.cc | 11 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 D | init_vector.hh | 28 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 D | eigen2_bug_132.cpp | 13 int size = 100; local 14 MatrixXd A(size, size); 15 VectorXd b(size), c(size);
|
/external/elfutils/src/src/ |
H A D | arlib2.c | 37 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 D | 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() { 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 D | btalloc.c | 4 btalloc(size_t size, unsigned bits) argument 7 return (btalloc_0(size, bits));
|
/external/ltrace/ |
H A D | memstream.h | 30 size_t size; member in struct:memstream
|
/external/lzma/CPP/7zip/Compress/ |
H A D | BcjCoder.cpp | 7 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 D | BranchMisc.cpp | 9 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 D | 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/skia/src/gpu/gl/debug/ |
H A D | GrBufferObj.cpp | 11 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 D | SkSVGCanvas.cpp | 13 SkISize size = bounds.roundOut().size(); local 14 SkAutoTUnref<SkBaseDevice> device(SkSVGDevice::Create(size, writer));
|
/external/toybox/toys/other/ |
H A D | count.c | 20 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 D | vboot_common_init.c | 15 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 D | 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);
|