Home
last modified time | relevance | path

Searched refs:osCapIndex (Results 1 – 1 of 1) sorted by relevance

/developtools/syscap_codec/src/
Dcreate_pcid.c178 cJSON *osCapIndex = NULL; in CreatePCID() local
256 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()