Searched refs:num_size (Results 1 – 2 of 2) sorted by relevance
280 size_t num_size; in bootstrap_calloc() local282 num_size = num * size; in bootstrap_calloc()283 if (unlikely(num_size == 0)) { in bootstrap_calloc()285 num_size = 1; in bootstrap_calloc()288 return a0ialloc(num_size, true, false); in bootstrap_calloc()
892 int num_size; member5850 int num_size, int null_size, const struct archive_rb_tree_ops *rbt_ops) in idr_start() argument5863 idr->num_size = num_size; in idr_start()5916 idr_extend_identifier(n, idr->num_size, idr->null_size); in idr_resolve()