Searched refs:s_type (Results 1 - 20 of 20) sorted by relevance

/external/libffi/testsuite/libffi.call/
H A Dva_struct2.c55 ffi_type s_type; local
68 s_type.size = 0;
69 s_type.alignment = 0;
70 s_type.type = FFI_TYPE_STRUCT;
71 s_type.elements = s_type_elements;
90 arg_types[1] = &s_type;
92 arg_types[3] = &s_type;
95 CHECK(ffi_prep_cif_var(&cif, FFI_DEFAULT_ABI, 1, 4, &s_type, arg_types) == FFI_OK);
H A Dcls_struct_va1.c51 ffi_type s_type; local
63 s_type.size = 0;
64 s_type.alignment = 0;
65 s_type.type = FFI_TYPE_STRUCT;
66 s_type.elements = s_type_elements;
85 arg_types[1] = &s_type;
87 arg_types[3] = &s_type;
H A Dva_struct1.c53 ffi_type s_type; local
66 s_type.size = 0;
67 s_type.alignment = 0;
68 s_type.type = FFI_TYPE_STRUCT;
69 s_type.elements = s_type_elements;
88 arg_types[1] = &s_type;
90 arg_types[3] = &s_type;
H A Dva_struct3.c57 ffi_type s_type; local
70 s_type.size = 0;
71 s_type.alignment = 0;
72 s_type.type = FFI_TYPE_STRUCT;
73 s_type.elements = s_type_elements;
92 arg_types[1] = &s_type;
94 arg_types[3] = &s_type;
H A Dva_1.c86 ffi_type s_type; local
110 s_type.size = 0;
111 s_type.alignment = 0;
112 s_type.type = FFI_TYPE_STRUCT;
113 s_type.elements = s_type_elements;
132 arg_types[1] = &s_type;
134 arg_types[3] = &s_type;
/external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dva_struct2.c55 ffi_type s_type; local
68 s_type.size = 0;
69 s_type.alignment = 0;
70 s_type.type = FFI_TYPE_STRUCT;
71 s_type.elements = s_type_elements;
90 arg_types[1] = &s_type;
92 arg_types[3] = &s_type;
95 CHECK(ffi_prep_cif_var(&cif, FFI_DEFAULT_ABI, 1, 4, &s_type, arg_types) == FFI_OK);
H A Dcls_struct_va1.c51 ffi_type s_type; local
63 s_type.size = 0;
64 s_type.alignment = 0;
65 s_type.type = FFI_TYPE_STRUCT;
66 s_type.elements = s_type_elements;
85 arg_types[1] = &s_type;
87 arg_types[3] = &s_type;
H A Dva_struct1.c53 ffi_type s_type; local
66 s_type.size = 0;
67 s_type.alignment = 0;
68 s_type.type = FFI_TYPE_STRUCT;
69 s_type.elements = s_type_elements;
88 arg_types[1] = &s_type;
90 arg_types[3] = &s_type;
H A Dva_struct3.c57 ffi_type s_type; local
70 s_type.size = 0;
71 s_type.alignment = 0;
72 s_type.type = FFI_TYPE_STRUCT;
73 s_type.elements = s_type_elements;
92 arg_types[1] = &s_type;
94 arg_types[3] = &s_type;
H A Dva_1.c86 ffi_type s_type; local
110 s_type.size = 0;
111 s_type.alignment = 0;
112 s_type.type = FFI_TYPE_STRUCT;
113 s_type.elements = s_type_elements;
132 arg_types[1] = &s_type;
134 arg_types[3] = &s_type;
/external/python/cpython3/Modules/_ctypes/libffi/testsuite/libffi.call/
H A Dva_struct2.c55 ffi_type s_type; local
68 s_type.size = 0;
69 s_type.alignment = 0;
70 s_type.type = FFI_TYPE_STRUCT;
71 s_type.elements = s_type_elements;
90 arg_types[1] = &s_type;
92 arg_types[3] = &s_type;
95 CHECK(ffi_prep_cif_var(&cif, FFI_DEFAULT_ABI, 1, 4, &s_type, arg_types) == FFI_OK);
H A Dcls_struct_va1.c51 ffi_type s_type; local
63 s_type.size = 0;
64 s_type.alignment = 0;
65 s_type.type = FFI_TYPE_STRUCT;
66 s_type.elements = s_type_elements;
85 arg_types[1] = &s_type;
87 arg_types[3] = &s_type;
H A Dva_struct1.c53 ffi_type s_type; local
66 s_type.size = 0;
67 s_type.alignment = 0;
68 s_type.type = FFI_TYPE_STRUCT;
69 s_type.elements = s_type_elements;
88 arg_types[1] = &s_type;
90 arg_types[3] = &s_type;
H A Dva_struct3.c57 ffi_type s_type; local
70 s_type.size = 0;
71 s_type.alignment = 0;
72 s_type.type = FFI_TYPE_STRUCT;
73 s_type.elements = s_type_elements;
92 arg_types[1] = &s_type;
94 arg_types[3] = &s_type;
H A Dva_1.c86 ffi_type s_type; local
110 s_type.size = 0;
111 s_type.alignment = 0;
112 s_type.type = FFI_TYPE_STRUCT;
113 s_type.elements = s_type_elements;
132 arg_types[1] = &s_type;
134 arg_types[3] = &s_type;
/external/mesa3d/src/compiler/glsl/
H A Dir_reader.cpp393 s_expression *s_type; local
396 s_pattern pat[] = { "declare", s_quals, s_type, s_name };
402 const glsl_type *type = read_type(s_type);
709 s_expression *s_type; local
713 s_pattern pat[] = { "expression", s_type, s_op, s_arg[0] };
724 const glsl_type *type = read_type(s_type);
937 s_expression *s_type = NULL; local
950 { "tex", s_type, s_sampler, s_coord, s_offset, s_proj, s_shadow };
952 { "lod", s_type, s_sampler, s_coord };
954 { "txf", s_type, s_sample
[all...]
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_bld_depth.c612 struct lp_type s_type = zs_type; local
619 s_type.width = s_type.width / 2;
620 s_type.floating = 0;
634 lp_build_vec_type(gallivm, s_type), "");
834 struct lp_type s_type; local
915 s_type = lp_int_type(z_type);
916 lp_build_context_init(&s_bld, gallivm, s_type);
949 LLVMValueRef shift = lp_build_const_int_vec(gallivm, s_type, s_shift);
955 LLVMValueRef mask = lp_build_const_int_vec(gallivm, s_type, s_mas
[all...]
/external/opencv/ml/src/
H A Dmlestimate.cpp457 int s_type = 0;
469 s_type = CV_MAT_TYPE (sampleIdx->type);
471 switch (s_type)
508 if (s_type < CV_32SC1)
/external/syslinux/diag/geodsp/
H A Dgeodspms.asm137 mov dword [s_type],m_EDD0
H A Dgeodsp1s.asm148 mov dword [s_type],m_EDD0

Completed in 841 milliseconds