/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 …]
|
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/tensorflow/tensorflow/python/kernel_tests/control_flow/ |
H A 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 …]
|
H A D | cond_v2_test.py | 1499 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 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
|
/aosp_15_r20/external/cronet/third_party/icu/source/common/ |
H A 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
|
/aosp_15_r20/external/pytorch/test/inductor/ |
H A D | test_pattern_matcher.py | 129 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 D | test_union_pep604.py | 305 def fn2(x: str | int) -> str: function 317 def fn2(x: List[int] | List[str]) -> str: function 349 def fn2() -> int: function
|
H A D | test_union.py | 303 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 D | afl-showmap.c | 814 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 D | test_aot_autograd_cache.py | 611 def fn2(x): function 629 def fn2(x): function
|
H A D | test_logging.py | 397 def fn2(x): function 462 def fn2(): function
|
H A D | test_decorators.py | 234 def fn2(x): function 313 def fn2(x): function
|
/aosp_15_r20/external/icu/icu4c/source/test/intltest/ |
H A D | tstnorm.cpp | 1222 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 D | tstnorm.cpp | 1220 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 D | def_function_xla_jit_test.py | 132 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 D | plugin-annotate-functions.c | 20 void fn2() { } in fn2() function
|
/aosp_15_r20/external/clang/test/Sema/ |
H A D | initialize-noreturn.c | 11 Fn_noret fn2 = &foo; // expected-warning {{incompatible pointer types initializing 'Fn_noret'}} in test() local
|
/aosp_15_r20/external/clang/test/SemaObjC/ |
H A D | ivar-in-implementations.m | 36 id fn2(INTFSTANDALONE *b) { return b->PRTCTD; } // expected-error {{instance variable 'PRTCTD' is … function
|
H A D | ivar-in-class-extension.m | 18 int fn2(SomeClass *obj) { function
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | pr18962.cpp | 24 fn2(C *) { in fn2() function
|
H A D | cxx0x-initializer-constructors.cpp | 15 void fn2() { in fn2() function
|
/aosp_15_r20/external/clang/test/CodeGen/ |
H A D | named_reg_global.c | 50 void fn2(struct p4_Thread *val) { in fn2() function
|
/aosp_15_r20/external/liburing/test/ |
H A D | hardlink.c | 46 int files_linked_ok(const char* fn1, const char *fn2) in files_linked_ok()
|