OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FUNCTIONS
(Results
1 - 17
of
17
) sorted by null
/external/compiler-rt/make/platform/
multi_arch.mk
14
FUNCTIONS
:= moddi3 floatundixf udivdi3
15
FUNCTIONS
.m64 := $(
FUNCTIONS
) lshrdi3
darwin_bni.mk
40
FUNCTIONS
:= absvdi2 absvsi2 addvdi3 addvsi3 ashldi3 ashrdi3 \
51
FUNCTIONS
.i386 := $(
FUNCTIONS
) \
55
FUNCTIONS
.ppc := $(
FUNCTIONS
) \
60
FUNCTIONS
.x86_64 := $(
FUNCTIONS
) \
71
FUNCTIONS
.armv4t := $(
FUNCTIONS
)
73
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)
clang_linux.mk
26
# Configurations which just include all the runtime
functions
.
78
FUNCTIONS
.full-i386 := $(CommonFunctions) $(ArchFunctions.i386)
79
FUNCTIONS
.full-x86_64 := $(CommonFunctions) $(ArchFunctions.x86_64)
80
FUNCTIONS
.profile-i386 := GCDAProfiling
81
FUNCTIONS
.profile-x86_64 := GCDAProfiling
82
FUNCTIONS
.asan-i386 := $(AsanFunctions) $(InterceptionFunctions) \
84
FUNCTIONS
.asan-x86_64 := $(AsanFunctions) $(InterceptionFunctions) \
86
FUNCTIONS
.tsan-x86_64 := $(TsanFunctions) $(InterceptionFunctions) \
clang_darwin.mk
1
# These are the
functions
which clang needs when it is targetting 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.
41
# Configuration for targetting 10.4. We need a few
functions
missing from
47
# Configuration for targetting OSX. These
functions
may not be in libSystem
56
# Configurations which define the profiling support
functions
.
60
# Configurations which define the ASAN support
functions
.
116
FUNCTIONS
.eprintf := eprintf
117
FUNCTIONS
.10.4 := eprintf floatundidf floatundisf floatundixf
119
FUNCTIONS
.osx := mulosi4 mulodi4 muloti
[
all
...]
/frameworks/compile/libbcc/runtime/make/platform/
multi_arch.mk
15
FUNCTIONS
:= moddi3 floatundixf udivdi3
16
FUNCTIONS
.m64 := $(
FUNCTIONS
) lshrdi3
darwin_bni.mk
15
FUNCTIONS
:= absvdi2 absvsi2 addvdi3 addvsi3 ashldi3 ashrdi3 \
26
FUNCTIONS
.i386 := $(
FUNCTIONS
) \
30
FUNCTIONS
.ppc := $(
FUNCTIONS
) \
35
FUNCTIONS
.x86_64 := $(
FUNCTIONS
) \
45
FUNCTIONS
.armv6 := $(
FUNCTIONS
) \
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
.armv6 := $(CommonFunctions) $(ArchFunctions.armv6)
51
FUNCTIONS
.armv7 := $(CommonFunctions) $(ArchFunctions.armv7)
clang_darwin.mk
1
# These are the
functions
which clang needs when it is targetting 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.
12
# Configuration for targetting 10.4. We need a few
functions
missing from
18
# Configuration for targetting armv6. We need a few additional
functions
which
31
FUNCTIONS
.10.4 := eprintf floatundidf floatundisf floatundixf
32
FUNCTIONS
.armv6 := switch16 switch32 switch8 switchu8 \
/external/elfutils/lib/
dynamicsizehash.h
28
functions
from the Approved Interfaces without causing the resulting
118
#define
FUNCTIONS
(name) _FUNCTIONS (name)
119
FUNCTIONS
(NAME)
133
# undef
FUNCTIONS
/external/compiler-rt/make/
options.mk
12
# The list of
functions
to include in the library.
13
FUNCTIONS
:=
lib_info.mk
9
# CommonFunctions - The list of generic
functions
available.
10
# ArchFunctions.<arch> - The list of
functions
commonly available for
12
#
functions
.
36
# Compute common arch
functions
.
43
# Compute arch only
functions
.
56
CC CFLAGS LDFLAGS
FUNCTIONS
OPTIMIZED \
/frameworks/compile/libbcc/runtime/make/
options.mk
12
# The list of
functions
to include in the library.
13
FUNCTIONS
:=
lib_info.mk
9
# CommonFunctions - The list of generic
functions
available.
10
# ArchFunctions.<arch> - The list of
functions
commonly available for
12
#
functions
.
28
# Compute common arch
functions
.
35
# Compute arch only
functions
.
48
CC CFLAGS
FUNCTIONS
OPTIMIZED \
/packages/apps/Launcher2/
print_db.py
69
FUNCTIONS
= {
146
print_functions.append(
FUNCTIONS
.get(col, print_cell))
/frameworks/compile/libbcc/runtime/
Makefile
49
@echo " info-
functions
: list available compiler-rt
functions
"
62
info-
functions
:
63
@echo "compiler-rt Available
Functions
"
65
@echo "All
Functions
: $(AvailableFunctions)"
166
$(call Set,Tmp.
Functions
,$(strip \
167
$(call GetCNAVar,
FUNCTIONS
,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
181
$(foreach fn,$(sort $(Tmp.
Functions
)),\
/external/compiler-rt/
Makefile
49
@echo " info-
functions
: list available compiler-rt
functions
"
62
info-
functions
:
63
@echo "compiler-rt Available
Functions
"
65
@echo "All
Functions
: $(AvailableFunctions)"
173
$(call Set,Tmp.
Functions
,$(strip \
175
$(call GetCNAVar,
FUNCTIONS
,$(Tmp.Key),$(Tmp.Config),$(Tmp.Arch))))
200
$(foreach fn,$(sort $(Tmp.
Functions
)),\
Completed in 1559 milliseconds