Home
last modified time | relevance | path

Searched refs:num_alloc (Results 1 – 6 of 6) sorted by relevance

/openbsd/src/lib/libcrypto/stack/
Dstack.c93 s = reallocarray(ret->data, sk->num_alloc, sizeof(char *)); in sk_dup()
101 ret->num_alloc = sk->num_alloc; in sk_dup()
132 ret->num_alloc = MIN_NODES; in sk_new()
150 if (st->num_alloc <= st->num + 1) { in sk_insert()
151 s = reallocarray(st->data, st->num_alloc, 2 * sizeof(char *)); in sk_insert()
155 st->num_alloc *= 2; in sk_insert()
Dstack_local.h67 int num_alloc; member
/openbsd/src/usr.bin/systat/
Dsensors.c53 static size_t num_alloc = 0; variable
102 if (num_alloc <= sensor_cnt) { in next_sn()
104 size_t a = num_alloc + ADD_ALLOC; in next_sn()
105 if (a < num_alloc) in next_sn()
111 num_alloc = a; in next_sn()
Dnetstat.c111 static size_t num_alloc = 0; variable
153 if (num_alloc <= num_ns) { in next_ns()
155 size_t a = num_alloc + ADD_ALLOC; in next_ns()
156 if (a < num_alloc) in next_ns()
162 num_alloc = a; in next_ns()
/openbsd/src/gnu/usr.bin/gcc/gcc/config/frv/
Dfrv.c7087 int num_alloc = frv_ifcvt.cur_scratch_regs; local
7100 for (i = 0; i < num_alloc; i++)
7108 if (num_alloc >= GPR_TEMP_NUM)
7127 frv_ifcvt.scratch_regs[num_alloc] = gen_rtx_SET (VOIDmode, reg, value);
/openbsd/src/gnu/gcc/gcc/config/frv/
Dfrv.c5734 int num_alloc = frv_ifcvt.cur_scratch_regs; in frv_ifcvt_load_value() local
5747 for (i = 0; i < num_alloc; i++) in frv_ifcvt_load_value()
5755 if (num_alloc >= GPR_TEMP_NUM) in frv_ifcvt_load_value()
5774 frv_ifcvt.scratch_regs[num_alloc] = gen_rtx_SET (VOIDmode, reg, value); in frv_ifcvt_load_value()