HomeSort by: relevance | last modified time | path
    Searched refs:num_alloc (Results 1 - 8 of 8) sorted by relevancy

  /src/crypto/external/bsd/openssl.old/dist/crypto/stack/
stack.c 30 int num_alloc; member in struct:stack_st
60 ret->num_alloc = 0;
64 if ((ret->data = OPENSSL_malloc(sizeof(*ret->data) * sk->num_alloc)) == NULL)
91 ret->num_alloc = 0;
95 ret->num_alloc = sk->num > min_nodes ? sk->num : min_nodes;
96 ret->data = OPENSSL_zalloc(sizeof(*ret->data) * ret->num_alloc);
163 int num_alloc; local
170 num_alloc = st->num + n;
171 if (num_alloc < min_nodes)
172 num_alloc = min_nodes
    [all...]
  /src/tests/usr.bin/xlint/lint1/
d_typefun.c 15 int num_alloc; member in struct:stack_st
  /src/crypto/external/apache2/openssl/dist/crypto/stack/
stack.c 32 int num_alloc; member in struct:stack_st
67 ret->num_alloc = 0;
72 ret->data = OPENSSL_malloc(sizeof(*ret->data) * sk->num_alloc);
105 ret->num_alloc = 0;
109 ret->num_alloc = sk->num > min_nodes ? sk->num : min_nodes;
110 ret->data = OPENSSL_zalloc(sizeof(*ret->data) * ret->num_alloc);
181 int num_alloc; local
190 num_alloc = st->num + n;
191 if (num_alloc < min_nodes)
192 num_alloc = min_nodes
    [all...]
  /src/crypto/external/bsd/openssl/dist/crypto/stack/
stack.c 28 int num_alloc; member in struct:stack_st
63 ret->num_alloc = 0;
68 ret->data = OPENSSL_malloc(sizeof(*ret->data) * sk->num_alloc);
102 ret->num_alloc = 0;
106 ret->num_alloc = sk->num > min_nodes ? sk->num : min_nodes;
107 ret->data = OPENSSL_zalloc(sizeof(*ret->data) * ret->num_alloc);
176 int num_alloc; local
185 num_alloc = st->num + n;
186 if (num_alloc < min_nodes)
187 num_alloc = min_nodes
    [all...]
  /src/libexec/ld.elf_so/
rtld.h 76 ((dlp)->num_alloc = _rtld_objcount, \
77 (dlp)->objs = alloca((dlp)->num_alloc * sizeof((dlp)->objs[0])), \
336 unsigned int num_alloc; /* Allocated size of the array */ member in struct:Struct_DoneList
symbol.c 79 if (dlp->num_used < dlp->num_alloc)
  /src/external/gpl3/gcc/dist/gcc/config/frv/
frv.cc 5704 int num_alloc = frv_ifcvt.cur_scratch_regs;
5717 for (i = 0; i < num_alloc; i++)
5725 if (num_alloc >= GPR_TEMP_NUM)
5744 frv_ifcvt.scratch_regs[num_alloc] = gen_rtx_SET (reg, value);
5649 int num_alloc = frv_ifcvt.cur_scratch_regs; local
  /src/external/gpl3/gcc.old/dist/gcc/config/frv/
frv.cc 5702 int num_alloc = frv_ifcvt.cur_scratch_regs;
5715 for (i = 0; i < num_alloc; i++)
5723 if (num_alloc >= GPR_TEMP_NUM)
5742 frv_ifcvt.scratch_regs[num_alloc] = gen_rtx_SET (reg, value);
5647 int num_alloc = frv_ifcvt.cur_scratch_regs; local

Completed in 68 milliseconds