HomeSort by: relevance | last modified time | path
    Searched defs:int_cmp (Results 1 - 3 of 3) sorted by relevancy

  /src/crypto/external/bsd/openssl/dist/test/
lhash_test.c 43 static int int_cmp(const int *p, const int *q) function
94 LHASH_OF(int) *h = lh_int_new(&int_hash, &int_cmp);
190 LHASH_OF(int) *h = lh_int_new(&stress_hash, &int_cmp);
  /src/crypto/external/bsd/openssl.old/dist/test/
lhash_test.c 42 static int int_cmp(const int *p, const int *q) function
83 LHASH_OF(int) *h = lh_int_new(&int_hash, &int_cmp);
169 LHASH_OF(int) *h = lh_int_new(&stress_hash, &int_cmp);
  /src/crypto/external/apache2/openssl/dist/test/
lhash_test.c 46 static int int_cmp(const int *p, const int *q) function
97 LHASH_OF(int) *h = lh_int_new(&int_hash, &int_cmp);
343 LHASH_OF(int) *h = lh_int_new(&stress_hash, &int_cmp);

Completed in 17 milliseconds