Searched refs:total (Results 1 – 4 of 4) sorted by relevance
196 size_t total = (hwcaps_counts.count * (strlen (GLIBC_HWCAPS_PREFIX) + 1) in _dl_important_hwcaps() local233 total += temp[0].len + 1; in _dl_important_hwcaps()236 total += temp[0].len + temp[cnt - 1].len + 2; in _dl_important_hwcaps()239 total <<= 1; in _dl_important_hwcaps()241 total += temp[n].len + 1; in _dl_important_hwcaps()244 || total + (sizeof (*result) << 3) in _dl_important_hwcaps()249 total <<= cnt - 3; in _dl_important_hwcaps()259 = malloc (*sz * sizeof (*result) + total); in _dl_important_hwcaps()
531 size_t total = 0; in _dl_allocate_tls_init() local555 for (cnt = total == 0 ? 1 : 0; cnt < listp->len; ++cnt) in _dl_allocate_tls_init()561 if (total + cnt > GL(dl_tls_max_dtv_idx)) in _dl_allocate_tls_init()581 assert (map->l_tls_modid == total + cnt); in _dl_allocate_tls_init()602 total += cnt; in _dl_allocate_tls_init()603 if (total > GL(dl_tls_max_dtv_idx)) in _dl_allocate_tls_init()764 size_t total = 0; in _dl_update_slotinfo() local772 for (size_t cnt = total == 0 ? 1 : 0; cnt < listp->len; ++cnt) in _dl_update_slotinfo()774 size_t modid = total + cnt; in _dl_update_slotinfo()822 total += listp->len; in _dl_update_slotinfo()[all …]
391 size_t total; in expand_dynamic_string_token() local402 total = DL_DST_REQUIRED (l, input, strlen (input), cnt); in expand_dynamic_string_token()405 result = (char *) malloc (total + 1); in expand_dynamic_string_token()
2861 hp_timing_t total) in print_statistics_item() argument2867 char *cp = _itoa ((1000ULL * time) / total, relative + sizeof (relative), in print_statistics_item()
Completed in 12 milliseconds