Searched refs:abs_size (Results 1 - 1 of 1) sorted by relevance
/external/qemu/hw/ | ||
H A D | goldfish_events_device.c | 474 const int abs_size = sizeof(uint32_t) * s->abs_info_count; local 475 s->abs_info = malloc(abs_size); 476 memset(s->abs_info, 0, abs_size); |
Completed in 95 milliseconds