Searched defs:codeSize (Results 1 – 3 of 3) sorted by relevance
111 int32_t codeSize = sizeof(g_devMgrCode) / sizeof(g_devMgrCode[0]); in LLVMFuzzerTestOneInput() local
113 int32_t codeSize = sizeof(servmgrCode) / sizeof(servmgrCode[0]); in LLVMFuzzerTestOneInput() local
510 static int WpaCliCmdGetCountryCode(WifiWpaStaInterface *this, char *countryCode, int codeSize) in WpaCliCmdGetCountryCode()