Home
last modified time | relevance | path

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

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