/external/skia/src/opts/ |
D | SkSwizzler_opts.h | 23 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 …]
|
D | SkUtils_opts.h | 17 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()
|
/external/skqp/src/opts/ |
D | SkSwizzler_opts.h | 23 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 …]
|
D | SkUtils_opts.h | 17 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()
|
/external/icu/icu4c/source/common/ |
D | cpputils.h | 28 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/clang/test/CodeGen/ |
D | tbaa-class.cpp | 53 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/adhd/cras/src/server/ |
D | cras_mix_ops.c | 41 size_t count) in cras_mix_add_clip_s16_le() 60 size_t count, in scale_add_clip_s16_le() 83 size_t count, in copy_scaled_s16_le() 97 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() 144 unsigned int count, unsigned int index, in cras_mix_add_s16_le() 165 unsigned int count, in cras_mix_add_scale_stride_s16_le() 230 size_t count) in cras_mix_add_clip_s24_le() 249 size_t count, in scale_add_clip_s24_le() 272 size_t count, in copy_scaled_s24_le() [all …]
|
/external/e2fsprogs/lib/ext2fs/ |
D | io_manager.c | 61 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/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/ |
D | shared_ptr_Y.pass.cpp | 22 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
|
D | shared_ptr_Y_rv.pass.cpp | 26 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/ |
D | shared_ptr_Y.pass.cpp | 22 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
|
D | weak_ptr_Y.pass.cpp | 23 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/libcxx/test/std/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.create/ |
D | allocate_shared_cxx03.pass.cpp | 27 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/ |
D | catch_class_03.pass.cpp | 31 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
|
D | catch_ptr.pass.cpp | 31 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
|
D | catch_class_04.pass.cpp | 31 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
|
D | unwind_01.pass.cpp | 20 static int count; member 30 int A::count = 0; member in A 34 static int count; member 44 int B::count = 0; member in B 48 static int count; member 58 int C::count = 0; member in C
|
D | unwind_02.pass.cpp | 21 static int count; member 31 int A::count = 0; member in A 35 static int count; member 45 int B::count = 0; member in B 49 static int count; member 59 int C::count = 0; member in C
|
/external/skia/include/effects/ |
D | SkGradientShader.h | 75 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/skqp/include/effects/ |
D | SkGradientShader.h | 75 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/libchrome/base/ |
D | cancelable_callback_unittest.cc | 30 void Increment(int* count) { (*count)++; } in Increment() 31 void IncrementBy(int* count, int n) { (*count) += n; } in IncrementBy() 42 int count = 0; in TEST() local 63 int count = 0; in TEST() local 88 int count = 0; in TEST() local 126 int count = 0; in TEST() local 161 int count = 0; in TEST() local 175 int count = 0; in TEST() local
|
/external/libvpx/libvpx/third_party/libyuv/source/ |
D | compare_win.cc | 30 int count) { in HammingDistance_SSE42() 44 SumSquareError_SSE2(const uint8_t* src_a, const uint8_t* src_b, int count) { in SumSquareError_SSE2() 85 SumSquareError_AVX2(const uint8_t* src_a, const uint8_t* src_b, int count) { in SumSquareError_AVX2() 150 HashDjb2_SSE41(const uint8_t* src, int count, uint32_t seed) { in HashDjb2_SSE41() 201 HashDjb2_AVX2(const uint8_t* src, int count, uint32_t seed) { in HashDjb2_AVX2()
|
/external/strace/tests/ |
D | move_pages.c | 44 const unsigned long count, in print_page_array() 80 const unsigned long count, in print_node_array() 111 print_status_array(const int *const status, const unsigned long count) in print_status_array() 137 print_stat_pages(const unsigned long pid, const unsigned long count, in print_stat_pages() 161 unsigned long count, in print_move_pages() 190 unsigned long count = 1; in main() local
|
/external/strace/tests-mx32/ |
D | move_pages.c | 44 const unsigned long count, in print_page_array() 80 const unsigned long count, in print_node_array() 111 print_status_array(const int *const status, const unsigned long count) in print_status_array() 137 print_stat_pages(const unsigned long pid, const unsigned long count, in print_stat_pages() 161 unsigned long count, in print_move_pages() 190 unsigned long count = 1; in main() local
|
/external/strace/tests-m32/ |
D | move_pages.c | 44 const unsigned long count, in print_page_array() 80 const unsigned long count, in print_node_array() 111 print_status_array(const int *const status, const unsigned long count) in print_status_array() 137 print_stat_pages(const unsigned long pid, const unsigned long count, in print_stat_pages() 161 unsigned long count, in print_move_pages() 190 unsigned long count = 1; in main() local
|