HomeSort by relevance Sort by last modified time
    Searched defs:FUNCTIONS (Results 1 - 11 of 11) sorted by null

  /external/compiler-rt/make/platform/
darwin_bni.mk 41 FUNCTIONS := absvdi2 absvsi2 addvdi3 addvsi3 ashldi3 ashrdi3 \
52 FUNCTIONS.i386 := $(FUNCTIONS) \
56 FUNCTIONS.ppc := $(FUNCTIONS) \
61 FUNCTIONS.x86_64 := $(FUNCTIONS) \
72 FUNCTIONS.armv4t := $(FUNCTIONS)
74 FUNCTIONS.armv5 := $(FUNCTIONS)
    [all...]
darwin_fat.mk 47 FUNCTIONS.i386 := $(CommonFunctions) $(ArchFunctions.i386)
48 FUNCTIONS.ppc := $(CommonFunctions) $(ArchFunctions.ppc)
49 FUNCTIONS.x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
50 FUNCTIONS.armv5 := $(CommonFunctions) $(ArchFunctions.armv5)
51 FUNCTIONS.armv6 := $(CommonFunctions) $(ArchFunctions.armv6)
52 FUNCTIONS.armv7 := $(CommonFunctions) $(ArchFunctions.armv7)
multi_arch.mk 14 FUNCTIONS := moddi3 floatundixf udivdi3
15 FUNCTIONS.m64 := $(FUNCTIONS) lshrdi3
clang_macho_embedded.mk 1 # These are the functions which clang needs when it is targeting a previous
2 # version of the OS. The issue is that the backend may use functions which were
5 # the extra functions which might be referenced.
91 # Functions not wanted:
238 # functions. Filter them out for now.
268 FUNCTIONS.soft_static.armv6m := $(FUNCTIONS_ARMV6M)
269 FUNCTIONS.soft_pic.armv6m := $(FUNCTIONS_ARMV6M)
271 FUNCTIONS.soft_static.armv7m := $(FUNCTIONS_ARM_ALL)
272 FUNCTIONS.soft_pic.armv7m := $(FUNCTIONS_ARM_ALL)
274 FUNCTIONS.soft_static.armv7em := $(FUNCTIONS_ARM_ALL
    [all...]
clang_darwin.mk 1 # These are the functions which clang needs when it is targeting a previous
2 # version of the OS. The issue is that the backend may use functions which were
5 # the extra functions which might be referenced.
65 # Configuration for targeting 10.4. We need a few functions missing from
71 # Configuration for targeting iOS for a couple of functions that didn't
76 # Configuration for targeting OSX. These functions may not be in libSystem
90 # Configurations which define the profiling support functions.
96 # Configurations which define the ASAN support functions.
213 FUNCTIONS.eprintf := eprintf
214 FUNCTIONS.10.4 := eprintf floatundidf floatundisf floatundix
    [all...]
clang_linux.mk 130 FUNCTIONS.builtins-i386 := $(CommonFunctions) $(ArchFunctions.i386)
131 FUNCTIONS.builtins-x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
132 FUNCTIONS.profile-i386 := GCDAProfiling InstrProfiling InstrProfilingBuffer \
135 FUNCTIONS.profile-x86_64 := $(FUNCTIONS.profile-i386)
136 FUNCTIONS.san-i386 := $(SanitizerCommonFunctions)
137 FUNCTIONS.san-x86_64 := $(SanitizerCommonFunctions)
138 FUNCTIONS.asan-i386 := $(AsanFunctions) $(InterceptionFunctions) \
140 FUNCTIONS.asan-x86_64 := $(AsanFunctions) $(InterceptionFunctions) \
142 FUNCTIONS.asan_cxx-i386 := $(AsanCXXFunctions
    [all...]
  /external/compiler-rt/make/
options.mk 12 # The list of functions to include in the library.
13 FUNCTIONS :=
  /external/elfutils/0.153/lib/
dynamicsizehash.h 28 functions from the Approved Interfaces without causing the resulting
123 #define FUNCTIONS(name) _FUNCTIONS (name)
124 FUNCTIONS (NAME)
138 # undef FUNCTIONS
  /packages/apps/Launcher2/
print_db.py 69 FUNCTIONS = {
146 print_functions.append(FUNCTIONS.get(col, print_cell))
  /packages/apps/Launcher3/
print_db.py 99 FUNCTIONS = {
198 print_functions.append(FUNCTIONS.get(col, print_cell))
  /external/robolectric/lib/main/
h2-1.2.147.jar 

Completed in 65 milliseconds