Searched refs:driOptionValue (Results 1 – 2 of 2) sorted by relevance
39 typedef union driOptionValue { union43 } driOptionValue; typedef49 driOptionValue start; /**< \brief Start */50 driOptionValue end; /**< \brief End */70 driOptionValue *values;
300 static GLboolean parseValue (driOptionValue *v, driOptionType type, in parseValue()398 static GLboolean checkValue (const driOptionValue *v, const driOptionInfo *info) { in checkValue()515 driOptionValue v; in parseEnumAttr()706 info->values = CALLOC (size * sizeof (driOptionValue)); in driParseOptionInfo()779 driOptionValue screenNum; in parseDeviceAttr()898 cache->values = MALLOC ((1<<info->tableSize) * sizeof (driOptionValue)); in initOptionCache()904 (1<<info->tableSize) * sizeof (driOptionValue)); in initOptionCache()