Home
last modified time | relevance | path

Searched defs:size (Results 1 – 25 of 3929) sorted by relevance

12345678910>>...158

/external/google-breakpad/src/google_breakpad/common/
Dminidump_size.h47 static size_t size() { return sizeof(T); } in size() function
57 static size_t size() { return MDString_minsize; } in size() function
63 static size_t size() { return MDRawThreadList_minsize; } in size() function
69 static size_t size() { return MDCVInfoPDB20_minsize; } in size() function
75 static size_t size() { return MDCVInfoPDB70_minsize; } in size() function
81 static size_t size() { return MDImageDebugMisc_minsize; } in size() function
87 static size_t size() { return MDRawModuleList_minsize; } in size() function
93 static size_t size() { return MDRawMemoryList_minsize; } in size() function
102 static size_t size() { return MD_MODULE_SIZE; } in size() function
/external/proguard/src/proguard/util/
DArrayUtil.java38 public static boolean equal(byte[] array1, byte[] array2, int size) in equal()
59 public static boolean equal(short[] array1, short[] array2, int size) in equal()
80 public static boolean equal(int[] array1, int[] array2, int size) in equal()
101 public static boolean equal(Object[] array1, Object[] array2, int size) in equal()
137 public static boolean equalOrNull(Object[] array1, Object[] array2, int size) in equalOrNull()
151 public static int hashCode(byte[] array, int size) in hashCode()
170 public static int hashCode(short[] array, int size) in hashCode()
189 public static int hashCode(int[] array, int size) in hashCode()
208 public static int hashCode(Object[] array, int size) in hashCode()
240 public static int hashCodeOrNull(Object[] array, int size) in hashCodeOrNull()
[all …]
/external/elfutils/src/libasm/
Dasm_adduint8.c40 #define UFCT(size) _UFCT(size) argument
41 #define _UFCT(size) asm_adduint##size argument
42 #define FCT(size) _FCT(size) argument
43 #define _FCT(size) asm_addint##size argument
44 #define UTYPE(size) _UTYPE(size) argument
45 #define _UTYPE(size) uint##size##_t argument
46 #define TYPE(size) _TYPE(size) argument
47 #define _TYPE(size) int##size##_t argument
Dasm_addint8.c45 #define FCT(size) _FCT(size) argument
46 #define _FCT(size) asm_addint##size argument
47 #define TYPE(size) _TYPE(size) argument
48 #define _TYPE(size) int##size##_t argument
49 #define BSWAP(size) _BSWAP(size) argument
50 #define _BSWAP(size) bswap_##size argument
/external/lzma/CPP/7zip/Compress/
DBranchMisc.cpp9 UInt32 CBC_ARM_Encoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
12 UInt32 CBC_ARM_Decoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
15 UInt32 CBC_ARMT_Encoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
18 UInt32 CBC_ARMT_Decoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
21 UInt32 CBC_PPC_Encoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
24 UInt32 CBC_PPC_Decoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
27 UInt32 CBC_SPARC_Encoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
30 UInt32 CBC_SPARC_Decoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
33 UInt32 CBC_IA64_Encoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
36 UInt32 CBC_IA64_Decoder::SubFilter(Byte *data, UInt32 size) in SubFilter()
/external/vboot_reference/utility/
Dtlcl_generator.c34 int size; member
47 int size; member
72 int size, uint32_t value) { in AddInitializedField()
85 Command* newCommand(TPM_COMMAND_CODE code, int size) { in newCommand()
130 int size = kTpmRequestHeaderLength + sizeof(TPM_NV_DATA_PUBLIC) + in BuildDefineSpaceCommand() local
165 int size = kTpmRequestHeaderLength + kTpmReadInfoLength; in BuildReadCommand() local
174 int size = kTpmRequestHeaderLength + sizeof(uint32_t); in BuildPCRReadCommand() local
182 int size = kTpmRequestHeaderLength + sizeof(TPM_PHYSICAL_PRESENCE); in BuildPPAssertCommand() local
192 int size = kTpmRequestHeaderLength + sizeof(TPM_PHYSICAL_PRESENCE); in BuildPPEnableCommand() local
202 int size = kTpmRequestHeaderLength + sizeof(TPM_PHYSICAL_PRESENCE); in BuildFinalizePPCommand() local
[all …]
/external/skia/src/ports/
DSkMemory_malloc.cpp15 static inline void sk_out_of_memory(size_t size) { in sk_out_of_memory()
21 static inline void* throw_on_failure(size_t size, void* p) { in throw_on_failure()
39 void* sk_malloc_throw(size_t size) { in sk_malloc_throw()
43 void* sk_realloc_throw(void* addr, size_t size) { in sk_realloc_throw()
53 void* sk_malloc_flags(size_t size, unsigned flags) { in sk_malloc_flags()
62 void* sk_calloc(size_t size) { in sk_calloc()
66 void* sk_calloc_throw(size_t size) { in sk_calloc_throw()
DSkMemory_mozalloc.cpp25 void* sk_malloc_throw(size_t size) { in sk_malloc_throw()
29 void* sk_realloc_throw(void* addr, size_t size) { in sk_realloc_throw()
37 void* sk_malloc_flags(size_t size, unsigned flags) { in sk_malloc_flags()
41 void* sk_calloc(size_t size) { in sk_calloc()
45 void* sk_calloc_throw(size_t size) { in sk_calloc_throw()
/external/deqp/framework/referencerenderer/
DrrVertexAttrib.cpp60 inline void readOrder (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const void* ptr) in readOrder()
72 inline void readUnormOrder (tcu::Vec4& dst, const int size, const void* ptr) in readUnormOrder()
86 inline void readSnormClamp (tcu::Vec4& dst, const int size, const void* ptr) in readSnormClamp()
101 inline void readSnormScale (tcu::Vec4& dst, const int size, const void* ptr) in readSnormScale()
115 inline void readHalf (tcu::Vec4& dst, const int size, const void* ptr) in readHalf()
126 inline void readFixed (tcu::Vec4& dst, const int size, const void* ptr) in readFixed()
137 inline void readDouble (tcu::Vec4& dst, const int size, const void* ptr) in readDouble()
155 inline void readUint2101010Rev (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const … in readUint2101010Rev()
167 inline void readInt2101010Rev (typename tcu::Vector<DstScalarType, 4>& dst, const int size, const v… in readInt2101010Rev()
179 inline void readUnorm2101010RevOrder (tcu::Vec4& dst, const int size, const void* ptr) in readUnorm2101010RevOrder()
[all …]
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dopj_malloc.h58 #define opj_malloc(size) ((size_t)(size) >= (size_t)-0x100 ? NULL : malloc(size)) argument
60 #define opj_malloc(size) malloc(size) argument
75 #define opj_calloc(num, size) ((size_t)(num) != 0 && (size_t)(num) >= (size_t)-0x100 / (size_t)(siz… argument
77 #define opj_calloc(num, size) calloc(num, size) argument
110 #define opj_aligned_malloc(size) malloc(size) argument
115 #define opj_aligned_malloc(size) _mm_malloc(size, 16) argument
123 #define opj_aligned_malloc(size) memalign(16, (size)) argument
132 static INLINE void* __attribute__ ((malloc)) opj_aligned_malloc(size_t size){ in opj_aligned_malloc()
143 #define opj_aligned_malloc(size) opj_malloc(size) argument
/external/eigen/Eigen/src/Core/util/
DMemory.h104 inline void* handmade_aligned_malloc(std::size_t size) in handmade_aligned_malloc()
152 inline void* generic_aligned_realloc(void* ptr, size_t size, size_t old_size) in generic_aligned_realloc()
212 inline void* aligned_malloc(size_t size) in aligned_malloc()
299 template<bool Align> inline void* conditional_aligned_malloc(size_t size) in conditional_aligned_malloc()
342 template<typename T> inline T* construct_elements_of_array(T *ptr, size_t size) in construct_elements_of_array()
351 template<typename T> inline void destruct_elements_of_array(T *ptr, size_t size) in destruct_elements_of_array()
363 EIGEN_ALWAYS_INLINE void check_size_for_overflow(size_t size) in check_size_for_overflow()
373 template<typename T> inline T* aligned_new(size_t size) in aligned_new()
380 template<typename T, bool Align> inline T* conditional_aligned_new(size_t size) in conditional_aligned_new()
390 template<typename T> inline void aligned_delete(T *ptr, size_t size) in aligned_delete()
[all …]
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dstable_partition.pass.cpp56 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
85 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
125 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
154 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
183 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
212 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
241 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
270 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
298 const unsigned size = 5; in test1() local
/external/guava/guava-testlib/src/com/google/common/collect/testing/google/
DMultimapPutTester.java55 int size = getNumElements(); in testPutEmpty() local
71 int size = getNumElements(); in testPutPresent() local
87 int size = getNumElements(); in testPutTwoElements() local
107 int size = getNumElements(); in testPutNullValue_supported() local
128 int size = getNumElements(); in testPutNullKey() local
138 int size = getNumElements(); in testPutNotPresentKeyPropagatesToGet() local
170 int size = getNumElements(); in testPutPresentKeyPropagatesToGet() local
189 int size = getNumElements(); in testPutPresentKeyPropagatesToAsMapGet() local
209 int size = getNumElements(); in testPutPresentKeyPropagatesToAsMapEntrySet() local
/external/v8/src/base/platform/
Dplatform-macos.cc73 PosixMemoryMappedFile(FILE* file, void* memory, int size) in PosixMemoryMappedFile()
77 virtual int size() { return size_; } in size() function in v8::base::PosixMemoryMappedFile
90 int size = ftell(file); in open() local
103 OS::MemoryMappedFile* OS::MemoryMappedFile::create(const char* name, int size, in create()
136 uint64_t size; in GetSharedLibraryAddresses() local
143 unsigned int size; in GetSharedLibraryAddresses() local
181 VirtualMemory::VirtualMemory(size_t size) in VirtualMemory()
185 VirtualMemory::VirtualMemory(size_t size, size_t alignment) in VirtualMemory()
245 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { in Commit()
250 bool VirtualMemory::Uncommit(void* address, size_t size) { in Uncommit()
[all …]
Dplatform-solaris.cc88 PosixMemoryMappedFile(FILE* file, void* memory, int size) in PosixMemoryMappedFile()
92 virtual int size() { return size_; } in size() function in v8::base::PosixMemoryMappedFile
105 int size = ftell(file); in open() local
113 OS::MemoryMappedFile* OS::MemoryMappedFile::create(const char* name, int size, in create()
151 VirtualMemory::VirtualMemory(size_t size) in VirtualMemory()
155 VirtualMemory::VirtualMemory(size_t size, size_t alignment) in VirtualMemory()
215 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { in Commit()
220 bool VirtualMemory::Uncommit(void* address, size_t size) { in Uncommit()
231 void* VirtualMemory::ReserveRegion(size_t size) { in ReserveRegion()
245 bool VirtualMemory::CommitRegion(void* base, size_t size, bool is_executable) { in CommitRegion()
[all …]
Dplatform-openbsd.cc71 PosixMemoryMappedFile(FILE* file, void* memory, int size) in PosixMemoryMappedFile()
75 virtual int size() { return size_; } in size() function in v8::base::PosixMemoryMappedFile
88 int size = ftell(file); in open() local
96 OS::MemoryMappedFile* OS::MemoryMappedFile::create(const char* name, int size, in create()
187 int size = sysconf(_SC_PAGESIZE); in SignalCodeMovingGC() local
210 VirtualMemory::VirtualMemory(size_t size) in VirtualMemory()
214 VirtualMemory::VirtualMemory(size_t size, size_t alignment) in VirtualMemory()
274 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { in Commit()
279 bool VirtualMemory::Uncommit(void* address, size_t size) { in Uncommit()
290 void* VirtualMemory::ReserveRegion(size_t size) { in ReserveRegion()
[all …]
Dplatform-cygwin.cc64 PosixMemoryMappedFile(FILE* file, void* memory, int size) in PosixMemoryMappedFile()
68 virtual int size() { return size_; } in size() function in v8::base::PosixMemoryMappedFile
81 int size = ftell(file); in open() local
89 OS::MemoryMappedFile* OS::MemoryMappedFile::create(const char* name, int size, in create()
182 static void* RandomizedVirtualAlloc(size_t size, int action, int protection) { in RandomizedVirtualAlloc()
202 VirtualMemory::VirtualMemory(size_t size) in VirtualMemory()
206 VirtualMemory::VirtualMemory(size_t size, size_t alignment) in VirtualMemory()
252 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { in Commit()
257 bool VirtualMemory::Uncommit(void* address, size_t size) { in Uncommit()
263 void* VirtualMemory::ReserveRegion(size_t size) { in ReserveRegion()
[all …]
Dplatform-linux.cc147 PosixMemoryMappedFile(FILE* file, void* memory, int size) in PosixMemoryMappedFile()
151 virtual int size() { return size_; } in size() function in v8::base::PosixMemoryMappedFile
164 int size = ftell(file); in open() local
177 OS::MemoryMappedFile* OS::MemoryMappedFile::create(const char* name, int size, in create()
274 int size = sysconf(_SC_PAGESIZE); in SignalCodeMovingGC() local
303 VirtualMemory::VirtualMemory(size_t size) in VirtualMemory()
307 VirtualMemory::VirtualMemory(size_t size, size_t alignment) in VirtualMemory()
370 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { in Commit()
375 bool VirtualMemory::Uncommit(void* address, size_t size) { in Uncommit()
386 void* VirtualMemory::ReserveRegion(size_t size) { in ReserveRegion()
[all …]
/external/speex/libspeex/
Dstack_alloc.h91 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) argument
93 #define PUSH(stack, size, type) (VALGRIND_MAKE_NOACCESS(stack, 1000),ALIGN((stack),sizeof(type)),VA… argument
97 #define ALIGN(stack, size) ((stack) += ((size) - (long)(stack)) & ((size) - 1)) argument
99 #define PUSH(stack, size, type) (ALIGN((stack),sizeof(type)),(stack)+=((size)*sizeof(type)),(type*)… argument
105 #define ALLOC(var, size, type) type var[size] argument
108 #define ALLOC(var, size, type) var = alloca(sizeof(type)*(size)) argument
111 #define ALLOC(var, size, type) var = PUSH(stack, size, type) argument
/external/skia/src/core/
DSkValidatingReadBuffer.cpp14 SkValidatingReadBuffer::SkValidatingReadBuffer(const void* data, size_t size) : in SkValidatingReadBuffer()
36 void SkValidatingReadBuffer::setMemory(const void* data, size_t size) { in setMemory()
43 const void* SkValidatingReadBuffer::skip(size_t size) { in skip()
128 size_t size = 0; in readMatrix() local
153 size_t size = 0; in readRegion() local
164 size_t size = 0; in readPath() local
174 bool SkValidatingReadBuffer::readArray(void* value, size_t size, size_t elementSize) { in readArray()
189 bool SkValidatingReadBuffer::readByteArray(void* value, size_t size) { in readByteArray()
193 bool SkValidatingReadBuffer::readColorArray(SkColor* colors, size_t size) { in readColorArray()
197 bool SkValidatingReadBuffer::readIntArray(int32_t* values, size_t size) { in readIntArray()
[all …]
/external/mesa3d/src/gallium/auxiliary/rbug/
Drbug_internal.h51 #define LEN(size) \ argument
57 #define LEN_ARRAY(size, name) \ argument
64 #define WRITE(size, type, name) \ argument
71 #define WRITE_ARRAY(size, type, name) \ argument
79 #define READ(size, type, name) \ argument
88 #define READ_ARRAY(size, type, name) \ argument
/external/linux-tools-perf/src/tools/perf/util/
Dtrace-event-read.c45 static int __do_read(int fd, void *buf, int size) in __do_read()
71 static int do_read(void *data, int size) in do_read()
88 static void skip(int size) in skip()
122 int size = 0; in read_string() local
164 unsigned int size; in read_proc_kallsyms() local
189 unsigned int size; in read_ftrace_printk() local
214 unsigned long long size; in read_header_files() local
263 static int read_ftrace_file(struct pevent *pevent, unsigned long long size) in read_ftrace_file()
282 unsigned long long size) in read_event_file()
302 unsigned long long size; in read_ftrace_files() local
[all …]
/external/pcre/dist/sljit/
DsljitExecAllocator.c84 static SLJIT_INLINE void* alloc_chunk(sljit_uw size) in alloc_chunk()
89 static SLJIT_INLINE void free_chunk(void* chunk, sljit_uw size) in free_chunk()
97 static SLJIT_INLINE void* alloc_chunk(sljit_uw size) in alloc_chunk()
114 static SLJIT_INLINE void free_chunk(void* chunk, sljit_uw size) in free_chunk()
128 sljit_uw size; member
136 sljit_uw size; member
144 #define ALIGN_SIZE(size) (((size) + sizeof(struct block_header) + 7) & ~7) argument
150 static SLJIT_INLINE void sljit_insert_free_block(struct free_block *free_block, sljit_uw size) in sljit_insert_free_block()
175 SLJIT_API_FUNC_ATTRIBUTE void* sljit_malloc_exec(sljit_uw size) in sljit_malloc_exec()
/external/compiler-rt/lib/asan/
Dasan_new_delete.cc62 void *operator new(size_t size) { OPERATOR_NEW_BODY(FROM_NEW); } in operator new()
64 void *operator new[](size_t size) { OPERATOR_NEW_BODY(FROM_NEW_BR); } in operator new[]()
66 void *operator new(size_t size, std::nothrow_t const&) in operator new()
69 void *operator new[](size_t size, std::nothrow_t const&) in operator new[]()
73 INTERCEPTOR(void *, _Znwm, size_t size) { in INTERCEPTOR()
76 INTERCEPTOR(void *, _Znam, size_t size) { in INTERCEPTOR()
79 INTERCEPTOR(void *, _ZnwmRKSt9nothrow_t, size_t size, std::nothrow_t const&) { in INTERCEPTOR()
82 INTERCEPTOR(void *, _ZnamRKSt9nothrow_t, size_t size, std::nothrow_t const&) { in INTERCEPTOR()
109 void operator delete(void *ptr, size_t size) throw() { in operator delete()
114 void operator delete[](void *ptr, size_t size) throw() { in operator delete[]()
/external/mesa3d/src/gallium/drivers/r300/
Dr300_emit.c40 unsigned size, void* state) in r300_emit_blend_state()
60 unsigned size, void* state) in r300_emit_blend_color_state()
69 unsigned size, void* state) in r300_emit_clip_state()
77 void r300_emit_dsa_state(struct r300_context* r300, unsigned size, void* state) in r300_emit_dsa_state()
189 void r300_emit_fs(struct r300_context* r300, unsigned size, void *state) in r300_emit_fs()
197 void r300_emit_fs_constants(struct r300_context* r300, unsigned size, void *state) in r300_emit_fs_constants()
225 void r300_emit_fs_rc_constant_state(struct r300_context* r300, unsigned size, void *state) in r300_emit_fs_rc_constant_state()
254 void r500_emit_fs(struct r300_context* r300, unsigned size, void *state) in r500_emit_fs()
262 void r500_emit_fs_constants(struct r300_context* r300, unsigned size, void *state) in r500_emit_fs_constants()
286 void r500_emit_fs_rc_constant_state(struct r300_context* r300, unsigned size, void *state) in r500_emit_fs_rc_constant_state()
[all …]

12345678910>>...158