Home
last modified time | relevance | path

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

/developtools/syscap_codec/interfaces/inner_api/
Dsyscap_interface.c195 uint16_t countOfSyscap = 0; in DecodeOsSyscap() local
203 indexOfSyscap[countOfSyscap++] = i * CHAR_BIT + j; in DecodeOsSyscap()
208 *outputCnt = countOfSyscap; in DecodeOsSyscap()
210 strSyscap = (char (*)[SINGLE_SYSCAP_LEN])malloc(countOfSyscap * SINGLE_SYSCAP_LEN); in DecodeOsSyscap()
216 (void)memset_s(strSyscap, countOfSyscap * SINGLE_SYSCAP_LEN, \ in DecodeOsSyscap()
217 0, countOfSyscap * SINGLE_SYSCAP_LEN); in DecodeOsSyscap()
220 for (i = 0; i < countOfSyscap; i++) { in DecodeOsSyscap()
/developtools/syscap_codec/src/
Dcreate_pcid.c343 uint32_t i, j, countOfSyscap = 0; in DecodePCID() local
387 indexOfSyscap[countOfSyscap++] = i * UINT8_BIT + j; in DecodePCID()
391 for (i = 0; i < countOfSyscap; i++) { in DecodePCID()