/aosp_15_r20/external/tpm2-tss/src/tss2-mu/ |
H A 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 …]
|
H A 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 …]
|
/aosp_15_r20/external/ltp/testcases/kernel/containers/sysvipc/ |
H A D | common.h | 40 static void clone_test(unsigned long clone_flags, void (*fn1)()) in clone_test() 55 static void unshare_test(unsigned long clone_flags, void (*fn1)()) in unshare_test() 68 static void plain_test(void (*fn1)()) in plain_test() 79 static void clone_unshare_test(int use_clone, unsigned long clone_flags, void (*fn1)()) in clone_unshare_test()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/ |
H A D | control_flow_ops_py_test.py | 385 fn1 = lambda: math_ops.add(values, 1) function 394 fn1 = lambda: math_ops.add(v, 1) function 449 fn1 = lambda: indexed_slices.IndexedSlices( function 482 fn1 = lambda: sparse_tensor.SparseTensor( function 494 fn1 = lambda: array_ops.concat([rt + 2, [[100]]], axis=0) function 548 fn1 = lambda: indexed_slices.IndexedSlices( function 568 fn1 = lambda: math_ops.add(v, 1.0) function 580 fn1 = lambda: math_ops.add(x, 1) function 608 fn1 = lambda: math_ops.add(x, 1) function 626 fn1 = lambda: [state_ops.assign(v1, 1).op, state_ops.assign(v2, 2).op] function [all …]
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_pattern_matcher.py | 126 def fn1(a, b, c): function 160 def fn1(a, b, c): function 774 def fn1(x): function 798 def fn1(): function 1051 def fn1(x, y): function 1341 def fn1(a, b): function
|
/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/ |
H A D | mounts_test.cc | 288 MountTree::FileNode* fn1 = nodes[1].mutable_file_node(); in TEST() local 318 MountTree::FileNode* fn1 = nodes[1].mutable_file_node(); in TEST() local 378 MountTree::FileNode* fn1 = nodes[1].mutable_file_node(); in TEST() local
|
/aosp_15_r20/external/pdfium/core/fxcrt/ |
H A D | cfx_timer_unittest.cpp | 29 CFX_Timer::HandlerIface::TimerCallback fn1 = nullptr; in TEST() local 60 CFX_Timer::HandlerIface::TimerCallback fn1 = nullptr; in TEST() local
|
/aosp_15_r20/external/clang/test/SemaCXX/ |
H A D | microsoft-dtor-lookup.cpp | 120 void fn1(B *b) { b->m_fn1(); } in fn1() function 131 void fn1(B b) {} in fn1() function
|
H A D | PR23334.cpp | 5 void fn1() { in fn1() function
|
H A D | vartemplate-lambda.cpp | 7 template<typename T> auto fn1 = [](auto a) { return a + T(1); }; in __anon7da1f1760202() variable
|
/aosp_15_r20/external/pytorch/test/dynamo/ |
H A D | test_decorators.py | 211 def fn1(x): function 238 def fn1(x): function 309 def fn1(x): function
|
H A D | test_logging.py | 393 def fn1(x): function 461 def fn1(): function
|
/aosp_15_r20/external/pytorch/test/jit/ |
H A D | test_union_pep604.py | 301 def fn1(x: int | str) -> str: function 313 def fn1(x: List[str] | List[int]) -> str: function 332 def fn1() -> int: function
|
H A D | test_union.py | 299 def fn1(x: Union[int, str]) -> str: function 311 def fn1(x: Union[List[str], List[int]]) -> str: function 330 def fn1() -> int: function
|
H A D | test_complex.py | 545 def fn1(a: complex, b: complex): function 568 def fn1(a: complex, b: complex): function
|
/aosp_15_r20/external/clang/test/Modules/Inputs/PR27754/ |
H A D | TMetaUtils.h | 2 void fn1() { true_type(); } in fn1() function
|
/aosp_15_r20/external/clang/test/Frontend/ |
H A D | plugin-annotate-functions.c | 19 void fn1() { } in fn1() function
|
/aosp_15_r20/external/clang/test/PCH/ |
H A D | type_pack_element.cpp | 12 void fn1() { in fn1() function
|
H A D | make-integer-seq.cpp | 12 void fn1() { in fn1() function
|
H A D | pr27445.cpp | 5 void fn1(A &) {} in fn1() function
|
H A D | implicitly-deleted.cpp | 15 void fn1() { in fn1() function
|
/aosp_15_r20/external/clang/test/CoverageMapping/ |
H A D | trymacro.cpp | 4 void fn1() try { return; } // CHECK: [[@LINE]]:12 -> [[@LINE+1]]:14 = #1 in fn1() function
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | ivar-in-implementations.m | 34 id fn1(INTFSTANDALONE *b) { return b->PRIV_IVAR; } // expected-error {{instance variable 'PRIV_IVAR… function
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | pr18962.cpp | 20 void fn1(A *p1) { in fn1() function
|
/aosp_15_r20/prebuilts/go/linux-x86/src/os/ |
D | executable_test.go | 58 func sameFile(fn1, fn2 string) bool { argument
|