Home
last modified time | relevance | path

Searched refs:type (Results 1 – 25 of 1792) sorted by relevance

12345678910>>...72

/reactos/sdk/tools/widl/
H A Dtypetree.h75 type = type_get_real_type(type); in type_basic_get_type()
77 return type->details.basic.type; in type_basic_get_type()
82 type = type_get_real_type(type); in type_basic_get_sign()
89 type = type_get_real_type(type); in type_struct_get_fields()
96 type = type_get_real_type(type); in type_function_get_args()
103 type = type_get_real_type(type); in type_function_get_retval()
115 type = type_get_real_type(type); in type_enum_get_values()
122 type = type_get_real_type(type); in type_union_get_switch_value()
129 type = type_get_real_type(type); in type_encapsulated_union_get_fields()
138 type = type_get_real_type(type); in type_union_get_cases()
[all …]
H A Dtypegen.c263 assert(is_ptr(type) || is_array(type)); in get_pointer_fc()
1614 if (is_ptr(type) || (is_array(type) && type_array_is_decl_as_ptr(type))) in write_conf_or_var_desc()
3490 const type_t *base = is_ptr(type) ? type_pointer_get_ref(type) : type; in write_ip_tfs()
3990 type_t *type = var->type; in print_phase_basetype() local
4021 const type_t *ref = is_ptr(type) ? type_pointer_get_ref(type) : type; in print_phase_basetype()
4132 const type_t *type = var->type; in write_parameter_conf_or_var_exprs() local
4184 type = type_pointer_get_ref(type); in write_parameter_conf_or_var_exprs()
4206 const type_t *type = var->type; in write_remoting_arg() local
4209 if (is_ptr(type) || is_array(type)) in write_remoting_arg()
4712 for (type = var->type; in assign_stub_out_args()
[all …]
H A Dparser.y286 %type <type> type
1353 declspec->type = type; in make_decl_spec()
1397 a->type = type; in make_attr()
1405 a->type = type; in make_attrv()
1413 a->type = type; in make_attrp()
1827 v->type = src->type; in copy_var()
1944 nt->type = type; in reg_type()
3002 stmt->type = type; in make_statement()
3009 stmt->u.type = type; in make_statement_type_decl()
3016 stmt->u.type = type; in make_statement_reference()
[all …]
H A Dexpr.c115 e->type = type; in make_expr()
126 e->type = type; in make_exprl()
144 e->type = type; in make_exprd()
156 e->type = type; in make_exprs()
203 e->type = type; in make_exprt()
255 e->type = type; in make_expr1()
289 e->type = type; in make_expr2()
377 e->type = type; in make_expr3()
477 type = field->type; in find_identifier()
871 if (a->type != b->type) in compare_expr()
[all …]
H A Dheader.c72 type_t *type = var->type; in is_ptrchain_attr() local
78 type = type_alias_get_aliasee(type); in is_ptrchain_attr()
80 type = type_pointer_get_ref(type); in is_ptrchain_attr()
605 if (type_is_alias( type )) type = type_alias_get_aliasee( type ); in get_context_handle_offset()
606 else if (is_ptr( type )) type = type_pointer_get_ref( type ); in get_context_handle_offset()
625 if (type_is_alias( type )) type = type_alias_get_aliasee( type ); in get_generic_handle_offset()
626 else if (is_ptr( type )) type = type_pointer_get_ref( type ); in get_generic_handle_offset()
647 type_t *type = v->type; in check_for_additional_prototype_types() local
708 type = type_alias_get_aliasee(type); in check_for_additional_prototype_types()
710 type = type_pointer_get_ref(type); in check_for_additional_prototype_types()
[all …]
/reactos/modules/rostests/apitests/advapi32/
H A DRegQueryValueExW.c73 type = 666; in START_TEST()
83 type = 666; in START_TEST()
95 type = 666; in START_TEST()
105 type = 666; in START_TEST()
117 type = 666; in START_TEST()
127 type = 666; in START_TEST()
137 type = 666; in START_TEST()
149 type = 666; in START_TEST()
160 type = 666; in START_TEST()
172 type = 666; in START_TEST()
[all …]
/reactos/modules/rostests/winetests/kernel32/
H A Ddrive.c35 UINT type; in test_GetDriveTypeA() local
43 ok(type > DRIVE_UNKNOWN && type <= DRIVE_RAMDISK, in test_GetDriveTypeA()
49 drive[0], type); in test_GetDriveTypeA()
64 …ok(type > DRIVE_NO_ROOT_DIR && type <= DRIVE_RAMDISK, "got %u for drive spec '%s'\n", type, drive); in test_GetDriveTypeA()
68 ok(type == DRIVE_NO_ROOT_DIR, "got %u for drive spec '%s'\n", type, drive); in test_GetDriveTypeA()
72 ok(type == DRIVE_NO_ROOT_DIR, "got %u for drive spec '%s'\n", type, drive); in test_GetDriveTypeA()
76 ok(type == DRIVE_NO_ROOT_DIR, "got %u for drive spec '%s'\n", type, drive); in test_GetDriveTypeA()
80 ok(type == DRIVE_NO_ROOT_DIR, "got %u for drive spec '%s'\n", type, drive); in test_GetDriveTypeA()
88 UINT type; in test_GetDriveTypeW() local
96 ok(type > DRIVE_UNKNOWN && type <= DRIVE_RAMDISK, in test_GetDriveTypeW()
[all …]
/reactos/dll/win32/gdiplus/
H A Dimageattributes.c120 type >= ColorAdjustTypeCount || type == ColorAdjustTypeDefault) in GdipGetImageAttributesAdjustedPalette()
124 type, PixelFormat32bppARGB); in GdipGetImageAttributesAdjustedPalette()
213 imageAttr->gamma[type] = gamma; in GdipSetImageAttributesGamma()
219 ColorAdjustType type, BOOL enableFlag) in GdipSetImageAttributesNoOp() argument
223 if (type >= ColorAdjustTypeCount) in GdipSetImageAttributesNoOp()
245 ColorAdjustType type, BOOL enableFlag, in GdipSetImageAttributesOutputChannelColorProfile() argument
311 ColorAdjustType type) in GdipSetImageAttributesToIdentity() argument
315 TRACE("(%p,%u)\n", imageAttr, type); in GdipSetImageAttributesToIdentity()
324 ColorAdjustType type) in GdipResetImageAttributes() argument
326 TRACE("(%p,%u)\n", imageAttr, type); in GdipResetImageAttributes()
[all …]
/reactos/dll/directx/wine/d3dcompiler_43/
H A Dutils.c818 type->type = type_class; in new_hlsl_type()
837 type->e.array.type = basic_type; in new_array_type()
888 if (t1->type != t2->type) in compare_hlsl_types()
949 type->type = old->type; in clone_hlsl_type()
958 type->e.array.type = old->e.array.type; in clone_hlsl_type()
1215 type = t2->type; in expr_common_type()
1221 type = t1->type; in expr_common_type()
1246 type = t1->type; in expr_common_type()
1260 type = t2->type; in expr_common_type()
1580 if (t1->type != t2->type) in compare_param_hlsl_types()
[all …]
H A Dhlsl.y626 if ((type->type == HLSL_CLASS_STRUCT || type->type == HLSL_CLASS_ARRAY) in declare_vars()
711 field->type = type; in gen_struct_fields()
737 type->type = HLSL_CLASS_STRUCT; in new_struct_type()
739 type->dimx = type->dimy = 1; in new_struct_type()
778 if (type->type != HLSL_CLASS_MATRIX) in add_typedef()
855 reg_res->type = type; in parse_reg_reservation()
1015 %type <type> base_type
1016 %type <type> type
1020 %type <type> struct_spec
1021 %type <type> named_struct_spec
[all …]
H A Dppy.y46 r.type = v1.type; \
57 r.type = v1.type; \
68 r.type = v1.type; \
401 switch(v->type)
415 switch(v->type) in cast_to_uint()
540 ma->type = type; in new_marg()
585 mt->type = type; in new_mtext()
598 if(tail->type == exp_text && mtp->type == exp_text) in combine_mtext()
611 if(tail->type == exp_concat && mtp->type == exp_concat) in combine_mtext()
617 if(tail->type == exp_concat && mtp->type == exp_text) in combine_mtext()
[all …]
/reactos/sdk/include/psdk/
H A Dgdiplusimageattributes.h44 ClearColorKey(ColorAdjustType type = ColorAdjustTypeDefault)
57 ClearColorMatrix(ColorAdjustType type = ColorAdjustTypeDefault)
64 ClearGamma(ColorAdjustType type = ColorAdjustTypeDefault)
70 ClearNoOp(ColorAdjustType type = ColorAdjustTypeDefault)
90 ClearRemapTable(ColorAdjustType type = ColorAdjustTypeDefault)
96 ClearThreshold(ColorAdjustType type = ColorAdjustTypeDefault)
130 Reset(ColorAdjustType type = ColorAdjustTypeDefault)
153 ColorAdjustType type = ColorAdjustTypeDefault)
163 ColorAdjustType type = ColorAdjustTypeDefault)
176 SetNoOp(ColorAdjustType type = ColorAdjustTypeDefault)
[all …]
/reactos/dll/win32/dbghelp/
H A Dtype.c121 switch (type->tag) in symt_get_address()
177 type->hash_elt.name && !strcmp(type->hash_elt.name, typename)) in symt_find_type_by_name()
436 sym->type = ref; in symt_new_typedef()
578 switch (type->tag) in symt_get_info()
600 switch (type->tag) in symt_get_info()
631 switch (type->tag) in symt_get_info()
652 switch (type->tag) in symt_get_info()
702 switch (type->tag) in symt_get_info()
727 switch (type->tag) in symt_get_info()
739 switch (type->tag) in symt_get_info()
[all …]
/reactos/sdk/lib/crt/wine/
H A Dcppexcept.h162 & type ##_type_info, \
164 sizeof(type), \
171 & type ## _cxx_type_info, \
181 & type ## _type_info_table \
192 sizeof(type), \
212 static void init_ ## type ## _cxx(char *base) \
214 type ## _cxx_type_info.type_info = (char *)&type ## _type_info - base; \
215 type ## _cxx_type_info.copy_ctor = (char *)MSVCRT_ ## type ## _copy_ctor - base; \
216 type ## _type_info_table.info[0] = (char *)&type ## _cxx_type_info - base; \
219 type ## _exception_type.destructor = (char *)MSVCRT_ ## type ## _dtor - base; \
[all …]
/reactos/dll/win32/riched20/
H A Dlist.c50 return type == diRun || type == diParagraph; in ME_DITypesEqual()
52 return type == diRun || type == diStartRow; in ME_DITypesEqual()
54 return type == diTextEnd || type == diParagraph; in ME_DITypesEqual()
56 return type == diStartRow || type == diParagraph; in ME_DITypesEqual()
58 return type == diStartRow || type == diParagraph || type == diTextEnd; in ME_DITypesEqual()
60 return type == diRun || type == diParagraph || type == diTextEnd; in ME_DITypesEqual()
74 while (p->type != diTextEnd) in ME_NextRun()
148 switch(type) in ME_GetDITypeName()
164 if (item->type==diRun) in ME_DestroyDisplayItem()
182 item->type = type; in ME_MakeDI()
[all …]
/reactos/dll/win32/winmm/
H A Dlolvldrv.c61 UINT MMDRV_GetNum(UINT type) in MMDRV_GetNum() argument
63 TRACE("(%04x)\n", type); in MMDRV_GetNum()
64 assert(type < MMDRV_MAX); in MMDRV_GetNum()
146 mld->type = type; in MMDRV_Alloc()
266 if (mld && mld->type != type) mld = NULL; in MMDRV_Get()
392 llTypes[type].typestr, llTypes[type].nMapper, lpDrv->drvname); in MMDRV_InitPerType()
420 llTypes[type].lpMlds[-1].type = type; in MMDRV_InitPerType()
421 llTypes[type].lpMlds[-1].mmdIndex = llTypes[type].nMapper; in MMDRV_InitPerType()
425 while (MMDrvs[i].parts[type].nIDMin <= k && k < MMDrvs[i].parts[type].nIDMax) { in MMDRV_InitPerType()
428 llTypes[type].lpMlds[k].type = type; in MMDRV_InitPerType()
[all …]
/reactos/sdk/lib/rossym_new/
H A Dfind.c141 DwarfSym type = { }; in RosSymAggregate() local
154 (type.attrs.tag != TagStructType && type.attrs.tag != TagUnionType)) in RosSymAggregate()
160 werrstr("type %s (want %s) type %x\n", type.attrs.name, Type, type.attrs.type); in RosSymAggregate()
162 if (type.attrs.have.type) { in RosSymAggregate()
163 if (dwarfseeksym(RosSymInfo, unit, type.attrs.type, &inner) == -1) in RosSymAggregate()
165 type = inner; in RosSymAggregate()
217 memset(&type, 0, sizeof(type)); in RosSymAggregate()
224 while (type.attrs.have.type && type.attrs.tag != TagPointerType) { in RosSymAggregate()
225 if (dwarfseeksym(RosSymInfo, unit, type.attrs.type, &inner) == -1) in RosSymAggregate()
227 type = inner; in RosSymAggregate()
[all …]
/reactos/modules/rostests/winetests/shlwapi/
H A Dgenerated.c32 # define _TYPE_ALIGNMENT(type) __alignof(type) argument
34 # define _TYPE_ALIGNMENT(type) __alignof__(type) argument
55 #define TEST_TYPE_SIZE(type, size) C_ASSERT(sizeof(type) == size); argument
58 # define TEST_TYPE_ALIGN(type, align) C_ASSERT(TYPE_ALIGNMENT(type) == align); argument
64 # define TEST_TARGET_ALIGN(type, align) C_ASSERT(_TYPE_ALIGNMENT(*(type)0) == align); argument
65 # define TEST_FIELD_ALIGN(type, field, align) C_ASSERT(_TYPE_ALIGNMENT(((type*)0)->field) == align… argument
71 #define TEST_FIELD_OFFSET(type, field, offset) C_ASSERT(FIELD_OFFSET(type, field) == offset); argument
73 #define TEST_TARGET_SIZE(type, size) TEST_TYPE_SIZE(*(type)0, size) argument
74 #define TEST_FIELD_SIZE(type, field, size) TEST_TYPE_SIZE((((type*)0)->field), size) argument
75 #define TEST_TYPE_SIGNED(type) C_ASSERT((type) -1 < 0); argument
[all …]
/reactos/sdk/lib/3rdparty/libmpg123/
H A Doptimize.c145 type == mmx in decclass()
146 || type == sse in decclass()
151 || type == neon in decclass()
153 || type == avx in decclass()
176 enum optdec type; in sse_or_vintage() local
182 type = sse; in sse_or_vintage()
184 return type; in sse_or_vintage()
331 type = idrei; in find_dectype()
335 type = generic; in find_dectype()
342 type = ivier; in find_dectype()
[all …]
/reactos/base/services/nfsd/
H A Dtree.h122 struct type *name##_SPLAY_INSERT(struct name *, struct type *); \
123 struct type *name##_SPLAY_REMOVE(struct name *, struct type *); \
162 struct type * \
186 struct type * \
387 attr void name##_RB_REMOVE_COLOR(struct name *, struct type *, struct type *);\
388 attr struct type *name##_RB_REMOVE(struct name *, struct type *); \
389 attr struct type *name##_RB_INSERT(struct name *, struct type *); \
390 attr struct type *name##_RB_FIND(struct name *, struct type *); \
391 attr struct type *name##_RB_NFIND(struct name *, struct type *); \
392 attr struct type *name##_RB_NEXT(struct type *); \
[all …]
/reactos/modules/rostests/apitests/kernel32/
H A DJapaneseCalendar.c35 CALTYPE type; in START_TEST() local
143 type = CAL_SABBREVERASTRING; in START_TEST()
150 type = CAL_SCALNAME; in START_TEST()
157 type = CAL_SERASTRING; in START_TEST()
164 type = CAL_SLONGDATE; in START_TEST()
171 type = CAL_SSHORTDATE; in START_TEST()
196 type = CAL_SABBREVERASTRING; in START_TEST()
209 type = CAL_SCALNAME; in START_TEST()
216 type = CAL_SERASTRING; in START_TEST()
224 type = CAL_SLONGDATE; in START_TEST()
[all …]
/reactos/drivers/filesystems/udfs/Include/
H A Dmem_tools.h86 #define MyFixMemType(type) NonPagedPool argument
88 #define MyFixMemType(type) (type) argument
95 …#define MyAllocatePool__(type,size) MyAllocatePool(MyFixMemType(type), MyAlignSize__(size), UDF_BU… argument
96 …#define MyAllocatePoolTag__(type,size,tag) MyAllocatePool(MyFixMemType(type), MyAlignSize__(size),… argument
98 …#define MyAllocatePool__(type,size) MyAllocatePool(MyFixMemType(type), MyAlignSize__(size), UDF_BU… argument
99 …#define MyAllocatePoolTag__(type,size,tag) MyAllocatePool(MyFixMemType(type), MyAlignSize__(size),… argument
103 … #define MyAllocatePool__(type,size) MyAllocatePool(MyFixMemType(type), MyAlignSize__(size), NULL) argument
104 …#define MyAllocatePoolTag__(type,size,tag) MyAllocatePool(MyFixMemType(type), MyAlignSize__(size),… argument
106 #define MyAllocatePool__(type,size) MyAllocatePool(MyFixMemType(type), MyAlignSize__(size)) argument
107 … #define MyAllocatePoolTag__(type,size,tag) MyAllocatePool(MyFixMemType(type), MyAlignSize__(size)) argument
[all …]
/reactos/dll/win32/msi/
H A Dformat.c74 int type; member
126 if (str->type == type) in stack_find()
429 str->type = type; in format_lex()
471 str->type = type; in format_lex()
541 ret->type = type; in format_replace()
610 *type = content->type; in replace_stack_group()
633 *type = stack_peek(values)->type; in replace_stack_prop()
650 content->type = *type; in replace_stack_prop()
687 type = node->type; in replace_stack()
711 type = top->type; in replace_stack()
[all …]
/reactos/dll/opengl/glu32/src/libnurbs/internals/
H A Darc.h66 long type; /* curve type */ variable
84 inline void setbezier() { type |= bezier_tag; } in setbezier()
91 inline long ismarked() { return type & arc_tag; } in ismarked()
92 inline void setmark() { type |= arc_tag; } in setmark()
93 inline void clearmark() { type &= (~arc_tag); } in clearmark()
94 inline void clearside() { type &= ~(0x7 << 8); } in clearside()
97 inline int getitail() { return type & tail_tag; } in getitail()
98 inline void setitail() { type |= tail_tag; } in setitail()
99 inline void clearitail() { type &= (~tail_tag); } in clearitail()
116 type = j->type; in Arc()
[all …]
/reactos/dll/win32/wbemprox/
H A Dquery.c78 view->type = type; in create_view()
421 *type = table->columns[column].type & CIM_TYPE_MASK; in eval_unary()
436 *type = table->columns[column].type & CIM_TYPE_MASK; in eval_propval()
965 if (type) *type = CIM_STRING; in get_system_propval()
975 if (type) *type = CIM_SINT32; in get_system_propval()
985 if (type) *type = CIM_STRING; in get_system_propval()
995 if (type) *type = CIM_STRING; in get_system_propval()
1005 if (type) *type = CIM_SINT32; in get_system_propval()
1015 if (type) *type = CIM_STRING; in get_system_propval()
1025 if (type) *type = CIM_STRING; in get_system_propval()
[all …]

12345678910>>...72