/third_party/boost/libs/locale/src/encoding/ |
D | uconv_codepage.ipp | 37 … cvt_to_.reset(new to_type("UTF-8",how == skip ? impl_icu::cvt_skip : impl_icu::cvt_stop)); 64 typedef impl_icu::icu_std_converter<CharType> to_type; 67 hold_ptr<to_type> cvt_to_; 81 … cvt_to_.reset(new to_type(charset,how == skip ? impl_icu::cvt_skip : impl_icu::cvt_stop)); 108 typedef impl_icu::icu_std_converter<char> to_type; 111 hold_ptr<to_type> cvt_to_; 122 … cvt_to_.reset(new to_type(to_charset,how == skip ? impl_icu::cvt_skip : impl_icu::cvt_stop)); 149 typedef impl_icu::icu_std_converter<char> to_type; 152 hold_ptr<to_type> cvt_to_;
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_function.cpp | 140 const glsl_type *to_type; in get_parameter_match_type() local 144 to_type = actual->type; in get_parameter_match_type() 147 to_type = param->type; in get_parameter_match_type() 150 if (from_type == to_type) in get_parameter_match_type() 153 if (to_type->is_double()) { in get_parameter_match_type() 159 if (to_type->is_float()) in get_parameter_match_type()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
D | esextcGeometryShaderLayeredFramebuffer.cpp | 521 glw::GLenum to_type = (n == 0) ? GL_UNSIGNED_BYTE : (n == 1) ? GL_INT : GL_UNSIGNED_INT; in iterate() local 528 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, to_data_1); in iterate() 530 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, to_data_2); in iterate() 532 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, to_data_3); in iterate() 534 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, to_data_4); in iterate() 587 glw::GLenum to_type = GL_NONE; in iterate() local 603 to_type = GL_UNSIGNED_BYTE; in iterate() 619 to_type = GL_INT; in iterate() 635 to_type = GL_UNSIGNED_INT; in iterate() 650 TEXTURE_HEIGHT, 1 /* depth */, to_format, to_type, slice_1_data); in iterate() [all …]
|
/third_party/libnl/lib/route/qdisc/ |
D | fifo.c | 141 .to_type = RTNL_TC_TYPE_QDISC, 150 .to_type = RTNL_TC_TYPE_QDISC,
|
D | blackhole.c | 24 .to_type = RTNL_TC_TYPE_QDISC,
|
D | prio.c | 260 .to_type = RTNL_TC_TYPE_QDISC, 272 .to_type = RTNL_TC_TYPE_QDISC,
|
D | cbq.c | 170 .to_type = RTNL_TC_TYPE_QDISC, 182 .to_type = RTNL_TC_TYPE_CLASS,
|
D | ingress.c | 47 .to_type = RTNL_TC_TYPE_QDISC,
|
D | plug.c | 162 .to_type = RTNL_TC_TYPE_QDISC,
|
D | hfsc.c | 320 .to_type = RTNL_TC_TYPE_QDISC, 329 .to_type = RTNL_TC_TYPE_CLASS,
|
D | dsmark.c | 382 .to_type = RTNL_TC_TYPE_QDISC, 394 .to_type = RTNL_TC_TYPE_CLASS,
|
D | red.c | 169 .to_type = RTNL_TC_TYPE_QDISC,
|
D | sfq.c | 236 .to_type = RTNL_TC_TYPE_QDISC,
|
/third_party/libnl/src/lib/ |
D | tc.c | 116 switch (ops->to_type) { in nl_cli_tc_lookup() 128 ops->to_type); in nl_cli_tc_lookup()
|
/third_party/NuttX/fs/tmpfs/ |
D | fs_tmpfs.c | 306 if (to->to_type == TMPFS_REGULAR) in tmpfs_release_lockedobject() 828 if (to->to_type != TMPFS_DIRECTORY) in tmpfs_find_object() 922 if (to->to_type != TMPFS_REGULAR) in tmpfs_find_file() 966 if (to->to_type != TMPFS_DIRECTORY) in tmpfs_find_directory() 1592 if (to->to_type == TMPFS_DIRECTORY) in tmpfs_readdir() 1849 vp->type = to->to_type == TMPFS_REGULAR ? VNODE_TYPE_REG : VNODE_TYPE_DIR; in tmpfs_lookup() 2289 if (tde->tde_object->to_type == TMPFS_DIRECTORY) in tmpfs_rename() 2309 if (old_to->to_type == TMPFS_REGULAR && new_to->to_type == TMPFS_DIRECTORY) in tmpfs_rename() 2315 if (old_to->to_type == TMPFS_DIRECTORY && new_to->to_type == TMPFS_REGULAR) in tmpfs_rename() 2329 if (new_to->to_type == TMPFS_DIRECTORY) in tmpfs_rename() [all …]
|
D | fs_tmpfs.h | 97 uint8_t to_type; /* See enum tmpfs_objtype_e */ member
|
/third_party/boost/boost/multiprecision/detail/ |
D | generic_interconvert.hpp | 42 typedef typename canonical<l_limb_type, To>::type to_type; in generic_interconvert() typedef 53 to = static_cast<to_type>(limb); in generic_interconvert() 64 l = static_cast<to_type>(limb); in generic_interconvert() 90 typedef typename canonical<limb_type, To>::type to_type; in generic_interconvert() typedef 101 to = static_cast<to_type>(limb); in generic_interconvert() 112 l = static_cast<to_type>(limb); in generic_interconvert()
|
/third_party/flatbuffers/src/ |
D | idl_gen_kotlin.cpp | 741 std::string to_type; in FlexBufferBuilderCast() local 743 to_type = "Boolean"; in FlexBufferBuilderCast() 745 to_type = "Long"; in FlexBufferBuilderCast() 747 to_type = "Int"; in FlexBufferBuilderCast() 749 to_type = isFirst ? "Byte" : "Int"; in FlexBufferBuilderCast() 751 to_type = isFirst ? "Short" : "Int"; in FlexBufferBuilderCast() 753 to_type = "Double"; in FlexBufferBuilderCast() 755 to_type = isFirst ? "Float" : "Double"; in FlexBufferBuilderCast() 758 if (field_type != to_type) return ".to" + to_type + "()"; in FlexBufferBuilderCast()
|
/third_party/boost/boost/iostreams/detail/ |
D | codecvt_holder.hpp | 26 typedef char extern_type, to_type; typedef
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder.cc | 1496 const sem::Type* to_type, in GenerateCastOrCopyOrPassthrough() argument 1521 auto result_type_id = GenerateTypeIfNeeded(to_type); in GenerateCastOrCopyOrPassthrough() 1535 if ((from_type->Is<sem::I32>() && to_type->Is<sem::F32>()) || in GenerateCastOrCopyOrPassthrough() 1536 (from_type->is_signed_integer_vector() && to_type->is_float_vector())) { in GenerateCastOrCopyOrPassthrough() 1538 } else if ((from_type->Is<sem::U32>() && to_type->Is<sem::F32>()) || in GenerateCastOrCopyOrPassthrough() 1540 to_type->is_float_vector())) { in GenerateCastOrCopyOrPassthrough() 1542 } else if ((from_type->Is<sem::F32>() && to_type->Is<sem::I32>()) || in GenerateCastOrCopyOrPassthrough() 1544 to_type->is_signed_integer_vector())) { in GenerateCastOrCopyOrPassthrough() 1546 } else if ((from_type->Is<sem::F32>() && to_type->Is<sem::U32>()) || in GenerateCastOrCopyOrPassthrough() 1548 to_type->is_unsigned_integer_vector())) { in GenerateCastOrCopyOrPassthrough() [all …]
|
/third_party/libnl/include/netlink-private/route/ |
D | tc-api.h | 40 enum rtnl_tc_type to_type; member
|
/third_party/libnl/lib/route/act/ |
D | gact.c | 160 .to_type = RTNL_TC_TYPE_ACT,
|
D | mirred.c | 219 .to_type = RTNL_TC_TYPE_ACT,
|
/third_party/libnl/lib/route/cls/ |
D | cgroup.c | 180 .to_type = RTNL_TC_TYPE_CLS,
|
D | fw.c | 197 .to_type = RTNL_TC_TYPE_CLS,
|