/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/classic/phoenix/ |
D | actor.hpp | 381 actor<BaseT>::operator()(A& a_, B& b_, C& c_, D& d_) const in operator ()() 390 actor<BaseT>::operator()(A& a_, B& b_, C& c_, D& d_, E& e_) const in operator ()() 404 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_ in operator ()() 423 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_ in operator ()() 441 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_, H& h_ in operator ()() 459 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_, H& h_, I& i_ in operator ()() 478 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_, H& h_, I& i_, J& j_ in operator ()() 497 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_, H& h_, I& i_, J& j_, in operator ()() 517 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_, H& h_, I& i_, J& j_, in operator ()() 538 A& a_, B& b_, C& c_, D& d_, E& e_, F& f_, G& g_, H& h_, I& i_, J& j_, in operator ()() [all …]
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/ |
D | tm-preds.h | 192 #define CONSTRAINT_LEN(c_,s_) insn_constraint_len (c_,s_) argument 195 #define REG_CLASS_FROM_CONSTRAINT(c_,s_) \ argument 201 #define CONST_OK_FOR_CONSTRAINT_P(v_,c_,s_) \ argument 204 #define CONST_DOUBLE_OK_FOR_CONSTRAINT_P(v_,c_,s_) \ argument 207 #define EXTRA_CONSTRAINT_STR(v_,c_,s_) \ argument 210 #define EXTRA_MEMORY_CONSTRAINT(c_,s_) false argument 212 #define EXTRA_ADDRESS_CONSTRAINT(c_,s_) false argument
|
/aosp_15_r20/external/eigen/bench/tensors/ |
H A D | tensor_contract_sycl_bench.cc | 52 T* c_; in contraction() local 106 T* c_; in contractionRowMajor() local 158 T* c_; in contractionAT() local 209 T* c_; in contractionBT() local 261 T* c_; in contractionABT() local
|
/aosp_15_r20/external/mesa3d/src/amd/vulkan/radix_sort/common/ |
H A D | macros.h | 80 #define STATIC_ASSERT_MACRO(c_,m_) static_assert(c_,m_) argument 82 #define STATIC_ASSERT_MACRO(c_,m_) _Static_assert(c_,m_) argument 85 #define STATIC_ASSERT_MACRO_1(c_) STATIC_ASSERT_MACRO(c_,#c_) argument
|
/aosp_15_r20/external/freetype/src/base/ |
H A D | ftcalc.c | 175 FT_Long c_ ) in FT_MulDiv() 204 FT_Long c_ ) in FT_MulDiv_No_Round() 417 FT_Long c_ ) in FT_MulDiv() 465 FT_Long c_ ) in FT_MulDiv_No_Round()
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/mpl/include/boost/mpl/multiset/aux_/ |
D | item.hpp | 47 typedef typename eval_if< is_same<T,U>, next<count_>, count_ >::type c_; typedef 60 typedef typename eval_if< is_same<T,U>, next<count_>, count_ >::type c_; typedef
|
/aosp_15_r20/external/libcxx/test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/ |
H A D | ostream_joiner.op.assign.pass.cpp | 32 mutable char c_; member 44 char c_; member
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/std/experimental/iterator/ostream.joiner/ostream.joiner.ops/ |
H A D | ostream_joiner.op.assign.pass.cpp | 32 mutable char c_; member 44 char c_; member
|
/aosp_15_r20/external/cronet/base/containers/ |
H A D | extend_unittest.cc | 23 char c_; member 41 char c_; member
|
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/http2/hpack/huffman/ |
H A D | hpack_huffman_transcoder_test.cc | 140 const char c_; member in http2::test::__anon2a26d6600111::HpackHuffmanTranscoderAdjacentCharTest 168 const char c_; member in http2::test::__anon2a26d6600111::HpackHuffmanTranscoderRepeatedCharTest
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/proto/test/ |
D | flatten.cpp | 85 boost::proto::terminal<char>::type c_ = {'c'}; in test1() local 153 My<boost::proto::terminal<char>::type> c_ = {{'c'}}; in test2() local
|
/aosp_15_r20/external/webrtc/pc/ |
H A D | proxy.h | 145 C* c_; variable 180 const C* c_; variable
|
/aosp_15_r20/external/webrtc/common_audio/third_party/ooura/fft_size_128/ |
H A D | ooura_fft_neon.cc | 222 const float32x4_t c_ = vmulq_f32(wkr_, xi_); in rftfsub_128_neon() local 302 const float32x4_t c_ = vmulq_f32(wkr_, xi_); in rftbsub_128_neon() local
|
H A D | ooura_fft_sse2.cc | 298 const __m128 c_ = _mm_mul_ps(wkr_, xi_); in rftfsub_128_SSE2() local 389 const __m128 c_ = _mm_mul_ps(wkr_, xi_); in rftbsub_128_SSE2() local
|
/aosp_15_r20/external/clang/test/Modules/Inputs/separate_map_tree/src/ |
H A D | private-in-c.h | 3 const int c_ = 2; variable
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/quantized/cpu/qnnpack/bench/ |
H A D | q8gemm_sparse.cc | 192 std::vector<uint8_t> c_; member in Q8GEMM 354 std::vector<float> c_; member in Q8GEMMSparse
|
/aosp_15_r20/external/angle/third_party/flatbuffers/generated/tests/ |
H A D | arrays_test_generated.h | 76 int8_t c_[2]; variable 170 int8_t c_; variable
|
/aosp_15_r20/external/flatbuffers/tests/ |
H A D | arrays_test_generated.h | 77 int8_t c_[2]; variable 159 int8_t c_; variable
|
/aosp_15_r20/packages/modules/StatsD/lib/libkll/include/ |
D | compactor_stack.h | 112 const double c_ = 2.0 / 3.0; variable
|
/aosp_15_r20/external/coreboot/src/soc/intel/baytrail/acpi/ |
H A D | irq_helper.h | 21 #define PCI_DEV_PIRQ_ROUTE(dev_, a_, b_, c_, d_) \ argument
|
/aosp_15_r20/external/coreboot/src/soc/intel/braswell/acpi/ |
H A D | irq_helper.h | 21 #define PCI_DEV_PIRQ_ROUTE(dev_, a_, b_, c_, d_) \ argument
|
/aosp_15_r20/external/cronet/third_party/libc++/src/test/libcxx/utilities/utility/ |
H A D | small_buffer.pass.cpp | 25 char c_; member
|
/aosp_15_r20/external/stressapptest/src/ |
H A D | finelock_queue.h | 105 int64 c_; // 'c' additive value for prgressing randomly variable
|
/aosp_15_r20/external/clang/test/CodeGenCXX/ |
H A D | constructor-destructor-return-this.cpp | 56 char *c_; member in C
|
/aosp_15_r20/external/libcxx/test/std/utilities/utility/pairs/pair.piecewise/ |
H A D | piecewise_construct.pass.cpp | 26 char c_; member in A
|