/external/llvm/test/MC/MachO/ |
D | eh_symbol.s | 8 .globl _f symbol 9 _f: label
|
D | debug_frame.s | 14 .globl _f symbol 16 _f: ## @f label
|
D | indirect-symbols.s | 6 _f = 0 define
|
/external/llvm/test/ExecutionEngine/RuntimeDyld/X86/ |
D | ELF_x86_64_StubBuf.s | 10 .globl _f symbol 12 _f: ## @f label
|
/external/llvm/test/MC/COFF/ |
D | cv-empty-linetable.s | 13 .globl _f symbol 15 _f: # @f label
|
/external/clang/test/Driver/ |
D | as-dwarf-cie.s | 9 .globl _f symbol 11 _f: ## @f label
|
/external/arm-trusted-firmware/include/lib/ |
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
|
/external/llvm/test/Object/X86/ |
D | nm-macho.s | 6 _f: label
|
/external/libcxx/test/std/utilities/meta/meta.help/ |
D | bool_constant.pass.cpp | 28 typedef std::bool_constant<false> _f; in main() typedef
|
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/meta/meta.help/ |
D | bool_constant.pass.cpp | 27 typedef std::bool_constant<false> _f; in main() typedef
|
/external/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
|
/external/rust/crates/pin-project/tests/ui/pin_project/ |
D | override-priv-mod.rs | 31 let _f = x.as_mut().project().f; // first mutable access in main() localVariable
|
/external/rust/crates/rand/src/ |
D | lib.rs | 204 let _f: f32 = random(); in test_random() localVariable
|
/external/rust/crates/tokio/tests/ |
D | macros_test.rs | 63 fn _f() {} in item() function
|
/external/tensorflow/tensorflow/python/ops/memory_tests/ |
D | custom_gradient_memory_test.py | 45 def _f(*params): function
|
/external/python/cpython2/Lib/test/ |
D | test_dis.py | 10 def _f(a): function
|
/external/iproute2/include/uapi/linux/ |
D | sysinfo.h | 22 char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)]; /* Padding: libc5 uses this.. */ member
|
/external/kernel-headers/original/uapi/linux/ |
D | sysinfo.h | 22 char _f[20-2*sizeof(__kernel_ulong_t)-sizeof(__u32)]; /* Padding: libc5 uses this.. */ member
|
/external/tensorflow/tensorflow/python/eager/ |
D | forwardprop_test.py | 114 def _f(*params): function 129 def _f(*params): function 969 def _f(x): function 1053 def _f(x): function
|
/external/iptables/include/linux/ |
D | kernel.h | 26 char _f[20-2*sizeof(long)-sizeof(int)]; /* Padding: libc5 uses this.. */ member
|
/external/python/cpython2/Lib/ |
D | types.py | 42 def _f(): pass function
|
/external/rust/crates/pin-project/tests/ |
D | lint.rs | 782 _f: &'pin___ mut T, field 1090 _f: T, field
|
/external/flatbuffers/tests/MyGame/Example/ |
D | ArrayStruct.java | 94 long[] _f = _o.getF(); in pack() local
|