/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/ |
D | smccc.h | 157 #define is_caller_non_secure(_f) (((_f) & SMC_FROM_MASK) \ argument 159 #define is_caller_secure(_f) (((_f) & SMC_FROM_MASK) \ argument 161 #define is_caller_realm(_f) (((_f) & SMC_FROM_MASK) \ argument 163 #define caller_sec_state(_f) ((_f) & SMC_FROM_MASK) argument 165 #define is_caller_non_secure(_f) (((_f) & SMC_FROM_NON_SECURE) != U(0)) argument 166 #define is_caller_secure(_f) (!is_caller_non_secure(_f)) argument 169 #define is_sve_hint_set(_f) (((_f) & (FUNCID_SVE_HINT_MASK \ argument
|
/aosp_15_r20/external/arm-trusted-firmware/include/lib/ |
H A D | smccc.h | 137 #define is_caller_non_secure(_f) (((_f) & SMC_FROM_MASK) \ argument 139 #define is_caller_secure(_f) (((_f) & SMC_FROM_MASK) \ argument 141 #define is_caller_realm(_f) (((_f) & SMC_FROM_MASK) \ argument 143 #define caller_sec_state(_f) ((_f) & SMC_FROM_MASK) argument 145 #define is_caller_non_secure(_f) (((_f) & SMC_FROM_NON_SECURE) != U(0)) argument 146 #define is_caller_secure(_f) (!is_caller_non_secure(_f)) argument
|
/aosp_15_r20/external/llvm/test/MC/MachO/ |
H A D | eh_symbol.s | 8 .globl _f symbol 9 _f: label
|
H A D | debug_frame.s | 14 .globl _f symbol 16 _f: ## @f label
|
H A D | indirect-symbols.s | 6 _f = 0 define
|
/aosp_15_r20/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
H A D | ELF_x86_64_StubBuf.s | 10 .globl _f symbol 12 _f: ## @f label
|
/aosp_15_r20/external/clang/test/Driver/ |
H A D | as-dwarf-cie.s | 9 .globl _f symbol 11 _f: ## @f label
|
/aosp_15_r20/external/llvm/test/MC/COFF/ |
H A D | cv-empty-linetable.s | 13 .globl _f symbol 15 _f: # @f label
|
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/ |
H A D | forwardprop_test.py | 114 def _f(*params): function 129 def _f(*params): function 969 def _f(x): function 1053 def _f(x): function
|
H A D | backprop_test.py | 1766 def _f(): function 1777 def _f(): function 1969 def _f(): function 1978 def _f(): function
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/include/ |
D | mpfr.h | 819 #define mpfr_cmp_ui(_f,_u) \ argument 824 #define mpfr_cmp_si(_f,_s) \ argument 830 #define mpfr_set_ui(_f,_u,_r) \ argument 840 #define mpfr_set_si(_f,_s,_r) \ argument
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/include/ |
D | mpfr.h | 819 #define mpfr_cmp_ui(_f,_u) \ argument 824 #define mpfr_cmp_si(_f,_s) \ argument 830 #define mpfr_set_ui(_f,_u,_r) \ argument 840 #define mpfr_set_si(_f,_s,_r) \ argument
|
/aosp_15_r20/external/musl/src/network/ |
H A D | getnameinfo.c | 50 FILE _f, *f = __fopen_rb_ca("/etc/hosts", &_f, _buf, sizeof _buf); in reverse_hosts() local 91 FILE _f, *f = __fopen_rb_ca("/etc/services", &_f, _buf, sizeof _buf); in reverse_services() local
|
H A D | lookup_serv.c | 73 FILE _f, *f = __fopen_rb_ca("/etc/services", &_f, _buf, sizeof _buf); in __lookup_serv() local
|
H A D | resolvconf.c | 13 FILE *f, _f; in __get_resolv_conf() local
|
/aosp_15_r20/external/trusty/musl/src/network/ |
D | getnameinfo.c | 50 FILE _f, *f = __fopen_rb_ca("/etc/hosts", &_f, _buf, sizeof _buf); in reverse_hosts() local 90 FILE _f, *f = __fopen_rb_ca("/etc/services", &_f, _buf, sizeof _buf); in reverse_services() local
|
D | lookup_serv.c | 73 FILE _f, *f = __fopen_rb_ca("/etc/services", &_f, _buf, sizeof _buf); in __lookup_serv() local
|
D | resolvconf.c | 13 FILE *f, _f; in __get_resolv_conf() local
|
/aosp_15_r20/external/pytorch/torch/testing/_internal/opinfo/definitions/ |
H A D | nested.py | 188 def _f(op_info, device, dtype, requires_grad, op_name=op_name, **kwargs): function 198 def _f(op, sample): function
|
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/ |
D | lint.rs | 795 _f: &'pin___ mut T, field 1103 _f: T, field
|
/aosp_15_r20/external/llvm/test/Object/X86/ |
H A D | nm-macho.s | 6 _f: label
|
/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.help/ |
H A D | bool_constant.pass.cpp | 28 typedef std::bool_constant<false> _f; in main() typedef
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/utilities/meta/meta.help/ |
H A D | bool_constant.pass.cpp | 27 typedef std::bool_constant<false> _f; in main() typedef
|
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/ui/pin_project/ |
D | override-priv-mod.rs | 33 let _f = x.as_mut().project().f; // first mutable access in main() localVariable
|
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/ |
D | lib.rs | 204 let _f: f32 = random(); in test_random() localVariable
|