Home
last modified time | relevance | path

Searched defs:fn2 (Results 1 – 25 of 100) sorted by relevance

1234

/aosp_15_r20/external/tpm2-tss/src/tss2-mu/
H A Dtpms-types.c216 #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 Dtpmt-types.c24 #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 …]
H A 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
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
H A Dcontrol_flow_ops_py_test.py386 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 …]
H A Dcond_v2_test.py1499 def fn2(): function
1516 def fn2(): function
1578 def fn2(): function
1671 def fn2(): function
/aosp_15_r20/external/icu/icu4c/source/common/
H A Dunorm.cpp61 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
/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Dunorm.cpp61 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
/aosp_15_r20/external/pytorch/test/inductor/
H A Dtest_pattern_matcher.py129 def fn2(a, b, c): function
784 def fn2(x): function
804 def fn2(): function
1057 def fn2(x, y): function
1129 def fn2(inp, a, b): function
1136 def fn2(inp, a, b): function
/aosp_15_r20/external/pytorch/test/jit/
H A Dtest_union_pep604.py305 def fn2(x: str | int) -> str: function
317 def fn2(x: List[int] | List[str]) -> str: function
349 def fn2() -> int: function
H A Dtest_union.py303 def fn2(x: Union[str, int]) -> str: function
315 def fn2(x: Union[List[int], List[str]]) -> str: function
347 def fn2() -> int: function
/aosp_15_r20/external/AFLplusplus/src/
H A Dafl-showmap.c814 u8 *fn2 = alloc_printf("%s/%s", dir, nl[i]->d_name); in execute_testcases() local
899 u8 *fn2 = buf, *fn3; in execute_testcases_filelist() local
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_aot_autograd_cache.py611 def fn2(x): function
629 def fn2(x): function
H A Dtest_logging.py397 def fn2(x): function
462 def fn2(): function
H A Dtest_decorators.py234 def fn2(x): function
313 def fn2(x): function
/aosp_15_r20/external/icu/icu4c/source/test/intltest/
H A Dtstnorm.cpp1222 FilteredNormalizer2 fn2(*nfcNorm2, filter); in TestCompare() local
1542 FilteredNormalizer2 fn2(*nfcNorm2, filter); in TestFilteredNormalizer2Coverage() local
1630 FilteredNormalizer2 fn2(*nfkc_cf, filter); in TestComposeUTF8WithEdits() local
/aosp_15_r20/external/cronet/third_party/icu/source/test/intltest/
H A Dtstnorm.cpp1220 FilteredNormalizer2 fn2(*nfcNorm2, filter); in TestCompare() local
1540 FilteredNormalizer2 fn2(*nfcNorm2, filter); in TestFilteredNormalizer2Coverage() local
1628 FilteredNormalizer2 fn2(*nfkc_cf, filter); in TestComposeUTF8WithEdits() local
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Ddef_function_xla_jit_test.py132 def fn2(x, a): function
150 def fn2(x): function
857 def fn2(x, a): function
/aosp_15_r20/external/clang/test/Frontend/
H A Dplugin-annotate-functions.c20 void fn2() { } in fn2() function
/aosp_15_r20/external/clang/test/Sema/
H A Dinitialize-noreturn.c11 Fn_noret fn2 = &foo; // expected-warning {{incompatible pointer types initializing 'Fn_noret'}} in test() local
/aosp_15_r20/external/clang/test/SemaObjC/
H A Divar-in-implementations.m36 id fn2(INTFSTANDALONE *b) { return b->PRTCTD; } // expected-error {{instance variable 'PRTCTD' is … function
H A Divar-in-class-extension.m18 int fn2(SomeClass *obj) { function
/aosp_15_r20/external/clang/test/CodeGenCXX/
H A Dpr18962.cpp24 fn2(C *) { in fn2() function
H A Dcxx0x-initializer-constructors.cpp15 void fn2() { in fn2() function
/aosp_15_r20/external/clang/test/CodeGen/
H A Dnamed_reg_global.c50 void fn2(struct p4_Thread *val) { in fn2() function
/aosp_15_r20/external/liburing/test/
H A Dhardlink.c46 int files_linked_ok(const char* fn1, const char *fn2) in files_linked_ok()

1234