Searched defs:_Name (Results 1 – 2 of 2) sorted by relevance
421 struct _Name { struct422 struct _Property *prop; /* List of properties */423 char *string_mb; /* Multi-byte name string */424 struct {426 } hash;427 struct {437 } stat;441 short colon_splits;445 short temp_file_number;449 short conditional_cnt;[all …]
254 #define EISA_ID(_Name, _Num) ((UINT32)((_Name) | (_Num) << 16)) argument