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

1 2 3 4 5 6 7 8 91011>>

  /external/clang/test/Sema/
freemain.c 5 void* allocate(long size);
7 void* main(void* context, long size) {
8 if (context) return allocate(size);
arm-darwin-aapcs.cpp 9 void* operator new(size_t size)
11 return (malloc(size));
  /external/chromium_org/third_party/WebKit/Source/modules/webdatabase/
SQLResultSetRowList.cpp 36 if (m_result.size() == 0)
39 ASSERT(m_result.size() % m_columns.size() == 0);
41 return m_result.size() / m_columns.size();
  /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/chromium_org/ui/file_manager/
file_manager_resource_util.cc 12 const GritResourceMap* GetFileManagerResources(size_t* size) {
13 DCHECK(size);
14 *size = kFileManagerResourcesSize;
  /development/ndk/platforms/android-3/include/asm-generic/bitops/
find.h 15 #define find_first_bit(addr, size) find_next_bit((addr), (size), 0)
16 #define find_first_zero_bit(addr, size) find_next_zero_bit((addr), (size), 0)
  /external/elfutils/0.153/libasm/
asm_adduint8.c 33 #ifndef SIZE
34 # define SIZE 8
37 #define UFCT(size) _UFCT(size)
38 #define _UFCT(size) asm_adduint##size
39 #define FCT(size) _FCT(size)
40 #define _FCT(size) asm_addint##size
    [all...]
  /external/llvm/test/MC/ELF/
bracket.s 5 .size x, [.-x)
8 .size y, (.-y]
  /bionic/libc/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size)
  /development/ndk/platforms/android-3/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size)
  /development/ndk/platforms/android-L/include/
alloca.h 31 #define alloca(size) __builtin_alloca(size)
  /external/libpng/tests/
pngvalid-progressive-interlace-size 2 exec ./pngvalid --size --progressive-read
  /external/chromium_org/third_party/skia/src/ports/
SkMemory_malloc.cpp 15 static inline void sk_out_of_memory(size_t size) {
17 size);
21 static inline void* throw_on_failure(size_t size, void* p) {
22 if (size > 0 && p == NULL) {
24 sk_out_of_memory(size);
39 void* sk_malloc_throw(size_t size) {
40 return sk_malloc_flags(size, SK_MALLOC_THROW);
43 void* sk_realloc_throw(void* addr, size_t size) {
44 return throw_on_failure(size, realloc(addr, size));
    [all...]
SkMemory_mozalloc.cpp 25 void* sk_malloc_throw(size_t size) {
26 return sk_malloc_flags(size, SK_MALLOC_THROW);
29 void* sk_realloc_throw(void* addr, size_t size) {
30 return moz_xrealloc(addr, size);
37 void* sk_malloc_flags(size_t size, unsigned flags) {
38 return (flags & SK_MALLOC_THROW) ? moz_xmalloc(size) : moz_malloc(size);
41 void* sk_calloc(size_t size) {
42 return moz_calloc(size, 1);
45 void* sk_calloc_throw(size_t size) {
    [all...]
  /external/clang/test/Analysis/
pr_4164.c 11 // The basic issue is that the VarRegion for 'size' is casted to (char*),
21 int size; local
22 socklen_t size_len = sizeof(size);
23 if (getsockopt(s, 0xffff, 0x1001, (char *)&size, &size_len) < 0)
26 return size; // no-warning
36 int size; local
37 if (takes_charptr((char*)&size))
39 return size; // no-warning
  /external/chromium_org/base/process/
memory_unittest_mac.h 15 // Allocates memory via system allocators. Alas, they take a _signed_ size for
17 void* AllocateViaCFAllocatorSystemDefault(ssize_t size);
18 void* AllocateViaCFAllocatorMalloc(ssize_t size);
19 void* AllocateViaCFAllocatorMallocZone(ssize_t size);
  /external/clang/test/CodeGen/
vla-3.c 5 void vlaalign(int size)
7 char __attribute__((aligned(16))) tmp[size+32];
8 char tmp2[size+16];
  /external/chromium_org/third_party/mesa/src/src/mapi/mapi/
u_execmem.h 5 u_execmem_alloc(unsigned int size);
  /external/mesa3d/src/mapi/mapi/
u_execmem.h 5 u_execmem_alloc(unsigned int size);
  /external/chromium_org/third_party/protobuf/src/google/protobuf/io/
coded_stream_inl.h 48 int size) {
49 if (size < 0) return false; // security: size is often user-supplied
51 if (BufferSize() >= size) {
52 STLStringResizeUninitialized(buffer, size);
54 // requires non-NULL pointers even when size is 0. Hench this check.
55 if (size > 0) {
56 memcpy(string_as_array(buffer), buffer_, size); local
57 Advance(size);
62 return ReadStringFallback(buffer, size);
    [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/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;
  /development/ndk/platforms/android-3/include/linux/
circ_buf.h 21 #define CIRC_CNT(head,tail,size) (((head) - (tail)) & ((size)-1))
23 #define CIRC_SPACE(head,tail,size) CIRC_CNT((tail),((head)+1),(size))
25 #define CIRC_CNT_TO_END(head,tail,size) ({int end = (size) - (tail); int n = ((head) + end) & ((size)-1); n < end ? n : end;})
27 #define CIRC_SPACE_TO_END(head,tail,size) ({int end = (size) - 1 - (head); int n = (end + (tail)) & ((size)-1); n <= end ? n : end+1;}
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
StreamBuffer.h 53 bool isEmpty() const { return !size(); }
55 void append(const T* data, size_t size)
57 if (!size)
60 m_size += size;
61 while (size) {
62 if (!m_buffer.size() || m_buffer.last()->size() == BlockSize)
64 size_t appendSize = std::min(BlockSize - m_buffer.last()->size(), size);
67 size -= appendSize
89 size_t size() const { return m_size; } function in class:WTF::StreamBuffer
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/rbug/
rbug_internal.h 40 int rbug_connection_write(struct rbug_connection *con, void *data, uint32_t size);
51 #define LEN(size) \
53 PAD(__len, size); \
54 __len += size; \
57 #define LEN_ARRAY(size, name) \
60 PAD(__len, size); \
61 __len += size * name##_len; \
64 #define WRITE(size, type, name) \
66 PAD(__pos, size); \
68 __pos += size; \
    [all...]

Completed in 832 milliseconds

1 2 3 4 5 6 7 8 91011>>