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

/openbsd-current/lib/libcrypto/stack/
H A Dstack_local.h67 int num_alloc; member in struct:stack_st
H A Dstack.c96 s = reallocarray(ret->data, sk->num_alloc, sizeof(char *));
104 ret->num_alloc = sk->num_alloc;
135 ret->num_alloc = MIN_NODES;
153 if (st->num_alloc <= st->num + 1) {
154 s = reallocarray(st->data, st->num_alloc, 2 * sizeof(char *));
158 st->num_alloc *= 2;
/openbsd-current/usr.bin/systat/
H A Dsensors.c52 static size_t num_alloc = 0; variable
101 if (num_alloc <= sensor_cnt) {
103 size_t a = num_alloc + ADD_ALLOC;
104 if (a < num_alloc)
110 num_alloc = a;
H A Dnetstat.c111 static size_t num_alloc = 0; variable
153 if (num_alloc <= num_ns) {
155 size_t a = num_alloc + ADD_ALLOC;
156 if (a < num_alloc)
162 num_alloc = a;
/openbsd-current/gnu/gcc/gcc/config/frv/
H A Dfrv.c5790 int num_alloc = frv_ifcvt.cur_scratch_regs;
5803 for (i = 0; i < num_alloc; i++)
5811 if (num_alloc >= GPR_TEMP_NUM)
5830 frv_ifcvt.scratch_regs[num_alloc] = gen_rtx_SET (VOIDmode, reg, value);
5734 int num_alloc = frv_ifcvt.cur_scratch_regs; local
/openbsd-current/gnu/usr.bin/gcc/gcc/config/frv/
H A Dfrv.c7145 int num_alloc = frv_ifcvt.cur_scratch_regs;
7158 for (i = 0; i < num_alloc; i++)
7166 if (num_alloc >= GPR_TEMP_NUM)
7185 frv_ifcvt.scratch_regs[num_alloc] = gen_rtx_SET (VOIDmode, reg, value);
7087 int num_alloc = frv_ifcvt.cur_scratch_regs; local

Completed in 222 milliseconds