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

  /external/openssl/crypto/lhash/
lhash.c 128 ret->num_alloc_nodes=MIN_NODES;
322 nni=lh->num_alloc_nodes;
345 j=(int)lh->num_alloc_nodes*2;
356 for (i=(int)lh->num_alloc_nodes; i<j; i++)/* 26/02/92 eay */
358 lh->pmax=lh->num_alloc_nodes;
359 lh->num_alloc_nodes=j;
383 lh->num_alloc_nodes/=2;
417 nn=hash%lh->num_alloc_nodes;
lh_stats.c 77 fprintf(out,"num_alloc_nodes = %u\n",lh->num_alloc_nodes);
184 BIO_printf(out,"num_alloc_nodes = %u\n",lh->num_alloc_nodes);
lhash.h 144 unsigned int num_alloc_nodes; member in struct:lhash_st
  /external/openssl/include/openssl/
lhash.h 144 unsigned int num_alloc_nodes; member in struct:lhash_st

Completed in 67 milliseconds