Searched refs:driOptionValue (Results 1 – 2 of 2) sorted by relevance
56 typedef union driOptionValue { union61 } driOptionValue; typedef67 driOptionValue start; /**< \brief Start */68 driOptionValue end; /**< \brief End */87 driOptionValue *values;113 driOptionValue value;
214 parseValue(driOptionValue *v, driOptionType type, const char *string) in parseValue()296 checkValue(const driOptionValue *v, const driOptionInfo *info) in checkValue()325 info->values = calloc((size_t)1 << info->tableSize, sizeof(driOptionValue)); in driParseOptionInfo()348 driOptionValue *optval = &info->values[i]; in driParseOptionInfo()383 driOptionValue v; in driParseOptionInfo()669 driOptionValue screenNum; in parseDeviceAttr()748 driOptionValue v = { ._int = data->applicationVersion }; in parseAppAttr()785 driOptionValue v = { ._int = data->engineVersion }; in parseEngineAttr()1150 cache->values = malloc(((size_t)1 << info->tableSize) * sizeof(driOptionValue)); in initOptionCache()1156 ((size_t)1 << info->tableSize) * sizeof(driOptionValue)); in initOptionCache()