Searched refs:posArgCnt (Results 1 - 4 of 4) sorted by relevance

/device/google/contexthub/util/nanoapp_encr/
H A Dnanoapp_encr.c262 uint32_t posArgCnt = 0; local
300 if (posArgCnt < 2)
301 posArg[posArgCnt++] = argv[i];
311 if (!posArgCnt)
/device/google/contexthub/util/nanoapp_sign/
H A Dnanoapp_sign.c429 uint32_t posArgCnt = 0; local
470 if (posArgCnt < 2)
471 posArg[posArgCnt++] = argv[i];
481 if (!posArgCnt)
/device/google/contexthub/util/nanoapp_postprocess/
H A Dpostprocess.c648 int posArgCnt = 0; local
692 if (posArgCnt < 2)
693 posArg[posArgCnt++] = argv[i];
703 if (!posArgCnt)
H A Dpostprocess_elf.c910 int posArgCnt = 0; local
959 if (posArgCnt < 2)
960 posArg[posArgCnt++] = argv[i];
970 if (!posArgCnt)

Completed in 56 milliseconds