Home
last modified time | relevance | path

Searched defs:fn3 (Results 1 – 21 of 21) sorted by relevance

/external/tpm2-tss/src/tss2-mu/
Dtpmt-types.c88 #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
396 #define TPMT_MARSHAL_6(type, m1, op1, fn1, m2, op2, fn2, m3, op3, fn3, \ argument
445 #define TPMT_UNMARSHAL_6(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, sel5, fn5, m6, sel6, fn6) \ argument
Dtpms-types.c349 #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
596 #define TPMS_MARSHAL_7(type, m1, op1, fn1, m2, op2, fn2, m3, op3, fn3, \ argument
651 #define TPMS_UNMARSHAL_7(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5, m6, fn6, m7, fn7) \ argument
703 #define TPMS_MARSHAL_7_U(type, m1, op1, fn1, m2, op2, fn2, m3, op3, fn3, \ argument
758 #define TPMS_UNMARSHAL_7_U(type, m1, fn1, m2, fn2, m3, fn3, m4, fn4, m5, fn5, m6, fn6, m7, fn7) \ argument
[all …]
Dtpmu-types.c273 #define TPMU_MARSHAL(type, sel, op, m, fn, sel2, op2, m2, fn2, sel3, op3, m3, fn3, \ argument
365 #define TPMU_UNMARSHAL(type, sel, m, fn, sel2, m2, fn2, sel3, m3, fn3, \ argument
/external/clang/test/Sema/
Dinitialize-noreturn.c12 Fn_noret fn3 = &foo_noret; in test() local
Dasm.c183 void fn3() { in fn3() function
/external/clang/test/CoverageMapping/
Dtrymacro.cpp17 void fn3() TRY { return; } // CHECK: [[@LINE]]:15 -> [[@LINE+1]]:14 = #1 in fn3() function
Dmacro-expressions.cpp50 void STMT(fn3)() { in STMT() argument
/external/compiler-rt/test/asan/TestCases/
Dvla_chrome_testcase.cc16 __attribute__((noinline)) void fn3(int *first, int second) { in fn3() function
/external/libabigail/tests/data/test-abidiff-exit/
Dtest-leaf-redundant-v0.c16 void fn3(struct sto1* s) { in fn3() function
Dtest-leaf-redundant-v1.c18 void fn3(struct stn1* s) { // was sto1 in fn3() function
/external/clang/test/CodeGenCXX/
Dcxx0x-initializer-constructors.cpp22 void fn3() { in fn3() function
Dcxx0x-initializer-stdinitializerlist-startend.cpp78 void fn3() { in fn3() function
Dcxx0x-initializer-stdinitializerlist.cpp132 void fn3() { in fn3() function
/external/compiler-rt/test/msan/
Dchained_origin_limits.cc114 void fn3() { in fn3() function
/external/python/oauth2client/tests/
Dtest_util.py39 def fn3(pos, kwonly=None): function
/external/clang/test/SemaCXX/
Ddeleted-function.cpp11 void fn3() { // expected-error {{redefinition}} in fn3() function
/external/clang/test/Analysis/
DPR24184.cpp73 void fn3() { in fn3() function
/external/tensorflow/tensorflow/python/framework/
Dop_def_library_test.py451 def fn3(y): function
/external/clang/test/CodeGen/
Dstruct.c34 int fn3(F2 *c) { in fn3() function
/external/tensorflow/tensorflow/python/eager/
Dfunction_test.py1274 def fn3(x=3): function
3430 def fn3(x): function
/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
Dcontrol_flow_ops_py_test.py610 fn3 = lambda: math_ops.add(control_flow_ops.cond(pred, fn1, fn2), 1) function