Lines Matching defs:value
41 uint32_t value;
47 .value = (VALUE), .index = (INDEX), \
167 if (l->value < r->value)
169 else if (l->value > r->value)
176 * \brief Determines whether a given integer value exists in a constant
179 * \param[in] value The value required.
180 * \return The index of the constant register containing the value, or
181 * ROGUE_NO_CONST_REG if the value is not found.
183 size_t rogue_constreg_lookup(uint32_t value)
186 .value = value,