Searched refs:XQSORT (Results 1 – 4 of 4) sorted by relevance
/optee_os-3.20.0/core/lib/libtomcrypt/src/pk/asn1/der/set/ |
A D | der_encode_set.c | 62 XQSORT(copy, inlen, sizeof(*copy), &s_qsort_helper); in der_encode_set()
|
A D | der_encode_setof.c | 129 XQSORT(edges, inlen, sizeof(*edges), &s_qsort_helper); in der_encode_setof()
|
/optee_os-3.20.0/core/lib/libtomcrypt/src/headers/ |
A D | tomcrypt_custom.h | 53 #ifndef XQSORT 54 #define XQSORT qsort macro
|
A D | tomcrypt_cfg.h | 32 LTC_EXPORT void LTC_CALL XQSORT(void *base, size_t nmemb, size_t size, int(*compar)(const void *, c…
|
Completed in 5 milliseconds