Searched refs:count (Results 1 – 3 of 3) sorted by relevance
174 uint32_t count; in process_event() local194 if (event.digests.count > HASH_COUNT) { in process_event()237 count = SwapBytes32(event.digests.count); in process_event()238 memcpy(digest_array, &count, sizeof(count)); in process_event()239 digest_array += sizeof(count); in process_event()241 cmd.Header.paramSize += sizeof(count); in process_event()243 for (i = 0U; i < event.digests.count; i++) { in process_event()258 event.digests.count); in process_event()
167 uint32_t event_size, count; in event2_print() local182 count = ((event2_header_t *)ptr)->digests.count; in event2_print()183 MSG(" Digests Count : %u\n", count); in event2_print()187 assert(((uintptr_t)ptr <= (uintptr_t)end_ptr) && (count != 0U)); in event2_print()190 for (unsigned int i = 0U; i < count; ++i) { in event2_print()
217 uint32_t count; /* Count */ member
Completed in 12 milliseconds