Searched refs:osCapIndex (Results 1 – 1 of 1) sorted by relevance
178 cJSON *osCapIndex = NULL; in CreatePCID() local256 osCapIndex = cJSON_GetObjectItem(allOsSyscapObj, jsonArrayItem->valuestring); in CreatePCID()257 if (osCapIndex == NULL) { in CreatePCID()262 sectorOfBits = (osCapIndex->valueint) / UINT8_BIT; in CreatePCID()263 posOfBits = (osCapIndex->valueint) % UINT8_BIT; in CreatePCID()