Home
last modified time | relevance | path

Searched defs:E2 (Results 1 – 25 of 112) sorted by relevance

12345

/external/clang/INPUTS/
Dc99-intconst-1.c41 #define first_of2p(T1, E1, T2, E2) type_comb2(type_if(T1, (E1)), \ argument
44 #define first_of3p(T1, E1, T2, E2, T3, E3) \ argument
50 #define first_of4p(T1, E1, T2, E2, T3, E3, T4, E4) \ argument
57 #define first_of6p(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument
67 #define first_of2(T1, E1, T2, E2) \ argument
69 #define first_of3(T1, E1, T2, E2, T3, E3) \ argument
71 #define first_of4(T1, E1, T2, E2, T3, E3, T4, E4) \ argument
73 #define first_of6(T1, E1, T2, E2, T3, E3, T4, E4, T5, E5, T6, E6) \ argument
/external/rust/crates/nom/src/bits/
Dmod.rs40 pub fn bits<I, O, E1, E2, P>(mut parser: P) -> impl FnMut(I) -> IResult<I, O, E2> in bits() argument
42 E1: ParseError<(I, usize)> + ErrorConvert<E2>, in bits() argument
86 pub fn bytes<I, O, E1, E2, P>(mut parser: P) -> impl FnMut((I, usize)) -> IResult<(I, usize), O, E2> in bytes() argument
88 E1: ParseError<I> + ErrorConvert<E2>, in bytes()
/external/clang/test/SemaCXX/
Dclass-names.cpp52 enum E2 { E2 }; enumerator
Dwarn-c++11-extensions.cpp9 enum class E2 { C, D }; // expected-warning {{scoped enumerations are a C++11 extension}} enum
Dref-init-ambiguous.cpp3 enum E2 { }; enum
/external/compiler-rt/test/cfi/
Dsimple-pass.cpp71 struct E2 : virtual E { struct
72 virtual void f() {} in f()
73 void g() {} in g()
/external/oboe/samples/RhythmGame/third_party/glm/detail/
D_swizzle.hpp334 #define _GLM_SWIZZLE3_2_MEMBERS(T, P, V, E0,E1,E2) \ argument
345 #define _GLM_SWIZZLE3_3_MEMBERS(T, P, V ,E0,E1,E2) \ argument
374 #define _GLM_SWIZZLE3_4_MEMBERS(T, P, V, E0,E1,E2) \ argument
457 #define _GLM_SWIZZLE4_2_MEMBERS(T, P, V, E0,E1,E2,E3) \ argument
475 #define _GLM_SWIZZLE4_3_MEMBERS(T, P, V, E0,E1,E2,E3) \ argument
541 #define _GLM_SWIZZLE4_4_MEMBERS(T, P, V, E0,E1,E2,E3) \ argument
/external/mtools/
Dhash.c162 static int _hash_lookup(T_HashTable *H,T_HashTableEl *E, T_HashTableEl **E2, in _hash_lookup()
197 int hash_lookup(T_HashTable *H,T_HashTableEl *E, T_HashTableEl **E2, in hash_lookup()
206 T_HashTableEl *E2; in hash_remove() local
/external/webrtc/modules/audio_processing/aec3/
Derle_estimator_unittest.cc84 rtc::ArrayView<std::array<float, kFftLengthBy2Plus1>> E2, in FormFarendFrame()
109 rtc::ArrayView<std::array<float, kFftLengthBy2Plus1>> E2, in FormNearendFrame()
158 std::vector<std::array<float, kFftLengthBy2Plus1>> E2(num_capture_channels); in TEST_P() local
223 std::vector<std::array<float, kFftLengthBy2Plus1>> E2(num_capture_channels); in TEST_P() local
Dsuppression_gain_unittest.cc29 std::vector<std::array<float, kFftLengthBy2Plus1>> E2(1, {0.0f}); in TEST() local
66 std::vector<std::array<float, kFftLengthBy2Plus1>> E2(kNumCaptureChannels); in TEST() local
/external/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.helper/
Dtuple_element.fail.cpp30 using E2 = typename std::tuple_element<3, T>::type; in main() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/utilities/tuple/tuple.tuple/tuple.helper/
Dtuple_element.fail.cpp28 using E2 = typename std::tuple_element<3, T>::type; in main() typedef
/external/rust/crates/pin-project/tests/ui/pin_project/
Dpacked-enum.rs14 enum E2 { enum
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/bit/bit.pow.two/
Dbit_ceil.fail.cpp25 enum class E2 : unsigned char { red }; enum
Dbit_width.pass.cpp28 enum class E2 : unsigned char { red }; enum
Dbit_ceil.pass.cpp27 enum class E2 : unsigned char { red }; enum
Dbit_floor.pass.cpp27 enum class E2 : unsigned char { red }; enum
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnitIndex.cpp170 llvm::sort(OffsetLookup, [&](Entry *E1, Entry *E2) { in getFromOffset()
175 auto I = partition_point(OffsetLookup, [&](Entry *E2) { in getFromOffset()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/rand/rand.eng/rand.eng.lcong/
Dalg.pass.cpp41 typedef std::linear_congruential_engine<T, (1ull<<2), 0, (1ull<<63) + 1> E2; in main() typedef
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/bit/bitops.count/
Dcountr_one.pass.cpp28 enum class E2 : unsigned char { red }; enum
Dcountr_zero.pass.cpp28 enum class E2 : unsigned char { red }; enum
Dcountl_one.pass.cpp28 enum class E2 : unsigned char { red }; enum
Dcountl_zero.pass.cpp28 enum class E2 : unsigned char { red }; enum
/external/cronet/buildtools/third_party/libc++/trunk/test/std/numerics/bit/bitops.rot/
Drotl.pass.cpp26 enum class E2 : unsigned char { red }; enum
Drotr.pass.cpp26 enum class E2 : unsigned char { red }; enum

12345