Home
last modified time | relevance | path

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

12345678910>>...195

/third_party/cmsis/CMSIS/DSP/PrivateInclude/
Darm_vec_filtering.h38 #define MVE_INTR_CORR_QUAD_INC_X_FIXED_SIZE_F32(acc0, acc1, acc2, acc3, pX, pY, count)\ argument
92 #define MVE_INTR_CORR_SINGLE_F32(acc, pX, pY, count) \ argument
127 #define MVE_INTR_CORR_DUAL_INC_X_DEC_SIZE_F32(acc0, acc1, pX, pY, count)\ argument
171 #define MVE_INTR_CORR_DUAL_INC_X_FIXED_SIZE_F32(acc0, acc1, pX, pY, count)\ argument
213 #define MVE_INTR_CORR_DUAL_DEC_Y_INC_SIZE_F32(acc0, acc1, pX, pY, count)\ argument
256 #define MVE_INTR_CONV_DUAL_INC_X_DEC_SIZE_F32(acc0, acc1, pX, pY, count) … argument
292 #define MVE_INTR_CONV_DUAL_INC_X_FIXED_SIZE_F32(acc0, acc1, pX, pY, count) … argument
329 #define MVE_INTR_CONV_DUAL_INC_Y_INC_SIZE_F32(acc0, acc1, pX, pY, count)\ argument
371 #define MVE_INTR_CONV_SINGLE_F32(acc, pX, pY, count) … argument
406 #define MVE_INTR_CONV_SINGLE_Q31(acc, pX, pY, count) … argument
[all …]
/third_party/musl/libc-test/src/functionalext/time/
Dstrftime_ext.c47 size_t count = strftime(buffer, sizeof(buffer) - 1, "%c", timeptr); in strftime_0100() local
75 size_t count = strftime(buffer, sizeof(buffer) - 1, "%c %Z%z", timeptr); in strftime_0200() local
102 size_t count = strftime(buffer, sizeof(buffer) - 1, "%k", timeptr); in strftime_0300() local
128 size_t count = strftime(buffer, sizeof(buffer) - 1, "%k", timeptr); in strftime_0400() local
154 size_t count = strftime(buffer, sizeof(buffer) - 1, "%I", timeptr); in strftime_0500() local
180 size_t count = strftime(buffer, sizeof(buffer) - 1, "%P", timeptr); in strftime_0600() local
206 size_t count = strftime(buffer, sizeof(buffer) - 1, "%v", timeptr); in strftime_0700() local
232 size_t count = strftime(buffer, sizeof(buffer) - 1, "%j", timeptr); in strftime_0800() local
258 size_t count = strftime(buffer, sizeof(buffer) - 1, "%l", timeptr); in strftime_0900() local
290 size_t count = strftime(buffer, sizeof(buffer) - 1, "%V", timeptr); in strftime_1000() local
[all …]
/third_party/flutter/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 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 …]
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()
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/null/
DProgramNULL.cpp46 void ProgramNULL::setUniform1fv(GLint location, GLsizei count, const GLfloat *v) {} in setUniform1fv()
48 void ProgramNULL::setUniform2fv(GLint location, GLsizei count, const GLfloat *v) {} in setUniform2fv()
50 void ProgramNULL::setUniform3fv(GLint location, GLsizei count, const GLfloat *v) {} in setUniform3fv()
52 void ProgramNULL::setUniform4fv(GLint location, GLsizei count, const GLfloat *v) {} in setUniform4fv()
54 void ProgramNULL::setUniform1iv(GLint location, GLsizei count, const GLint *v) {} in setUniform1iv()
56 void ProgramNULL::setUniform2iv(GLint location, GLsizei count, const GLint *v) {} in setUniform2iv()
58 void ProgramNULL::setUniform3iv(GLint location, GLsizei count, const GLint *v) {} in setUniform3iv()
60 void ProgramNULL::setUniform4iv(GLint location, GLsizei count, const GLint *v) {} in setUniform4iv()
62 void ProgramNULL::setUniform1uiv(GLint location, GLsizei count, const GLuint *v) {} in setUniform1uiv()
64 void ProgramNULL::setUniform2uiv(GLint location, GLsizei count, const GLuint *v) {} in setUniform2uiv()
[all …]
/third_party/skia/third_party/externals/angle2/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 …]
/third_party/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 …]
/third_party/flutter/skia/third_party/externals/icu/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 …]
/third_party/node/deps/icu-small/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 …]
/third_party/skia/third_party/externals/icu/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 …]
/third_party/mesa3d/src/gtest/include/
Dmesa-gtest-extras.h36 size_t count) in array_equal_pred()
80 #define EXPECT_U8_ARRAY_EQUAL(a, b, count) EXPECT_PRED_FORMAT3(array_equal_pred<uint8_t>, a, b, co… argument
81 #define ASSERT_U8_ARRAY_EQUAL(a, b, count) ASSERT_PRED_FORMAT3(array_equal_pred<uint8_t>, a, b, co… argument
82 #define EXPECT_U16_ARRAY_EQUAL(a, b, count) EXPECT_PRED_FORMAT3(array_equal_pred<uint16_t>, a, b, c… argument
83 #define ASSERT_U16_ARRAY_EQUAL(a, b, count) ASSERT_PRED_FORMAT3(array_equal_pred<uint16_t>, a, b, c… argument
84 #define EXPECT_U32_ARRAY_EQUAL(a, b, count) EXPECT_PRED_FORMAT3(array_equal_pred<uint32_t>, a, b, c… argument
85 #define ASSERT_U32_ARRAY_EQUAL(a, b, count) ASSERT_PRED_FORMAT3(array_equal_pred<uint32_t>, a, b, c… argument
86 #define EXPECT_U64_ARRAY_EQUAL(a, b, count) EXPECT_PRED_FORMAT3(array_equal_pred<uint64_t>, a, b, c… argument
87 #define ASSERT_U64_ARRAY_EQUAL(a, b, count) ASSERT_PRED_FORMAT3(array_equal_pred<uint64_t>, a, b, c… argument
/third_party/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()
/third_party/bounds_checking_function/src/
Dmemcpy_s.c27 #define SECUREC_SMALL_MEM_COPY(dest, src, count) do { \ argument
433 #define SECUREC_MEMCPY_OPT(dest, src, count) do { \ argument
445 SECUREC_INLINE errno_t SecMemcpyError(void *dest, size_t destMax, const void *src, size_t count) in SecMemcpyError()
478 #define SECUREC_MEMCPY_PARAM_OK(dest, destMax, src, count) (SECUREC_LIKELY((count) <= (destMax) && \ argument
482 #define SECUREC_MEMCPY_PARAM_OK(dest, destMax, src, count) (SECUREC_LIKELY((count) <= (destMax) && \ argument
515 errno_t memcpy_s(void *dest, size_t destMax, const void *src, size_t count) in memcpy_s()
533 errno_t memcpy_sOptAsm(void *dest, size_t destMax, const void *src, size_t count) in memcpy_sOptAsm()
544 errno_t memcpy_sOptTc(void *dest, size_t destMax, const void *src, size_t count) in memcpy_sOptTc()
/third_party/rust/crates/memchr/bench/src/memchr/
Dimp.rs10 let mut count = 0; in memchr1_libc_count() localVariable
20 let mut count = 0; in fallback1_count() localVariable
30 let mut count = 0; in naive1_count() localVariable
44 let mut count = 0; in fallback2_count() localVariable
54 let mut count = 0; in naive2_count() localVariable
68 let mut count = 0; in fallback3_count() localVariable
78 let mut count = 0; in naive3_count() localVariable
88 let mut count = 0; in memrchr1_count() localVariable
99 let mut count = 0; in memrchr1_libc_count() localVariable
109 let mut count = 0; in memrchr2_count() localVariable
[all …]
/third_party/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()
/third_party/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()
/third_party/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()
/third_party/flutter/skia/include/effects/
DSkGradientShader.h75 const SkColor colors[], const SkScalar pos[], int count, in MakeLinear()
98 const SkScalar pos[], int count, SkTileMode mode) { in MakeLinear()
120 const SkColor colors[], const SkScalar pos[], int count, in MakeRadial()
144 const SkScalar pos[], int count, SkTileMode mode) { in MakeRadial()
163 int count, SkTileMode mode) { in MakeTwoPointConical()
184 int count, SkTileMode 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()
/third_party/mesa3d/src/mesa/main/
Duniforms.c267 _mesa_Uniform1fv(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform1fv()
274 _mesa_Uniform2fv(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform2fv()
281 _mesa_Uniform3fv(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform3fv()
288 _mesa_Uniform4fv(GLint location, GLsizei count, const GLfloat * value) in _mesa_Uniform4fv()
295 _mesa_Uniform1iv(GLint location, GLsizei count, const GLint * value) in _mesa_Uniform1iv()
302 _mesa_Uniform2iv(GLint location, GLsizei count, const GLint * value) in _mesa_Uniform2iv()
309 _mesa_Uniform3iv(GLint location, GLsizei count, const GLint * value) in _mesa_Uniform3iv()
316 _mesa_Uniform4iv(GLint location, GLsizei count, const GLint * value) in _mesa_Uniform4iv()
330 _mesa_UniformHandleui64vARB(GLint location, GLsizei count, in _mesa_UniformHandleui64vARB()
443 _mesa_ProgramUniform1fv(GLuint program, GLint location, GLsizei count, in _mesa_ProgramUniform1fv()
[all …]
/third_party/ffmpeg/libswscale/arm/
Drgb2yuv_neon_common.S172 .macro store_y8_16x1 dst, count
181 .macro store_chroma_nv12_8x1 dst, count
189 .macro store_chroma_nv21_8x1 dst, count
197 .macro load_8888_16x1 a, b, c, d, src, count
209 .macro load_rgbx_16x1 src, count
213 .macro load_bgrx_16x1 src, count
268 .macro kernel_420_16x2 rgb_fmt, yuv_fmt, rgb0, rgb1, y0, y1, chroma, count
/third_party/skia/third_party/externals/freetype/include/freetype/internal/
Dftmemory.h66 #define FT_OFFSET( base, count ) ( (base) ? (base) + (count) : NULL ) argument
198 #define FT_MEM_ALLOC_MULT( ptr, count, item_size ) \ argument
214 #define FT_MEM_QALLOC_MULT( ptr, count, item_size ) \ argument
234 #define FT_MEM_SET( dest, byte, count ) \ argument
237 #define FT_MEM_COPY( dest, source, count ) \ argument
240 #define FT_MEM_MOVE( dest, source, count ) \ argument
244 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) argument
249 #define FT_ARRAY_ZERO( dest, count ) \ argument
253 #define FT_ARRAY_COPY( dest, source, count ) \ argument
258 #define FT_ARRAY_MOVE( dest, source, count ) \ argument
[all …]
/third_party/freetype/include/freetype/internal/
Dftmemory.h66 #define FT_OFFSET( base, count ) ( (base) ? (base) + (count) : NULL ) argument
198 #define FT_MEM_ALLOC_MULT( ptr, count, item_size ) \ argument
214 #define FT_MEM_QALLOC_MULT( ptr, count, item_size ) \ argument
234 #define FT_MEM_SET( dest, byte, count ) \ argument
237 #define FT_MEM_COPY( dest, source, count ) \ argument
240 #define FT_MEM_MOVE( dest, source, count ) \ argument
244 #define FT_MEM_ZERO( dest, count ) FT_MEM_SET( dest, 0, count ) argument
249 #define FT_ARRAY_ZERO( dest, count ) \ argument
253 #define FT_ARRAY_COPY( dest, source, count ) \ argument
258 #define FT_ARRAY_MOVE( dest, source, count ) \ argument
[all …]
/third_party/flutter/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DVulkanInfo.cpp54 uint32_t count = 0; in GatherGlobalInfo() local
84 uint32_t count = 0; in GatherGlobalInfo() local
132 uint32_t count = 0; in GetPhysicalDevices() local
169 uint32_t count = 0; in GatherDeviceInfo() local
179 uint32_t count = 0; in GatherDeviceInfo() local
196 uint32_t count = 0; in GatherDeviceInfo() local
261 uint32_t count = 0; in GatherSurfaceInfo() local
278 uint32_t count = 0; in GatherSurfaceInfo() local
/third_party/cmsis/CMSIS/DSP/Source/FilteringFunctions/
Darm_conv_q31.c114 uint32_t count = i + 1; in arm_conv_q31() local
128 uint32_t count = i + 1; in arm_conv_q31() local
141 uint32_t count = srcBLen; in arm_conv_q31() local
165 uint32_t count = srcBLen; in arm_conv_q31() local
184 uint32_t count = srcBLen; in arm_conv_q31() local
197 uint32_t count = i; in arm_conv_q31() local
212 uint32_t count = i; in arm_conv_q31() local
245 uint32_t j, k, count, blkCnt; /* Loop counters */ in arm_conv_q31() local

12345678910>>...195