| /external/tpm2-tss/src/tss2-mu/ |
| D | tpmt-types.c | 24 #define TPMT_MARSHAL_2(type, m1, op1, fn1, m2, op2, sel, fn2) \ argument 56 #define TPMT_UNMARSHAL_2(type, m1, fn1, m2, sel, fn2) \ argument 88 #define TPMT_MARSHAL_3(type, m1, op1, fn1, m2, op2, sel2, fn2, m3, op3, sel3, fn3) \ argument 124 #define TPMT_UNMARSHAL_3(type, m1, fn1, m2, sel2, fn2, m3, sel3, fn3) \ argument 160 #define TPMT_MARSHAL_TK(type, m1, fn1, m2, fn2, m3, fn3) \ argument 196 #define TPMT_UNMARSHAL_TK(type, m1, fn1, m2, fn2, m3, fn3) \ argument 229 #define TPMT_MARSHAL_4(type, m1, op1, fn1, m2, op2, fn2, m3, op3, fn3, \ argument 270 #define TPMT_UNMARSHAL_4(type, m1, fn1, m2, fn2, m3, fn3, m4, sel4, fn4) \ argument 310 #define TPMT_MARSHAL_5(type, m1, op1, fn1, m2, op2, fn2, m3, op3, fn3, \ argument 355 #define TPMT_UNMARSHAL_5(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5) \ argument [all …]
|
| D | tpms-types.c | 216 #define TPMS_MARSHAL_2_U(type, m1, op1, fn1, m2, op2, fn2) \ argument 250 #define TPMS_UNMARSHAL_2_U(type, m1, fn1, m2, fn2) \ argument 283 #define TPMS_MARSHAL_2(type, m1, op1, fn1, m2, op2, fn2) \ argument 317 #define TPMS_UNMARSHAL_2(type, m1, fn1, m2, fn2) \ argument 349 #define TPMS_MARSHAL_3(type, m1, op1, fn1, m2, op2, fn2, m3, op3, fn3) \ argument 387 #define TPMS_UNMARSHAL_3(type, m1, fn1, m2, fn2, m3, fn3) \ argument 423 #define TPMS_MARSHAL_4(type, m1, op1, fn1, m2, op2, fn2, m3, op3, fn3, m4, op4, fn4) \ argument 465 #define TPMS_UNMARSHAL_4(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4) \ argument 505 #define TPMS_MARSHAL_5(type, m1, op1, fn1, m2, op2, fn2, m3, op3, fn3, \ argument 552 #define TPMS_UNMARSHAL_5(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5) \ argument [all …]
|
| /external/icu/icu4c/source/common/ |
| D | unorm.cpp | 61 FilteredNormalizer2 fn2(*n2, *uniset_getUnicode32Instance(*pErrorCode)); in unorm_quickCheckWithOptions() local 84 FilteredNormalizer2 fn2(*n2, *uniset_getUnicode32Instance(*pErrorCode)); in unorm_isNormalizedWithOptions() local 103 FilteredNormalizer2 fn2(*n2, *uniset_getUnicode32Instance(*pErrorCode)); in unorm_normalize() local 188 FilteredNormalizer2 fn2(*n2, *uni32); in unorm_iterate() local 272 FilteredNormalizer2 fn2(*n2, *uni32); in unorm_concatenate() local
|
| /external/cronet/third_party/icu/source/common/ |
| D | unorm.cpp | 61 FilteredNormalizer2 fn2(*n2, *uniset_getUnicode32Instance(*pErrorCode)); in unorm_quickCheckWithOptions() local 84 FilteredNormalizer2 fn2(*n2, *uniset_getUnicode32Instance(*pErrorCode)); in unorm_isNormalizedWithOptions() local 103 FilteredNormalizer2 fn2(*n2, *uniset_getUnicode32Instance(*pErrorCode)); in unorm_normalize() local 188 FilteredNormalizer2 fn2(*n2, *uni32); in unorm_iterate() local 272 FilteredNormalizer2 fn2(*n2, *uni32); in unorm_concatenate() local
|
| /external/clang/test/Frontend/ |
| D | plugin-annotate-functions.c | 20 void fn2() { } in fn2() function
|
| /external/clang/test/Sema/ |
| D | initialize-noreturn.c | 11 Fn_noret fn2 = &foo; // expected-warning {{incompatible pointer types initializing 'Fn_noret'}} in test() local
|
| D | typo-correction.c | 54 void fn2() { in fn2() function
|
| /external/clang/test/SemaObjC/ |
| D | ivar-in-implementations.m | 36 id fn2(INTFSTANDALONE *b) { return b->PRTCTD; } // expected-error {{instance variable 'PRTCTD' is … function
|
| D | ivar-in-class-extension.m | 18 int fn2(SomeClass *obj) { function
|
| /external/clang/test/CodeGenCXX/ |
| D | pr18962.cpp | 24 fn2(C *) { in fn2() function
|
| D | cxx0x-initializer-constructors.cpp | 15 void fn2() { in fn2() function
|
| D | cxx11-initializer-aggregate.cpp | 19 int &fn2(int &v) { in fn2() function
|
| D | cxx0x-initializer-stdinitializerlist-startend.cpp | 68 void fn2() { in fn2() function
|
| /external/clang/test/CodeGen/ |
| D | named_reg_global.c | 50 void fn2(struct p4_Thread *val) { in fn2() function
|
| /external/libabigail/tests/data/test-diff-dwarf/ |
| D | test32-fnptr-changes-v1.cc | 24 void fn2(callback c) in fn2() function
|
| D | test33-fnref-changes-v0.cc | 21 void fn2(callback c) in fn2() function
|
| D | test33-fnref-changes-v1.cc | 22 void fn2(callback c) in fn2() function
|
| D | test32-fnptr-changes-v0.cc | 23 void fn2(callback c) in fn2() function
|
| /external/tensorflow/tensorflow/python/kernel_tests/control_flow/ |
| D | control_flow_ops_py_test.py | 386 fn2 = lambda: math_ops.subtract(values, 1) function 395 fn2 = lambda: math_ops.subtract(v, 1) function 451 fn2 = lambda: indexed_slices.IndexedSlices( function 484 fn2 = lambda: sparse_tensor.SparseTensor( function 495 fn2 = lambda: rt[:2] - 2 function 550 fn2 = lambda: indexed_slices.IndexedSlices( function 569 fn2 = lambda: math_ops.subtract(x, 1.0) function 581 fn2 = lambda: math_ops.subtract(x, 1) function 609 fn2 = lambda: math_ops.subtract(x, 1) function 627 fn2 = lambda: [state_ops.assign(v3, 3).op, constant_op.constant(10).op] function [all …]
|
| /external/libabigail/tests/data/test-abidiff-exit/ |
| D | test-leaf-redundant-v0.c | 13 void fn2(struct sto2 s) { in fn2() function
|
| D | test-leaf-redundant-v1.c | 15 void fn2(struct stn2 s) { // was sto2 in fn2() function
|
| /external/pdfium/core/fxcrt/ |
| D | cfx_timer_unittest.cpp | 30 CFX_Timer::HandlerIface::TimerCallback fn2 = nullptr; in TEST() local
|
| /external/compiler-rt/test/msan/ |
| D | chained_origin_limits.cc | 110 void fn2() { in fn2() function
|
| /external/liburing/test/ |
| D | hardlink.c | 46 int files_linked_ok(const char* fn1, const char *fn2) in files_linked_ok()
|
| /external/cronet/buildtools/third_party/libc++/trunk/test/libcxx/utilities/meta/stress_tests/ |
| D | stress_test_variant_overloads_impl.sh.cpp | 113 void fn2(typename std::invoke_result_t<T1, int, int>::type x) { DoNotOptimize(&x); } in fn2() function
|