OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DEFINE_bool
(Results
1 - 2
of
2
) sorted by null
/external/v8/src/
flag-definitions.h
88
#define
DEFINE_bool
(nam, def, cmt) FLAG(BOOL, bool, nam, def, cmt)
100
DEFINE_bool
(debug_code, false,
102
DEFINE_bool
(emit_branch_hints, false, "emit branch hints")
103
DEFINE_bool
(push_pop_elimination, true,
105
DEFINE_bool
(print_push_pop_elimination, false,
107
DEFINE_bool
(enable_sse2, true,
109
DEFINE_bool
(enable_sse3, true,
111
DEFINE_bool
(enable_cmov, true,
113
DEFINE_bool
(enable_rdtsc, true,
115
DEFINE_bool
(enable_sahf, true
[
all
...]
/external/srec/tools/thirdparty/OpenFst/fst/lib/
compat.h
222
#define
DEFINE_bool
(name, value, doc) DEFINE_VAR(bool, name, value, doc)
Completed in 36 milliseconds