Searched refs:realValue (Results 1 – 1 of 1) sorted by relevance
243 double realValue = cJSON_GetNumberValue(jsonObjTmp); in GetUnsignedIntFromJson() local244 if (realValue < 0) { in GetUnsignedIntFromJson()245 int32_t tmpValue = (int32_t)realValue; in GetUnsignedIntFromJson()248 *value = (uint32_t)realValue; in GetUnsignedIntFromJson()