Home
last modified time | relevance | path

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

123

/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/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/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.help/
Dbool_constant.pass.cpp27 typedef std::bool_constant<false> _f; in main() typedef
/external/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
/external/rust/crates/pin-project/tests/ui/pin_project/
Doverride-priv-mod.rs31 let _f = x.as_mut().project().f; // first mutable access in main() localVariable
/external/rust/crates/rand/src/
Dlib.rs204 let _f: f32 = random(); in test_random() localVariable
/external/rust/crates/tokio/tests/
Dmacros_test.rs63 fn _f() {} in item() function
/external/tensorflow/tensorflow/python/ops/memory_tests/
Dcustom_gradient_memory_test.py45 def _f(*params): function
/external/python/cpython2/Lib/test/
Dtest_dis.py10 def _f(a): function
/external/iproute2/include/uapi/linux/
Dsysinfo.h22 char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)]; /* Padding: libc5 uses this.. */ member
/external/kernel-headers/original/uapi/linux/
Dsysinfo.h22 char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)]; /* Padding: libc5 uses this.. */ member
/external/tensorflow/tensorflow/python/eager/
Dforwardprop_test.py114 def _f(*params): function
129 def _f(*params): function
969 def _f(x): function
1053 def _f(x): function
/external/iptables/include/linux/
Dkernel.h26 char _f[20-2*sizeof(long)-sizeof(int)]; /* Padding: libc5 uses this.. */ member
/external/python/cpython2/Lib/
Dtypes.py42 def _f(): pass function
/external/rust/crates/pin-project/tests/
Dlint.rs782 _f: &'pin___ mut T, field
1090 _f: T, field
/external/flatbuffers/tests/MyGame/Example/
DArrayStruct.java94 long[] _f = _o.getF(); in pack() local

123