Lines Matching defs:count
157 uint32_t count = 0;
162 if (count < maxCount) {
163 dataArray[count++] = value;
166 return count;
236 uint32_t count = cJSON_GetArraySize(configs);
237 for (unsigned int j = 0; j < count; j++) {
276 int count = cJSON_GetArraySize(obj);
277 for (int i = 0; i < count; i++) {
377 uint32_t count = GetUint32ArrayFromJson(appInfoConfig_, "msg-flags", msgFlags, ARRAY_LENGTH(msgFlags));
378 for (uint32_t j = 0; j < count; j++) {
441 printf("Start send msg thread count %d file name %s \n", threadCount_, testFileName_.c_str());