Home
last modified time | relevance | path

Searched defs:ic (Results 1 – 25 of 265) sorted by relevance

1234567891011

/external/libfuse/lib/modules/
Diconv.c32 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/
Dconstants.cpp62 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/
Dconstants.cpp62 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/
Dfind_first_of.pass.cpp27 int ic[] = {0, 1, 2, 3, 4, 5, 0, 1, 2, 3}; in test_constexpr() local
53 int ic[] = {7}; in main() local
Dfind_first_of_pred.pass.cpp29 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/
Dincludes.pass.cpp28 int ic[] = {3, 3, 3, 3}; in test_constexpr() local
44 int ic[] = {1, 2}; in test() local
Dincludes_comp.pass.cpp29 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/
Dfind_first_of.pass.cpp26 int ic[] = {0, 1, 2, 3, 4, 5, 0, 1, 2, 3}; in test_constexpr() local
52 int ic[] = {7}; in main() local
Dfind_first_of_pred.pass.cpp28 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/
Doptimize.c378 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/
Dmerge.pass.cpp54 int* ic = new int[2*N]; in test() local
73 int* ic = new int[2*N]; in test() local
Dmerge_comp.pass.cpp59 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/
Dconstants.cpp62 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/
Dtemp_func_order.cpp61 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/
Dtemp_func_order.cpp61 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/
Dcstrtest.c363 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/
Dfully-connected-operator-tester.h168 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/
DSkSGPaint.cpp45 SkRect Color::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
69 SkRect ShaderPaint::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()
DSkSGTransform.cpp55 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/
Dgraph_properties.cc364 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/
Dsearch_pred.pass.cpp29 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
Dsearch.pass.cpp40 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/
Dsearch_pred.pass.cpp28 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/
Drotate.pass.cpp54 int ic[] = {0, 1, 2}; in test() local
252 std::unique_ptr<int> ic[3]; in test1() local
/external/skqp/modules/sksg/src/
DSkSGTransform.cpp37 SkRect onRevalidate(InvalidationController* ic, const SkMatrix& ctm) override { in onRevalidate()
99 SkRect TransformEffect::onRevalidate(InvalidationController* ic, const SkMatrix& ctm) { in onRevalidate()

1234567891011