OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:fdo
(Results
1 - 3
of
3
) sorted by null
/external/mksh/src/
eval.c
211
int
fdo
, word; /* second pass flags; have word */
local
242
fdo
= 0;
902
if (
fdo
& DOBRACE)
906
fdo
| (f & DOMARKDIRS));
907
else if (
fdo
& DOGLOB)
909
else if ((f & DOPAT) || !(
fdo
& DOMAGIC))
913
fdo
= 0;
958
fdo
|= DOMAGIC;
960
fdo
|= f & DOGLOB;
967
fdo
|= DOMAGIC | (f & DOGLOB)
[
all
...]
/build/core/combo/
TARGET_linux-arm.mk
169
# Define
FDO
(Feedback Directed Optimization) options.
175
# Set BUILD_FDO_INSTRUMENT=true to turn on
FDO
instrumentation.
180
# If BUILD_FDO_INSTRUMENT is turned off, then consider doing the
FDO
optimizations.
183
TARGET_FDO_PROFILE_PATH :=
fdo
/profiles/$(TARGET_ARCH)/$(TARGET_ARCH_VARIANT)
186
$(warning Custom TARGET_FDO_PROFILE_PATH supplied, but directory does not exist. Turn off
FDO
.)
190
# If the
FDO
profile directory can't be found, then
FDO
is off.
TARGET_linux-mips.mk
160
# Define
FDO
(Feedback Directed Optimization) options.
166
# Set BUILD_FDO_INSTRUMENT=true to turn on
FDO
instrumentation.
171
# If BUILD_FDO_INSTRUMENT is turned off, then consider doing the
FDO
optimizations.
174
TARGET_FDO_PROFILE_PATH :=
fdo
/profiles/$(TARGET_ARCH)/$(TARGET_ARCH_VARIANT)
177
$(warning Custom TARGET_FDO_PROFILE_PATH supplied, but directory does not exist. Turn off
FDO
.)
181
# If the
FDO
profile directory can't be found, then
FDO
is off.
Completed in 42 milliseconds