HomeSort by relevance Sort by last modified time
    Searched defs:num_alloc (Results 1 - 4 of 4) sorted by null

  /external/openssl/crypto/stack/
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 5203 milliseconds