HomeSort by relevance Sort by last modified time
    Searched full:qsort_helper (Results 1 - 2 of 2) sorted by null

  /external/dropbear/libtomcrypt/src/pk/asn1/der/set/
der_encode_set.c 43 static int qsort_helper(const void *a, const void *b) function
87 XQSORT(copy, inlen, sizeof(*copy), &qsort_helper);
der_encode_setof.c 25 static int qsort_helper(const void *a, const void *b) function
136 XQSORT(edges, inlen, sizeof(*edges), &qsort_helper);

Completed in 342 milliseconds