Home
last modified time | relevance | path

Searched defs:count (Results 1 – 25 of 6402) sorted by relevance

12345678910>>...257

/external/oss-fuzz/infra/cifuzz/test_data/
Dexample_curl_fuzzer_cov.json1 {"data": [{"files": [{"filename": "/src/curl/include/curl/curl.h", "summary": {"functions": {"count number
/external/skqp/src/opts/
DSkSwizzler_opts.h23 static void RGBA_to_rgbA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA_portable()
39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA_portable()
55 static void RGBA_to_BGRA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_BGRA_portable()
68 static void RGB_to_RGB1_portable(uint32_t dst[], const uint8_t* src, int count) { in RGB_to_RGB1_portable()
81 static void RGB_to_BGR1_portable(uint32_t dst[], const uint8_t* src, int count) { in RGB_to_BGR1_portable()
94 static void gray_to_RGB1_portable(uint32_t dst[], const uint8_t* src, int count) { in gray_to_RGB1_portable()
103 static void grayA_to_RGBA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_RGBA_portable()
115 static void grayA_to_rgbA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_rgbA_portable()
128 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_RGB1_portable()
145 static void inverted_CMYK_to_BGR1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_BGR1_portable()
[all …]
/external/angle/src/libANGLE/renderer/null/
DProgramNULL.cpp47 void ProgramNULL::setUniform1fv(GLint location, GLsizei count, const GLfloat *v) {} in setUniform1fv()
49 void ProgramNULL::setUniform2fv(GLint location, GLsizei count, const GLfloat *v) {} in setUniform2fv()
51 void ProgramNULL::setUniform3fv(GLint location, GLsizei count, const GLfloat *v) {} in setUniform3fv()
53 void ProgramNULL::setUniform4fv(GLint location, GLsizei count, const GLfloat *v) {} in setUniform4fv()
55 void ProgramNULL::setUniform1iv(GLint location, GLsizei count, const GLint *v) {} in setUniform1iv()
57 void ProgramNULL::setUniform2iv(GLint location, GLsizei count, const GLint *v) {} in setUniform2iv()
59 void ProgramNULL::setUniform3iv(GLint location, GLsizei count, const GLint *v) {} in setUniform3iv()
61 void ProgramNULL::setUniform4iv(GLint location, GLsizei count, const GLint *v) {} in setUniform4iv()
63 void ProgramNULL::setUniform1uiv(GLint location, GLsizei count, const GLuint *v) {} in setUniform1uiv()
65 void ProgramNULL::setUniform2uiv(GLint location, GLsizei count, const GLuint *v) {} in setUniform2uiv()
[all …]
/external/icu/icu4c/source/common/
Dcpputils.h28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy()
33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy()
42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy()
51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy()
60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy()
[all …]
/external/icu/libicu/cts_headers/
Dcpputils.h28 inline void uprv_arrayCopy(const double* src, double* dst, int32_t count) in uprv_arrayCopy()
33 double* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
37 inline void uprv_arrayCopy(const int8_t* src, int8_t* dst, int32_t count) in uprv_arrayCopy()
42 int8_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
46 inline void uprv_arrayCopy(const int16_t* src, int16_t* dst, int32_t count) in uprv_arrayCopy()
51 int16_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
55 inline void uprv_arrayCopy(const int32_t* src, int32_t* dst, int32_t count) in uprv_arrayCopy()
60 int32_t* dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
66 UChar *dst, int32_t dstStart, int32_t count) in uprv_arrayCopy()
74 uprv_arrayCopy(const icu::UnicodeString *src, icu::UnicodeString *dst, int32_t count) in uprv_arrayCopy()
[all …]
/external/skia/src/opts/
DSkSwizzler_opts.h23 static void RGBA_to_rgbA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA_portable()
39 static void RGBA_to_bgrA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA_portable()
55 static void RGBA_to_BGRA_portable(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_BGRA_portable()
68 static void grayA_to_RGBA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_RGBA_portable()
80 static void grayA_to_rgbA_portable(uint32_t dst[], const uint8_t* src, int count) { in grayA_to_rgbA_portable()
93 static void inverted_CMYK_to_RGB1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_RGB1_portable()
110 static void inverted_CMYK_to_BGR1_portable(uint32_t* dst, const uint32_t* src, int count) { in inverted_CMYK_to_BGR1_portable()
157 static void premul_should_swapRB(bool kSwapRB, uint32_t* dst, const uint32_t* src, int count) { in premul_should_swapRB()
193 /*not static*/ inline void RGBA_to_rgbA(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_rgbA()
197 /*not static*/ inline void RGBA_to_bgrA(uint32_t* dst, const uint32_t* src, int count) { in RGBA_to_bgrA()
[all …]
DSkUtils_opts.h17 static void memsetT(T buffer[], T value, int count) { in memsetT()
33 /*not static*/ inline void memset16(uint16_t buffer[], uint16_t value, int count) { in memset16()
36 /*not static*/ inline void memset32(uint32_t buffer[], uint32_t value, int count) { in memset32()
39 /*not static*/ inline void memset64(uint64_t buffer[], uint64_t value, int count) { in memset64()
44 static void rect_memsetT(T buffer[], T value, int count, size_t rowBytes, int height) { in rect_memsetT()
51 /*not static*/ inline void rect_memset16(uint16_t buffer[], uint16_t value, int count, in rect_memset16()
55 /*not static*/ inline void rect_memset32(uint32_t buffer[], uint32_t value, int count, in rect_memset32()
59 /*not static*/ inline void rect_memset64(uint64_t buffer[], uint64_t value, int count, in rect_memset64()
/external/clang/test/CodeGen/
Dtbaa-class.cpp53 uint32_t g(uint32_t *s, StructA *A, uint64_t count) { in g()
65 uint32_t g2(uint32_t *s, StructA *A, uint64_t count) { in g2()
77 uint32_t g3(StructA *A, StructB *B, uint64_t count) { in g3()
89 uint32_t g4(StructA *A, StructB *B, uint64_t count) { in g4()
101 uint32_t g5(StructA *A, StructB *B, uint64_t count) { in g5()
113 uint32_t g6(StructA *A, StructB *B, uint64_t count) { in g6()
125 uint32_t g7(StructA *A, StructS *S, uint64_t count) { in g7()
137 uint32_t g8(StructA *A, StructS *S, uint64_t count) { in g8()
149 uint32_t g9(StructS *S, StructS2 *S2, uint64_t count) { in g9()
161 uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) { in g10()
[all …]
/external/llvm-project/clang/test/CodeGen/
Dtbaa-class.cpp54 uint32_t g(uint32_t *s, StructA *A, uint64_t count) { in g()
66 uint32_t g2(uint32_t *s, StructA *A, uint64_t count) { in g2()
78 uint32_t g3(StructA *A, StructB *B, uint64_t count) { in g3()
90 uint32_t g4(StructA *A, StructB *B, uint64_t count) { in g4()
102 uint32_t g5(StructA *A, StructB *B, uint64_t count) { in g5()
114 uint32_t g6(StructA *A, StructB *B, uint64_t count) { in g6()
126 uint32_t g7(StructA *A, StructS *S, uint64_t count) { in g7()
138 uint32_t g8(StructA *A, StructS *S, uint64_t count) { in g8()
150 uint32_t g9(StructS *S, StructS2 *S2, uint64_t count) { in g9()
162 uint32_t g10(StructS *S, StructS2 *S2, uint64_t count) { in g10()
[all …]
/external/adhd/cras/src/server/
Dcras_mix_ops.c41 size_t count) in cras_mix_add_clip_s16_le()
59 size_t count, float vol) in scale_add_clip_s16_le()
79 static void copy_scaled_s16_le(int16_t *dst, const int16_t *src, size_t count, in copy_scaled_s16_le()
93 static void cras_scale_buffer_inc_s16_le(uint8_t *buffer, unsigned int count, in cras_scale_buffer_inc_s16_le()
125 static void cras_scale_buffer_s16_le(uint8_t *buffer, unsigned int count, in cras_scale_buffer_s16_le()
143 static void cras_mix_add_s16_le(uint8_t *dst, uint8_t *src, unsigned int count, in cras_mix_add_s16_le()
164 unsigned int count, float scaler) in cras_mix_add_scale_stride_s16_le()
232 size_t count) in cras_mix_add_clip_s24_le()
250 size_t count, float vol) in scale_add_clip_s24_le()
270 static void copy_scaled_s24_le(int32_t *dst, const int32_t *src, size_t count, in copy_scaled_s24_le()
[all …]
/external/e2fsprogs/lib/ext2fs/
Dio_manager.c61 int count, const void *data) in io_channel_write_byte()
73 int count, void *data) in io_channel_read_blk64()
89 int count, const void *data) in io_channel_write_blk64()
105 unsigned long long count) in io_channel_discard()
116 unsigned long long count) in io_channel_zeroout()
126 errcode_t io_channel_alloc_buf(io_channel io, int count, void *ptr) in io_channel_alloc_buf()
144 unsigned long long count) in io_channel_cache_readahead()
/external/OpenCL-CTS/test_conformance/select/
Dutil_select.cpp58 void refselect_1i8(void *dest, void *src1, void *src2, void *cmp, size_t count) { in refselect_1i8()
70 void refselect_1u8(void *dest, void *src1, void *src2, void *cmp, size_t count) { in refselect_1u8()
83 void refselect_1i16(void *dest, void *src1, void *src2, void *cmp, size_t count) { in refselect_1i16()
95 void refselect_1u16(void *dest, void *src1, void *src2, void *cmp, size_t count) { in refselect_1u16()
107 void refselect_1i32(void *dest, void *src1, void *src2, void *cmp, size_t count) { in refselect_1i32()
118 void refselect_1u32(void *dest, void *src1, void *src2, void *cmp, size_t count){ in refselect_1u32()
130 void refselect_1i64(void *dest, void *src1, void *src2, void *cmp, size_t count) { in refselect_1i64()
141 void refselect_1u64(void *dest, void *src1, void *src2, void *cmp, size_t count) { in refselect_1u64()
153 void refselect_1i8u(void *dest, void *src1, void *src2, void *cmp, size_t count) { in refselect_1i8u()
165 void refselect_1u8u(void *dest, void *src1, void *src2, void *cmp, size_t count) { in refselect_1u8u()
[all …]
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/
Dallocate_shared_cxx03.pass.cpp27 static int count; member
33 int Zero::count = 0; member in Zero
37 static int count; member
44 int One::count = 0; member in One
49 static int count; member
56 int Two::count = 0; member in Two
60 static int count; member
67 int Three::count = 0; member in Three
/external/libcxxabi/test/
Dcatch_class_03.pass.cpp31 static int count; member
38 int B::count = 0; member in B
43 static int count; member
50 int C1::count = 0; member in C1
55 static int count; member
62 int C2::count = 0; member in C2
67 static int count; member
74 int A::count = 0; member in A
/external/skia/src/core/
DSkMalloc.cpp8 void* sk_calloc_throw(size_t count, size_t elemSize) { in sk_calloc_throw()
12 void* sk_malloc_throw(size_t count, size_t elemSize) { in sk_malloc_throw()
16 void* sk_realloc_throw(void* buffer, size_t count, size_t elemSize) { in sk_realloc_throw()
20 void* sk_malloc_canfail(size_t count, size_t elemSize) { in sk_malloc_canfail()
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
Dshared_ptr_Y.pass.cpp22 static int count; member
29 int B::count = 0; member in B
34 static int count; member
41 int A::count = 0; member in A
45 static int count; member
52 int C::count = 0; member in C
Dshared_ptr_Y_rv.pass.cpp26 static int count; member
33 int B::count = 0; member in B
38 static int count; member
45 int A::count = 0; member in A
49 static int count; member
56 int C::count = 0; member in C
/external/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/
Dshared_ptr_Y.pass.cpp22 static int count; member
29 int B::count = 0; member in B
34 static int count; member
41 int A::count = 0; member in A
45 static int count; member
52 int C::count = 0; member in C
/external/libwebm/webm_parser/tests/
Dlimited_reader_test.cc32 std::uint64_t count; in TEST_F() local
45 std::uint64_t count; in TEST_F() local
56 std::uint64_t count; in TEST_F() local
77 std::uint64_t count; in TEST_F() local
100 std::uint64_t count; in TEST_F() local
121 std::uint64_t count; in TEST_F() local
149 std::uint64_t count; in TEST_F() local
175 std::uint64_t count; in TEST_F() local
204 std::uint64_t count; in TEST_F() local
/external/skqp/include/effects/
DSkGradientShader.h75 const SkColor colors[], const SkScalar pos[], int count, in MakeLinear()
98 const SkScalar pos[], int count, SkShader::TileMode mode) { in MakeLinear()
120 const SkColor colors[], const SkScalar pos[], int count, in MakeRadial()
144 const SkScalar pos[], int count, SkShader::TileMode mode) { in MakeRadial()
163 int count, SkShader::TileMode mode) { in MakeTwoPointConical()
184 int count, SkShader::TileMode mode) { in MakeTwoPointConical()
211 const SkColor colors[], const SkScalar pos[], int count, in MakeSweep()
217 const SkColor colors[], const SkScalar pos[], int count) { in MakeSweep()
245 const SkScalar pos[], int count, in MakeSweep()
252 const SkScalar pos[], int count) { in MakeSweep()
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc79 void ArrayInputStream::BackUp(int count) { in BackUp()
88 bool ArrayInputStream::Skip(int count) { in Skip()
126 void ArrayOutputStream::BackUp(int count) { in BackUp()
172 void StringOutputStream::BackUp(int count) { in BackUp()
186 int CopyingInputStream::Skip(int count) { in Skip()
251 void CopyingInputStreamAdaptor::BackUp(int count) { in BackUp()
262 bool CopyingInputStreamAdaptor::Skip(int count) { in Skip()
334 void CopyingOutputStreamAdaptor::BackUp(int count) { in BackUp()
404 void LimitingInputStream::BackUp(int count) { in BackUp()
414 bool LimitingInputStream::Skip(int count) { in Skip()
/external/skia/include/effects/
DSkGradientShader.h78 const SkColor colors[], const SkScalar pos[], int count, in MakeLinear()
103 const SkScalar pos[], int count, SkTileMode mode) { in MakeLinear()
125 const SkColor colors[], const SkScalar pos[], int count, in MakeRadial()
149 const SkScalar pos[], int count, SkTileMode mode) { in MakeRadial()
168 int count, SkTileMode mode) { in MakeTwoPointConical()
189 int count, SkTileMode mode) { in MakeTwoPointConical()
216 const SkColor colors[], const SkScalar pos[], int count, in MakeSweep()
222 const SkColor colors[], const SkScalar pos[], int count) { in MakeSweep()
250 const SkScalar pos[], int count, in MakeSweep()
257 const SkScalar pos[], int count) { in MakeSweep()
/external/mesa3d/src/mesa/main/
Duniforms.c264 _mesa_Uniform1fv(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform1fv()
271 _mesa_Uniform2fv(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform2fv()
278 _mesa_Uniform3fv(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform3fv()
285 _mesa_Uniform4fv(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform4fv()
292 _mesa_Uniform1iv(GLint location, GLsizei count, const GLint * value) in _mesa_Uniform1iv()
299 _mesa_Uniform2iv(GLint location, GLsizei count, const GLint * value) in _mesa_Uniform2iv()
306 _mesa_Uniform3iv(GLint location, GLsizei count, const GLint * value) in _mesa_Uniform3iv()
313 _mesa_Uniform4iv(GLint location, GLsizei count, const GLint * value) in _mesa_Uniform4iv()
327 _mesa_UniformHandleui64vARB(GLint location, GLsizei count, in _mesa_UniformHandleui64vARB()
440 _mesa_ProgramUniform1fv(GLuint program, GLint location, GLsizei count, in _mesa_ProgramUniform1fv()
[all …]
/external/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
Dshared_ptr_Y.pass.cpp23 static int count; member
30 int B::count = 0; member in B
35 static int count; member
42 int A::count = 0; member in A
46 static int count; member
53 int C::count = 0; member in C
/external/llvm-project/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.const/
Dshared_ptr_Y.pass.cpp23 static int count; member
30 int B::count = 0; member in B
35 static int count; member
42 int A::count = 0; member in A
46 static int count; member
53 int C::count = 0; member in C

12345678910>>...257