| /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.first.of/ |
| D | find_first_of.pass.cpp | 27 int ic[] = {0, 1, 2, 3, 4, 5, 0, 1, 2, 3}; in test_constexpr() local 53 int ic[] = {7}; in main() local
|
| D | find_first_of_pred.pass.cpp | 29 int ic[] = {0, 1, 2, 3, 4, 5, 0, 1, 2, 3}; in test_constexpr() local 56 int ic[] = {7}; in main() local
|
| /external/libcxx/test/std/algorithms/alg.sorting/alg.set.operations/includes/ |
| D | includes.pass.cpp | 28 int ic[] = {3, 3, 3, 3}; in test_constexpr() local 44 int ic[] = {1, 2}; in test() local
|
| D | includes_comp.pass.cpp | 29 int ic[] = {3, 3, 3, 3}; in test_constexpr() local 47 int ic[] = {1, 2}; in test() local
|
| /external/libcxx/test/std/algorithms/alg.sorting/alg.merge/ |
| D | merge.pass.cpp | 54 int* ic = new int[2*N]; in test() local 73 int* ic = new int[2*N]; in test() local
|
| D | merge_comp.pass.cpp | 59 int* ic = new int[2*N]; in test() local 82 int* ic = new int[2*N]; in test() local
|
| /external/libpcap/ |
| D | optimize.c | 339 find_levels_r(opt_state_t *opt_state, struct icode *ic, struct block *b) in find_levels_r() 367 find_levels(opt_state_t *opt_state, struct icode *ic) in find_levels() 1690 opt_blks(compiler_state_t *cstate, opt_state_t *opt_state, struct icode *ic, in opt_blks() 1780 opt_loop(compiler_state_t *cstate, opt_state_t *opt_state, struct icode *ic, in opt_loop() 1811 bpf_optimize(compiler_state_t *cstate, struct icode *ic) in bpf_optimize() 1836 make_marks(struct icode *ic, struct block *p) in make_marks() 1852 mark_code(struct icode *ic) in mark_code() 1893 intern_blocks(opt_state_t *opt_state, struct icode *ic) in intern_blocks() 1965 count_blocks(struct icode *ic, struct block *p) in count_blocks() 1978 number_blks_r(opt_state_t *opt_state, struct icode *ic, struct block *p) in number_blks_r() [all …]
|
| /external/clang/test/SemaTemplate/ |
| D | temp_func_order.cpp | 61 void test_f4(int i, const int ic) { in test_f4() 72 void test_f5(int i, const int ic) { in test_f5() 82 void test_f6(int i, const int ic) { in test_f6()
|
| /external/libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ |
| D | search_pred.pass.cpp | 29 int ic[] = {0, 1, 2, 0, 1, 2, 3, 0, 1, 2, 3, 4}; in test_constexpr() local 91 int ic[] = {1}; in test() local
|
| D | search.pass.cpp | 40 int ic[] = {0, 1, 2, 0, 1, 2, 3, 0, 1, 2, 3, 4}; in test_constexpr() local 80 int ic[] = {1}; in test() local
|
| /external/deqp-deps/SPIRV-Tools/source/opt/ |
| D | constants.cpp | 62 if (const IntConstant* ic = AsIntConstant()) { in GetU32() local 74 if (const IntConstant* ic = AsIntConstant()) { in GetU64() local 86 if (const IntConstant* ic = AsIntConstant()) { in GetS32() local 98 if (const IntConstant* ic = AsIntConstant()) { in GetS64() local 296 } else if (const IntConstant* ic = c->AsIntConstant()) { in CreateInstruction() local
|
| /external/swiftshader/third_party/SPIRV-Tools/source/opt/ |
| D | constants.cpp | 62 if (const IntConstant* ic = AsIntConstant()) { in GetU32() local 74 if (const IntConstant* ic = AsIntConstant()) { in GetU64() local 86 if (const IntConstant* ic = AsIntConstant()) { in GetS32() local 98 if (const IntConstant* ic = AsIntConstant()) { in GetS64() local 296 } else if (const IntConstant* ic = c->AsIntConstant()) { in CreateInstruction() local
|
| /external/skqp/modules/sksg/src/ |
| D | SkSGTransform.cpp | 37 SkRect onRevalidate(InvalidationController* ic, const SkMatrix& ctm) override { in onRevalidate() 99 SkRect TransformEffect::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
|
| /external/libcxx/test/std/algorithms/alg.modifying.operations/alg.rotate/ |
| D | rotate.pass.cpp | 54 int ic[] = {0, 1, 2}; in test() local 252 std::unique_ptr<int> ic[3]; in test1() local
|
| /external/libcxx/test/std/utilities/function.objects/func.search/func.search.bm/ |
| D | hash.pass.cpp | 74 int ic[] = {1}; in test() local 108 char ic[] = {1}; in test2() local
|
| D | pred.pass.cpp | 83 int ic[] = {1}; in test() local 117 char ic[] = {1}; in test2() local
|
| /external/libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore/ |
| D | hash.pass.cpp | 73 int ic[] = {1}; in test() local 107 char ic[] = {1}; in test2() local
|
| /external/libcxx/test/std/experimental/func/func.searchers/func.searchers.boyer_moore_horspool/ |
| D | hash.pass.cpp | 72 int ic[] = {1}; in test() local 106 char ic[] = {1}; in test2() local
|
| /external/libcxx/test/std/utilities/function.objects/func.search/func.search.bmh/ |
| D | hash.pass.cpp | 73 int ic[] = {1}; in test() local 107 char ic[] = {1}; in test2() local
|
| D | pred.pass.cpp | 80 int ic[] = {1}; in test() local 114 char ic[] = {1}; in test2() local
|
| /external/libcxx/test/std/numerics/complex.number/complex.member.ops/ |
| D | plus_equal_complex.pass.cpp | 35 std::complex<int> ic (1,1); in test() local
|
| D | divide_equal_complex.pass.cpp | 35 std::complex<int> ic (1,1); in test() local
|
| D | minus_equal_complex.pass.cpp | 35 std::complex<int> ic (1,1); in test() local
|
| D | times_equal_complex.pass.cpp | 35 std::complex<int> ic (1,1); in test() local
|
| /external/u-boot/post/lib_powerpc/ |
| D | cpu.c | 60 int ic = icache_status (); in cpu_post_test() local
|