/external/python/cpython2/Modules/_ctypes/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 | 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()
|
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()
|
/external/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 | 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()
|
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()
|
/external/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()
|
/external/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 …]
|
/external/llvm-project/lldb/test/API/python_api/sbtype_typeclass/ |
D | main.m | 11 //% s_type = s.GetType() 12 //% typeClass = s_type.GetTypeClass()
|
/external/mesa3d/src/gallium/drivers/llvmpipe/ |
D | lp_bld_depth.c | 622 struct lp_type s_type = zs_type; in lp_build_depth_stencil_load_swizzled() local 629 s_type.width = s_type.width / 2; in lp_build_depth_stencil_load_swizzled() 630 s_type.floating = 0; in lp_build_depth_stencil_load_swizzled() 644 lp_build_vec_type(gallivm, s_type), ""); in lp_build_depth_stencil_load_swizzled() 844 struct lp_type s_type; in lp_build_depth_stencil_test() local 925 s_type = lp_int_type(z_type); in lp_build_depth_stencil_test() 926 lp_build_context_init(&s_bld, gallivm, s_type); in lp_build_depth_stencil_test() 959 LLVMValueRef shift = lp_build_const_int_vec(gallivm, s_type, s_shift); in lp_build_depth_stencil_test() 965 LLVMValueRef mask = lp_build_const_int_vec(gallivm, s_type, s_mask); in lp_build_depth_stencil_test()
|
D | lp_state_fs.c | 761 struct lp_type s_type = zs_type; in generate_fs_loop() local 765 s_type.width = type.width; in generate_fs_loop() 769 s_type.width = s_type.width / 2; in generate_fs_loop() 770 s_type.floating = 0; in generate_fs_loop() 778 s_fb_store = lp_build_array_alloca(gallivm, lp_build_vec_type(gallivm, s_type), in generate_fs_loop()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | conv_constants.cc | 168 const std::string s_type = absl::StrCat("FLT", s_count); in GenerateConvolutionConstantCode() local 189 c += " " + s_type + " src = args.src_tensor.Read(" + s_x + ", " + in GenerateConvolutionConstantCode() 192 c += " " + s_type + " src = x_out || y_out ? "; in GenerateConvolutionConstantCode() 193 c += "(" + s_type + ")(0.0) : args.src_tensor.Read(" + s_x + ", " + in GenerateConvolutionConstantCode()
|
/external/rust/crates/nix/src/sys/socket/ |
D | sockopt.rs | 673 let s_type = getsockopt(s, super::SockType).unwrap(); in is_socket_type_dgram() localVariable 674 assert_eq!(s_type, SockType::Datagram); in is_socket_type_dgram()
|
/external/libabigail/tests/data/test-read-dwarf/ |
D | PR25007-sdhci.ko.abi | 1914 …<var-decl name='s_type' type-id='type-id-451' visibility='default' filepath='/ws/android/kernel/ao…
|
/external/libabigail/tests/data/test-diff-filter/ |
D | test-PR27569-v1.abi | 6405 …<var-decl name="s_type" type-id="21e53d44" visibility="default" filepath="include/linux/fs.h" line… 72027 …<var-decl name="s_type" type-id="21e53d44" visibility="default" filepath="include/linux/fs.h" line…
|
D | test-PR27569-v0.abi | 6405 …<var-decl name="s_type" type-id="21e53d44" visibility="default" filepath="include/linux/fs.h" line… 72013 …<var-decl name="s_type" type-id="21e53d44" visibility="default" filepath="include/linux/fs.h" line…
|