Home
last modified time | relevance | path

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

12345678910>>...202

/external/pdfium/core/src/fxge/Microsoft SDK/include/
Dsal.h321 …#define __elem_readableTo(size) __declspec("SAL_readableTo(elementCount("SPECSTRINGIZE(size)"))") argument
328 #define __byte_readableTo(size) __declspec("SAL_readableTo(byteCount("SPECSTRINGIZE(size)"))") argument
338 #define __writableTo(size) __declspec("SAL_writableTo("SPECSTRINGIZE(size)")") argument
345 …#define __elem_writableTo(size) __declspec("SAL_writableTo(elementCount("SPECSTRINGIZE(size)"))") argument
352 #define __byte_writableTo(size) __declspec("SAL_writableTo(byteCount("SPECSTRINGIZE(size)"))") argument
497 #define __ecount(size) __notnull __elem_writableTo(size) argument
498 #define __bcount(size) __notnull __byte_writableTo(size) argument
500 #define __in_ecount(size) __in __pre __elem_readableTo(size) argument
501 #define __in_bcount(size) __in __pre __byte_readableTo(size) argument
503 #define __in_ecount_z(size) __in_ecount(size) __pre __nulltermi… argument
[all …]
Dspecstrings.h316 …#define __elem_readableTo(size) __declspec("SAL_readableTo(elementCount("SPECSTRINGIZE(size)"))") argument
323 #define __byte_readableTo(size) __declspec("SAL_readableTo(byteCount("SPECSTRINGIZE(size)"))") argument
333 #define __writableTo(size) __declspec("SAL_writableTo("SPECSTRINGIZE(size)")") argument
340 …#define __elem_writableTo(size) __declspec("SAL_writableTo(elementCount("SPECSTRINGIZE(size)"))") argument
347 #define __byte_writableTo(size) __declspec("SAL_writableTo(byteCount("SPECSTRINGIZE(size)"))") argument
556 #define __ecount(size) __notnull __elem_writableTo(size) argument
559 #define __bcount(size) __notnull __byte_writableTo(size) argument
565 #define __in_ecount(size) __in __pre __elem_readableTo(size) argument
568 #define __in_bcount(size) __in __pre __byte_readableTo(size) argument
574 #define __out_ecount(size) __ecount(size) __post __valid __ref… argument
[all …]
/external/elfutils/0.153/libasm/
Dasm_adduint8.c37 #define UFCT(size) _UFCT(size) argument
38 #define _UFCT(size) asm_adduint##size argument
39 #define FCT(size) _FCT(size) argument
40 #define _FCT(size) asm_addint##size argument
41 #define UTYPE(size) _UTYPE(size) argument
42 #define _UTYPE(size) uint##size##_t argument
43 #define TYPE(size) _TYPE(size) argument
44 #define _TYPE(size) int##size##_t argument
Dasm_addint8.c42 #define FCT(size) _FCT(size) argument
43 #define _FCT(size) asm_addint##size argument
44 #define TYPE(size) _TYPE(size) argument
45 #define _TYPE(size) int##size##_t argument
46 #define BSWAP(size) _BSWAP(size) argument
47 #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/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()
121 public static int hashCode(byte[] array, int size) in hashCode()
140 public static int hashCode(short[] array, int size) in hashCode()
159 public static int hashCode(int[] array, int size) in hashCode()
178 public static int hashCode(Object[] array, int size) in hashCode()
330 public static boolean[] extendArray(boolean[] array, int size) in extendArray()
358 int size, in ensureArraySize()
[all …]
/external/chromium_org/skia/ext/
DSkMemory_new_handler.cpp21 static inline void* throw_on_failure(size_t size, void* p) { in throw_on_failure()
39 void* sk_realloc_throw(void* addr, size_t size) { in sk_realloc_throw()
49 void* sk_malloc_throw(size_t size) { in sk_malloc_throw()
53 static void* sk_malloc_nothrow(size_t size) { in sk_malloc_nothrow()
73 void* sk_malloc_flags(size_t size, unsigned flags) { in sk_malloc_flags()
80 void* sk_calloc_throw(size_t size) { in sk_calloc_throw()
84 void* sk_calloc(size_t size) { in sk_calloc()
/external/chromium_org/third_party/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/chromium_org/tools/gyp/test/ios/extension/ExtensionContainer/Images.xcassets/AppIcon.appiconset/
DContents.json5 "size" : "29x29", string
10 "size" : "40x40", string
15 "size" : "60x60", string
20 "size" : "29x29", string
25 "size" : "29x29", string
30 "size" : "40x40", string
35 "size" : "40x40", string
40 "size" : "76x76", string
45 "size" : "76x76", string
/external/chromium_org/third_party/WebKit/Source/platform/geometry/
DRoundedRect.h51 void setTopLeft(const IntSize& size) { m_topLeft = size; } in setTopLeft()
52 void setTopRight(const IntSize& size) { m_topRight = size; } in setTopRight()
53 void setBottomLeft(const IntSize& size) { m_bottomLeft = size; } in setBottomLeft()
54 void setBottomRight(const IntSize& size) { m_bottomRight = size; } in setBottomRight()
67 void expand(int size) { expand(size, size, size, size); } in expand()
69 void shrink(int size) { shrink(size, size, size, size); } in shrink()
93 void move(const IntSize& size) { m_rect.move(size); } in move()
94 void inflate(int size) { m_rect.inflate(size); } in inflate()
96 void expandRadii(int size) { m_radii.expand(size); } in expandRadii()
97 void shrinkRadii(int size) { m_radii.shrink(size); } in shrinkRadii()
DFloatRoundedRect.h60 void setTopLeft(const FloatSize& size) { m_topLeft = size; } in setTopLeft()
61 void setTopRight(const FloatSize& size) { m_topRight = size; } in setTopRight()
62 void setBottomLeft(const FloatSize& size) { m_bottomLeft = size; } in setBottomLeft()
63 void setBottomRight(const FloatSize& size) { m_bottomRight = size; } in setBottomRight()
73 void expand(float size) { expand(size, size, size, size); } in expand()
75 void shrink(float size) { shrink(size, size, size, size); } in shrink()
96 void move(const FloatSize& size) { m_rect.move(size); } in move()
97 void inflate(float size) { m_rect.inflate(size); } in inflate()
98 void expandRadii(float size) { m_radii.expand(size); } in expandRadii()
99 void shrinkRadii(float size) { m_radii.shrink(size); } in shrinkRadii()
/external/chromium_org/media/test/data/
Dbear-320x240-manifest.js9 { offset: 4370, size: 40778, timecode: 0.000000 }, property
10 { offset: 45148, size: 27589, timecode: 0.396000 }, property
11 { offset: 72737, size: 28183, timecode: 0.779000 }, property
12 { offset: 100920, size: 31600, timecode: 1.197000 }, property
13 { offset: 132520, size: 33922, timecode: 1.589000 }, property
14 { offset: 166442, size: 30587, timecode: 1.987000 }, property
15 { offset: 197029, size: 22079, timecode: 2.400000 }, property
Dbear-640x360-manifest.js9 { offset: 4340, size: 50950, timecode: 0.000000}, property
10 { offset: 55290, size: 18785, timecode: 0.527000}, property
11 { offset: 74075, size: 19810, timecode: 1.014000}, property
12 { offset: 93885, size: 21706, timecode: 1.522000}, property
13 { offset: 115591, size: 20249, timecode: 2.016000}, property
14 { offset: 135840, size: 9946, timecode: 2.515000}, property
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/
Dopj_malloc.h60 #define opj_aligned_malloc(size) opj_malloc(size) argument
68 #define opj_malloc(size) ((size_t)(size) >= (size_t)-0x100 ? NULL : malloc(size)) argument
70 #define opj_malloc(size) malloc(size) argument
85 #define opj_calloc(num, size) ((size_t)(num) != 0 && (size_t)(num) >= (size_t)-0x100 / (size_t)(siz… argument
87 #define opj_calloc(num, size) calloc(num, size) argument
120 #define opj_aligned_malloc(size) malloc(size) argument
125 #define opj_aligned_malloc(size) _mm_malloc(size, 16) argument
133 #define opj_aligned_malloc(size) memalign(16, (size)) argument
142 static INLINE void* __attribute__ ((malloc)) opj_aligned_malloc(size_t size){ in opj_aligned_malloc()
153 #define opj_aligned_malloc(size) opj_malloc(size) argument
/external/skia/src/ports/
DSkMemory_malloc.cpp12 static inline void* throw_on_failure(size_t size, void* p) { in throw_on_failure()
30 void* sk_malloc_throw(size_t size) { in sk_malloc_throw()
34 void* sk_realloc_throw(void* addr, size_t size) { in sk_realloc_throw()
44 void* sk_malloc_flags(size_t size, unsigned flags) { in sk_malloc_flags()
53 void* sk_calloc(size_t size) { in sk_calloc()
57 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/chromium_org/ui/file_manager/file_manager/foreground/js/metadata/
Dbyte_reader.js65 ByteReader.validateRead = function(pos, size, end) { argument
85 ByteReader.readString = function(dataView, pos, size, opt_end) { argument
108 ByteReader.readNullTerminatedString = function(dataView, pos, size, opt_end) { argument
136 dataView, pos, bom, size, opt_end) { argument
180 ByteReader.readBase64 = function(dataView, pos, size, opt_end) { argument
230 ByteReader.readImage = function(dataView, pos, size, opt_end) { argument
258 ByteReader.prototype.canRead = function(size) { argument
304 ByteReader.prototype.validateRead = function(size, opt_end) { argument
358 ByteReader.prototype.readString = function(size, opt_end) { argument
375 ByteReader.prototype.readNullTerminatedString = function(size, opt_end) { argument
[all …]
/external/libcxx/test/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/chromium_org/media/formats/webm/
Dwebm_content_encodings_client_unittest.cc19 void ParseAndExpectToFail(const uint8* buf, int size) { in ParseAndExpectToFail()
33 int size = sizeof(kContentEncodings); in TEST_F() local
42 int size = sizeof(kContentEncodings); in TEST_F() local
58 int size = sizeof(kContentEncodings); in TEST_F() local
95 int size = sizeof(kContentEncodings); in TEST_F() local
125 int size = sizeof(kContentEncodings); in TEST_F() local
154 int size = sizeof(kContentEncodings); in TEST_F() local
185 int size = sizeof(kContentEncodings); in TEST_F() local
197 int size = sizeof(kContentEncodings); in TEST_F() local
208 int size = sizeof(kContentEncodings); in TEST_F() local
[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/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/chromium_org/third_party/mesa/src/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/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/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

12345678910>>...202