/third_party/boost/boost/range/detail/ |
D | size_type.hpp | 48 typedef typename range_detail::range<C>::type c_type; typedef in boost::range_size 50 … typedef typename range_detail::range_size_type_<c_type>::BOOST_NESTED_TEMPLATE pts<C>::type type;
|
D | value_type.hpp | 64 typedef BOOST_DEDUCED_TYPENAME range_detail::range<C>::type c_type; typedef in boost::range_value 66 …typedef BOOST_DEDUCED_TYPENAME range_detail::range_value_type_<c_type>::BOOST_NESTED_TEMPLATE pts<…
|
D | difference_type.hpp | 113 typedef BOOST_RANGE_DEDUCED_TYPENAME range_detail::range<C>::type c_type; typedef in boost::range_difference 115 …typedef BOOST_RANGE_DEDUCED_TYPENAME range_detail::range_difference_type_<c_type>::BOOST_NESTED_TE…
|
/third_party/flatbuffers/tests/evolution_test/ |
D | evolution_v2_generated.h | 353 Evolution::V2::Union c_type() const { 361 …return c_type() == Evolution::V2::Union::TableA ? static_cast<const Evolution::V2::TableA *>(c()) … 364 …return c_type() == Evolution::V2::Union::TableB ? static_cast<const Evolution::V2::TableB *>(c()) … 367 …return c_type() == Evolution::V2::Union::TableC ? static_cast<const Evolution::V2::TableC *>(c()) … 398 VerifyUnion(verifier, c(), c_type()) && 435 void add_c_type(Evolution::V2::Union c_type) { 436 fbb_.AddElement<uint8_t>(Root::VT_C_TYPE, static_cast<uint8_t>(c_type), 0); 479 Evolution::V2::Union c_type = Evolution::V2::Union::NONE, 499 builder_.add_c_type(c_type); 507 Evolution::V2::Union c_type = Evolution::V2::Union::NONE, [all …]
|
D | evolution_v1_generated.h | 254 Evolution::V1::Union c_type() const { 262 …return c_type() == Evolution::V1::Union::TableA ? static_cast<const Evolution::V1::TableA *>(c()) … 265 …return c_type() == Evolution::V1::Union::TableB ? static_cast<const Evolution::V1::TableB *>(c()) … 304 VerifyUnion(verifier, c(), c_type()) && 348 void add_c_type(Evolution::V1::Union c_type) { 349 fbb_.AddElement<uint8_t>(Root::VT_C_TYPE, static_cast<uint8_t>(c_type), 0); 393 Evolution::V1::Union c_type = Evolution::V1::Union::NONE, 414 builder_.add_c_type(c_type); 423 Evolution::V1::Union c_type = Evolution::V1::Union::NONE, 439 c_type,
|
/third_party/glib/gobject/ |
D | gtype.h | 484 …fine G_TYPE_CHECK_INSTANCE_CAST(instance, g_type, c_type) (_G_TYPE_CIC ((instance), (g_type), c… argument 527 …fine G_TYPE_INSTANCE_GET_CLASS(instance, g_type, c_type) (_G_TYPE_IGC ((instance), (g_type), c… argument 540 …ne G_TYPE_INSTANCE_GET_INTERFACE(instance, g_type, c_type) (_G_TYPE_IGI ((instance), (g_type), c_t… argument 553 …define G_TYPE_CHECK_CLASS_CAST(g_class, g_type, c_type) (_G_TYPE_CCC ((g_class), (g_type), … argument 643 #define G_TYPE_INSTANCE_GET_PRIVATE(instance, g_type, c_type) ((c_type*) g_type_instance_get_priv… argument 660 #define G_TYPE_CLASS_GET_PRIVATE(klass, g_type, c_type) ((c_type*) g_type_class_get_private ((GTy… argument
|
/third_party/mesa3d/src/intel/perf/ |
D | gen_perf.py | 335 def sizeof(c_type): argument 336 return c_type_sizes[c_type] 401 c_type = data_type 403 if "uint" in c_type: 404 c_type = c_type + "_t" 430 current_offset = pot_align(current_offset, sizeof(c_type)) 437 return current_offset + sizeof(c_type)
|
/third_party/ltp/testcases/kernel/syscalls/fcntl/ |
D | fcntl14.c | 78 short c_type; member 614 flock.l_type = thiscase->c_type; in dochild() 700 flock.l_type = thiscase->c_type; in dochild() 819 if ((thiscase->c_type) == SKIP) { in run_test() 833 if (self_exec(argv0, "nddddddddd", 2, thiscase->c_type, in run_test() 952 maybe_run_child(&dochild, "nddddddddd", 2, &thiscase->c_type, in main() 1084 if (self_exec(argv0, "nddddddddd", 2, thiscase->c_type, in main()
|
/third_party/boost/boost/spirit/home/classic/phoenix/ |
D | tuples.hpp | 211 typedef typename TupleT::c_type type; 467 typedef nil_t c_type; typedef 629 typedef C c_type; typedef 671 typedef C c_type; typedef D d_type; typedef 713 typedef C c_type; typedef D d_type; typedef 760 typedef C c_type; typedef D d_type; typedef 808 typedef C c_type; typedef D d_type; typedef 858 typedef C c_type; typedef D d_type; typedef 909 typedef C c_type; typedef D d_type; typedef 961 typedef C c_type; typedef D d_type; typedef [all …]
|
/third_party/boost/libs/multiprecision/performance/ |
D | arithmetic_backend.hpp | 118 typedef typename boost::common_type<R, Arithmetic>::type c_type; in eval_convert_to() typedef 119 …BOOST_CONSTEXPR const c_type max = static_cast<c_type>((std::numeric_l… in eval_convert_to() 120 …BOOST_CONSTEXPR const c_type min = static_cast<c_type>((std::numeric_l… in eval_convert_to() 121 …c_type ct = static_cast<c_type>(backend.data()); in eval_convert_to()
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/ |
D | gstglshader.c | 836 #define set_uniform_v(gl_suffix, c_type, debug_stride, debug_str, ...) \ argument 839 const gchar * name, guint count, const c_type * value) \ 844 const c_type * item = &value[i * debug_stride]; \ 867 #define set_uniform_v(gl_suffix, c_type, debug_stride, debug_str, args...) \ argument 870 const gchar * name, guint count, const c_type * value) \ 875 const c_type * item = &value[i * debug_stride]; \
|
/third_party/jerryscript/tests/unit-core/ |
D | test-api.c | 125 #define JERRY_NATIVE_HANDLE_INFO_FOR_CTYPE(c_type) _jerry_object_native_info_##c_type argument 130 #define JERRY_DEFINE_NATIVE_HANDLE_INFO(c_type, native_free_cb) \ argument 131 static const jerry_object_native_info_t JERRY_NATIVE_HANDLE_INFO_FOR_CTYPE (c_type) = \
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_expression_operation.py | 27 def __init__(self, c_type, union_field, glsl_type): argument 28 self.c_type = c_type
|
/third_party/mesa3d/src/mapi/ |
D | mapi_abi.py | 113 c_type = m.group('type').strip() 118 return (c_type, c_name, c_array)
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder_accessor_expression_test.cc | 698 auto* c_type = Structure("C", {Member("baz", ty.vec3<f32>())}); in TEST_F() local 700 auto* b_type = Structure("B", {Member("bar", ty.Of(c_type))}); in TEST_F()
|
/third_party/mesa3d/src/compiler/nir/ |
D | nir_algebraic.py | 152 def c_type(self): member in Value 215 return "static const {} {} = {}\n".format(self.c_type, self.name,
|
D | nir.h | 4265 #define NIR_SRC_AS_(name, c_type, type_enum, cast_macro) \ argument 4266 static inline c_type * \
|
/third_party/spirv-tools/source/val/ |
D | validate_extensions.cpp | 2121 const uint32_t c_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local 2135 if (!_.IsIntScalarOrVectorType(c_type)) { in ValidateExtInst() 2141 if (num_components != _.GetDimension(c_type)) { in ValidateExtInst() 2148 if (_.GetBitWidth(result_type) != _.GetBitWidth(c_type)) { in ValidateExtInst()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_extensions.cpp | 2158 const uint32_t c_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local 2172 if (!_.IsIntScalarOrVectorType(c_type)) { in ValidateExtInst() 2178 if (num_components != _.GetDimension(c_type)) { in ValidateExtInst() 2185 if (_.GetBitWidth(result_type) != _.GetBitWidth(c_type)) { in ValidateExtInst()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_extensions.cpp | 2158 const uint32_t c_type = _.GetOperandTypeId(inst, 6); in ValidateExtInst() local 2172 if (!_.IsIntScalarOrVectorType(c_type)) { in ValidateExtInst() 2178 if (num_components != _.GetDimension(c_type)) { in ValidateExtInst() 2185 if (_.GetBitWidth(result_type) != _.GetBitWidth(c_type)) { in ValidateExtInst()
|
/third_party/flatbuffers/tests/ |
D | test.cpp | 2586 TEST_ASSERT(root_v1_viewed_from_v2->c_type() == Evolution::V2::Union::TableB); in EvolutionTest() 2595 TEST_EQ(static_cast<uint8_t>(root_v2_viewed_from_v1->c_type()), 3); in EvolutionTest()
|
/third_party/python/Lib/test/ |
D | test_decimal.py | 5639 c_type = getattr(C, ty) 5644 c_func = getattr(c_type, attr) 5674 getattr(c_type(9), attr)(*args, **kwds)
|
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_output.c | 3569 sctp_find_cmsg(int c_type, void *data, struct mbuf *control, size_t cpsize) argument 3606 ((c_type == cmh.cmsg_type) || 3607 ((c_type == SCTP_SNDRCV) && 3611 if (c_type == cmh.cmsg_type) {
|