OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:num_alloc
(Results
1 - 5
of
5
) sorted by null
/external/openssl/crypto/stack/
stack.c
99
(unsigned int)sizeof(char *)*sk->
num_alloc
);
106
ret->
num_alloc
=sk->
num_alloc
;
132
ret->
num_alloc
=MIN_NODES;
147
if (st->
num_alloc
<= st->num+1)
150
(unsigned int)sizeof(char *)*st->
num_alloc
*2);
154
st->
num_alloc
*=2;
stack.h
72
int
num_alloc
;
member in struct:stack_st
/external/openssl/include/openssl/
stack.h
72
int
num_alloc
;
member in struct:stack_st
/sdk/emulator/qtools/
trace_reader.h
660
int
num_alloc
= num_entries + hdr->e_shnum + 1;
local
661
symbol_type *func_symbols = new symbol_type[
num_alloc
];
662
memset(func_symbols, 0,
num_alloc
* sizeof(symbol_type));
[
all
...]
/external/srec/srec/crec/
srec_context.c
3603
nodeID *nodes, num_nodes,
num_alloc
;
member in struct:nodeID_list_t
[
all
...]
Completed in 199 milliseconds