| /external/libfuse/lib/modules/ |
| D | iconv.c | 32 struct iconv *ic; member 42 static int iconv_convpath(struct iconv *ic, const char *path, char **newpathp, in iconv_convpath() 105 struct iconv *ic = iconv_get(); in iconv_getattr() local 117 struct iconv *ic = iconv_get(); in iconv_access() local 129 struct iconv *ic = iconv_get(); in iconv_readlink() local 150 struct iconv *ic = iconv_get(); in iconv_opendir() local 178 struct iconv *ic = iconv_get(); in iconv_readdir() local 195 struct iconv *ic = iconv_get(); in iconv_releasedir() local 207 struct iconv *ic = iconv_get(); in iconv_mknod() local 219 struct iconv *ic = iconv_get(); in iconv_mkdir() local [all …]
|
| /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 113 if (const IntConstant* ic = AsIntConstant()) { in GetZeroExtendedValue() local 132 if (const IntConstant* ic = AsIntConstant()) { in GetSignExtendedValue() local 337 } else if (const IntConstant* ic = c->AsIntConstant()) { in CreateInstruction() 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 113 if (const IntConstant* ic = AsIntConstant()) { in GetZeroExtendedValue() local 132 if (const IntConstant* ic = AsIntConstant()) { in GetSignExtendedValue() local 337 } else if (const IntConstant* ic = c->AsIntConstant()) { in CreateInstruction() local
|
| /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/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.find.first.of/ |
| D | find_first_of.pass.cpp | 26 int ic[] = {0, 1, 2, 3, 4, 5, 0, 1, 2, 3}; in test_constexpr() local 52 int ic[] = {7}; in main() local
|
| D | find_first_of_pred.pass.cpp | 28 int ic[] = {0, 1, 2, 3, 4, 5, 0, 1, 2, 3}; in test_constexpr() local 55 int ic[] = {7}; in main() local
|
| /external/libpcap/ |
| D | optimize.c | 378 find_levels_r(opt_state_t *opt_state, struct icode *ic, struct block *b) in find_levels_r() 406 find_levels(opt_state_t *opt_state, struct icode *ic) in find_levels() 2077 opt_blks(opt_state_t *opt_state, struct icode *ic, int do_stmts) in opt_blks() 2180 opt_loop(opt_state_t *opt_state, struct icode *ic, int do_stmts) in opt_loop() 2264 bpf_optimize(struct icode *ic, char *errbuf) in bpf_optimize() 2297 make_marks(struct icode *ic, struct block *p) in make_marks() 2313 mark_code(struct icode *ic) in mark_code() 2354 intern_blocks(opt_state_t *opt_state, struct icode *ic) in intern_blocks() 2445 count_blocks(struct icode *ic, struct block *p) in count_blocks() 2458 number_blks_r(opt_state_t *opt_state, struct icode *ic, struct block *p) in number_blks_r() [all …]
|
| /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/angle/third_party/vulkan-deps/spirv-tools/src/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 113 if (const IntConstant* ic = AsIntConstant()) { in GetZeroExtendedValue() local 132 if (const IntConstant* ic = AsIntConstant()) { in GetSignExtendedValue() local 337 } else if (const IntConstant* ic = c->AsIntConstant()) { in CreateInstruction() local
|
| /external/llvm-project/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/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/icu/icu4c/source/test/cintltst/ |
| D | cstrtest.c | 363 char ic = invLocale[i]; in TestLocaleAtSign() local 377 char ic = nativeInvChars[i]; in TestNoInvariantAtSign() local 389 char ic = nativeInvChars[i]; in TestInvCharToAscii() local
|
| /external/XNNPACK/test/ |
| D | fully-connected-operator-tester.h | 168 for (size_t ic = 0; ic < input_channels(); ic++) { in TestQU8() local 178 for (size_t ic = 0; ic < input_channels(); ic++) { in TestQU8() local 278 for (size_t ic = 0; ic < input_channels(); ic++) { in TestF32() local 287 for (size_t ic = 0; ic < input_channels(); ic++) { in TestF32() local
|
| /external/skia/modules/sksg/src/ |
| D | SkSGPaint.cpp | 45 SkRect Color::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate() 69 SkRect ShaderPaint::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
|
| D | SkSGTransform.cpp | 55 SkRect onRevalidate(InvalidationController* ic, const SkMatrix& ctm) override { in onRevalidate() 100 SkRect onRevalidate(InvalidationController* ic, const SkMatrix& ctm) override { in onRevalidate() 193 SkRect TransformEffect::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
|
| /external/tensorflow/tensorflow/core/grappler/costs/ |
| D | graph_properties.cc | 364 InferenceContext* ic, const std::vector<ShapeHandle>& shapes) { in ReplaceUnknownDimFromConstWithUnknownDim() 394 TensorProto MakeTensorProtoFromShape(InferenceContext* ic, in MakeTensorProtoFromShape() 417 NodeDef MakeConstNodeDefFromTensorProto(InferenceContext* ic, in MakeConstNodeDefFromTensorProto() 432 NodeDef MakeConstNodeDefFromShape(InferenceContext* ic, in MakeConstNodeDefFromShape() 448 InferenceContext* ic, const ShapeHandle& shape, in IsShapeFullyDefinedIntegerVectorOrScalar() 649 auto* ic = inference_context.get(); in StringifyShapeHandle() local 668 auto* ic = inference_context.get(); in DebugString() local 773 auto* ic = ctx->inference_context.get(); in UpdateFunction() local 869 auto* ic = ctx->inference_context.get(); in UpdateFunction() local 970 InferenceContext* ic = ctx->inference_context.get(); in UpdateNode() local [all …]
|
| /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/llvm-project/libcxx/test/std/algorithms/alg.nonmodifying/alg.search/ |
| D | search_pred.pass.cpp | 28 int ic[] = {0, 1, 2, 0, 1, 2, 3, 0, 1, 2, 3, 4}; in test_constexpr() local 90 int ic[] = {1}; in test() local
|
| /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/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()
|