Home
last modified time | relevance | path

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

12345678910>>...227

/external/tpm2/
Dtpm_generated.c9 UINT16 uint8_t_Marshal(uint8_t* source, BYTE** buffer, INT32* size) { in uint8_t_Marshal()
33 TPM_RC uint8_t_Unmarshal(uint8_t* target, BYTE** buffer, INT32* size) { in uint8_t_Unmarshal()
57 UINT16 int8_t_Marshal(int8_t* source, BYTE** buffer, INT32* size) { in int8_t_Marshal()
81 TPM_RC int8_t_Unmarshal(int8_t* target, BYTE** buffer, INT32* size) { in int8_t_Unmarshal()
105 UINT16 uint16_t_Marshal(uint16_t* source, BYTE** buffer, INT32* size) { in uint16_t_Marshal()
129 TPM_RC uint16_t_Unmarshal(uint16_t* target, BYTE** buffer, INT32* size) { in uint16_t_Unmarshal()
153 UINT16 int16_t_Marshal(int16_t* source, BYTE** buffer, INT32* size) { in int16_t_Marshal()
177 TPM_RC int16_t_Unmarshal(int16_t* target, BYTE** buffer, INT32* size) { in int16_t_Unmarshal()
201 UINT16 uint32_t_Marshal(uint32_t* source, BYTE** buffer, INT32* size) { in uint32_t_Marshal()
225 TPM_RC uint32_t_Unmarshal(uint32_t* target, BYTE** buffer, INT32* size) { in uint32_t_Unmarshal()
[all …]
/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/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/elfutils/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/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/chromium-trace/catapult/third_party/gsutil/gslib/
Dfile_part.py57 def read(self, size=-1): argument
74 def flush(self, size=None): argument
77 def fileno(self, size=None): argument
80 def isatty(self, size=None): argument
83 def next(self, size=None): argument
86 def readline(self, size=None): argument
89 def readlines(self, size=None): argument
92 def xreadlines(self, size=None): argument
95 def truncate(self, size=None): argument
98 def write(self, size=None): argument
[all …]
/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/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/pdfium/third_party/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/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()
42 void* sk_malloc_throw(size_t size) { in sk_malloc_throw()
46 void* sk_realloc_throw(void* addr, size_t size) { in sk_realloc_throw()
56 void* sk_malloc_flags(size_t size, unsigned flags) { in sk_malloc_flags()
65 void* sk_calloc(size_t size) { in sk_calloc()
69 void* sk_calloc_throw(size_t size) { in sk_calloc_throw()
/external/libcxx/test/std/algorithms/alg.modifying.operations/alg.partitions/
Dstable_partition.pass.cpp55 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
84 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
124 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
153 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
182 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
211 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
240 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
269 const unsigned size = sizeof(array)/sizeof(array[0]); in test() local
297 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/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 …]
DSkPictureRecord.cpp55 size_t size = sizeof(kUInt32Size); in recordSave() local
80 size_t size = 2 * kUInt32Size; in recordSaveLayer() local
124 static DrawType peek_op_and_size(SkWriter32* writer, size_t offset, uint32_t* size) { in peek_op_and_size()
160 size_t size = 1 * kUInt32Size; // RESTORE consists solely of 1 op code in recordRestore() local
169 size_t size = 1 * kUInt32Size + 2 * sizeof(SkScalar); in recordTranslate() local
180 size_t size = 1 * kUInt32Size + 2 * sizeof(SkScalar); in recordScale() local
205 size_t size = kUInt32Size + matrix.writeToMemory(nullptr); in recordConcat() local
214 size_t size = kUInt32Size + matrix.writeToMemory(nullptr); in didSetMatrix() local
307 size_t size = 1 * kUInt32Size + sizeof(rect) + 1 * kUInt32Size; in recordClipRect() local
329 size_t size = 1 * kUInt32Size + SkRRect::kSizeInMemory + 1 * kUInt32Size; in recordClipRRect() local
[all …]
/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 …]
/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/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) NOEXCEPT { in operator delete()
114 void operator delete[](void *ptr, size_t size) NOEXCEPT { in operator delete[]()
Dasan_malloc_win.cc57 void *malloc(size_t size) { in malloc()
63 void *_malloc_dbg(size_t size, int, const char *, int) { in _malloc_dbg()
68 void *calloc(size_t nmemb, size_t size) { in calloc()
74 void *_calloc_dbg(size_t nmemb, size_t size, int, const char *, int) { in _calloc_dbg()
79 void *_calloc_impl(size_t nmemb, size_t size, int *errno_tmp) { in _calloc_impl()
84 void *realloc(void *ptr, size_t size) { in realloc()
90 void *_realloc_dbg(void *ptr, size_t size, int) { in _realloc_dbg()
99 const size_t size = n * elem_size; in _recalloc() local
113 void *_expand(void *memblock, size_t size) { in _expand()
120 void *_expand_dbg(void *memblock, size_t size) { in _expand_dbg()
/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp37 static VKAPI_ATTR void* VKAPI_CALL systemAllocate (void*, size_t size, size_t alignment, VkSystemAl… in systemAllocate()
50 static VKAPI_ATTR void* VKAPI_CALL systemReallocate (void*, void* pOriginal, size_t size, size_t al… in systemReallocate()
80 static VKAPI_ATTR void* VKAPI_CALL allocationCallback (void* pUserData, size_t size, size_t alignme… in allocationCallback()
85 …id* VKAPI_CALL reallocationCallback (void* pUserData, void* pOriginal, size_t size, size_t alignme… in reallocationCallback()
95 …id VKAPI_CALL internalAllocationNotificationCallback (void* pUserData, size_t size, VkInternalAllo… in internalAllocationNotificationCallback()
100 static VKAPI_ATTR void VKAPI_CALL internalFreeNotificationCallback (void* pUserData, size_t size, V… in internalFreeNotificationCallback()
130 AllocationCallbackRecord AllocationCallbackRecord::allocation (size_t size, size_t alignment, VkSys… in allocation()
143 AllocationCallbackRecord AllocationCallbackRecord::reallocation (void* original, size_t size, size_… in reallocation()
167 AllocationCallbackRecord AllocationCallbackRecord::internalAllocation (size_t size, VkInternalAlloc… in internalAllocation()
179 AllocationCallbackRecord AllocationCallbackRecord::internalFree (size_t size, VkInternalAllocationT… in internalFree()
[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/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
DSizeStrategy.java24 int size = Util.getBitmapByteSize(bitmap); in put() local
35 final int size = Util.getBitmapByteSize(width, height, config); in get() local
64 private void decrementBitmapOfSize(Integer size) { in decrementBitmapOfSize()
80 int size = Util.getBitmapByteSize(width, height, config); in logBitmap() local
115 int size = Util.getBitmapByteSize(bitmap); in getBitmapString() local
119 private static String getBitmapString(int size) { in getBitmapString()
126 public Key get(int size) { in get()
141 private int size; field in SizeStrategy.Key
147 public void init(int size) { in init()
/external/autotest/frontend/client/src/autotest/common/
DUnmodifiableSublistView.java8 protected int start, size; field in UnmodifiableSublistView
10 public UnmodifiableSublistView(List<T> list, int start, int size) { in UnmodifiableSublistView()
12 assert size >= 0; in UnmodifiableSublistView() local
13 assert start + size <= list.size(); in UnmodifiableSublistView() local
28 public int size() { in size() method in UnmodifiableSublistView
/external/v8/src/base/platform/
Dplatform-macos.cc78 uint64_t size; in GetSharedLibraryAddresses() local
85 unsigned int size; in GetSharedLibraryAddresses() local
123 VirtualMemory::VirtualMemory(size_t size) in VirtualMemory()
127 VirtualMemory::VirtualMemory(size_t size, size_t alignment) in VirtualMemory()
187 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { in Commit()
192 bool VirtualMemory::Uncommit(void* address, size_t size) { in Uncommit()
203 void* VirtualMemory::ReserveRegion(size_t size) { in ReserveRegion()
218 size_t size, in CommitRegion()
233 bool VirtualMemory::UncommitRegion(void* address, size_t size) { in UncommitRegion()
243 bool VirtualMemory::ReleaseRegion(void* address, size_t size) { in ReleaseRegion()

12345678910>>...227