Home
last modified time | relevance | path

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

1234

/external/llvm/test/MC/MachO/
Deh_symbol.s8 .globl _f symbol
9 _f: label
Ddebug_frame.s14 .globl _f symbol
16 _f: ## @f label
Dindirect-symbols.s6 _f = 0 define
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/
DELF_x86_64_StubBuf.s10 .globl _f symbol
12 _f: ## @f label
/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
/external/llvm/test/MC/COFF/
Dcv-empty-linetable.s13 .globl _f symbol
15 _f: # @f label
/external/clang/test/Driver/
Das-dwarf-cie.s9 .globl _f symbol
11 _f: ## @f label
/external/arm-trusted-firmware/include/lib/
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
/external/llvm/test/Object/X86/
Dnm-macho.s6 _f: label
/external/libcxx/test/std/utilities/meta/meta.help/
Dbool_constant.pass.cpp28 typedef std::bool_constant<false> _f; in main() typedef
/external/cronet/stable/third_party/libc++/src/test/std/utilities/meta/meta.help/
Dbool_constant.pass.cpp27 typedef std::bool_constant<false> _f; in main() typedef
/external/cronet/tot/third_party/libc++/src/test/std/utilities/meta/meta.help/
Dbool_constant.pass.cpp27 typedef std::bool_constant<false> _f; in main() typedef
/external/trusty/musl/src/network/
Dlookup_serv.c73 FILE _f, *f = __fopen_rb_ca("/etc/services", &_f, _buf, sizeof _buf); in __lookup_serv() local
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
Dresolvconf.c13 FILE *f, _f; in __get_resolv_conf() local
/external/musl/src/network/
Dlookup_serv.c73 FILE _f, *f = __fopen_rb_ca("/etc/services", &_f, _buf, sizeof _buf); in __lookup_serv() local
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
Dresolvconf.c13 FILE *f, _f; in __get_resolv_conf() local
/external/rust/android-crates-io/crates/pin-project/tests/ui/pin_project/
Doverride-priv-mod.rs35 let _f = x.as_mut().project().f; // first mutable access in main() localVariable
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/
Dlib.rs204 let _f: f32 = random(); in test_random() localVariable
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/rand-0.8.5/src/
Dlib.rs204 let _f: f32 = random(); in test_random() localVariable
/external/rust/android-crates-io/crates/rand/src/
Dlib.rs204 let _f: f32 = random(); in test_random() localVariable
/external/pytorch/torch/testing/_internal/opinfo/definitions/
Dnested.py188 def _f(op_info, device, dtype, requires_grad, op_name=op_name, **kwargs): function
198 def _f(op, sample): function
/external/tensorflow/tensorflow/python/ops/memory_tests/
Dcustom_gradient_memory_test.py45 def _f(*params): function
/external/iproute2/include/uapi/linux/
Dsysinfo.h22 char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)]; /* Padding: libc5 uses this.. */ member

1234