/third_party/libffi/testsuite/libffi.call/ |
D | va_struct2.c | 55 ffi_type s_type; in main() local 68 s_type.size = 0; in main() 69 s_type.alignment = 0; in main() 70 s_type.type = FFI_TYPE_STRUCT; in main() 71 s_type.elements = s_type_elements; in main() 90 arg_types[1] = &s_type; in main() 92 arg_types[3] = &s_type; in main() 95 CHECK(ffi_prep_cif_var(&cif, FFI_DEFAULT_ABI, 1, 4, &s_type, arg_types) == FFI_OK); in main()
|
D | va_struct1.c | 53 ffi_type s_type; in main() local 66 s_type.size = 0; in main() 67 s_type.alignment = 0; in main() 68 s_type.type = FFI_TYPE_STRUCT; in main() 69 s_type.elements = s_type_elements; in main() 88 arg_types[1] = &s_type; in main() 90 arg_types[3] = &s_type; in main()
|
D | va_struct3.c | 57 ffi_type s_type; in main() local 70 s_type.size = 0; in main() 71 s_type.alignment = 0; in main() 72 s_type.type = FFI_TYPE_STRUCT; in main() 73 s_type.elements = s_type_elements; in main() 92 arg_types[1] = &s_type; in main() 94 arg_types[3] = &s_type; in main()
|
D | va_1.c | 86 ffi_type s_type; in main() local 110 s_type.size = 0; in main() 111 s_type.alignment = 0; in main() 112 s_type.type = FFI_TYPE_STRUCT; in main() 113 s_type.elements = s_type_elements; in main() 132 arg_types[1] = &s_type; in main() 134 arg_types[3] = &s_type; in main()
|
/third_party/libffi/testsuite/libffi.closures/ |
D | cls_struct_va1.c | 51 ffi_type s_type; in main() local 63 s_type.size = 0; in main() 64 s_type.alignment = 0; in main() 65 s_type.type = FFI_TYPE_STRUCT; in main() 66 s_type.elements = s_type_elements; in main() 85 arg_types[1] = &s_type; in main() 87 arg_types[3] = &s_type; in main()
|
/third_party/boost/libs/contract/test/public_function/ |
D | smoke.hpp | 26 typedef boost::contract::test::detail::counter<s_tag, std::string> s_type; typedef 56 virtual result_type& f(s_type& s, boost::contract::virtual_* v = 0) = 0; 60 result_type& t<Id>::f(s_type& s, boost::contract::virtual_* v) { in f() 65 boost::contract::old_ptr<s_type> old_s; in f() 73 old_s = BOOST_CONTRACT_OLDOF(v, s_type::eval(s)); in f() 115 virtual result_type& f(s_type& s, boost::contract::virtual_* v = 0) in f() 120 boost::contract::old_ptr<s_type> old_s; in f() 129 old_s = BOOST_CONTRACT_OLDOF(v, s_type::eval(s)); in f() 175 virtual result_type& f(s_type& s) { in f() 215 result_type& f(s_type& s, boost::contract::virtual_* v = 0) in f() [all …]
|
D | virtual_branch.cpp | 17 s_type s; s.value = "C"; in main()
|
D | throwing_body_virtual_branch.cpp | 19 s_type s; s.value = "X"; // So body will throw. in main()
|
D | smoke.cpp | 18 s_type s; s.value = "A"; in main()
|
D | throwing_body.cpp | 19 s_type s; s.value = "X"; // So body will throw. in main()
|
D | throwing_body_virtual.cpp | 20 s_type s; s.value = "X"; // So body will throw. in main()
|
D | virtual.cpp | 19 s_type s; s.value = "A"; in main()
|
/third_party/mesa3d/src/compiler/glsl/ |
D | ir_reader.cpp | 393 s_expression *s_type; in read_declaration() local 396 s_pattern pat[] = { "declare", s_quals, s_type, s_name }; in read_declaration() 402 const glsl_type *type = read_type(s_type); in read_declaration() 711 s_expression *s_type; in read_expression() local 715 s_pattern pat[] = { "expression", s_type, s_op, s_arg[0] }; in read_expression() 726 const glsl_type *type = read_type(s_type); in read_expression() 939 s_expression *s_type = NULL; in read_texture() local 952 { "tex", s_type, s_sampler, s_coord, s_offset, s_proj, s_shadow }; in read_texture() 954 { "lod", s_type, s_sampler, s_coord }; in read_texture() 956 { "txf", s_type, s_sampler, s_coord, s_offset, s_lod }; in read_texture() [all …]
|
/third_party/skia/third_party/externals/tint/src/writer/spirv/ |
D | builder_accessor_expression_test.cc | 271 auto* s_type = Structure("my_struct", {Member("inner", ty.Of(inner_struct))}); in TEST_F() local 273 auto* var = Var("ident", ty.Of(s_type)); in TEST_F() 353 auto* s_type = Structure("my_struct", {Member("inner", ty.Of(inner_struct))}); in TEST_F() local 356 Const("ident", ty.Of(s_type), in TEST_F() 357 Construct(ty.Of(s_type), Construct(ty.Of(inner_struct), 0.f, 0.f))); in TEST_F() 399 auto* s_type = Structure("Outer", {Member("inner", ty.Of(alias))}); in TEST_F() local 401 auto* var = Var("ident", ty.Of(s_type)); in TEST_F() 444 auto* s_type = Structure("my_struct", {Member("inner", ty.Of(inner_struct))}); in TEST_F() local 446 auto* var = Var("ident", ty.Of(s_type)); in TEST_F() 493 auto* s_type = Structure("my_struct", {Member("inner", ty.Of(inner_struct))}); in TEST_F() local [all …]
|
/third_party/mesa3d/src/vulkan/util/ |
D | vk_physical_device_features.py | 185 s_type = elem.attrib.get('values') 195 s_type = p.attrib.get('values') 200 feat = Feature(name=_type.attrib.get('name'), vk_type=s_type, vk_flags=flags)
|
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 623 struct lp_type s_type = zs_type; in lp_build_depth_stencil_load_swizzled() local 630 s_type.width = s_type.width / 2; in lp_build_depth_stencil_load_swizzled() 631 s_type.floating = 0; in lp_build_depth_stencil_load_swizzled() 645 lp_build_vec_type(gallivm, s_type), ""); in lp_build_depth_stencil_load_swizzled() 845 struct lp_type s_type; in lp_build_depth_stencil_test() local 926 s_type = lp_int_type(z_type); in lp_build_depth_stencil_test() 927 lp_build_context_init(&s_bld, gallivm, s_type); in lp_build_depth_stencil_test() 960 LLVMValueRef shift = lp_build_const_int_vec(gallivm, s_type, s_shift); in lp_build_depth_stencil_test() 966 LLVMValueRef mask = lp_build_const_int_vec(gallivm, s_type, s_mask); in lp_build_depth_stencil_test()
|
D | lp_state_fs.c | 778 struct lp_type s_type = zs_type; in generate_fs_loop() local 782 s_type.width = type.width; in generate_fs_loop() 786 s_type.width = s_type.width / 2; in generate_fs_loop() 787 s_type.floating = 0; in generate_fs_loop() 795 s_fb_store = lp_build_array_alloca(gallivm, lp_build_vec_type(gallivm, s_type), in generate_fs_loop()
|
/third_party/boost/boost/safe_numerics/concept/ |
D | promotion_policy.hpp | 18 using s_type = typename PP::template subtraction_result<T, U>; typedef
|
/third_party/NuttX/include/nuttx/net/ |
D | net.h | 190 uint8_t s_type; /* Protocol type: Only SOCK_STREAM or member
|