Home
last modified time | relevance | path

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

12345678910>>...231

/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/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/protobuf/objectivec/Tests/iOSTestHarness/Images.xcassets/AppIcon.appiconset/
DContents.json5 "size" : "29x29", string
10 "size" : "29x29", string
15 "size" : "29x29", string
20 "size" : "40x40", string
25 "size" : "40x40", string
29 "size" : "57x57", string
35 "size" : "57x57", string
41 "size" : "60x60", string
47 "size" : "60x60", string
54 "size" : "29x29", string
[all …]
/external/libnetfilter_conntrack/src/conntrack/
Dbuild.c13 size_t size, in __build_tuple_ip()
41 size_t size, in __build_tuple_proto()
89 static void __build_tuple_raw(struct nfnlhdr *req, size_t size, in __build_tuple_raw()
96 void __build_tuple(struct nfnlhdr *req, size_t size, in __build_tuple()
106 static void __build_protoinfo(struct nfnlhdr *req, size_t size, in __build_protoinfo()
222 size_t size, in __nat_seq_adj()
242 size_t size, in __build_nat_seq_adj()
256 size_t size, in __build_protonat()
277 size_t size, in __build_nat()
296 size_t size, in __build_snat()
[all …]
/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/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/syslinux/core/mem/
Dmalloc.c21 size_t size, malloc_tag_t tag) in __malloc_from_block()
70 void *bios_malloc(size_t size, enum heap heap, malloc_tag_t tag) in bios_malloc()
92 static void *_malloc(size_t size, enum heap heap, malloc_tag_t tag) in _malloc()
107 __export void *malloc(size_t size) in malloc()
112 __export void *lmalloc(size_t size) in lmalloc()
122 void *pmapi_lmalloc(size_t size) in pmapi_lmalloc()
127 void *bios_realloc(void *ptr, size_t size) in bios_realloc()
239 __export void *realloc(void *ptr, size_t size) in realloc()
244 __export void *zalloc(size_t size) in zalloc()
/external/eigen/Eigen/src/Core/util/
DMemory.h86 inline void* handmade_aligned_malloc(std::size_t size) in handmade_aligned_malloc()
153 EIGEN_DEVICE_FUNC inline void* aligned_malloc(std::size_t size) in aligned_malloc()
212 template<bool Align> EIGEN_DEVICE_FUNC inline void* conditional_aligned_malloc(std::size_t size) in conditional_aligned_malloc()
255 …late<typename T> EIGEN_DEVICE_FUNC inline void destruct_elements_of_array(T *ptr, std::size_t size) in destruct_elements_of_array()
265 …plate<typename T> EIGEN_DEVICE_FUNC inline T* construct_elements_of_array(T *ptr, std::size_t size) in construct_elements_of_array()
286 EIGEN_DEVICE_FUNC EIGEN_ALWAYS_INLINE void check_size_for_overflow(std::size_t size) in check_size_for_overflow()
296 template<typename T> EIGEN_DEVICE_FUNC inline T* aligned_new(std::size_t size) in aligned_new()
312 …plate<typename T, bool Align> EIGEN_DEVICE_FUNC inline T* conditional_aligned_new(std::size_t size) in conditional_aligned_new()
331 template<typename T> EIGEN_DEVICE_FUNC inline void aligned_delete(T *ptr, std::size_t size) in aligned_delete()
340 …e T, bool Align> EIGEN_DEVICE_FUNC inline void conditional_aligned_delete(T *ptr, std::size_t size) in conditional_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.cpp16 static inline void sk_out_of_memory(size_t size) { in sk_out_of_memory()
26 static inline void* throw_on_failure(size_t size, void* p) { in throw_on_failure()
58 void* sk_malloc_throw(size_t size) { in sk_malloc_throw()
62 void* sk_realloc_throw(void* addr, size_t size) { in sk_realloc_throw()
72 void* sk_malloc_flags(size_t size, unsigned flags) { in sk_malloc_flags()
81 void* sk_calloc(size_t size) { in sk_calloc()
85 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/
DSkPictureRecord.cpp57 size_t size = sizeof(kUInt32Size); in recordSave() local
82 size_t size = 2 * kUInt32Size; in recordSaveLayer() local
126 static DrawType peek_op_and_size(SkWriter32* writer, size_t offset, uint32_t* size) { in peek_op_and_size()
162 size_t size = 1 * kUInt32Size; // RESTORE consists solely of 1 op code in recordRestore() local
171 size_t size = 1 * kUInt32Size + 2 * sizeof(SkScalar); in recordTranslate() local
182 size_t size = 1 * kUInt32Size + 2 * sizeof(SkScalar); in recordScale() local
207 size_t size = kUInt32Size + matrix.writeToMemory(nullptr); in recordConcat() local
216 size_t size = kUInt32Size + matrix.writeToMemory(nullptr); in didSetMatrix() local
227 size_t size = 1 * kUInt32Size + 1 * sizeof(SkScalar); in didTranslateZ() local
321 size_t size = 1 * kUInt32Size + sizeof(rect) + 1 * kUInt32Size; in recordClipRect() local
[all …]
DSkValidatingReadBuffer.cpp13 SkValidatingReadBuffer::SkValidatingReadBuffer(const void* data, size_t size) : in SkValidatingReadBuffer()
35 void SkValidatingReadBuffer::setMemory(const void* data, size_t size) { in setMemory()
42 const void* SkValidatingReadBuffer::skip(size_t size) { in skip()
128 size_t size = 0; in readMatrix() local
165 size_t size = 0; in readRegion() local
176 size_t size = 0; in readPath() local
186 bool SkValidatingReadBuffer::readArray(void* value, size_t size, size_t elementSize) { in readArray()
201 bool SkValidatingReadBuffer::readByteArray(void* value, size_t size) { in readByteArray()
205 bool SkValidatingReadBuffer::readColorArray(SkColor* colors, size_t size) { in readColorArray()
209 bool SkValidatingReadBuffer::readColor4fArray(SkColor4f* colors, size_t size) { in readColor4fArray()
[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/libnetfilter_conntrack/src/expect/
Dbuild.c13 size_t size, in __build_timeout()
19 static void __build_zone(struct nfnlhdr *req, size_t size, in __build_zone()
26 size_t size, const struct nf_expect *exp) in __build_flags()
32 size_t size, in __build_class()
38 static void __build_helper_name(struct nfnlhdr *req, size_t size, in __build_helper_name()
46 size_t size, const struct nf_expect *exp) in __build_expectfn()
54 size_t size, in __build_expect()
/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/pcre/dist2/src/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/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/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/compiler-rt/lib/asan/
Dasan_new_delete.cc78 void *operator new(size_t size) { OPERATOR_NEW_BODY(FROM_NEW); } in operator new()
80 void *operator new[](size_t size) { OPERATOR_NEW_BODY(FROM_NEW_BR); } in operator new[]()
82 void *operator new(size_t size, std::nothrow_t const&) in operator new()
85 void *operator new[](size_t size, std::nothrow_t const&) in operator new[]()
89 INTERCEPTOR(void *, _Znwm, size_t size) { in INTERCEPTOR()
92 INTERCEPTOR(void *, _Znam, size_t size) { in INTERCEPTOR()
95 INTERCEPTOR(void *, _ZnwmRKSt9nothrow_t, size_t size, std::nothrow_t const&) { in INTERCEPTOR()
98 INTERCEPTOR(void *, _ZnamRKSt9nothrow_t, size_t size, std::nothrow_t const&) { in INTERCEPTOR()
125 void operator delete(void *ptr, size_t size) NOEXCEPT { in operator delete()
130 void operator delete[](void *ptr, size_t size) NOEXCEPT { in operator delete[]()
/external/v8/src/base/platform/
Dplatform-macos.cc78 uint64_t size; in GetSharedLibraryAddresses() local
85 unsigned int size; in GetSharedLibraryAddresses() local
125 VirtualMemory::VirtualMemory(size_t size) in VirtualMemory()
129 VirtualMemory::VirtualMemory(size_t size, size_t alignment) in VirtualMemory()
189 bool VirtualMemory::Commit(void* address, size_t size, bool is_executable) { in Commit()
194 bool VirtualMemory::Uncommit(void* address, size_t size) { in Uncommit()
205 void* VirtualMemory::ReserveRegion(size_t size) { in ReserveRegion()
220 size_t size, in CommitRegion()
235 bool VirtualMemory::UncommitRegion(void* address, size_t size) { in UncommitRegion()
244 bool VirtualMemory::ReleasePartialRegion(void* base, size_t size, in ReleasePartialRegion()
[all …]

12345678910>>...231