/aosp_15_r20/external/tpm2-tss/src/tss2-mu/ |
H A D | tpmt-types.c | 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 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
|
H A D | tpms-types.c | 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 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 …]
|
H A D | tpmu-types.c | 273 #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
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | initialize-noreturn.c | 12 Fn_noret fn3 = &foo_noret; in test() local
|
H A D | asm.c | 183 void fn3() { in fn3() function
|
/aosp_15_r20/external/clang/test/CoverageMapping/ |
H A D | trymacro.cpp | 17 void fn3() TRY { return; } // CHECK: [[@LINE]]:15 -> [[@LINE+1]]:14 = #1 in fn3() function
|
H A D | macro-expressions.cpp | 50 void STMT(fn3)() { in STMT() argument
|
/aosp_15_r20/external/compiler-rt/test/asan/TestCases/ |
H A D | vla_chrome_testcase.cc | 16 __attribute__((noinline)) void fn3(int *first, int second) { in fn3() function
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | cxx0x-initializer-constructors.cpp | 22 void fn3() { in fn3() function
|
H A D | cxx0x-initializer-stdinitializerlist-startend.cpp | 78 void fn3() { in fn3() function
|
H A D | cxx0x-initializer-stdinitializerlist.cpp | 132 void fn3() { in fn3() function
|
/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_nops.py | 30 def fn3(): function
|
H A D | test_backends.py | 181 def fn3(x): function
|
H A D | test_logging.py | 401 def fn3(x): function
|
/aosp_15_r20/external/compiler-rt/test/msan/ |
H A D | chained_origin_limits.cc | 114 void fn3() { in fn3() function
|
/aosp_15_r20/external/python/oauth2client/tests/ |
D | test_util.py | 39 def fn3(pos, kwonly=None): function
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | deleted-function.cpp | 11 void fn3() { // expected-error {{redefinition}} in fn3() function
|
/aosp_15_r20/external/clang/test/Analysis/ |
H A D | PR24184.cpp | 73 void fn3() { in fn3() function
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_pattern_matcher.py | 810 def fn3(): function 1063 def fn3(x, y): function
|
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_builtins.py | 201 def fn3(x): function
|
H A D | test_complex.py | 551 def fn3(a: complex, b: float): function
|
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/ |
H A D | op_def_library_test.py | 451 def fn3(y): function
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | struct.c | 34 int fn3(F2 *c) { in fn3() function
|
/aosp_15_r20/external/AFLplusplus/src/ |
H A D | afl-showmap.c | 899 u8 *fn2 = buf, *fn3; in execute_testcases_filelist() local
|
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/reflectlite/ |
D | all_test.go | 508 fn3 = func() { fn1() } // Not nil. var
|