Home
last modified time | relevance | path

Searched defs:_f (Results 1 – 25 of 186) sorted by relevance

12345678

/aosp_15_r20/external/trusty/arm-trusted-firmware/include/lib/
Dsmccc.h157 #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 Dsmccc.h137 #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 Deh_symbol.s8 .globl _f symbol
9 _f: label
H A Ddebug_frame.s14 .globl _f symbol
16 _f: ## @f label
H A Dindirect-symbols.s6 _f = 0 define
/aosp_15_r20/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
H A DELF_x86_64_StubBuf.s10 .globl _f symbol
12 _f: ## @f label
/aosp_15_r20/external/clang/test/Driver/
H A Das-dwarf-cie.s9 .globl _f symbol
11 _f: ## @f label
/aosp_15_r20/external/llvm/test/MC/COFF/
H A Dcv-empty-linetable.s13 .globl _f symbol
15 _f: # @f label
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dforwardprop_test.py114 def _f(*params): function
129 def _f(*params): function
969 def _f(x): function
1053 def _f(x): function
H A Dbackprop_test.py1766 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/
Dmpfr.h819 #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/
Dmpfr.h819 #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 Dgetnameinfo.c50 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 Dlookup_serv.c73 FILE _f, *f = __fopen_rb_ca("/etc/services", &_f, _buf, sizeof _buf); in __lookup_serv() local
H A Dresolvconf.c13 FILE *f, _f; in __get_resolv_conf() local
/aosp_15_r20/external/trusty/musl/src/network/
Dgetnameinfo.c50 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
Dlookup_serv.c73 FILE _f, *f = __fopen_rb_ca("/etc/services", &_f, _buf, sizeof _buf); in __lookup_serv() local
Dresolvconf.c13 FILE *f, _f; in __get_resolv_conf() local
/aosp_15_r20/external/pytorch/torch/testing/_internal/opinfo/definitions/
H A Dnested.py188 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/
Dlint.rs795 _f: &'pin___ mut T, field
1103 _f: T, field
/aosp_15_r20/external/llvm/test/Object/X86/
H A Dnm-macho.s6 _f: label
/aosp_15_r20/external/libcxx/test/std/utilities/meta/meta.help/
H A Dbool_constant.pass.cpp28 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 Dbool_constant.pass.cpp27 typedef std::bool_constant<false> _f; in main() typedef
/aosp_15_r20/external/rust/android-crates-io/crates/pin-project/tests/ui/pin_project/
Doverride-priv-mod.rs33 let _f = x.as_mut().project().f; // first mutable access in main() localVariable
/aosp_15_r20/external/rust/android-crates-io/crates/rand/src/
Dlib.rs204 let _f: f32 = random(); in test_random() localVariable

12345678