HomeSort by relevance Sort by last modified time
    Searched full:size (Results 1 - 25 of 56221) 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/e2fsprogs/tests/f_zero_inode_size/
name 1 superblock with a zero inode size
  /external/llvm/tools/llvm-size/
CMakeLists.txt 3 add_llvm_tool(llvm-size
4 llvm-size.cpp
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/arch/x86/tests/
addrop.errwarn 1 -:22: warning: invalid displacement size; fixed
div-err.errwarn 1 -:1: error: cannot override register size
2 -:3: error: cannot override register size
3 -:4: error: cannot override register size
4 -:5: error: cannot override register size
enter.errwarn 1 -:8: warning: address size override ignored
2 -:9: warning: address size override ignored
ea-warn.errwarn 1 -:2: warning: invalid displacement size; fixed
2 -:6: warning: invalid displacement size; fixed
3 -:12: warning: invalid displacement size; fixed
vmx-err.errwarn 1 -:6: error: invalid size for operand 2
2 -:7: error: invalid size for operand 1
  /external/kernel-headers/original/asm-generic/bitops/
find.h 5 size, unsigned long offset);
8 long size, unsigned long offset);
10 #define find_first_bit(addr, size) find_next_bit((addr), (size), 0)
11 #define find_first_zero_bit(addr, size) find_next_zero_bit((addr), (size), 0)
  /external/lzma/CPP/7zip/Archive/Common/
OutStreamWithCRC.cpp 7 STDMETHODIMP COutStreamWithCRC::Write(const void *data, UInt32 size, UInt32 *processedSize)
11 result = _stream->Write(data, size, &size);
13 _crc = CrcUpdate(_crc, data, size);
14 _size += size;
16 *processedSize = size;
  /external/chromium_org/third_party/skia/src/ports/
SkMemory_malloc.cpp 12 static inline void* throw_on_failure(size_t size, void* p) {
13 if (size > 0 && p == NULL) {
30 void* sk_malloc_throw(size_t size) {
31 return sk_malloc_flags(size, SK_MALLOC_THROW);
34 void* sk_realloc_throw(void* addr, size_t size) {
35 return throw_on_failure(size, realloc(addr, size));
44 void* sk_malloc_flags(size_t size, unsigned flags) {
45 void* p = malloc(size);
47 return throw_on_failure(size, p)
    [all...]
  /external/chromium_org/ui/gfx/
size_conversions.cc 11 Size ToFlooredSize(const SizeF& size) {
12 int w = ToFlooredInt(size.width());
13 int h = ToFlooredInt(size.height());
14 return Size(w, h);
17 Size ToCeiledSize(const SizeF& size) {
18 int w = ToCeiledInt(size.width());
19 int h = ToCeiledInt(size.height());
20 return Size(w, h)
    [all...]
size_conversions.h 8 #include "ui/gfx/size.h"
13 // Returns a Size with each component from the input SizeF floored.
14 GFX_EXPORT Size ToFlooredSize(const SizeF& size);
16 // Returns a Size with each component from the input SizeF ceiled.
17 GFX_EXPORT Size ToCeiledSize(const SizeF& size);
19 // Returns a Size with each component from the input SizeF rounded.
20 GFX_EXPORT Size ToRoundedSize(const SizeF& size);
    [all...]
size.cc 5 #include "ui/gfx/size.h"
15 template class SizeBase<Size, int>;
18 Size::Size(const CGSize& s)
19 : SizeBase<Size, int>(s.width, s.height) {
22 Size& Size::operator=(const CGSize& s) {
30 SIZE Size::ToSIZE() const {
31 SIZE s
    [all...]
  /external/skia/src/ports/
SkMemory_malloc.cpp 12 static inline void* throw_on_failure(size_t size, void* p) {
13 if (size > 0 && p == NULL) {
30 void* sk_malloc_throw(size_t size) {
31 return sk_malloc_flags(size, SK_MALLOC_THROW);
34 void* sk_realloc_throw(void* addr, size_t size) {
35 return throw_on_failure(size, realloc(addr, size));
44 void* sk_malloc_flags(size_t size, unsigned flags) {
45 void* p = malloc(size);
47 return throw_on_failure(size, p)
    [all...]
  /external/lzma/CPP/7zip/Compress/
BranchMisc.cpp 9 UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size)
10 { return (UInt32)::ARM_Convert(data, size, _bufferPos, 1); }
12 UInt32 CBC_ARM_Decoder::SubFilter(Byte *data, UInt32 size)
13 { return (UInt32)::ARM_Convert(data, size, _bufferPos, 0); }
15 UInt32 CBC_ARMT_Encoder::SubFilter(Byte *data, UInt32 size)
16 { return (UInt32)::ARMT_Convert(data, size, _bufferPos, 1); }
18 UInt32 CBC_ARMT_Decoder::SubFilter(Byte *data, UInt32 size)
19 { return (UInt32)::ARMT_Convert(data, size, _bufferPos, 0); }
21 UInt32 CBC_PPC_Encoder::SubFilter(Byte *data, UInt32 size)
22 { return (UInt32)::PPC_Convert(data, size, _bufferPos, 1); }
    [all...]
  /external/chromium_org/content/test/data/accessibility/
iframe-coordinates-expected-win.txt 1 ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE location=(0, 0) size=(800, 600)
2 IA2_ROLE_SECTION location=(0, 0) size=(300, 150)
3 ROLE_SYSTEM_PUSHBUTTON name='Button' FOCUSABLE location=(25, 25) size=(250, 50)
4 IA2_ROLE_SECTION location=(0, 150) size=(300, 150)
5 ROLE_SYSTEM_PUSHBUTTON name='Button' FOCUSABLE location=(25, 175) size=(250, 50)
6 IA2_ROLE_SECTION location=(0, 300) size=(300, 150)
7 ROLE_SYSTEM_CLIENT FOCUSABLE location=(0, 300) size=(300, 100)
8 IA2_ROLE_SCROLL_PANE location=(0, 0) size=(0, 0)
9 ROLE_SYSTEM_DOCUMENT READONLY FOCUSABLE location=(0, 300) size=(300, 100)
10 IA2_ROLE_SECTION location=(0, 300) size=(300, 100
    [all...]
  /external/eigen/bench/btl/data/
action_settings.txt 1 aat ; "{/*1.5 A x A^T}" ; "matrix size" ; 4:3000
2 ata ; "{/*1.5 A^T x A}" ; "matrix size" ; 4:3000
3 atv ; "{/*1.5 matrix^T x vector}" ; "matrix size" ; 4:3000
4 axpby ; "{/*1.5 Y = alpha X + beta Y}" ; "vector size" ; 5:1000000
5 axpy ; "{/*1.5 Y += alpha X}" ; "vector size" ; 5:1000000
6 matrix_matrix ; "{/*1.5 matrix matrix product}" ; "matrix size" ; 4:3000
7 matrix_vector ; "{/*1.5 matrix vector product}" ; "matrix size" ; 4:3000
8 trmm ; "{/*1.5 triangular matrix matrix product}" ; "matrix size" ; 4:3000
9 trisolve_vector ; "{/*1.5 triangular solver - vector (X = inv(L) X)}" ; "size" ; 4:3000
10 trisolve_matrix ; "{/*1.5 triangular solver - matrix (M = inv(L) M)}" ; "size" ; 4:300
    [all...]
  /external/chromium_org/content/browser/loader/
resource_buffer_unittest.cc 17 int size; local
18 char* ptr = buf->Allocate(&size);
20 EXPECT_EQ(10, size);
25 buf->ShrinkLastAllocation(2); // Less than our min allocation size.
32 int size; local
33 char* ptr = buf->Allocate(&size);
35 EXPECT_EQ(10, size);
51 int size; local
53 buf->Allocate(&size);
59 buf->Allocate(&size);
67 int size; local
88 int size; local
122 int size; local
    [all...]
  /external/chromium_org/ui/views/window/
window_shape.cc 8 #include "ui/gfx/size.h"
12 void GetDefaultWindowMask(const gfx::Size &size, gfx::Path *window_mask) {
13 // Redefine the window visible region for the new size.
20 window_mask->lineTo(SkIntToScalar(size.width() - 3), 0);
21 window_mask->lineTo(SkIntToScalar(size.width() - 2), 1);
22 window_mask->lineTo(SkIntToScalar(size.width() - 1), 1);
23 window_mask->lineTo(SkIntToScalar(size.width() - 1), 2);
24 window_mask->lineTo(SkIntToScalar(size.width()), 3);
26 window_mask->lineTo(SkIntToScalar(size.width())
    [all...]
  /external/llvm/test/MC/AsmParser/
rename.s 3 .size bar, . - bar
5 .size foo, .Ltmp01 - foo
7 .size qux, .Ltmp0 - qux
10 // CHECK: .size bar, .Ltmp0-bar
12 // CHECK: .size foo, .Ltmp01-foo
14 // CHECK: .size qux, .Ltmp02-qux
  /external/chromium_org/third_party/lzma_sdk/
7zBuf.c 11 p->size = 0;
14 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc)
16 p->size = 0;
17 if (size == 0)
22 p->data = (Byte *)alloc->Alloc(alloc, size);
25 p->size = size;
35 p->size = 0;
7zStream.c 8 SRes SeqInStream_Read2(ISeqInStream *stream, void *buf, size_t size, SRes errorType)
10 while (size != 0)
12 size_t processed = size;
17 size -= processed;
22 SRes SeqInStream_Read(ISeqInStream *stream, void *buf, size_t size)
24 return SeqInStream_Read2(stream, buf, size, SZ_ERROR_INPUT_EOF);
40 SRes LookInStream_LookRead(ILookInStream *stream, void *buf, size_t *size)
43 if (*size == 0)
45 RINOK(stream->Look(stream, &lookBuf, size));
46 memcpy(buf, lookBuf, *size);
    [all...]
  /external/clang/test/Sema/
empty1.c 3 struct emp_1 { // expected-warning {{empty struct has size 0 in C, size 1 in C++}}
6 union emp_2 { // expected-warning {{empty union has size 0 in C, size 1 in C++}}
9 struct emp_3 { // expected-warning {{struct has size 0 in C, size 1 in C++}}
13 union emp_4 { // expected-warning {{union has size 0 in C, size 1 in C++}}
17 struct emp_5 { // expected-warning {{struct has size 0 in C, size 1 in C++}
    [all...]
  /external/lzma/C/
7zBuf.c 11 p->size = 0;
14 int Buf_Create(CBuf *p, size_t size, ISzAlloc *alloc)
16 p->size = 0;
17 if (size == 0)
22 p->data = (Byte *)alloc->Alloc(alloc, size);
25 p->size = size;
35 p->size = 0;

Completed in 932 milliseconds

1 2 3 4 5 6 7 8 91011>>