Home
last modified time | relevance | path

Searched refs:UINT8_BIT (Results 1 - 3 of 3) sorted by relevance

/developtools/syscap_codec/src/
H A Dcreate_pcid.c40 #define UINT8_BIT 8 macro
92 sectorOfBits = (osCapIndex->valueint) / UINT8_BIT; in SetOsSyscap()
93 posOfBits = (osCapIndex->valueint) % UINT8_BIT; in SetOsSyscap()
310 uint16_t indexOfSyscap[OS_SYSCAP_BYTES * UINT8_BIT] = {0}; in GetOsSyscap()
327 for (j = 0; j < UINT8_BIT; j++) { in GetOsSyscap()
329 indexOfSyscap[countOfSyscap++] = i * UINT8_BIT + j; in GetOsSyscap()
625 uint16_t index[OS_SYSCAP_BYTES * UINT8_BIT] = {0}; in AddOsSyscapToJsonObj()
627 for (j = 0; j < UINT8_BIT; j++) { in AddOsSyscapToJsonObj()
629 index[osSyscapCount++] = i * UINT8_BIT + j; in AddOsSyscapToJsonObj()
H A Dsyscap_tool.c41 #define UINT8_BIT 8 macro
313 sector = index[i] / UINT8_BIT; in SetOsSysCapBitMap()
314 pos = index[i] % UINT8_BIT; in SetOsSysCapBitMap()
/developtools/syscap_codec/interfaces/inner_api/
H A Dsyscap_interface.c42 #define UINT8_BIT 8 macro
276 sector = index[i] / UINT8_BIT; in SetOsSysCapBitMap()
277 pos = index[i] % UINT8_BIT; in SetOsSysCapBitMap()

Completed in 4 milliseconds