Home
last modified time | relevance | path

Searched refs:FUNCTIONS (Results 1 – 25 of 75) sorted by relevance

123

/external/compiler-rt/make/platform/
Dclang_darwin.mk190 FUNCTIONS.eprintf := eprintf
191 FUNCTIONS.10.4 := eprintf floatundidf floatundisf floatundixf
193 FUNCTIONS.ios := divmodsi4 udivmodsi4 mulosi4 mulodi4 muloti4 \
196 FUNCTIONS.ios.i386 := $(FUNCTIONS.ios) \
198 FUNCTIONS.ios.x86_64 := $(FUNCTIONS.ios.i386)
199 FUNCTIONS.ios.arm64 := mulsc3 muldc3 divsc3 divdc3 udivti3 umodti3 \
202 FUNCTIONS.osx := mulosi4 mulodi4 muloti4 $(ATOMIC_FUNCTIONS) $(FP16_FUNCTIONS)
368 FUNCTIONS.cc_kext_ios.armv7 := $(CCKEXT_ARMVFP_FUNCTIONS)
369 FUNCTIONS.cc_kext_ios.armv7k := $(CCKEXT_ARMVFP_FUNCTIONS)
370 FUNCTIONS.cc_kext_ios.armv7s := $(CCKEXT_ARMVFP_FUNCTIONS)
[all …]
Ddarwin_bni.mk41 FUNCTIONS := absvdi2 absvsi2 addvdi3 addvsi3 ashldi3 ashrdi3 \
56 FUNCTIONS.i386 := $(FUNCTIONS) \
60 FUNCTIONS.ppc := $(FUNCTIONS) \
65 FUNCTIONS.x86_64 := $(FUNCTIONS) \
76 FUNCTIONS.armv4t := $(FUNCTIONS)
78 FUNCTIONS.armv5 := $(FUNCTIONS) \
91 FUNCTIONS.armv6 := $(FUNCTIONS) \
107 FUNCTIONS.armv7 := $(FUNCTIONS) \
120 FUNCTIONS.armv7s := $(FUNCTIONS.armv7)
122 FUNCTIONS.arm64 := divti3 modti3 \
Dclang_macho_embedded.mk277 FUNCTIONS.soft_static.armv6m := $(FUNCTIONS_ARMV6M)
278 FUNCTIONS.soft_pic.armv6m := $(FUNCTIONS_ARMV6M)
280 FUNCTIONS.soft_static.armv7m := $(FUNCTIONS_ARM_ALL)
281 FUNCTIONS.soft_pic.armv7m := $(FUNCTIONS_ARM_ALL)
283 FUNCTIONS.soft_static.armv7em := $(FUNCTIONS_ARM_ALL)
284 FUNCTIONS.hard_static.armv7em := $(FUNCTIONS_ARM_ALL)
285 FUNCTIONS.soft_pic.armv7em := $(FUNCTIONS_ARM_ALL)
286 FUNCTIONS.hard_pic.armv7em := $(FUNCTIONS_ARM_ALL)
288 FUNCTIONS.soft_static.armv7 := $(FUNCTIONS_ARM_ALL)
289 FUNCTIONS.hard_static.armv7 := $(FUNCTIONS_ARM_ALL)
[all …]
Dclang_linux.mk77 FUNCTIONS.builtins-i386 := $(CommonFunctions) $(ArchFunctions.i386)
78 FUNCTIONS.builtins-x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
79 FUNCTIONS.profile-i386 := GCDAProfiling InstrProfiling InstrProfilingBuffer \
84 FUNCTIONS.profile-x86_64 := $(FUNCTIONS.profile-i386)
Dmulti_arch.mk14 FUNCTIONS := moddi3 floatundixf udivdi3
15 FUNCTIONS.m64 := $(FUNCTIONS) lshrdi3
Dclang_mingw.mk25 FUNCTIONS.builtins-x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
26 FUNCTIONS.builtins-i386 := $(CommonFunctions) $(ArchFunctions.i386)
27 FUNCTIONS.builtins-arm := $(CommonFunctions) $(ArchFunctions.arm)
/external/elfutils/lib/
Ddynamicsizehash_concurrent.h101 #define FUNCTIONS(name) _FUNCTIONS (name) macro
102 FUNCTIONS (NAME)
108 # undef FUNCTIONS
Ddynamicsizehash.h102 #define FUNCTIONS(name) _FUNCTIONS (name) macro
103 FUNCTIONS (NAME)
117 # undef FUNCTIONS
/external/llvm-project/llvm/test/tools/llvm-cov/
Dexport_functions.test5 …-profile %S/Inputs/report.profdata -skip-functions 2>&1 | FileCheck -check-prefix=SKIP-FUNCTIONS %s
8 SKIP-FUNCTIONS-NOT: "functions":[
Dexport_functions-lcov.test5 …-profile %S/Inputs/report.profdata -skip-functions 2>&1 | FileCheck -check-prefix=SKIP-FUNCTIONS %s
8 SKIP-FUNCTIONS-NOT: FN:
/external/python/cryptography/src/_cffi_src/openssl/
Decdh.py16 FUNCTIONS = """ variable
Dpkcs12.py15 FUNCTIONS = """ variable
Drand.py15 FUNCTIONS = """ variable
Dopensslv.py18 FUNCTIONS = """ variable
Dx509_vfy.py141 FUNCTIONS = """ variable
Dx509name.py24 FUNCTIONS = """ variable
Dx509v3.py183 FUNCTIONS = """ variable
Dfips.py15 FUNCTIONS = """ variable
Dconf.py14 FUNCTIONS = """ variable
Dengine.py41 FUNCTIONS = """ variable
Derr.py149 FUNCTIONS = """ variable
Daes.py20 FUNCTIONS = """ variable
Dbio.py16 FUNCTIONS = """ variable
Dbignum.py18 FUNCTIONS = """ variable
Dcmac.py18 FUNCTIONS = """ variable

123