Home
last modified time | relevance | path

Searched refs:global_flags (Results 1 – 10 of 10) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/util/
DTemplateGroupTheory.h134 …constexpr static int global_flags = Equality<id, t>::global_flags | strip_identities<Equality, id,…
145 constexpr static int global_flags = 0;
192 constexpr static int global_flags = Equality<current_element, id>::global_flags;
230 constexpr static int global_flags = helper::global_flags;
336 constexpr static int global_flags = _cil::global_flags | _helper::global_flags;
359 constexpr static int global_flags = 0;
418 constexpr static int global_flags = _helper::global_flags | _ac4r::global_flags;
434 constexpr static int global_flags = 0;
481 constexpr static int global_flags = _helper::global_flags;
496 constexpr static int global_flags = 0;
[all …]
/external/compiler-rt/cmake/Modules/
DCompilerRTCompile.cmake43 string(REPLACE " " ";" global_flags "${CMAKE_CXX_FLAGS}")
45 string(REPLACE " " ";" global_flags "${CMAKE_C_FLAGS}")
49 translate_msvc_cflags(global_flags "${global_flags}")
53 set(global_flags ${OSX_SYSROOT_FLAG} ${global_flags}) variable
58 list(APPEND global_flags -Wno-unknown-warning-option)
59 set(compile_flags ${global_flags} ${SOURCE_CFLAGS})
/external/llvm-project/compiler-rt/cmake/Modules/
DCompilerRTCompile.cmake77 string(REPLACE " " ";" global_flags "${CMAKE_CXX_FLAGS}")
79 string(REPLACE " " ";" global_flags "${CMAKE_C_FLAGS}")
83 translate_msvc_cflags(global_flags "${global_flags}")
87 set(global_flags ${OSX_SYSROOT_FLAG} ${global_flags}) variable
92 list(APPEND global_flags -Wno-unknown-warning-option)
93 set(compile_flags ${global_flags} ${SOURCE_CFLAGS})
/external/eigen/unsupported/test/
Dcxx11_meta.cpp68 … struct dummy_test { constexpr static bool value = false; constexpr static int global_flags = 0; }; member
69 …my_a, dummy_a> { constexpr static bool value = true; constexpr static int global_flags = 1; }; member
70 …my_b, dummy_b> { constexpr static bool value = true; constexpr static int global_flags = 2; }; member
71 …my_c, dummy_c> { constexpr static bool value = true; constexpr static int global_flags = 4; }; member
253 VERIFY_IS_EQUAL((!!is_same_gf<dummy_a, dummy_b>::global_flags), false); in test_is_same_gf()
254 VERIFY_IS_EQUAL((!!is_same_gf<dummy_a, dummy_a>::global_flags), false); in test_is_same_gf()
280 VERIFY_IS_EQUAL(((int)contained_in_list_gf<dummy_test, dummy_a, tl>::global_flags), 1); in test_contained_in_list()
281 VERIFY_IS_EQUAL(((int)contained_in_list_gf<dummy_test, dummy_b, tl>::global_flags), 2); in test_contained_in_list()
282 VERIFY_IS_EQUAL(((int)contained_in_list_gf<dummy_test, dummy_c, tl>::global_flags), 4); in test_contained_in_list()
283 VERIFY_IS_EQUAL(((int)contained_in_list_gf<dummy_test, dummy_d, tl>::global_flags), 0); in test_contained_in_list()
[all …]
/external/pdfium/core/fxcodec/gif/
Dcfx_gifcontext.cpp381 if (lsd.global_flags.global_pal) { in ReadLogicalScreenDescriptor()
382 uint32_t palette_count = unsigned(2 << lsd.global_flags.pal_bits); in ReadLogicalScreenDescriptor()
396 global_pal_exp_ = lsd.global_flags.pal_bits; in ReadLogicalScreenDescriptor()
397 global_sort_flag_ = lsd.global_flags.sort_flag; in ReadLogicalScreenDescriptor()
398 global_color_resolution_ = lsd.global_flags.color_resolution; in ReadLogicalScreenDescriptor()
Dcfx_gif.h62 CFX_GifGlobalFlags global_flags; member
/external/eigen/unsupported/Eigen/CXX11/src/TensorSymmetry/
DStaticSymmetry.h108 constexpr static int global_flags =
214 constexpr static inline int globalFlags() { return group_elements::global_flags; }
/external/eigen/unsupported/Eigen/CXX11/src/util/
DCXX11Meta.h133 …pename a, typename b> struct is_same_gf : is_same<a, b> { constexpr static int global_flags = 0; };
234 constexpr static int global_flags = last_check_flags;
245 …ist<as...>, default_flags, test<check_against, a>::value, test<check_against, a>::global_flags> {};
254 …ck_flags> { constexpr static bool value = false; constexpr static int global_flags = default_flags…
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dparse.cc2200 Regexp* Regexp::Parse(const StringPiece& s, ParseFlags global_flags, in Parse() argument
2207 ParseState ps(global_flags, s, status); in Parse()
2211 if (global_flags & Latin1) { in Parse()
2218 if (global_flags & Literal) { in Parse()
/external/tcpdump/
Dprint-lspping.c63 uint8_t global_flags[2]; member