Searched refs:XQSORT (Results 1 – 4 of 4) sorted by relevance
/optee_os/core/lib/libtomcrypt/src/pk/asn1/der/set/ |
A D | der_encode_set.c | 69 XQSORT(copy, inlen, sizeof(*copy), &_qsort_helper); in der_encode_set()
|
A D | der_encode_setof.c | 136 XQSORT(edges, inlen, sizeof(*edges), &_qsort_helper); in der_encode_setof()
|
/optee_os/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_custom.h | 58 #ifndef XQSORT 59 #define XQSORT qsort macro
|
A D | tomcrypt_cfg.h | 39 LTC_EXPORT void LTC_CALL XQSORT(void *base, size_t nmemb, size_t size, int(*compar)(const void *, c…
|
Completed in 6 milliseconds